Intent to Implement: Private Browsing Storage (IndexedDB, Blobs, etc)

2016-12-13 Thread Kyle Machulis
In bug 781982, we're planning on implementing IndexedDB capabilities in Private Browsing Mode. The current plan is to: - Store IDB databases, minus blobs, in memory for the lifetime of the private browsing session - Store blobs to disk, encrypted via a key that is only held in memory during the p

Disabling non-Skia builds

2016-12-13 Thread Milan Sreckovic
In https://bugzilla.mozilla.org/show_bug.cgi?id=1323303, we are going to disable the build configurations that let us leave Skia out. This will let us simplify the code, and make things cleaner, now that it is the only supported backend. We will take patches to Gecko (or forward them if in Sk

Re: Windows CPU power settings

2016-12-13 Thread Ben Kelly
On Mon, Dec 12, 2016 at 8:44 PM, Gregory Szorc wrote: > The Windows 10 power settings appear to set the minimum CPU frequency at 5% > or 10% of maximum. When I cranked this up to 100%, artifact build time > dropped from ~170s to ~77s and full build configure dropped from ~165s to > ~97s! > > If y