MinGW Target Re-Enabled on TaskCluster

2018-09-11 Thread Tom Ritter
Previous Thread: https://groups.google.com/forum/#!topic/mozilla.dev.platform/r3mYWbb42pM As of a few hours ago, there is a new Tier 2 MinGW build on TaskCluster. It's in the 'Windows MinGW all' line, with the group WMC64 for 'Windows MinGW Clang x64'. The MinGW builds are part of the Tor Uplift

Re: PSA: searchfox now indexing macOS Rust/C++ code

2018-09-11 Thread Bobby Holley
This is awesome - thanks kats! On Tue, Sep 11, 2018 at 12:58 PM Kartikaya Gupta wrote: > Just a heads up that as of today Searchfox is also indexing Rust and C++ > code that is conditionally compiled only on macOS. It was previously only > doing code compiled on Linux. Windows and Android are no

PSA: searchfox now indexing macOS Rust/C++ code

2018-09-11 Thread Kartikaya Gupta
Just a heads up that as of today Searchfox is also indexing Rust and C++ code that is conditionally compiled only on macOS. It was previously only doing code compiled on Linux. Windows and Android are not yet indexed; those will be added as time permits. One caveat is that there are some generated

Re: Intent to Implement: Storage Access API

2018-09-11 Thread Ehsan Akhgari
On Mon, Sep 10, 2018 at 11:19 AM James Graham wrote: > On 07/09/2018 21:27, Ehsan Akhgari wrote: > > > Very cool, I did not know this! It seems like test_driver.bless() is > > what we need here for simulating a user activation gesture. > > > > However it sounds like in this case you may need

Re: Intent to Implement: Storage Access API

2018-09-11 Thread Ehsan Akhgari
On Sun, Sep 9, 2018 at 5:10 AM Mike O'Neill wrote: > This is great but I have a couple queries. > > > >In our implementation, once Storage Access API grants storage access, > >all existing third-party iframes on the same first party will receive > that > >storage access, whereas in We