- May 23, 2023
-
-
Noemi Erli authored
Backed out changeset 57876d77a652 (bug 1834176) Backed out changeset ae2f0837b528 (bug 1834176)
-
Noemi Erli authored
Backed out changeset ab92a12ba6ea (bug 1828469) Backed out changeset 217801294c41 (bug 1828469) Backed out changeset c78c717e4ec9 (bug 1828469)
-
Ziran Sun authored
https://fullscreen.spec.whatwg.org/#fullscreen-element-ready-check Differential Revision: https://phabricator.services.mozilla.com/D177913
-
Julian Descottes authored
Depends on D177932 Differential Revision: https://phabricator.services.mozilla.com/D177933
-
Julian Descottes authored
Depends on D177295 Differential Revision: https://phabricator.services.mozilla.com/D177932
-
Julian Descottes authored
Bug 1821996 - [wdspec] Move all webdriver classic tests to webdriver/tests/classic r=webdriver-reviewers,whimboo Differential Revision: https://phabricator.services.mozilla.com/D177295
-
Julien Cristau authored
Bug 1833603 - update snap repackage task to download from archive.m.o instead of s3 buckets directly. r=releng-reviewers,bhearsum DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D178662
-
Julien Cristau authored
Bug 1833603 - update flatpak repackage task to download from archive.m.o instead of s3 buckets directly. r=releng-reviewers,bhearsum,hneiva DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D178332
-
Julien Cristau authored
Bug 1833603 - use google cloud storage instead of amazon s3 for release-generate-checksums task. r=releng-reviewers,bhearsum DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D178661
-
Noemi Erli authored
Backed out 3 changesets (bug 1833618) for causing failures in test_autofillFormFields.js CLOSED TREE Backed out changeset e8791a874dba (bug 1833618) Backed out changeset c6c717d87dfc (bug 1833618) Backed out changeset 3f6fd89c9a6e (bug 1833618)
-
Hubert Boma Manilla authored
Differential Revision: https://phabricator.services.mozilla.com/D174356
-
Hubert Boma Manilla authored
Also there is a patch to add support for ignoreList to the sourcemap library https://github.com/mozilla/source-map/pull/481 Differential Revision: https://phabricator.services.mozilla.com/D174357
-
Mark Banner authored
Bug 1834176 - Convert NetUtil.jsm to be an ES system module. r=arai,webdriver-reviewers,perftest-reviewers,valentin,extension-reviewers,devtools-reviewers,sync-reviewers,cookie-reviewers,robwu,afinder,whimboo Differential Revision: https://phabricator.services.mozilla.com/D178589
-
Mark Banner authored
Differential Revision: https://phabricator.services.mozilla.com/D178588
-
Otto Länd authored
# ignore-this-changeset
-
Dimi authored
Bug 1833618 - P2. Replace checking hidden and display:none in formautofill visibility check with element.checkVisibility API r=credential-management-reviewers,sgalich This patch includes a preference setting that triggers the execution of element.checkVisibility only when a form contains fewer than 200 eligible address and credit card fields. This measure has been implemented to avoid potential performance impact that could occur due to the visibility check running on a large number of elements. Differential Revision: https://phabricator.services.mozilla.com/D178308
-
Dimi authored
Bug 1833618 - P1. Use browser test for formautofill heuristic tests. r=credential-management-reviewers,sgalich Visibility check requires a window, so we should run heuristic tests with browser test instead of xpcshell-test Differential Revision: https://phabricator.services.mozilla.com/D178307
-
Noemi Erli authored
Backed out 4 changesets (bug 1826530) for causing build bustages in MessagePump_android.cpp CLOSED TREE Backed out changeset 027080336f71 (bug 1826530) Backed out changeset 2174d8d45249 (bug 1826530) Backed out changeset fe9e6fccc2e6 (bug 1826530) Backed out changeset 2534ba3f140f (bug 1826530)
-
Mozilla Releng Treescript authored
cs -> a6999f5682f7bc9b0b63899d5a720df5f521dafd es-AR -> 24c5a0e5f85c4a51888e2a8122879a1c13a99fcd es-CL -> f1b48586e5d9ae6687e3e0399f7e3a3b51ee1491 gl -> fb04a40d2fad95dfe607d4f9a61c029493ca98c1 ka -> ac1987d3dea5b924c39cae1eb89b27b1b64506dc lo -> 8e24944a7ca513c83dbf4fbc4ca50f4ea85b88f6 sat -> 4361d349b2f1724a346e6f7b7f92e923aaadb8fb sc -> ed85fcc3e7e552b3b8489f7017c9945ebbe03baf
-
Otto Länd authored
# ignore-this-changeset
-
Jan-Niklas Jaeschke authored
Bug 1828469, part 2: Moved some logic from `nsRange` to `AbstractRange` to support `StaticRange`s in custom highlights. r=masayuki With this change, Selections are also registered into StaticRanges, ultimately making them visible to `nsINode::IsSelected()`, which is necessary to paint them. Differential Revision: https://phabricator.services.mozilla.com/D175784
-
Jan-Niklas Jaeschke authored
Bug 1828469, part 1: Prepare `RangeBoundaryBase` to be able to handle non-`MutationObserver` Range classes. r=masayuki In order to support `StaticRange`s, which are not `MutationObserver`s, RangeBoundaries need to have an alternative way of ensuring that `mRef` points to the correct node. This is now done by validating `mRef` every time `Ref()` is called using the parent and offset. For performance reasons, this is disabled by default and should only be used for `StaticRange`s. Differential Revision: https://phabricator.services.mozilla.com/D177892
-
Andreas Pehrson authored
Bug 1826530 - Switch the ScreenCapture thread on mac to a MessagePumpForNonMainUIThreads. r=webrtc-reviewers,ng Differential Revision: https://phabricator.services.mozilla.com/D175102
-
Andreas Pehrson authored
Bug 1826530 - Implement MessagePumpForNonMainUIThreads for mac. r=xpcom-reviewers,ipc-reviewers,mstange,nika The MessagePump implemented here is a MessagePumpCFRunLoopBase that also handles xpcom events. Differential Revision: https://phabricator.services.mozilla.com/D175101
-
Andreas Pehrson authored
Bug 1826530 - From the Windows MessagePumpForNonMainUIThreads remove use of NSAutoReleasePool. r=ipc-reviewers,nika Differential Revision: https://phabricator.services.mozilla.com/D175145
-
Andreas Pehrson authored
Bug 1826530 - Break platform-dependent MessagePumps out to platform-specific files. r=ipc-reviewers,nika This makes things a bit clearer when adding the mac implementation. Differential Revision: https://phabricator.services.mozilla.com/D175100
-
Andreas Pehrson authored
Differential Revision: https://phabricator.services.mozilla.com/D174299
-
Andreas Pehrson authored
This patch eliminates the race that bug 1809672 points out, and as a bonus it significantly reduces the number of main thread hops. Differential Revision: https://phabricator.services.mozilla.com/D174298
-
Andreas Pehrson authored
This patch creates the desktop capture thread only once needed, and then passes it to the TabCapturerWebrtc ctor so its threading members can be const. Differential Revision: https://phabricator.services.mozilla.com/D174297
-
Andreas Pehrson authored
This is on par with other DesktopCapturer implementations. Differential Revision: https://phabricator.services.mozilla.com/D174296
-
Andreas Pehrson authored
Differential Revision: https://phabricator.services.mozilla.com/D174295
-
Andreas Pehrson authored
Bug 1809672 - Use webrtc::SequenceChecker and RTC_GUARDED_BY for static analysis of threads in DesktopCaptureImpl. r=karlt Differential Revision: https://phabricator.services.mozilla.com/D176296
-
Andreas Pehrson authored
Differential Revision: https://phabricator.services.mozilla.com/D174294
-
Andreas Pehrson authored
This fixes an assertion failure in ~ScreenCapturerMac() which checks that it runs on the capture thread. Differential Revision: https://phabricator.services.mozilla.com/D176295
-
Andreas Pehrson authored
Since we now know FocusOnSelectedSource will only be called after StartCapture() there is no need for it to be able to create a capturer. This means EnsureCapturer() has only one caller and can be inlined into StartCapture(). Note that this patch breaks the (verbose) capturer creation logic out to a static function, but mCapturer and mCaptureThread assignment happens exclusively in StartCapture(). Differential Revision: https://phabricator.services.mozilla.com/D174293
-
Andreas Pehrson authored
Differential Revision: https://phabricator.services.mozilla.com/D175220
-
Andreas Pehrson authored
Bug 1809672 - In MediaManager call FocusOnSelectedSource only after the device successfully started. r=karlt This will not only benefit the assumptions that can be made on the backend side. It also means we will not shift focus to an external window in case a window capture fails to start, of if an audio device that is part of the same request fails to start. Differential Revision: https://phabricator.services.mozilla.com/D174292
-
Andreas Pehrson authored
Differential Revision: https://phabricator.services.mozilla.com/D174291
-
Andreas Pehrson authored
This restores libwebrtc's DesktopCapturer to their upstream state as far as the tab capturer is concerned. Differential Revision: https://phabricator.services.mozilla.com/D174290
-
Michael Froman authored
Differential Revision: https://phabricator.services.mozilla.com/D177919
-