Re: Intent to implement: Limit the maximum life-time of cookies set through document.cookie to seven days

2019-04-02 Thread Ehsan Akhgari
On Tue, Apr 2, 2019 at 6:25 AM wrote: > Hi, > > I know Google Analytics very well, only the _ga cookie is used to > recognize a web browser across visits. > Great, thanks for confirming this. So based on the data you cited before it looks like this change hasn't made any significant impact on G

Update to "Are We Triaged Yet" for Bug Types

2019-04-02 Thread Emma Humphries
I've made a change to https://are-we-triaged-yet.herokuapp.com/ to support the Bug Type changes we released today. The change is to the pending untriaged report. That will only include bugs of type Defect. The other reports will still have all types of bugs. We are working on reporting for untri

Re: Improving our usage of Bugzilla

2019-04-02 Thread Mike Taylor
On 3/12/19 12:53 PM, Kohei Yoshino wrote: The User Story field will be soon removed from the new bug page. https://bugzilla.mozilla.org/show_bug.cgi?id=1525376 The User Story has been used to track which domains should be added to the Disconnect lists for a huge pile of tracking protection bug

Re: To what extent is sccache's distributed compilation usable?

2019-04-02 Thread Jeff Muizelaar
That bug is restricted. Does it need to be? -Jeff On Tue, Apr 2, 2019 at 4:22 PM Kim Moir wrote: > > The tracking bug for sccache being deployed to offices is here > > https://bugzilla.mozilla.org/show_bug.cgi?id=1524533 > > Kim > > On Tue, Apr 2, 2019 at 3:22 AM Frederik Braun wrote: > > > Am

Re: To what extent is sccache's distributed compilation usable?

2019-04-02 Thread Kim Moir
The tracking bug for sccache being deployed to offices is here https://bugzilla.mozilla.org/show_bug.cgi?id=1524533 Kim On Tue, Apr 2, 2019 at 3:22 AM Frederik Braun wrote: > Am 01.04.19 um 22:16 schrieb Chris M.: > > Hi Emilio, if you're interested you're encouraged to try it out, however > >

Re: Creating a new mach command for adding tests

2019-04-02 Thread Brian Grinstead
I don't think that having papercuts in the workflow for writing one type of test is the right way to nudge developers into writing another type. It also doesn't seem effective - otherwise people would be using the wpt-create tool to avoid jumping through hoops to add a mochitest. That said, giv

Re: Improving our usage of Bugzilla

2019-04-02 Thread Sylvestre Ledru
Hello, Good news, the Bugzilla changes (bug type & regressed by) are now live. The implementation of the defect/task/enhancement feature was requested first 20 years ago (back in 1999 - https://bugzilla.mozilla.org/show_bug.cgi?id=9412). Because I had a few discussions about task vs enhancement,

Re: Intent to implement and experiment: Require user interaction for notification permission prompts

2019-04-02 Thread Johann Hofmann
On Tue, Apr 2, 2019 at 10:20 AM Henri Sivonen wrote: > On Tue, Mar 19, 2019 at 3:15 PM Johann Hofmann > wrote: > > > > In bug 1524619 I > > plan to implement support for requiring a user gesture when calling > > Notification.requestPermissio

Re: Creating a new mach command for adding tests

2019-04-02 Thread Honza Bambas
This sounds great!  One nit - could this be done also for unit (xpcshell) tests?  good examples are in netwerk/test/unit/ and unit_ipc/. Thanks! -hb- On 2019-04-01 20:54, Jared Hirsch wrote: This sounds great! I land features in the tree periodically, but infrequently enough to forget lots of l

Re: Intent to implement: Limit the maximum life-time of cookies set through document.cookie to seven days

2019-04-02 Thread olivier . vit
Hi, I know Google Analytics very well, only the _ga cookie is used to recognize a web browser across visits. If this is the right place to discuss this change, I'm surprised there is so few people participating regarding the impact of such a change on the internet ad ecosystem. You don't take

Re: Creating a new mach command for adding tests

2019-04-02 Thread James Graham
On 01/04/2019 23:13, Steve Fink wrote: On 4/1/19 11:36 AM, Brian Grinstead wrote: Based on my own experience and discussions with others, the workflow for adding new mochitests isn't great. Commonly, it looks like: "copy/paste a test in the same directory, add the new test to the relevant mani

Re: Intent to implement and experiment: Require user interaction for notification permission prompts

2019-04-02 Thread Henri Sivonen
On Tue, Mar 19, 2019 at 3:15 PM Johann Hofmann wrote: > > In bug 1524619 I > plan to implement support for requiring a user gesture when calling > Notification.requestPermission() [0] and PushManager.subscribe() [1]. What's the current status

Re: To what extent is sccache's distributed compilation usable?

2019-04-02 Thread Frederik Braun
Am 01.04.19 um 22:16 schrieb Chris M.: > Hi Emilio, if you're interested you're encouraged to try it out, however > we're shipping machines to offices now to run the schedulers, the first of > which I'll be testing in the SF office this week, so we're planning an > officially supported setup in the

Re: Intent to implement and experiment: Require user interaction for notification permission prompts

2019-04-02 Thread Johann Hofmann
Just a note that this hit central and should be on its way to a Nightly near you. We also published our blog post for the experiments: https://blog.nightly.mozilla.org/2019/04/01/reducing-notification-permission-prompt-spam-in-firefox/ If you want to help with dog-fooding this feature, I encourag