- Sep 17, 2020
-
-
Kai Engert authored
Differential Revision: https://phabricator.services.mozilla.com/D90576
-
Kartikaya Gupta authored
This re-enables the svgr talos suite, but keeps tart disabled, because it still fails with a high failure rate. Differential Revision: https://phabricator.services.mozilla.com/D90504
-
owlishDeveloper authored
Try push: https://treeherder.mozilla.org/#/jobs?repo=try&revision=6658ee401fd39bb137546937e29a8fa630bcd54a I also removed `dumpHprof()` function as it was seemingly unused Differential Revision: https://phabricator.services.mozilla.com/D90471
-
Barret Rennie authored
Bug 1657188 introduced some new telemetry, but one of the metrics had an incorrect gecko_datapoint, causing GV builds to fail. Differential Revision: https://phabricator.services.mozilla.com/D90458
-
Bryce Seager van Dyk authored
Removes - MEDIACACHESTREAM_LENGTH_KB - MEDIA_PLAY_PROMISE_RESOLUTION - AUDIO_TRACK_SILENCE_PROPORTION and all the code I could find that was specific to reporting these values via telemetry. Differential Revision: https://phabricator.services.mozilla.com/D88868
-
Bogdan Tara authored
Backed out changeset 0fc0697f44e7 (bug 1661984) for browser_print_in_container.js failures CLOSED TREE
-
Bogdan Tara authored
Backed out changeset 9a824e53d6f0 (bug 1659109) Backed out changeset 1ef4a64d4e39 (bug 1659109) Backed out changeset 98e349acacfd (bug 1659109) Backed out changeset c42a568625d0 (bug 1659109)
-
Bogdan Tara authored
Backed out changeset 7f4e096d1be6 (bug 1589781) for NetworkConnectivityService tsan failures CLOSED TREE
-
Toshihito Kikuchi authored
Differential Revision: https://phabricator.services.mozilla.com/D90563
-
- Sep 16, 2020
-
-
emcminn authored
Differential Revision: https://phabricator.services.mozilla.com/D86602
-
Hiroyuki Ikezoe authored
Bug 1661984 - Add a browser mochitest to make sure printing in a container tab doesn't crash. r=emilio,hiro Differential Revision: https://phabricator.services.mozilla.com/D88927
-
- Sep 17, 2020
-
-
Jan Varga authored
Bug 1663565 - Introduce QM_TRY_RETURN/QM_TRY_DEBUG_RETURN macros and quota client specific equivalents; r=dom-workers-and-storage-reviewers,sg,ttung Differential Revision: https://phabricator.services.mozilla.com/D89413
-
- Sep 14, 2020
-
-
Jan-Erik Rediger authored
Differential Revision: https://phabricator.services.mozilla.com/D88840
-
Jan-Erik Rediger authored
Differential Revision: https://phabricator.services.mozilla.com/D88839
-
Jan-Erik Rediger authored
Differential Revision: https://phabricator.services.mozilla.com/D88838
-
Jan-Erik Rediger authored
Differential Revision: https://phabricator.services.mozilla.com/D88837
-
- Sep 17, 2020
-
-
David Teller authored
Sorting by name used to work because we computed the display name of each process within aboutProcesses.js. These days, fluent does the job, so this doesn't work anymore. This patch approximates sorting by name with sorting by origin. Differential Revision: https://phabricator.services.mozilla.com/D89881
-
Andrew Osmond authored
We need to initialize the GPU process config before WebRender because we have a dependency on the GPU process to enable WebRender. Without this patch, it gives very confusing initialization failures, which it should be clear that it was disabled because there is no GPU process. The GPU process feature itself will then have a clear reason why it was disabled, typically because Windows did not support remote windowing (e.g. too old). Differential Revision: https://phabricator.services.mozilla.com/D90564
-
David Teller authored
nsIProcessToolsService::kill is designed to kill without causing crash reports. Let's make sure it does not cause crash reports. Depends on D82552 Differential Revision: https://phabricator.services.mozilla.com/D82553
-
David Teller authored
A small xpcom module implemented in Rust, designed to provide low-level tools to deal with processes from JS. For the moment, the only notable feature is `kill()`, designed to be used from about:processes Differential Revision: https://phabricator.services.mozilla.com/D82552
-
Masayuki Nakano authored
Bug 1658702 - part 16: Implement `AutoBlockElementsJoiner::ComputeRangesToDeleteContentInRanges()` and `AutoBlockElementsJoiner::ComputeRangesToJoinBlockElementsInSameParent()` r=m_kato They need to just call `AutoDeleteRangesHandler::ComputeRangesToDeleteRangesWithTransaction()` because their corresponding methods calls `EditorBase::DeleteRangesWithTransaction()` and do additional different jobs after that, but the they don't affect the ranges. * https://searchfox.org/mozilla-central/rev/0c97a6410ff018c22e65a0cbe4e5f2ca4581b22e/editor/libeditor/HTMLEditSubActionHandler.cpp#4602,4627-4628,4639-4642 * https://searchfox.org/mozilla-central/rev/0c97a6410ff018c22e65a0cbe4e5f2ca4581b22e/editor/libeditor/HTMLEditSubActionHandler.cpp#4650,4669-4670,4676-4678,4685-4686 Depends on D90212 Differential Revision: https://phabricator.services.mozilla.com/D90213
-
Geoff Brown authored
Update fuzzy range by +1 to avoid frequent intermittent failures in this test. Differential Revision: https://phabricator.services.mozilla.com/D90507
-
Tom Tung authored
Bug 1654531 - Remove the support for cache option from cache.match; r=dom-workers-and-storage-reviewers,webidl,asuth,baku Fix the test cases for "Cache.match does not support cacheName option" Depends on D84502 Differential Revision: https://phabricator.services.mozilla.com/D84503
-
Tom Tung authored
Bug 1654531 - Remove the unnecessary pref settings for wpt cache tests; r=dom-workers-and-storage-reviewers,asuth Differential Revision: https://phabricator.services.mozilla.com/D84502
-
Tom Tung authored
Bug 1665565 - Replace ToResultInvoke with MOZ_TO_RESULT_INVOKE_TYPED; r=dom-workers-and-storage-reviewers,janv Differential Revision: https://phabricator.services.mozilla.com/D90523
-
Tom Tung authored
Bug 1664770 - Use QM_TRY* for upgrade classes' base classes; r=dom-workers-and-storage-reviewers,janv,sg Differential Revision: https://phabricator.services.mozilla.com/D90120
-
Tom Tung authored
Differential Revision: https://phabricator.services.mozilla.com/D90119
-
Tom Tung authored
Bug 1664770 - Use QM_TRY* for GetBinaryInputStream and GetBinaryOutputStream; r=dom-workers-and-storage-reviewers,janv Differential Revision: https://phabricator.services.mozilla.com/D90118
-
Tom Tung authored
Differential Revision: https://phabricator.services.mozilla.com/D90094
-
Simon Giesecke authored
Bug 1663924 - Use std::any_of/IDB_TRY in FactoryOp::DirectoryOpen. r=dom-workers-and-storage-reviewers,ttung Differential Revision: https://phabricator.services.mozilla.com/D90270
-
Simon Giesecke authored
Bug 1663924 - Use std::find_if in ConnectionPool::IdleTimerCallback. r=dom-workers-and-storage-reviewers,ttung Differential Revision: https://phabricator.services.mozilla.com/D90267
-
Simon Giesecke authored
Differential Revision: https://phabricator.services.mozilla.com/D90233
-
Simon Giesecke authored
Differential Revision: https://phabricator.services.mozilla.com/D90232
-
Simon Giesecke authored
Differential Revision: https://phabricator.services.mozilla.com/D90112
-
Simon Giesecke authored
Differential Revision: https://phabricator.services.mozilla.com/D90133
-
Simon Giesecke authored
Differential Revision: https://phabricator.services.mozilla.com/D89919
-
Simon Giesecke authored
Differential Revision: https://phabricator.services.mozilla.com/D89918
-
Simon Giesecke authored
Bug 1663924 - Extract CreateAndExecuteSingleStepStatement function. r=dom-workers-and-storage-reviewers,janv Differential Revision: https://phabricator.services.mozilla.com/D89913
-
Simon Giesecke authored
Differential Revision: https://phabricator.services.mozilla.com/D89905
-
Simon Giesecke authored
Bug 1663924 - Change GetCachedStatement to return a Result rather than use an output parameter. r=dom-workers-and-storage-reviewers,janv Differential Revision: https://phabricator.services.mozilla.com/D89897
-