18:59:22 #startmeeting tor-browser 11/19 18:59:22 Meeting started Mon Nov 19 18:59:22 2018 UTC. The chair is GeKo. Information about MeetBot at http://wiki.debian.org/MeetBot. 18:59:22 Useful Commands: #action #agreed #help #info #idea #link #topic. 18:59:30 hi everyone! 18:59:36 good morning/afternoon/evening! 18:59:42 let gets started with out weekly meeting 18:59:50 o/ 19:00:03 https://storm.torproject.org/shared/tHoN4Ii7rLSjPE0OP4gydX4cMGadsXmRQNc-6lwru0N is the pad you will be interested in 19:00:06 please add your items 19:00:16 hi 19:00:25 o/ 19:00:58 hi 19:01:13 hey 19:03:04 hi everyone 19:03:21 hmmmm 19:03:25 an imposter 19:03:46 sneaky 19:03:48 you're number 1 in our hearts arthur 19:04:02 hi hi 19:04:31 alright, let's get started 19:04:34 pospeselr: :) 19:04:51 i just realized this week is thanksgiving for the us folks 19:05:03 might not be the best time for releasing things 19:05:06 but, hey 19:05:17 pospeselr: you are up 19:06:05 hey hi everyone 19:06:26 so some open questions regarding #25702 19:06:36 some design related, some technical 19:06:40 i'll guess i'll start from teh top 19:07:30 so long story short, we can direct the firefox build to different directories containing branding info (strings, icons, assets, etc) by adding an override to the mozconfig 19:08:17 what's the preference for modifying tor-browser-build to account for this? My first instinct is to just update the build script to dynamically insert the appropriate string into the current mozconfig based off of make target 19:08:46 but that may seem a bit magical 19:09:04 what does that overwrite look like? 19:09:07 can you addit on the mach configure line? 19:09:14 (*add it) 19:09:16 ac_add_options --with-branding=browser/branding/nightly 19:09:33 or official or alpha 19:09:59 should be doable in the respective mozconfig files? 19:10:05 sysrqb: if we can add ac_add_options to mach, than yes 19:10:16 GeKo: right but if we do that we would need to triple the number of mozconfigs 19:10:24 since we would need a different path for alpha, release and nightly 19:10:32 (since they have different icons) 19:10:34 could it be set using an environment variable that we define in the build script? 19:10:56 i think it's simply add '--with-branding=browser/branding/nightly' along with the other ./mach configure options we pass within the build tor-browser-build build script 19:11:47 boklm, sysrqb: ok that makes sense 19:11:59 ok next up 19:12:19 the windows NSIS installer uses a older generic onion icon 19:12:46 thinking we should probably also update that with an appropriate release icon 19:13:05 would be good, yes 19:13:19 which is easily enough done, but what do y'all think about updating the installer's default install directory per release? 19:13:41 so you could have alpha, nightly, and release intalled side-by-side without stomping over each other's shortcuts in desktop and start menu? 19:13:59 (ie is there a privacy/security reason that we don't already do this?) 19:14:09 fine with me, but let's do it in a different bug 19:14:12 no 19:14:42 (and we should think more about possible implications in that bug) 19:15:03 ok and finally probably a side-effect of legacy interactions between tor-browser and tor-button 19:15:39 I've updated torbutton's About dialog (this one: https://share.riseup.net/#GouAI9HHZkLR9HbbVxviOg ) to point to an asset added by tor-browser 19:15:57 used to be the old tor-browser icon that was packaged in the torbutton extension 19:16:22 should we have a bug to migrate the entire dialog back into tor-browser? 19:16:37 kind of deals with the long term plan of torbutton 19:17:31 sounds good to me 19:17:40 torbutton doesn't know what release it's packaged with, so rather than informing torbutton at build time, I'm just having the dialog reference tor-browser's packaged asset 19:17:44 ok good excellent that's all from me 19:18:04 thanks! 19:18:14 igt0: you are next it seems 19:18:36 i bolded that 19:18:43 so i can take it 19:18:58 is this the relevant ticket? #28507 19:19:04 yes 19:19:32 in summary, i'm worried about how the app interacts with Android's app model 19:20:16 specifically, if we expect that the app should forget/clear all tabs and state when the user switches to antoerh app and then switches back to TBA 19:20:28 or if the app should clear its state only when it is "quit" 19:20:53 i think part of the confusion is that most android apps don't have a "quit" option 19:20:54 sysrqb: can we steal firefox-focus' model with the perma-notification that let's you clear your current session? 19:21:10 yes, we have a ticket for that, as well 19:21:16 sysrqb: true and many users don't know you can quit by swiping them away in the switcher 19:21:23 well... 19:21:28 sysrqb: i think clear once it quits sounds like a decent start 19:21:44 i tihnk we need to define what we mean by "quit" 19:21:47 and, of course, once we do new identity later on 19:21:59 there is an explicit "quit" button in the browser menu, at the bottom 19:22:23 any other quit-like action does not actually quit 19:22:25 yeah, i was thinking of that one 19:22:36 as a decent start 19:22:38 so right now, when the user closes the app using the swipe gesture. It goes in a different code path. 19:22:58 and i think igt0's patch for #28507 is good, but it will be confusing for users 19:23:25 is orfox addressing this issue somehow? 19:23:29 because, if i understand it correctly, it closes all tabs and clears history after switching apps 19:23:32 but not explicitly quitting the app 19:23:40 GeKo: no 19:23:58 orfox has the same quit button 19:24:08 but it doesn't have another solution for this 19:24:40 On Android, can we tell the difference between “app was closed due to something the user did” vs. “app was closed by the system?” 19:24:50 (igt0's patch actually clears it when the app restarts, but to the user it'll seem like the state was lost when they switched apps) 19:25:08 mcs: yes, in some cases 19:25:13 but not all? 19:25:53 actually, i can't think of any cases where we can't differentiate between them 19:26:03 so, i guess "yes" 19:26:33 the "user swipped away the app" is the hardest one 19:27:02 the tricky part here is when the app is closed by the system, we don't have "time" to call gecko (the event dispatcher doesn't work in the onDestroy method), thus we can't clean the data. 19:27:05 but i think the notification we get is unique to a user action 19:27:44 hrm. 19:27:54 “user swiped away” should be treated he same as if the user did a quit from within the app. Unfortunate that we can’t clean up on the way out. 19:28:59 i wonder if we can do soemthing that the application level, rather than at the activity level 19:29:29 sometimes you need to clear state when app starts (assuming it is persistent state) 19:29:33 but i agree "swipping away" is probably an indiciation the user wants to "quit" 19:29:48 sisbell, yep, it is what we are doing in the patch :/ 19:29:52 I'm not sure of details here, just talking in general 19:31:10 okay, so do we think we shouhld think harder about this before doing anything? 19:31:16 i'm simply worried that clearing previous state whenever GeckoApp:onCreate() is called will be confusing 19:31:17 *should 19:31:36 yeah, could be 19:31:46 also keep in mind on some devices swipe away kills apps in others it just backgrounds them for later resume 19:31:54 i think i am fine either way 19:32:37 i just realized that folks would see our about:tor banner much more often if we had a clean state to "start" with 19:33:42 should we open about:tor when a new tab is open, too? 19:33:55 s/open/use/ 19:34:16 sysrqb, yep 19:34:35 that is a fair question, once i did a review with Princeton's Marshini, she pointed it out 19:35:02 * mcs really likes his new tabs to be empty 19:35:02 we are not open about:tor in a new tab at desktop 19:35:15 yeah 19:35:18 but the major browsers do it 19:35:32 yeah currently it's just a blank white page 19:35:46 that works for me 19:36:00 on mobile, it would be the activity stream 19:36:12 we should think harder about showing about:tor on Ctrl+t 19:36:34 https://www.notion.so/Princeton-Marshini-Aga-Review-10e04cd4826a4ecd86f0c1cbd541f6fc#ce172892ea2c4b68bd4847969237dd58 19:36:42 I would want to make sure I could disable that behavior like I can in Firefox… but maybe I am weird. 19:36:52 (or however folks are opening their new tabs) 19:37:32 mcs, yep, you can! 19:37:58 sysrqb: igt0: so what should be the plan here? 19:38:11 in particular for the upcoming release 19:38:32 ok, i think igt0's may be good enough 19:38:40 i hope 19:38:47 at least we can try it 19:39:06 okay 19:39:21 in theory, Android should not kill the app if the user switches apps 19:39:22 antonela: you are up 19:39:41 thanks! anything else on my side for security settings? 19:40:02 what is left? I covered the latest comments, we have an icon, i think we are groot! 19:40:27 explaing that the https-e and noscript icons are gone? 19:40:30 *explaining 19:40:36 do we have that covered? 19:41:14 not yet, if we are ok with the changes i'll go through the onboarding 19:41:28 also, do you want to update the proposal to make it reflect what we are doing? 19:41:36 and we might want to explain a bit better why we think the user should restart after switching a level 19:41:51 yep 19:42:02 3.x Restore Default Security Settings and 2.1.2.X Change Security Level and Restart to Apply Changes 19:42:09 are the sections we should add 19:43:04 but apart fromt that i think we are good 19:43:16 awesome 19:43:26 i think i can start to work on that once we have the new releases out this week 19:43:36 and we address further things while we are going 19:43:51 perfect, i'm focusing on TBA this week 19:44:01 \o/ 19:44:04 sounds good 19:44:04 :) 19:44:14 so i'll probably have the onboarding iteration to introduce this changes the week after 19:44:25 wfm 19:44:36 yes! i invited fabby from guardian to the ux meeting tomorrow to discuss the user flow together 19:45:01 she has been working in orbot/orfox before and i'm sure she has opinions :) 19:45:11 great 19:45:18 awesome 19:45:21 also, we will be sharing a session in IFF about Tor Mobile \o/ 19:45:33 i guess #28329 is the ticket to follow along at home? 19:45:40 yep 19:46:21 congrats! 19:46:53 antonela: anythign else for the group 19:46:54 ? 19:47:08 nope thanks! 19:47:20 arthuredelstein: just one quick think about the permissions patch 19:47:45 what is the plan here? are you shepherding it until it lands on m-c? 19:47:51 should we do it? 19:48:08 and what about backports for tor browser? 19:48:08 good question. it probably makes sense for me to shepherd it if I can 19:48:39 but if it turns out that's not practical, then I guess I can try to hand it off 19:48:47 maybe we can wait and see? 19:49:08 I mean start with me attempting to shepherd? :) 19:49:23 sounds good. i am in particular interested in possible esr60 backports 19:49:34 yes, that makes sense 19:49:37 as at least the growl-like notification bug should get fixes that way 19:49:46 right 19:49:59 i have not looked but maybe just picking that one on top of our stuff we have would be easy? 19:50:29 yes, that's a good suggestion 19:50:50 okay. do we have other status updates? 19:51:37 okay, discussion time 19:51:47 are we good with our release plans? 19:51:56 or should we postpone stuff? 19:52:19 i think yes, but we have a lot that still must be finished/merged 19:52:49 end-of-week is possible, i think 19:53:01 yep 19:53:20 i hope we have everything in tor-browser-build by eof tomorrow 19:53:29 and then have some nightly builds 19:53:39 that'd be very nice 19:53:44 *eod 19:53:58 I think there are just a few minor issues left on the build 19:54:01 but we'll see what pops up :) 19:54:11 sisbell: i agree 19:54:14 heh, indeed 19:54:29 (although i have not looked closely at the orbot integration yet) 19:54:32 ;) 19:54:45 so, final topic from me 19:54:58 do we already have ideas for the mozilla all hands meeting? 19:55:12 we should brainstorm a bit 19:55:33 or at least start with ideas today and think over that topic over the coming week 19:56:08 tjr had two ideas: sandboxing and what mozilla can help in particular looking at our efforts on linux 19:56:10 i think continuing the sandboxing discussion is good 19:56:20 which we'll likely to start focusing on 19:56:47 and what could mozilla help with wrt to torbutton/tor-launcher integration into our tor-browser code base 19:56:59 both seem worthwhile to think about 19:57:23 yes. i'm trying to focus my thoughts on how I feel about our decision to base TBA on 60esr 19:58:16 so i hope i can have a discussion with mozilla about that future and whether we should continue with this plan 19:58:27 which reminds me about the topic, yes, that 19:58:30 :) 19:58:42 One idea I had suggested was a discussion about Firefox's Tracking Protection, Applie's ITP and TBB's RFP/FPI. Can we cross-pollinate the various approaches? 19:58:44 :) 19:59:42 arthuredelstein: good idea. 20:00:33 might actually be interesing to see mozilla's plans here in the near/medium future 20:00:50 yes! 20:00:53 and our position in that regard 20:00:59 and where we can/should help 20:01:31 okay, that's another two topics 20:01:58 i guess we can keep brainstorming over the week and come up with some "final" list next monday 20:02:14 do we have anything else to discuss today? 20:03:06 other subjects from tjr included: networking (QUIC), brand study, rust build, UI/UX, extensions 20:04:15 ah, okay, i did not see those (just the mail i replied) 20:04:18 brand study is/should happen; as will QUIC. UI/UX antonela asked for, so that's happening too 20:04:30 rust stuff I am still talking to ted about 20:04:35 so, not sure. but, yes, QUCI def 20:04:45 *QUIC 20:04:48 re:ui/ux ethan send me an email about to do one sync, and i said yes ! 20:04:49 the mail I sent to GK was just the meetings I wasn't sure about :) 20:04:50 great, thanks 20:05:00 hah :) 20:05:14 anyway, i think that's it for today 20:05:18 thanks all *baf* 20:05:22 #endmeeting