Fatih
d7275ce3ff
Bug 1924087: Check language spoofing in SVG's switch element. r=tjr,longsonr
...
Differential Revision: https://phabricator.services.mozilla.com/D225358
2024-11-07 12:58:10 +00:00
mcarare
7d3dd8049b
Bug 1848134 - Do not throw UnboundHandlerException for crash notifications when permission is not already granted. r=android-reviewers,boek
...
We cannot request permissions without an activity started.
Differential Revision: https://phabricator.services.mozilla.com/D226776
2024-11-07 12:58:03 +00:00
Luca Greco
adb5de3cd7
Bug 1929600 r=robwu
...
Differential Revision: https://phabricator.services.mozilla.com/D228201
2024-11-07 12:41:37 +00:00
Greg Mierzwinski
3cda73cabd
Bug 1928140 - Rename power usage metric to powerUsage, and only gather one version of it. r=fbilt,perftest-reviewers
...
This patch renames the power usage metrics to be only `powerUsage` and removes the `Support`/`Pageload` suffixes. At the same time, it makes sure that only one type of these measuerments is ever recorded.
Differential Revision: https://phabricator.services.mozilla.com/D227379
2024-11-07 12:20:19 +00:00
Greg Mierzwinski
19a9e0227e
Bug 1927863 - Rename cpu time metric to cpuTime, and only gather one version of it. r=fbilt,perftest-reviewers
...
This patch changes the names of the cpu time metric to only be `cpuTime`, and removes the cpuTimePageload, and cpuTimeSupport metric. Also, only one version of it will ever be gathered (benchmark one if it exists, otherwise the pageload one).
Differential Revision: https://phabricator.services.mozilla.com/D227276
2024-11-07 12:20:18 +00:00
Greg Mierzwinski
03c257d609
Bug 1925593 - Enable power testing for pageload on Windows 11. r=perftest-reviewers,kshampur
...
This patch enables power testing for pageload tests on windows 11. It also fixes a couple issues related to gathering additional metrics for pageloads.
Differential Revision: https://phabricator.services.mozilla.com/D227188
2024-11-07 12:20:18 +00:00
Greg Mierzwinski
169156f38e
Bug 1926288 - Gather power usage profile from android support measurements. r=perftest-reviewers,afinder
...
This patch adds the ability to gather a power profile for support measurements. This power profile is produced in the browsertime results directory.
Differential Revision: https://phabricator.services.mozilla.com/D227187
2024-11-07 12:20:18 +00:00
Greg Mierzwinski
06a71d19d9
Bug 1926930 - Move power profile artifacts to browsertime-results directory. r=perftest-reviewers,kshampur
...
This patch moves the power_profile_* artifacts from the upload directory to the browsertime results directory when the test is finished. It also adds a new method that can be used in other areas to generate the correct path to the result directory.
Differential Revision: https://phabricator.services.mozilla.com/D227186
2024-11-07 12:20:17 +00:00
Greg Mierzwinski
74b438f3d4
Bug 1928135 - Output suite-level description missing error on all changed files. r=perftest-reviewers,fbilt DONTBUILD
...
This patch fixes an issue where the suite-level description error wasn't being output. Instead of using the manifest from the yaml for this error, we'll output the failure to all changed files. Some additional changes are made for mozperftest to handle tests with periods in their names.
Differential Revision: https://phabricator.services.mozilla.com/D227378
2024-11-07 12:17:51 +00:00
Stanca Serban
79363f620f
Backed out 2 changesets (bug 1862256) for causing mochitests failures in test_native_key_bindings_mac.html. CLOSED TREE
...
Backed out changeset b23e836dc19b (bug 1862256)
Backed out changeset ccb29705b1d5 (bug 1862256)
2024-11-07 14:31:58 +02:00
Stanca Serban
29500adcd5
Backed out changeset c0519f58181d (bug 1734476) for causing build bustages in SVGUtils.cpp. CLOSED TREE
2024-11-07 14:11:10 +02:00
Emilio Cobos Álvarez
3e0cea8c79
Bug 1905904 - Remove a reftest that now expectedly fails.
...
I had this change locally but forgot to upload yesterday, sigh.
MANUAL PUSH: Orange fix CLOSED TREE
2024-11-07 13:02:37 +01:00
longsonr
5dc0704a18
Bug 1929626 - Remove more uses/includes of nsAlgorithm.h r=emilio,win-reviewers,gstoll
...
Differential Revision: https://phabricator.services.mozilla.com/D228203
2024-11-07 11:09:40 +00:00
longsonr
15674fd75a
Bug 1734476 - Don't run on compositor when content may contain non-scaling-stroke r=emilio
...
Differential Revision: https://phabricator.services.mozilla.com/D227400
2024-11-07 11:03:46 +00:00
serge-sans-paille
d8a80fdff3
Bug 1915191 - Provide a minimal linter for configure help r=glandium,geckoview-reviewers,owlish
...
Currently makes sure all help message begins with an uppercase letter
and does *not* end with a dot.
Differential Revision: https://phabricator.services.mozilla.com/D220283
2024-11-07 10:43:43 +00:00
Jon Coppeard
dbb97f266d
Bug 1928676 - Part 3: Use GCPtr instead of HeapPtr in GlobalObjectData r=sfink
...
Differential Revision: https://phabricator.services.mozilla.com/D227953
2024-11-07 10:43:20 +00:00
Jon Coppeard
bac82d097e
Bug 1928676 - Part 2: Use GCPtr instead of HeapPtr in RegExpShared r=sfink
...
Differential Revision: https://phabricator.services.mozilla.com/D227952
2024-11-07 10:43:19 +00:00
Jon Coppeard
83b282d0a5
Bug 1928676 - Part 1: Use GCPtr instead of HeapPtr in Scope r=sfink
...
This is mostly straigtforward, excpet that we can delete scope data during
their initialization which is outside GC. This adds an exception for this in
the assertion in the GCPtr destructor so that we can destroy uninitialized
GCPtrs (which is OK).
Differential Revision: https://phabricator.services.mozilla.com/D227951
2024-11-07 10:43:19 +00:00
Kagami Sascha Rosylight
7c4256e4ad
Bug 1862256 - Part 2: Add test r=masayuki
...
Differential Revision: https://phabricator.services.mozilla.com/D228259
2024-11-07 10:30:47 +00:00
Laura Hausmann
cec01faf6c
Bug 1862256 - Fix textarea home/end behavior r=saschanaz
...
Differential Revision: https://phabricator.services.mozilla.com/D192724
2024-11-07 10:30:46 +00:00
Updatebot
7b855d6a89
Bug 1929792 - Update android nightly application-services version bump to 48a71c2ebeace366cde98977f0bd13da7dbf7121 r=pascalc
...
Differential Revision: https://phabricator.services.mozilla.com/D228279
2024-11-07 10:26:18 +00:00
Emilio Cobos Álvarez
f8130d30ed
Bug 1905904 - Always preserve collapsible spaces in text controls. r=masayuki
...
Differential Revision: https://phabricator.services.mozilla.com/D228129
2024-11-07 10:23:13 +00:00
Timothy Nikkel
263308d1b1
Bug 1929736. Init Document::mIsInPrivateBrowsing. r=smaug
...
Differential Revision: https://phabricator.services.mozilla.com/D228268
2024-11-07 10:16:35 +00:00
Stanca Serban
8605b722a8
Backed out changeset 2fe294eb4a06 (bug 1923448) for causing nsWindowsShellService.cpp. CLOSED TREE
2024-11-07 12:37:21 +02:00
Xuan Chen
c9b94d2c62
Bug 1929801 - [MIPS64] Implement undefined and MOZ_CRASH methods. r=anba
...
This patch implements missing methods that cause builds to fail
for MIPS64, and implements lowerBigIntPtrDiv and lowerBigIntPtrMod
properly as the codegen can properly emit them now.
Differential Revision: https://phabricator.services.mozilla.com/D228293
2024-11-07 10:00:55 +00:00
Max Christian Pohle
a0aa40277d
Bug 1923448 - Generalized Windows Pinning, r=nrishel,gfx-reviewers,nical
...
Differential Revision: https://phabricator.services.mozilla.com/D224975
2024-11-07 09:54:52 +00:00
Nicolas Chevobbe
78ba690aa4
Bug 1928003 - [devtools] Avoid triggering a11y failure in browser_markup_tag_edit_long-classname.js. r=devtools-reviewers,ochameau.
...
The test was failing accessibility check because we're clicking
on the tag line. Since we're handling element selection just fine
with the keyboard, we don't need to have the line being a proper
target, so we can disable the check.
Differential Revision: https://phabricator.services.mozilla.com/D227923
2024-11-07 09:54:30 +00:00
serge-sans-paille
57a1535604
Bug 1925623 - Die on configure if optimization flags actually don't trigger any optimization r=glandium
...
Differential Revision: https://phabricator.services.mozilla.com/D227469
2024-11-07 09:54:07 +00:00
Timothy Nikkel
50149026b1
Bug 1929797. Bump fuzz on layout/reftests/transform-3d/1929182-1.html r=hiro
...
Differential Revision: https://phabricator.services.mozilla.com/D228286
2024-11-07 09:49:20 +00:00
serge-sans-paille
08bb52d73f
Bug 1929268 - Use std::clamp instead of min/max chain in image/ r=dholbert
...
Differential Revision: https://phabricator.services.mozilla.com/D227979
2024-11-07 09:36:03 +00:00
Alexandra Borovova
4c6d17f5dd
Bug 1929510 - Update mozdevice version to 4.2.0. r=jgraham
...
Differential Revision: https://phabricator.services.mozilla.com/D228152
2024-11-07 09:33:26 +00:00
serge-sans-paille
44183c7267
Bug 1929269 - Use std::clamp instead of min/max chain in ipc/glue/IdleSchedulerParent.cpp r=smaug
...
Differential Revision: https://phabricator.services.mozilla.com/D227982
2024-11-07 09:32:58 +00:00
Stanca Serban
9d6594adfa
Backed out 6 changesets (bug 1921980) for causing snapshot area related wrench bustages. CLOSED TREE
...
Backed out changeset 9430536b14b2 (bug 1921980)
Backed out changeset ddf9bea4b718 (bug 1921980)
Backed out changeset f1fcd71a112b (bug 1921980)
Backed out changeset 51f4dc44dd7b (bug 1921980)
Backed out changeset cac0414bfcb8 (bug 1921980)
Backed out changeset cc9b213f6a2f (bug 1921980)
2024-11-07 11:30:01 +02:00
Nicolas Chevobbe
627d96f917
Bug 1916722 - [devtools] Use same color for stylesheet links in computed panel than in Rules view. r=devtools-reviewers,ochameau.
...
Also make sure to have High Contrast Mode colors for the
variables we use for links.
Differential Revision: https://phabricator.services.mozilla.com/D227366
2024-11-07 09:18:05 +00:00
Henrik Skupin
86812cc161
Bug 1929112 - [wpt] Remove the wpt fissionregressions command and CI tests. r=jgraham,cpeterson,jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D228146
2024-11-07 09:06:55 +00:00
Nicolas Silva
0f0bfa6815
Bug 1921980 - Add a reftest. r=gw
...
Differential Revision: https://phabricator.services.mozilla.com/D227968
2024-11-07 09:01:57 +00:00
Nicolas Silva
be82e29897
Bug 1921980 - Adjust the image primitive to compensate for the difference in the picture's rasterized area. r=gw
...
Differential Revision: https://phabricator.services.mozilla.com/D227256
2024-11-07 09:01:56 +00:00
Nicolas Silva
c0c13f6ff1
Bug 1921980 - Retain snapshotted pictures in the resource cache. r=gw
...
Differential Revision: https://phabricator.services.mozilla.com/D225227
2024-11-07 09:01:56 +00:00
Nicolas Silva
b58d15506b
Bug 1921980 - Remove frame_state parameter from new_svg_filter_graph. r=gfx-reviewers,gw
...
This is done in order to untangle a borrow-checker knot and make it possible to call it from the closure in ResourceCache::render_as_image.
Differential Revision: https://phabricator.services.mozilla.com/D227371
2024-11-07 09:01:55 +00:00
Nicolas Silva
515b281af8
Bug 1921980 - Add ResourceCache::render_as_image. r=gfx-reviewers,gw
...
The logic is similar to the render task cache with important differences:
- If the function is called the tasks are always rendered (no check
whether a previous frame already produced the image).
- Since we want to associate the TextureCacheHandle with an ImageKey,
to render it via a image items, the handle is managed by the resource
cache rather than the render task cache.
Differential Revision: https://phabricator.services.mozilla.com/D227370
2024-11-07 09:01:55 +00:00
Nicolas Silva
2072ff9bcb
Bug 1921980 - Stub stacking context API. r=gfx-reviewers,gw
...
Differential Revision: https://phabricator.services.mozilla.com/D225226
2024-11-07 09:01:55 +00:00
Mike Hommey
efe75a31b9
Bug 1928309 - Adjust the User-Agent string on iOS. r=cpeterson,necko-reviewers,valentin
...
This makes the UA "Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X;
rv:134.0) Gecko/134.0 Firefox/134.0" instead of "Mozilla/5.0 (X11; Linux
x86_64; rv:134.0) Gecko/134.0 Firefox/134.0"
Differential Revision: https://phabricator.services.mozilla.com/D227454
2024-11-07 07:45:09 +00:00
Stanca Serban
8c7be88ead
Backed out changeset 6de8e8b78185 (bug 1929006) for causing devtools failures in browser_accessibility_print_to_json.js. CLOSED TREE
2024-11-07 09:48:58 +02:00
iorgamgabriel
8fbf554036
Bug 1919538 - [WebCompat Reporter] Rename "Report Site Issue" menu item into "Report broken site" in the old and new menu. r=webcompat-reviewers,twisniewski
...
Differential Revision: https://phabricator.services.mozilla.com/D228184
2024-11-07 07:28:57 +00:00
Botond Ballo
8943c74012
Bug 1929754 - Avoid including nsViewportInfo.h from Document.h. r=hiro
...
Differential Revision: https://phabricator.services.mozilla.com/D228276
2024-11-07 07:03:40 +00:00
Mozilla Releng Treescript
0271340461
no bug - Bumping Mobile l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
...
ach -> 97e01479db164bb37c33c11100264acb917b1ce1
an -> 97e01479db164bb37c33c11100264acb917b1ce1
ar -> 97e01479db164bb37c33c11100264acb917b1ce1
ast -> 97e01479db164bb37c33c11100264acb917b1ce1
az -> 97e01479db164bb37c33c11100264acb917b1ce1
be -> 97e01479db164bb37c33c11100264acb917b1ce1
bg -> 97e01479db164bb37c33c11100264acb917b1ce1
bn -> 97e01479db164bb37c33c11100264acb917b1ce1
br -> 97e01479db164bb37c33c11100264acb917b1ce1
bs -> 97e01479db164bb37c33c11100264acb917b1ce1
ca -> 97e01479db164bb37c33c11100264acb917b1ce1
cak -> 97e01479db164bb37c33c11100264acb917b1ce1
cs -> 97e01479db164bb37c33c11100264acb917b1ce1
cy -> 97e01479db164bb37c33c11100264acb917b1ce1
da -> 97e01479db164bb37c33c11100264acb917b1ce1
de -> 97e01479db164bb37c33c11100264acb917b1ce1
dsb -> 97e01479db164bb37c33c11100264acb917b1ce1
el -> 97e01479db164bb37c33c11100264acb917b1ce1
en-CA -> 97e01479db164bb37c33c11100264acb917b1ce1
en-GB -> 97e01479db164bb37c33c11100264acb917b1ce1
eo -> 97e01479db164bb37c33c11100264acb917b1ce1
es-AR -> 97e01479db164bb37c33c11100264acb917b1ce1
es-CL -> 97e01479db164bb37c33c11100264acb917b1ce1
es-ES -> 97e01479db164bb37c33c11100264acb917b1ce1
es-MX -> 97e01479db164bb37c33c11100264acb917b1ce1
et -> 97e01479db164bb37c33c11100264acb917b1ce1
eu -> 97e01479db164bb37c33c11100264acb917b1ce1
fa -> 97e01479db164bb37c33c11100264acb917b1ce1
ff -> 97e01479db164bb37c33c11100264acb917b1ce1
fi -> 97e01479db164bb37c33c11100264acb917b1ce1
fr -> 97e01479db164bb37c33c11100264acb917b1ce1
fy-NL -> 97e01479db164bb37c33c11100264acb917b1ce1
ga-IE -> 97e01479db164bb37c33c11100264acb917b1ce1
gd -> 97e01479db164bb37c33c11100264acb917b1ce1
gl -> 97e01479db164bb37c33c11100264acb917b1ce1
gn -> 97e01479db164bb37c33c11100264acb917b1ce1
gu-IN -> 97e01479db164bb37c33c11100264acb917b1ce1
he -> 97e01479db164bb37c33c11100264acb917b1ce1
hi-IN -> 97e01479db164bb37c33c11100264acb917b1ce1
hr -> 97e01479db164bb37c33c11100264acb917b1ce1
hsb -> 97e01479db164bb37c33c11100264acb917b1ce1
hu -> 97e01479db164bb37c33c11100264acb917b1ce1
hy-AM -> 97e01479db164bb37c33c11100264acb917b1ce1
ia -> 97e01479db164bb37c33c11100264acb917b1ce1
id -> 97e01479db164bb37c33c11100264acb917b1ce1
is -> 97e01479db164bb37c33c11100264acb917b1ce1
it -> 97e01479db164bb37c33c11100264acb917b1ce1
ja -> 97e01479db164bb37c33c11100264acb917b1ce1
ka -> 97e01479db164bb37c33c11100264acb917b1ce1
kab -> 97e01479db164bb37c33c11100264acb917b1ce1
kk -> 97e01479db164bb37c33c11100264acb917b1ce1
km -> 97e01479db164bb37c33c11100264acb917b1ce1
kn -> 97e01479db164bb37c33c11100264acb917b1ce1
ko -> 97e01479db164bb37c33c11100264acb917b1ce1
lij -> 97e01479db164bb37c33c11100264acb917b1ce1
lo -> 97e01479db164bb37c33c11100264acb917b1ce1
lt -> 97e01479db164bb37c33c11100264acb917b1ce1
ltg -> 97e01479db164bb37c33c11100264acb917b1ce1
lv -> 97e01479db164bb37c33c11100264acb917b1ce1
meh -> 97e01479db164bb37c33c11100264acb917b1ce1
mix -> 97e01479db164bb37c33c11100264acb917b1ce1
ml -> 97e01479db164bb37c33c11100264acb917b1ce1
mr -> 97e01479db164bb37c33c11100264acb917b1ce1
ms -> 97e01479db164bb37c33c11100264acb917b1ce1
my -> 97e01479db164bb37c33c11100264acb917b1ce1
nb-NO -> 97e01479db164bb37c33c11100264acb917b1ce1
ne-NP -> 97e01479db164bb37c33c11100264acb917b1ce1
nl -> 97e01479db164bb37c33c11100264acb917b1ce1
nn-NO -> 97e01479db164bb37c33c11100264acb917b1ce1
oc -> 97e01479db164bb37c33c11100264acb917b1ce1
pa-IN -> 97e01479db164bb37c33c11100264acb917b1ce1
pl -> 97e01479db164bb37c33c11100264acb917b1ce1
pt-BR -> 97e01479db164bb37c33c11100264acb917b1ce1
pt-PT -> 97e01479db164bb37c33c11100264acb917b1ce1
rm -> 97e01479db164bb37c33c11100264acb917b1ce1
ro -> 97e01479db164bb37c33c11100264acb917b1ce1
ru -> 97e01479db164bb37c33c11100264acb917b1ce1
sk -> 97e01479db164bb37c33c11100264acb917b1ce1
sl -> 97e01479db164bb37c33c11100264acb917b1ce1
son -> 97e01479db164bb37c33c11100264acb917b1ce1
sq -> 97e01479db164bb37c33c11100264acb917b1ce1
sr -> 97e01479db164bb37c33c11100264acb917b1ce1
sv-SE -> 97e01479db164bb37c33c11100264acb917b1ce1
ta -> 97e01479db164bb37c33c11100264acb917b1ce1
te -> 97e01479db164bb37c33c11100264acb917b1ce1
th -> 97e01479db164bb37c33c11100264acb917b1ce1
tl -> 97e01479db164bb37c33c11100264acb917b1ce1
tr -> 97e01479db164bb37c33c11100264acb917b1ce1
trs -> 97e01479db164bb37c33c11100264acb917b1ce1
uk -> 97e01479db164bb37c33c11100264acb917b1ce1
ur -> 97e01479db164bb37c33c11100264acb917b1ce1
uz -> 97e01479db164bb37c33c11100264acb917b1ce1
vi -> 97e01479db164bb37c33c11100264acb917b1ce1
wo -> 97e01479db164bb37c33c11100264acb917b1ce1
xh -> 97e01479db164bb37c33c11100264acb917b1ce1
zam -> 97e01479db164bb37c33c11100264acb917b1ce1
zh-CN -> 97e01479db164bb37c33c11100264acb917b1ce1
zh-TW -> 97e01479db164bb37c33c11100264acb917b1ce1
2024-11-07 06:58:55 +00:00
Mozilla Releng Treescript
fe7af45cf0
no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
...
ach -> 97e01479db164bb37c33c11100264acb917b1ce1
af -> 97e01479db164bb37c33c11100264acb917b1ce1
an -> 97e01479db164bb37c33c11100264acb917b1ce1
ar -> 97e01479db164bb37c33c11100264acb917b1ce1
ast -> 97e01479db164bb37c33c11100264acb917b1ce1
az -> 97e01479db164bb37c33c11100264acb917b1ce1
be -> 97e01479db164bb37c33c11100264acb917b1ce1
bg -> 97e01479db164bb37c33c11100264acb917b1ce1
bn -> 97e01479db164bb37c33c11100264acb917b1ce1
bo -> 97e01479db164bb37c33c11100264acb917b1ce1
br -> 97e01479db164bb37c33c11100264acb917b1ce1
brx -> 97e01479db164bb37c33c11100264acb917b1ce1
bs -> 97e01479db164bb37c33c11100264acb917b1ce1
ca -> 97e01479db164bb37c33c11100264acb917b1ce1
ca-valencia -> 97e01479db164bb37c33c11100264acb917b1ce1
cak -> 97e01479db164bb37c33c11100264acb917b1ce1
ckb -> 97e01479db164bb37c33c11100264acb917b1ce1
cs -> 97e01479db164bb37c33c11100264acb917b1ce1
cy -> 97e01479db164bb37c33c11100264acb917b1ce1
da -> 97e01479db164bb37c33c11100264acb917b1ce1
de -> 97e01479db164bb37c33c11100264acb917b1ce1
dsb -> 97e01479db164bb37c33c11100264acb917b1ce1
el -> 97e01479db164bb37c33c11100264acb917b1ce1
en-CA -> 97e01479db164bb37c33c11100264acb917b1ce1
en-GB -> 97e01479db164bb37c33c11100264acb917b1ce1
eo -> 97e01479db164bb37c33c11100264acb917b1ce1
es-AR -> 97e01479db164bb37c33c11100264acb917b1ce1
es-CL -> 97e01479db164bb37c33c11100264acb917b1ce1
es-ES -> 97e01479db164bb37c33c11100264acb917b1ce1
es-MX -> 97e01479db164bb37c33c11100264acb917b1ce1
et -> 97e01479db164bb37c33c11100264acb917b1ce1
eu -> 97e01479db164bb37c33c11100264acb917b1ce1
fa -> 97e01479db164bb37c33c11100264acb917b1ce1
ff -> 97e01479db164bb37c33c11100264acb917b1ce1
fi -> 97e01479db164bb37c33c11100264acb917b1ce1
fr -> 97e01479db164bb37c33c11100264acb917b1ce1
fur -> 97e01479db164bb37c33c11100264acb917b1ce1
fy-NL -> 97e01479db164bb37c33c11100264acb917b1ce1
ga-IE -> 97e01479db164bb37c33c11100264acb917b1ce1
gd -> 97e01479db164bb37c33c11100264acb917b1ce1
gl -> 97e01479db164bb37c33c11100264acb917b1ce1
gn -> 97e01479db164bb37c33c11100264acb917b1ce1
gu-IN -> 97e01479db164bb37c33c11100264acb917b1ce1
he -> 97e01479db164bb37c33c11100264acb917b1ce1
hi-IN -> 97e01479db164bb37c33c11100264acb917b1ce1
hr -> 97e01479db164bb37c33c11100264acb917b1ce1
hsb -> 97e01479db164bb37c33c11100264acb917b1ce1
hu -> 97e01479db164bb37c33c11100264acb917b1ce1
hy-AM -> 97e01479db164bb37c33c11100264acb917b1ce1
hye -> 97e01479db164bb37c33c11100264acb917b1ce1
ia -> 97e01479db164bb37c33c11100264acb917b1ce1
id -> 97e01479db164bb37c33c11100264acb917b1ce1
is -> 97e01479db164bb37c33c11100264acb917b1ce1
it -> 97e01479db164bb37c33c11100264acb917b1ce1
ja -> 97e01479db164bb37c33c11100264acb917b1ce1
ja-JP-mac -> 97e01479db164bb37c33c11100264acb917b1ce1
ka -> 97e01479db164bb37c33c11100264acb917b1ce1
kab -> 97e01479db164bb37c33c11100264acb917b1ce1
kk -> 97e01479db164bb37c33c11100264acb917b1ce1
km -> 97e01479db164bb37c33c11100264acb917b1ce1
kn -> 97e01479db164bb37c33c11100264acb917b1ce1
ko -> 97e01479db164bb37c33c11100264acb917b1ce1
lij -> 97e01479db164bb37c33c11100264acb917b1ce1
lo -> 97e01479db164bb37c33c11100264acb917b1ce1
lt -> 97e01479db164bb37c33c11100264acb917b1ce1
ltg -> 97e01479db164bb37c33c11100264acb917b1ce1
lv -> 97e01479db164bb37c33c11100264acb917b1ce1
meh -> 97e01479db164bb37c33c11100264acb917b1ce1
mk -> 97e01479db164bb37c33c11100264acb917b1ce1
mr -> 97e01479db164bb37c33c11100264acb917b1ce1
ms -> 97e01479db164bb37c33c11100264acb917b1ce1
my -> 97e01479db164bb37c33c11100264acb917b1ce1
nb-NO -> 97e01479db164bb37c33c11100264acb917b1ce1
ne-NP -> 97e01479db164bb37c33c11100264acb917b1ce1
nl -> 97e01479db164bb37c33c11100264acb917b1ce1
nn-NO -> 97e01479db164bb37c33c11100264acb917b1ce1
oc -> 97e01479db164bb37c33c11100264acb917b1ce1
pa-IN -> 97e01479db164bb37c33c11100264acb917b1ce1
pl -> 97e01479db164bb37c33c11100264acb917b1ce1
pt-BR -> 97e01479db164bb37c33c11100264acb917b1ce1
pt-PT -> 97e01479db164bb37c33c11100264acb917b1ce1
rm -> 97e01479db164bb37c33c11100264acb917b1ce1
ro -> 97e01479db164bb37c33c11100264acb917b1ce1
ru -> 97e01479db164bb37c33c11100264acb917b1ce1
sat -> 97e01479db164bb37c33c11100264acb917b1ce1
sc -> 97e01479db164bb37c33c11100264acb917b1ce1
scn -> 97e01479db164bb37c33c11100264acb917b1ce1
sco -> 97e01479db164bb37c33c11100264acb917b1ce1
si -> 97e01479db164bb37c33c11100264acb917b1ce1
sk -> 97e01479db164bb37c33c11100264acb917b1ce1
skr -> 97e01479db164bb37c33c11100264acb917b1ce1
sl -> 97e01479db164bb37c33c11100264acb917b1ce1
son -> 97e01479db164bb37c33c11100264acb917b1ce1
sq -> 97e01479db164bb37c33c11100264acb917b1ce1
sr -> 97e01479db164bb37c33c11100264acb917b1ce1
sv-SE -> 97e01479db164bb37c33c11100264acb917b1ce1
szl -> 97e01479db164bb37c33c11100264acb917b1ce1
ta -> 97e01479db164bb37c33c11100264acb917b1ce1
te -> 97e01479db164bb37c33c11100264acb917b1ce1
tg -> 97e01479db164bb37c33c11100264acb917b1ce1
th -> 97e01479db164bb37c33c11100264acb917b1ce1
tl -> 97e01479db164bb37c33c11100264acb917b1ce1
tr -> 97e01479db164bb37c33c11100264acb917b1ce1
trs -> 97e01479db164bb37c33c11100264acb917b1ce1
uk -> 97e01479db164bb37c33c11100264acb917b1ce1
ur -> 97e01479db164bb37c33c11100264acb917b1ce1
uz -> 97e01479db164bb37c33c11100264acb917b1ce1
vi -> 97e01479db164bb37c33c11100264acb917b1ce1
wo -> 97e01479db164bb37c33c11100264acb917b1ce1
xh -> 97e01479db164bb37c33c11100264acb917b1ce1
zh-CN -> 97e01479db164bb37c33c11100264acb917b1ce1
zh-TW -> 97e01479db164bb37c33c11100264acb917b1ce1
2024-11-07 06:58:48 +00:00
Nicolas Chevobbe
915f0b0177
Bug 1929006 - [devtools] Delete unused devtools/client/accessibility/components/Button.js. r=devtools-reviewers,bomsy.
...
The components weren't used anywhere. We can also remove selectors and rules that were targetting
classes only used in this file.
Differential Revision: https://phabricator.services.mozilla.com/D227837
2024-11-07 06:40:28 +00:00
Hiroyuki Ikezoe
4a55492db0
Bug 1923513 - Make ComputeClipForMaskItem return empty rect as it is rather than returning Nothing(). r=botond
...
There are two tests;
helper_fission_empty_clip.html is for this bug (bug 1923513), there's an
element covering over an OOP iframe but it has an empty clip-path, thus any
input event is not interefered by the element.
helper_fission_unresolved_clip.html is to make sure that this code change
doesn't regress unresolved clip cases, it's similar to above case but with an
unresolved clip-path, thus the OOP iframe isn't rendered, any input element
isn't reached to the iframe.
Differential Revision: https://phabricator.services.mozilla.com/D228116
2024-11-07 06:33:24 +00:00
Jens Stutte
c26d88703b
Bug 1926722 - Refactoring: Make RemoteLazyInputStreamThread's lifecycle more sound. r=dom-storage-reviewers,asuth,xpcom-reviewers,nika
...
In order to make things clearer, we:
- Use already_AddRefed for Get and GetOrCreate's return, ensuring the AddRef happens under the locked mutex and expecting that callers hold a strong reference until they need it.
- Make mThread const, such that there can never be a situation where we cannot use it as long as we have our RemoteLazyInputStreamThread instance.
- Add thread safety annotions for gRemoteLazyThreadMutex.
We can rely on mThread refusing to work after shutdown, in particular to dispatch runnables, such that we can just delegate most calls without additional checks.
We also remove the previous explicit observer implementation in favor of the simpler RunOnShutdown.
Differential Revision: https://phabricator.services.mozilla.com/D227036
2024-11-07 06:18:52 +00:00