- May 28, 2020
-
-
nchevobbe authored
Bug 1639165 - Don't log message from ContentChild when multiprocess browser toolbox is enabled. r=baku. Differential Revision: https://phabricator.services.mozilla.com/D76792
-
Magnus Melin authored
Differential Revision: https://phabricator.services.mozilla.com/D77238
-
prathiksha authored
Bug 1640072 - Monitor card body should change when the user resolved breaches. r=ewright,fluent-reviewers,flod Differential Revision: https://phabricator.services.mozilla.com/D76939
-
Julian Descottes authored
Differential Revision: https://phabricator.services.mozilla.com/D77136
-
file:///pSebastian Hengst authored
Bug 1639728 - Set url/failure.html's 'Location's href: file:///p should throw' to be intermittent on Android. r=jgraham DONTBUILD It got set as passing in a follow-up of bug 1637486 (c2f3011258b10a0b78f4f9618052a3073ea4c6c2) but is actually intermittent. Differential Revision: https://phabricator.services.mozilla.com/D77011
-
Tim Huang authored
Differential Revision: https://phabricator.services.mozilla.com/D77076
-
Tim Huang authored
Bug 1641153 - Part 2: Add checking nested iframe in the ContentBlocking::ShouldAllowAccessFor(channel). r=dimi We should check the nested iframe in the ContentBlocking::ShouldAllowAccessFor(channel) as well. This patch implements this. Differential Revision: https://phabricator.services.mozilla.com/D77075
-
Tim Huang authored
Differential Revision: https://phabricator.services.mozilla.com/D77074
-
- May 27, 2020
-
-
Sebastian Hengst authored
Bug 1639540 - Set a test step of IndexedDB/structured-clone.any.html?101-last as potential fail. r=asuth DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D76459
-
Sebastian Hengst authored
Bug 1639540 - Set a test step of IndexedDB/structured-clone.any.worker.html?101-last as potential timeout. r=asuth DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D76461
-
- May 28, 2020
-
-
Hubert Boma Manilla authored
Differential Revision: https://phabricator.services.mozilla.com/D77160
-
Jan Varga authored
Bug 1621916 - Fix IndexedDB to ignore unknown files in the client directory during initialization and usage calculation; r=dom-workers-and-storage-reviewers,sg,ttung Differential Revision: https://phabricator.services.mozilla.com/D77073
-
Jean-Yves Avenard authored
Bug 1640009 - Hold a reference to VRManager singleton for the duration of the parent shutdown. r=sotaro Differential Revision: https://phabricator.services.mozilla.com/D77205
-
Emilio Cobos Álvarez authored
Note that no browser matches the spec (see https://github.com/w3c/IntersectionObserver/issues/432), but that our behavior is reasonably close to them. So do this to match them. Differential Revision: https://phabricator.services.mozilla.com/D76603
-
Jean-Yves Avenard authored
This will allow the DocumentChannel to be removed from the loading group and the docshell to stop waiting for for the ParentProcessDocumentChannel to do something. Depends on D77201 Differential Revision: https://phabricator.services.mozilla.com/D77202
-
Jean-Yves Avenard authored
Differential Revision: https://phabricator.services.mozilla.com/D77201
-
Jean-Yves Avenard authored
Differential Revision: https://phabricator.services.mozilla.com/D76578
-
Jean-Yves Avenard authored
It would otherwise triggers browser/base/content/test/performance/browser_preferences_usage.js That pref would have been checked with every single load, a staticpref is O-1 . Differential Revision: https://phabricator.services.mozilla.com/D76317
-
Jean-Yves Avenard authored
It was apparently overlooked. Yours truly doesn't even appear on that list :( Differential Revision: https://phabricator.services.mozilla.com/D76316
-
Jean-Yves Avenard authored
Bug 1637869 - P2. Allow ParentProcessDocumentChannel to perform process switching. r=nika,mattwoodrow The moves all decisions to perform a process switch into the DocumentLoadListerner. This removes the unnecessary need to go via a content process to start the load. Differential Revision: https://phabricator.services.mozilla.com/D76315
-
Jean-Yves Avenard authored
Differential Revision: https://phabricator.services.mozilla.com/D76314
-
Tom Schuster authored
I changed the CacheIR code to specialize on the actual call target. I think polymorphic targets are actually not totally common, GDocs for example uses hasOwnProperty.call() a lot. When we start supporting guardNotClassConstructor etc. this should just start working as well though. Differential Revision: https://phabricator.services.mozilla.com/D76620
-
Dale Harvey authored
Differential Revision: https://phabricator.services.mozilla.com/D77220
-
Csoregi Natalia authored
Backed out 2 changesets (bug 1637641) for failures on browser_resources_client_caching.js. CLOSED TREE Backed out changeset ce69538af12e (bug 1637641) Backed out changeset b6fabe763177 (bug 1637641)
-
- May 27, 2020
-
-
Jan Varga authored
Depends on D77070 Differential Revision: https://phabricator.services.mozilla.com/D77072
-
Jan Varga authored
Depends on D77069 Differential Revision: https://phabricator.services.mozilla.com/D77070
-
- May 28, 2020
-
-
Jan Varga authored
Bug 1621916 - Rename GetDatabaseFilename to GetDatabaseFilenameBase; r=dom-workers-and-storage-reviewers,sg The method returns a database filename without any extension, so the method name needs to express that. Depends on D77068 Differential Revision: https://phabricator.services.mozilla.com/D77069
-
Jan Varga authored
Bug 1621916 - Rename GetBaseFilename to GetFilenameBase to match rest of the code; r=dom-workers-and-storage-reviewers,ttung Differential Revision: https://phabricator.services.mozilla.com/D77068
-
- May 27, 2020
-
-
Jan Varga authored
Bug 1621916 - Add unknown files for Cache API morgue directory and its subdirectories; r=dom-workers-and-storage-reviewers,ttung Cache API is currently not consistent regarding unknown files. Some unknown files are reported and ignored, other unknown files are reported and deleted or just silently deleted without a warning. Quota Manager, IndexedDB, SimpleDB and LocalStorage currently report and ignore such files. We should try to unify this in future. Differential Revision: https://phabricator.services.mozilla.com/D76718
-
- May 26, 2020
-
-
Jan Varga authored
Bug 1621916 - Unify reporting of unknown files across quota manager, idb, sdb and ls quota client; r=dom-workers-and-storage-reviewers,ttung Depends on D76703 Differential Revision: https://phabricator.services.mozilla.com/D76717
-
Jan Varga authored
Bug 1621916 - Fix IndexedDB to ignore unknown files in the files and journals directory during initialization and usage calculation; r=dom-workers-and-storage-reviewers,ttung All unknown files in the files and journals directory are now properly filtered out if the filename can't be converted to an integer. Differential Revision: https://phabricator.services.mozilla.com/D76703
-
- May 28, 2020
-
-
Jan Varga authored
The functionality needs to be verified for all initialization states (modes) since some methods don't automatically trigger temporary storage initialization which results in calling different quota client methods (for example GetUsageForOrigin calls either Client::InitOrigin or Client::GetUsageForOrigin). Depends on D76701 Differential Revision: https://phabricator.services.mozilla.com/D76702
-
- May 27, 2020
-
-
Nicolas Chevobbe authored
This was regressed by Bug 766661, and it highlighted that we're missing test coverage for this, so this test is adding a test case to prevent future breakage. Differential Revision: https://phabricator.services.mozilla.com/D76676
-
- May 28, 2020
-
-
Paul Adenot authored
Differential Revision: https://phabricator.services.mozilla.com/D76899
-
Paul Adenot authored
Reenabling is tracked in https://bugzilla.mozilla.org/show_bug.cgi?id=1641234 Differential Revision: https://phabricator.services.mozilla.com/D77064
-
Paul Adenot authored
Differential Revision: https://phabricator.services.mozilla.com/D75776
-
Paul Adenot authored
Differential Revision: https://phabricator.services.mozilla.com/D75775
-
Paul Adenot authored
Differential Revision: https://phabricator.services.mozilla.com/D75336
-
Paul Adenot authored
Bug 1628779 - Pass the audio rountrip latency to the echo canceller, and disable extended filter and delay agnostic AEC, on macOS Nightly. r=achronop Differential Revision: https://phabricator.services.mozilla.com/D75335
-
Paul Adenot authored
Bug 1628779 - Add an entry in about:support for the roundtrip audio latency of default devices r=chunmin,fluent-reviewers,flod Differential Revision: https://phabricator.services.mozilla.com/D75334
-