- Mar 31, 2023
-
-
Henrik Skupin authored
Bug 1818080 - [remote] Add profile markers for CDP, Marionette and WebDriver BiDi commands and events. r=webdriver-reviewers,canaltinova,jdescottes Differential Revision: https://phabricator.services.mozilla.com/D174211
-
serge-sans-paille authored
Looks like $(file <) construct is too recent for some of our downstream users. Differential Revision: https://phabricator.services.mozilla.com/D174210
-
Norisz Fay authored
Backed out changeset ef7d2e82eb5a (bug 1825745) for causing assertion failure on nsDocShell.cpp CLOSED TREE
-
Tim Huang authored
Bug 1823655: Set IdentityCredentialStorageService.mShuttingDown if the init() is called during shutdown. r=pbz The mShuttingDown wasn't set in the init() function during shutdown. In this case, we won't register ShutdownBlocker, so we won't flip mShuttingDown. This could case shutdown hanging becasue WaitForInitialization() could be called during shutdown becasue of sanitizer. We need to flip mShuttingDown to prevent waiting in WaitForInitialization. Differential Revision: https://phabricator.services.mozilla.com/D174212
-
Peter Van der Beken authored
Bug 1825745 - Make form submits do a replace load if they happen before document load has ended. r=smaug Differential Revision: https://phabricator.services.mozilla.com/D174224
-
Yoshi Cheng-Hao Huang authored
We use a nsCOMPtr to hold referrer to prevent it from being freed before the Worklet thread starts. Differential Revision: https://phabricator.services.mozilla.com/D173816
-
Nicolas Chevobbe authored
Bug 1822355 - [devtools] Change icon for highlighting node in animation panel. r=devtools-reviewers,jdescottes. Use the same icon and styling that we have for the highlight button in the rule view. We only update the current background color we use so it still visible with the animation item hover color. Differential Revision: https://phabricator.services.mozilla.com/D173963
-
Nicolas Chevobbe authored
Bug 1822355 - [devtools] Allow to pass a custom class for the icon in ElementNode rep. r=devtools-reviewers,jdescottes. Differential Revision: https://phabricator.services.mozilla.com/D173962
-
Nicolas Chevobbe authored
Bug 1822355 - [devtools] Switch from mask to background image for Reps open in inspector icon. r=devtools-reviewers,jdescottes. Differential Revision: https://phabricator.services.mozilla.com/D173961
-
alwu authored
Differential Revision: https://phabricator.services.mozilla.com/D173376
-
alwu authored
Differential Revision: https://phabricator.services.mozilla.com/D173374
-
alwu authored
Differential Revision: https://phabricator.services.mozilla.com/D173240
-
Tom Schuster authored
Depends on D173944 Differential Revision: https://phabricator.services.mozilla.com/D173945
-
Tom Schuster authored
Differential Revision: https://phabricator.services.mozilla.com/D173944
-
Lee Salzman authored
Depends on D172956 Differential Revision: https://phabricator.services.mozilla.com/D174142
-
Lee Salzman authored
This implements OP_CLEAR by ensuring the shader always outputs a mask value that represents coverage. Clear color is then blended in proportion to the coverage value. Depends on D171025 Differential Revision: https://phabricator.services.mozilla.com/D172956
-
Tom Schuster authored
Depends on D171020 Differential Revision: https://phabricator.services.mozilla.com/D171025
-
Tom Schuster authored
Differential Revision: https://phabricator.services.mozilla.com/D171020
-
Mike Hommey authored
Differential Revision: https://phabricator.services.mozilla.com/D174207
-
Alexandra Borovova authored
Bug 1822775 - [wdspec] Enable "test_add_preload_script[tab]" on Android r=webdriver-reviewers,whimboo Differential Revision: https://phabricator.services.mozilla.com/D174117
-
Mozilla Releng Treescript authored
ach -> df89aa028db888918ba2223c61ab1f95ff51c35d it -> d03e0f38797ab37ed71569a578abca02dfa3bfcd lo -> d65e8e005e53c9c1f679e7b4ea3f31b9e288f64c
-
Lina Butler authored
This commit: * Adds a `position` key to the `topsites.{impression, click}` events. This position is zero-based, to align with `pocket_position`. * Refactors the impression stats actions in `TelemetryFeed` to receive the zero-based tile position, and adds one to the structured ingestion payloads and scalar values. * Adds a new Glean metric, `topsites.rows`, to record the number of rows shown on the New Tab page. Differential Revision: https://phabricator.services.mozilla.com/D172292
-
sotaro authored
Bug 1824696 - Initialize gfxGradientCache in GPU process only when remote canvas is enabled r=gfx-reviewers,lsalzman On Android, remote canvas is disabled. gfxGradientCache does not need to be initialized. Differential Revision: https://phabricator.services.mozilla.com/D174058
-
sunil mayya authored
Differential Revision: https://phabricator.services.mozilla.com/D173115
-
Marian-Vasile Laza authored
Backed out 3 changesets (bug 1814749) for build bustages on ExternalEngineStateMachine.cpp. CLOSED TREE Backed out changeset 84c7cbeaccd6 (bug 1814749) Backed out changeset babe4bfab4f7 (bug 1814749) Backed out changeset a8eb0d7b8b65 (bug 1814749)
-
alwu authored
Differential Revision: https://phabricator.services.mozilla.com/D173376
-
alwu authored
Differential Revision: https://phabricator.services.mozilla.com/D173374
-
alwu authored
Differential Revision: https://phabricator.services.mozilla.com/D173240
-
sotaro authored
Bug 1824568 - Add mTarget->GetDrawTarget() check to WebRenderLayerManager::MakeSnapshotIfRequired() r=gfx-reviewers,lsalzman gfxContext::mDT could become nullptr. Differential Revision: https://phabricator.services.mozilla.com/D174063
-
John Schanck authored
Differential Revision: https://phabricator.services.mozilla.com/D174140
-
- Mar 30, 2023
-
-
alwu authored
Differential Revision: https://phabricator.services.mozilla.com/D173885
-
Kelsey Gilbert authored
This changed a while back, and though it should default to 0 anyway, it's best to do the right thing here. Differential Revision: https://phabricator.services.mozilla.com/D174188
-
Karl Tomlinson authored
to save problems if/when further members are added. cubeb_stream_user_ptr() is not used/tested right now, but this change will make that behave as expected. Differential Revision: https://phabricator.services.mozilla.com/D173925
-
Karl Tomlinson authored
mAudioStream may be replaced on the CubebOperation thread while the fallback driver hands over the graph to a ThreadedDriver or main thread that may create a SHUTDOWN AsyncCubebTask. The new assertion matches one in AudioCallbackDriver::Init() but is tested earlier. Depends on D173923 Differential Revision: https://phabricator.services.mozilla.com/D173924
-
Karl Tomlinson authored
Bug 1801190 reset mAudioStreamState after cubeb_stream_stop() instead of on CUBEB_STATE_STOPPED r=padenot Differential Revision: https://phabricator.services.mozilla.com/D173922
-
Karl Tomlinson authored
Differential Revision: https://phabricator.services.mozilla.com/D173921
-
Karl Tomlinson authored
Bug 1801190 do not reset mAudioStreamState to None on state changes from an old cubeb_stream r=pehrsons Such resets were preventing transitions to Running for new streams and allowing MaybeStartAudioStream() to start another stream. Differential Revision: https://phabricator.services.mozilla.com/D173920
-
Csoregi Natalia authored
Backed out changeset f67a63d151f5 (bug 1819767) Backed out changeset 91e577f436e9 (bug 1819767)
-
Drew Willcoxon authored
Differential Revision: https://phabricator.services.mozilla.com/D174151
-
Katherine Patenio authored
Differential Revision: https://phabricator.services.mozilla.com/D173590
-