Commit Graph

829616 Commits

Author SHA1 Message Date
Nicholas Rishel
27b7bbf0ff Bug 1809464 - Post 2: skip-if was accidentally removed in revision 5cff19bd3c53. As no intermittent test failures have re-emerged for two years we can assume Bug 1407296 has since been resolved. r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D168503
2023-02-07 21:40:40 +00:00
Nicholas Rishel
b887d0679d Bug 1809464 - Post 1: Fixing test exposed pre-existing intermittent XUL notification bugs tracked in Bug 1810860. Turning off verify tests in the meantime to unblock Windows native notifications. r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D169008
2023-02-07 21:40:40 +00:00
Nicholas Rishel
585932d86c Bug 1809464 - Fix test_principal fail when alerts.useSystemBackend=true for Windows. r=nalexander,lina
Windows native notifications are only available in the parent process. The existing mochitest runs in a content process, therefore checking `"@mozilla.org/system-alerts-service;1" in Cc` fails. The test interprets this to mean that the XUL notification backend is enabled, which is not the case.

Since this test seems XUL specific in nature, this change modifies the test to set `alerts.useSystemBackend=false` and removes the now redundant check on test startup.

Depends on D167477

Differential Revision: https://phabricator.services.mozilla.com/D166442
2023-02-07 21:40:39 +00:00
Luca Greco
b75db0d19a Bug 1792559 - BaseContext applySafeWithoutClone should log errors associated to the extension page innerWindowID. r=willdurand,ochameau
Differential Revision: https://phabricator.services.mozilla.com/D166461
2023-02-07 21:39:59 +00:00
Robert Longson
b442efeb9e Bug 1815525 - Remove more dead code post bug 829802 r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D169114
2023-02-07 21:16:55 +00:00
Iain Ireland
3eb322d1c3 Bug 1813533: Don't enforce invariant for FirstSubsumedFrame r=mgaudet
Differential Revision: https://phabricator.services.mozilla.com/D168830
2023-02-07 21:08:55 +00:00
Michael Froman
aff2b4d09c Bug 1815520 - improve guidance output when running elm_rebase.sh. r=dbaker DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D169116
2023-02-07 21:05:41 +00:00
Brad Werth
a858f46d01 Bug 1407461: Allow hardware acceleration for Windows drivers with mismatched DLL and registry versions on Nightly. r=gfx-reviewers,jrmuizel
On Nightly, mismatched driver versions will be noted in any associated
crash reports, but otherwise will not be reported and will not prevent
hardware acceleration from activating.

On Beta and Release, we will continue to treat this as a disqualifying
condition.

Differential Revision: https://phabricator.services.mozilla.com/D168997
2023-02-07 20:30:13 +00:00
steven wang
e123a605f4 Bug 1801051 - Remove cookies migration (except for FirefoxProfileMigrator). r=mconley.
Differential Revision: https://phabricator.services.mozilla.com/D168348
2023-02-07 20:11:42 +00:00
Roger Yang
1705e2a046 Bug 1815313 - Add test for invalid schemes in onLoadRequest. r=jonalmeida
Differential Revision: https://phabricator.services.mozilla.com/D169080
2023-02-07 20:10:55 +00:00
Gregory Pappas
4ebe5099a5 Bug 1814980 - Remove MAX_OMNIBOX_RESULT_COUNT r=adw
MAX_OMNIBOX_RESULT_COUNT was introduced	in bug 1267810 to increase compatibility with Chromium.	It no longer serves this purpose as Chromium has since removed its limit of 6 extension-supplied results.

Differential Revision: https://phabricator.services.mozilla.com/D168891
2023-02-07 20:07:45 +00:00
Ben Visness
bb77f375ec Bug 1801563: Update Zydis to version 4.0.0. r=rhunt
Differential Revision: https://phabricator.services.mozilla.com/D165325
2023-02-07 20:05:45 +00:00
Nicolas Silva
38ad8da4eb Bug 1814848 - Vendor wgpu changes. r=webgpu-reviewers,jimb CLOSED TREE
Depends on D168929

Differential Revision: https://phabricator.services.mozilla.com/D168930
2023-02-07 18:08:30 +00:00
Nicolas Silva
754c9506f4 Bug 1814848 - Vet wgpu and naga commits. r=supply-chain-reviewers,bholley CLOSED TREE
Depends on D168928

Differential Revision: https://phabricator.services.mozilla.com/D168929
2023-02-07 18:08:29 +00:00
Nicolas Silva
452651d391 Bug 1814848 - Update wgpu to revision 41de797c745d317e93b9cf50e7446faff7f65954. r=webgpu-reviewers,jimb a=reland CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D168928
2023-02-07 18:08:29 +00:00
Iulian Moraru
d19790ed5f Backed out 2 changesets (bug 1812329) for causing multiple leaks. CLOSED TREE
Backed out changeset d663fc115ab9 (bug 1812329)
Backed out changeset 5464978a27a8 (bug 1812329)
2023-02-07 23:45:43 +02:00
Csoregi Natalia
435547cbe3 Backed out 3 changesets (bug 1814848) for causing address sanitizer fails in MOZ_Crash. CLOSED TREE
Backed out changeset 38ecc5076ab3 (bug 1814848)
Backed out changeset 7dd5ce12c5f3 (bug 1814848)
Backed out changeset 5c42f3352b26 (bug 1814848)
2023-02-07 23:10:17 +02:00
Emilio Cobos Álvarez
6a014f3d1a Bug 1812329 - Improve cycle collection of the menubar listener. r=smaug
Otherwise we leak in some bc tests.

MANUAL PUSH: Orange fix CLOSED TREE

Differential Revision: https://phabricator.services.mozilla.com/D169128
2023-02-07 22:01:59 +01:00
Byron Campen
215043a63d Bug 1815263: Don't warn about a lack of STUN servers if we have a TURN UDP server. r=dbaker
Differential Revision: https://phabricator.services.mozilla.com/D169105
2023-02-07 19:34:35 +00:00
Bilal
d019b30646 Bug 1811336 - Converted FullScreenFrame, PerfTestHelpers, StartupContentSubframe, and BlocklistTestProxy to ESM. r=kpatenio
Differential Revision: https://phabricator.services.mozilla.com/D168161
2023-02-07 19:19:30 +00:00
Henrik Skupin
e66ff39f2f Bug 1814896 - [geckodriver] Release version 0.32.2. r=webdriver-reviewers,jgraham
Depends on D168984

Differential Revision: https://phabricator.services.mozilla.com/D168985
2023-02-07 19:15:08 +00:00
Henrik Skupin
9055eaa241 Bug 1814896 - [rust-marionette] Relase version 0.3.0. r=webdriver-reviewers,supply-chain-reviewers,jgraham
The release of version 0.2.1 didn't obey the semver rules and
introduced a backward incompatible bug. As such we have to
release a minor release now.

Differential Revision: https://phabricator.services.mozilla.com/D168984
2023-02-07 19:15:07 +00:00
Emilio Cobos Álvarez
7465d49826 Bug 1815526 - Make sure to clean up :focus-visible as well as :focus for shadow hosts. r=smaug
This is supposed to be cleaned up by the datetime widget in:

  https://searchfox.org/mozilla-central/rev/188d0f76a73e0671d12e744a71e9f5701668cc37/toolkit/content/widgets/datetimebox.js#600,623

But that may never happen if we tear down the widget before via a type
change, and we don't quite want to unconditionally unfocus when tearing
down (we might want to close the picker, but that's a separate issue).

Make sure to always unset :focus-visible as well from shadow roots to
fix it, and add exhaustive tests.

Differential Revision: https://phabricator.services.mozilla.com/D169099
2023-02-07 19:09:06 +00:00
Iulian Moraru
b5d3c70bf6 Backed out changeset f36d7b2b0ea1 (bug 1407461) for causing build bustages on GfxInfo.cpp. CLOSED TREE 2023-02-07 21:14:39 +02:00
Mozilla Releng Treescript
cbbbfb139d no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
be -> f14e99038a0012ecb6e3cc4deca01b95255a4f51
el -> 2176f4f14fa519d753c3f43c28e7ea615690deea
eu -> 34df3e80eb45a9464805bfbfb24a728a818fdd82
fr -> fdc6a4ad46ccd83ccb44cf50fc554a8cda3aa3d3
fy-NL -> f61ff22ec42276ab67ae8c48d8e33928190fe239
gn -> d84a84c7109876e9a67830533670280ae0747afb
hsb -> 530e4f1c1f6af821201ad072a137619addd749fb
hu -> 0e243d8af23e577b80546b0e0ae1e407dcda589d
ia -> 325bf7c58efff8db0377527a72cb2b0d154f642f
is -> 8ec1f9ff037ebba9e5218a94360c0604b0bd2aaf
ka -> cb7315932645b2f4bd17e23cce1211a57e6ea15b
kk -> 45c1a65c33e77178bf38408aa298e4fac23bf9e7
ko -> 91199fd557aca9061d85bfa4cfe39b50c17a1abf
lo -> db27f1ad6fb92a4f7908d6c353d6731245eb1504
nl -> 4cdffbcf8f7ef682758a95e59b675f63bbdbec8e
pt-BR -> 493085de2192101068a9be79c88a7fbe11d588bc
uk -> c7dde6ef6407bebc71749c78dc9eeb5eba375f58
vi -> 37c0703bf14bbde4690244ef4d1dbfe5e327d2a4
zh-TW -> 464c2e54649edafbe9ea2470737d183c36a17d55
2023-02-07 19:07:33 +00:00
janvi01
3207daf513 Bug 1764834 - Fix: AirMozilla play and mute button sync in PIP window r=kpatenio,niklas
Differential Revision: https://phabricator.services.mozilla.com/D168123
2023-02-07 18:55:56 +00:00
Brad Werth
34b836525c Bug 1407461: Allow hardware acceleration for Windows drivers with mismatched DLL and registry versions on Nightly. r=gfx-reviewers,jrmuizel
On Nightly, mismatched driver versions will be noted in any associated
crash reports, but otherwise will not be reported and will not prevent
hardware acceleration from activating.

On Beta and Release, we will continue to treat this as a disqualifying
condition.

Differential Revision: https://phabricator.services.mozilla.com/D168997
2023-02-07 18:55:44 +00:00
Ed Lee
7ce4b46ed6 Bug 1815494 - Point webpack config to the new location of resourceUriPlugin r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D169096
2023-02-07 18:10:46 +00:00
Emilio Cobos Álvarez
b9833bfcca Bug 1812329 - Remove nsMenuBarFrame. r=smaug
This ended up being a lot more straight-forward than the menu changes.

TLDR:

 * nsMenuBarFrame -> XULMenuBarElement
 * nsMenuBarListener -> MenuBarListener

Rest should be rather straight-forward.

Depends on D168649

Differential Revision: https://phabricator.services.mozilla.com/D167809
2023-02-07 18:09:37 +00:00
Nicolas Silva
720ce2d73f Bug 1814848 - Vendor wgpu changes. r=webgpu-reviewers,jimb
Depends on D168929

Differential Revision: https://phabricator.services.mozilla.com/D168930
2023-02-07 18:08:30 +00:00
Nicolas Silva
6db6f5f9fc Bug 1814848 - Vet wgpu and naga commits. r=supply-chain-reviewers,bholley
Depends on D168928

Differential Revision: https://phabricator.services.mozilla.com/D168929
2023-02-07 18:08:29 +00:00
Nicolas Silva
e45015e278 Bug 1814848 - Update wgpu to revision 41de797c745d317e93b9cf50e7446faff7f65954. r=webgpu-reviewers,jimb
Differential Revision: https://phabricator.services.mozilla.com/D168928
2023-02-07 18:08:29 +00:00
Jens Stutte
ca9b3467ae Bug 1814603 - Check host process for IsShuttingDown before re-use. r=smaug
Depends on D168995

Differential Revision: https://phabricator.services.mozilla.com/D169068
2023-02-07 18:07:19 +00:00
Jens Stutte
a5cf43833e Bug 1814603 - Change more ContentParent::IsDead checks to ContentParent::IsShuttingDown. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D168995
2023-02-07 18:07:19 +00:00
Jens Stutte
003efc7f75 Bug 1814603 - ContentParent::IsShuttingDown must ignore launching processes. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D168988
2023-02-07 18:07:18 +00:00
Jan Rio Krause
c5cf6ef2b0 Bug 1770786 - Use QM_WARONLY_TRY because handleError should propagate errors. r=dom-storage-reviewers,janv
Differential Revision: https://phabricator.services.mozilla.com/D168996
2023-02-07 17:53:26 +00:00
Eemeli Aro
47c30f3625 Bug 1815410 - Add documentation for fluent.migrate TransformPattern. r=flod DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D169058
2023-02-07 17:44:10 +00:00
Cristian Tuns
429b1e8615 Backed out changeset 2b1d90490648 (bug 1776755) for causing xpcshells failures CLOSED TREE 2023-02-07 12:53:31 -05:00
Joel Maher
6294634aed Bug 1814042 - Remove Wayland as a test variant in place of an upcoming new platform. r=ahal,ci-and-tooling,aryx
Differential Revision: https://phabricator.services.mozilla.com/D169012
2023-02-07 17:16:33 +00:00
june wilde
46711bc1dc Bug 1776755 - Skip ordering ExpandedPrincipals to speed up creation; r=nika,necko-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D161450
2023-02-07 16:47:29 +00:00
Jon Coppeard
4dfe07ec96 Bug 1814193 - Fix broken macro definition r=sfink
The extra trailing backslash resulted in FOR_EACH_GC_PROFILE_TIME not being
expanded at all and the GC profile timing data was never set.

Differential Revision: https://phabricator.services.mozilla.com/D169076
2023-02-07 16:44:51 +00:00
Marco Bonardo
30468b94f4 Bug 1815464 - Invoke the Places shutdown callback even if asyncClose() throws. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D169079
2023-02-07 16:40:17 +00:00
Emilio Cobos Álvarez
825e54cafc Bug 1812329 - Move accesskey out of nsMenubarListener. r=smaug
This makes the following patch simpler.

Differential Revision: https://phabricator.services.mozilla.com/D168649
2023-02-07 16:29:40 +00:00
Greg Mierzwinski
a3a189d38e Bug 1814392 - Copy alert-window settings to the subtest. r=perftest-reviewers,AlexandruIonescu
This patch copies the alert-window settings from the suite-level to the subtest-level in case there is no summary value available, see here for why this is an issue: cfb765d7b2/treeherder/etl/perf.py (L155-L189)

This patch also increases the tier to 2 because anything greater is not considered sheriffable: ea963b99b8/treeherder/model/models.py (L582)

Differential Revision: https://phabricator.services.mozilla.com/D168550
2023-02-07 16:19:28 +00:00
Alex Finder
669f6f2817 Bug 1811992 - Disable 60fps video conversion to avoid timeout r=perftest-reviewers,sparky
Differential Revision: https://phabricator.services.mozilla.com/D168810
2023-02-07 16:17:55 +00:00
Geoff Brown
359b2fda58 Bug 1806899 - Sanitize extractall input (m-c tooltool) r=jcristau
Syncs m-c copy of tooltool.py with https://github.com/mozilla-releng/tooltool/pull/1066

Differential Revision: https://phabricator.services.mozilla.com/D169017
2023-02-07 15:44:41 +00:00
Andreas Farre
9373a37104 Bug 1815387 - Don't assert that we get a JSOracleParent. r=smaug
This assert is too strong. We might not get an actor, e.g. in the case
of shutting down. And that's OK. It is up to the caller to make sure
that it actually got an actor.

Differential Revision: https://phabricator.services.mozilla.com/D169078
2023-02-07 15:44:39 +00:00
ogiorgis
f09ce3a8dd Bug 1749473 - fix some sphinx autodoc import warnings r=firefox-source-docs-reviewers,ahal DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D168048
2023-02-07 15:32:24 +00:00
Cristian Tuns
e66cff9516 Backed out changeset fd3606f15938 (bug 1773225) for causing spidermonkey bustages in ArrayBufferObject.cpp CLOSED TREE 2023-02-07 11:21:05 -05:00
ogiorgis
b42b079b39 Bug 1803426 - upload images not in a docs folder and fix warnings r=firefox-source-docs-reviewers,ahal DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D167942
2023-02-07 15:32:37 +00:00