909010 Commits

Author SHA1 Message Date
Updatebot
f0e50cc358 Bug 1885769 - Update harfbuzz to 8.3.1 r=jfkthame
Differential Revision: https://phabricator.services.mozilla.com/D204859
2024-03-18 14:24:07 +00:00
Yoshi Cheng-Hao Huang
1b81ac01ef Bug 1873610 - Part 3: Pass ModuleErrorInfo to SyntheticModuleResolveExport. r=jonco
Differential Revision: https://phabricator.services.mozilla.com/D202928
2024-03-18 14:04:15 +00:00
Yoshi Cheng-Hao Huang
bf48a8b593 Bug 1873610 - Part 2: Improve modules import/export error messages. r=jonco
Refactor the error message with the adding the information from the imported
module, for example:

// a.mjs
import { a } from "./b.mjs";

// b.mjs
const b = 1;

Originally the error message is "import not found: default", now it
becomes "The requested module: b.mjs doesn't provide an export named: a"

// c.mjs
import { c } from "./d.mjs";

// d.mjs
export * from "./d1.mjs";
export * from "./d2.mjs";

// d1.mjs
export const c = 1;

// d2.mjs
export const c = 2;

Originally the error message is "ambiguous import: c", now it becomes
"The requested module d.mjs contains ambiguous star export: c from
d1.mjs and d2.mjs"

Add another error message for circular import:

// e.mjs
export { e } from "f.mjs";

// f.mjs
export { e } from "e.mjs";

Originally it was "indirect export not found: e", now it is
"The request module: f.mjs contains circular import: e".

Differential Revision: https://phabricator.services.mozilla.com/D200345
2024-03-18 14:04:14 +00:00
Yoshi Cheng-Hao Huang
ba055daed8 Bug 1873610 - Part 1: Add ModuleObject::filename(). r=jonco
Differential Revision: https://phabricator.services.mozilla.com/D204862
2024-03-18 14:04:14 +00:00
Yury Delendik
d37cbf723c Bug 1885589 - Update wasmparser to version 5.11. r=devtools-reviewers,bomsy
Changes:
- implement exnref type and try_table opcode.
- fix text representation of some ref and relaxed_simd ops

Tests are provided in the upstream repository.

Differential Revision: https://phabricator.services.mozilla.com/D204785
2024-03-18 14:02:51 +00:00
Jens Stutte
783ed3d6ae Bug 1765445 - Enable test_file.xhtml everywhere. r=dom-worker-reviewers,smaug
Differential Revision: https://phabricator.services.mozilla.com/D204772
2024-03-18 13:58:31 +00:00
Jens Stutte
691c04b46a Bug 1863129 - Discard pending file deletions on shutdown but block shutdown for running deletions. r=dom-storage-reviewers,janv
In case we did start a DeleteFilesRunnable before shutdown we should ensure it is going to be executed before we leave our QM shutdown barrier, but we can ignore pending but not yet started deletions completely as PBM origins are deleted entirely by other means.

Differential Revision: https://phabricator.services.mozilla.com/D203502
2024-03-18 13:57:53 +00:00
Cristian Tuns
4a3879326e Backed out changeset 21973e46f7ea (bug 1712669) for causing mochitest failures in test_tooltip.xhtml CLOSED TREE 2024-03-18 13:45:18 -04:00
Cristian Tuns
8e6b718036 Merge mozilla-central to autoland on a CLOSED TREE 2024-03-18 13:08:43 -04:00
Emilio Cobos Álvarez
41c13fb8b4 Bug 1712669 - Make Windows tooltip margin depend on cursor size. r=yjuglaret,win-reviewers,desktop-theme-reviewers,dao
I think we should start off with this. Other platforms can implement
this too, but exposing this to content seems like quite the rabbit hole.

Differential Revision: https://phabricator.services.mozilla.com/D203405
2024-03-18 13:44:00 +00:00
Max Christian Pohle
fe54215433 Bug 1884784: single click os/fx mailto default/fix test, r=mhughes
Differential Revision: https://phabricator.services.mozilla.com/D204811
2024-03-18 13:17:11 +00:00
Robert Longson
5c080c0eb9 Bug 1885741 - Check string isn't empty before passing to getElementById r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D204854
2024-03-18 12:31:08 +00:00
Yannis Juglaret
3a457a3dde Bug 1885501 - Update audio_thread_priority to 0.32. r=padenot,cubeb-reviewers,supply-chain-reviewers
Version 0.32 of audio_thread_priority no longer links statically with
avrt.dll, which should help with the crash from bug 1884214.

Differential Revision: https://phabricator.services.mozilla.com/D204747
2024-03-18 12:20:25 +00:00
ffxbld
30510ae714 No Bug, mozilla-central repo-update HSTS HPKP remote-settings - r=release-managers,dmeehan
Differential Revision: https://phabricator.services.mozilla.com/D204889
2024-03-18 12:08:58 +00:00
Emilio Cobos Álvarez
88982372fa Bug 1884631 - Annotate some tests that assert now that we no longer use sheets for them, see bug 1885891.
Also clean-up some minor bits while looking at this code (no behavior
change).

MANUAL PUSH: Trivial orange fix CLOSED TREE
2024-03-18 14:39:59 +01:00
Emilio Cobos Álvarez
9b38248063 Bug 1884792 - Push a typo fix that had been lost during rebase.
MANUAL PUSH: Orange fix CLOSED TREE
2024-03-18 13:35:13 +01:00
Cristian Tuns
13429d5f26 Backed out 4 changesets (bug 1882358, bug 1885376) for causing multiple regressions. CLOSED TREE
Backed out changeset b0450657a485 (bug 1885376)
Backed out changeset db166f0115c4 (bug 1882358)
Backed out changeset b36182f359d9 (bug 1882358)
Backed out changeset c9f15d31ac40 (bug 1882358)
2024-03-18 07:29:37 -04:00
Timothy Nikkel
b422c30da7 Bug 1610093 - Fix getScreenCTM when parent is transformed. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D136088
2024-03-18 11:17:51 +00:00
Julien Cristau
6a2a2a52d7 No bug - bump firefox-android version to 126.0a1. a=release 2024-03-18 12:04:10 +01:00
moz-wptsync-bot
cfcb29f770 Bug 1885591 - [wpt-sync] Update web-platform-tests to c7e2d34e15f2be8bec984204b7b3e6249e5de41c, a=testonly
MANUAL PUSH: wpt sync bot

wpt-head: c7e2d34e15f2be8bec984204b7b3e6249e5de41c
wpt-type: landing
2024-03-18 10:35:44 +00:00
moz-wptsync-bot
ad14fe4482 Bug 1885549 [wpt PR 45124] - Update wpt metadata, a=testonly
wpt-pr: 45124
wpt-type: metadata
2024-03-18 10:35:43 +00:00
Nicolas Ouellet-Payeur
a569c99506 Bug 1885549 [wpt PR 45124] - Revert "[PEPC] Add restrictions to word-spacing for PEPC", a=testonly
Automatic update from web-platform-tests
Revert "[PEPC] Add restrictions to word-spacing for PEPC"

This reverts commit a9f36840453444407809fe6c622dcc87ba91ef34.

Reason for revert: tests break on Webkit Linux Leak
https://ci.chromium.org/ui/p/chromium/builders/ci/WebKit%20Linux%20Leak/61510/overview

Original change's description:
> [PEPC] Add restrictions to word-spacing for PEPC
>
> Bug: 1462930
> Change-Id: I30edd87589dd222cd069c33cffeb5b4d4716671d
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5352970
> Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org>
> Commit-Queue: Andy Paicu <andypaicu@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1273334}

Bug: 1462930
Change-Id: I4cde6efd65fab935c4f768986142c3abbe0d28c1
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5372906
Auto-Submit: Nicolas Ouellet-Payeur <nicolaso@chromium.org>
Reviewed-by: Andy Paicu <andypaicu@chromium.org>
Owners-Override: Nicolas Ouellet-Payeur <nicolaso@chromium.org>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Commit-Queue: Nicolas Ouellet-Payeur <nicolaso@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1273369}

--

wpt-commits: c7e2d34e15f2be8bec984204b7b3e6249e5de41c
wpt-pr: 45124
2024-03-18 10:35:42 +00:00
moz-wptsync-bot
daaf3049cd Bug 1880643 [wpt PR 44624] - Update wpt metadata, a=testonly
wpt-pr: 44624
wpt-type: metadata
2024-03-18 10:35:41 +00:00
Palak Agarwal
69d476ca03 Bug 1880643 [wpt PR 44624] - Implement constructor in RTCEncodedAudioFrame, a=testonly
Automatic update from web-platform-tests
Implement constructor in RTCEncodedAudioFrame

This is inline with the algorithm described in https://github.com/w3c/webrtc-encoded-transform/compare/main...palak8669:webrtc-encoded-transform:constructor_frame

Bug: 14709
Change-Id: Ie9a94fb061c981f0748afcc5752390dc5a3f83f1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5300593
Reviewed-by: Guido Urdaneta <guidou@chromium.org>
Commit-Queue: Palak Agarwal <agpalak@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1273342}

--

wpt-commits: ecf94e7e3bcbd4b47d528e3f5b6aa39f509d823e
wpt-pr: 44624
2024-03-18 10:35:41 +00:00
Anne van Kesteren
8d7f8d936d Bug 1885524 [wpt PR 45019] - CSSOM: add CSSStyleDeclaration cssText setter tests, a=testonly
Automatic update from web-platform-tests
CSSOM: add CSSStyleDeclaration cssText setter tests

--

wpt-commits: 525ebf0f4d934af44faf33778eee19686625b781
wpt-pr: 45019
2024-03-18 10:35:40 +00:00
moz-wptsync-bot
3421e6d464 Bug 1885116 [wpt PR 45080] - Update wpt metadata, a=testonly
wpt-pr: 45080
wpt-type: metadata
2024-03-18 10:35:39 +00:00
Andy Paicu
ed90322573 Bug 1885116 [wpt PR 45080] - [PEPC] Add restrictions to word-spacing for PEPC, a=testonly
Automatic update from web-platform-tests
[PEPC] Add restrictions to word-spacing for PEPC

Bug: 1462930
Change-Id: I30edd87589dd222cd069c33cffeb5b4d4716671d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5352970
Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org>
Commit-Queue: Andy Paicu <andypaicu@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1273334}

--

wpt-commits: 9e1be5543aeb7a354d992e86eee3c8885a1fd59b
wpt-pr: 45080
2024-03-18 10:35:38 +00:00
Rune Lillesveen
42520f9785 Bug 1885305 [wpt PR 45104] - [css-anchor-position] Remove support for position-fallback property, a=testonly
Automatic update from web-platform-tests
[css-anchor-position] Remove support for position-fallback property

position-fallback is no longer in the spec, has no effect in application
of position fallback, and position-try-options has replaced it.

Bug: 40279608
Change-Id: I21f6a3e51623e0580608ccf0891b42d73dcbfd3e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5371763
Commit-Queue: Rune Lillesveen <futhark@chromium.org>
Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1273323}

--

wpt-commits: 561ebc0f1ed10cdce8067952ac638ad86953a255
wpt-pr: 45104
2024-03-18 10:35:37 +00:00
moz-wptsync-bot
db599e707d Bug 1885388 [wpt PR 45106] - Update wpt metadata, a=testonly
wpt-pr: 45106
wpt-type: metadata
2024-03-18 10:35:37 +00:00
Rune Lillesveen
a350c07292 Bug 1885388 [wpt PR 45106] - [css-anchor-position] Limit position options list to five, a=testonly
Automatic update from web-platform-tests
[css-anchor-position] Limit position options list to five

Limits the amount of excess layout work required for trying options.

Five is the lower cap for position options allowed by the spec.

Bug: 40279608
Change-Id: Iefdf2d97fbf6fcbcc0f1e53ead545e1c975d473a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5372723
Commit-Queue: Rune Lillesveen <futhark@chromium.org>
Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1273299}

--

wpt-commits: 299e58e05e4d9a937bcf904d76097f3a9cbcab5b
wpt-pr: 45106
2024-03-18 10:35:36 +00:00
moz-wptsync-bot
2861b90466 Bug 1881368 [wpt PR 44719] - Update wpt metadata, a=testonly
wpt-pr: 44719
wpt-type: metadata
2024-03-18 10:35:35 +00:00
Javier Fernandez Garcia-Boente
bc77a03b5e Bug 1881368 [wpt PR 44719] - Refactoring of the EdDSA tests, a=testonly
Automatic update from web-platform-tests
Refactor EdDSA tests (#44719)

--

wpt-commits: 6e54abcb8bac416c9fe4ed4488870fb1f859130d
wpt-pr: 44719
2024-03-18 10:35:35 +00:00
Antoine Quint
6d018536e7 Bug 1842998 [wpt PR 40986] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=259140, a=testonly
Automatic update from web-platform-tests
WebKit export of https://bugs.webkit.org/show_bug.cgi?id=259140

--

wpt-commits: 08be075ec9b504cce6ee0ae725c58e5d6f9ce9d2
wpt-pr: 40986
2024-03-18 10:35:34 +00:00
moz-wptsync-bot
90432dbec0 Bug 1885083 [wpt PR 45076] - Update wpt metadata, a=testonly
wpt-pr: 45076
wpt-type: metadata
2024-03-18 10:35:33 +00:00
Lingqi Chi
7ff3a588b9 Bug 1885083 [wpt PR 45076] - Reland "text-box-trim: remove inline box tests (tentatively)", a=testonly
Automatic update from web-platform-tests
Reland "text-box-trim: remove inline box tests (tentatively)"

This is a reland of commit b42e5ff036c53862314fd556281d3e6c601db784

text-box-trim-half-leading-block-box-001.html's reference file was
set to inline box's by mistake, and this reland fixes the issue.

Original change's description:
> text-box-trim: remove inline box tests (tentatively)
>
> The specification is not updated yet, and it is not that clear to us
> which edges could be cut in these cases.
> Since we do not plan to implement the text-line-edge? property for
> now, I'd like to remove these tests to avoid confusion.
>
> Bug: 40254880
> Change-Id: I08af3d3806e4e49a9e46de0f85271fb995259bbf
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5360144
> Commit-Queue: Lingqi Chi <lingqi@chromium.org>
> Reviewed-by: Koji Ishii <kojii@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1271417}

Bug: 40254880
Change-Id: Ie2c1821c37c838f81bccbe51c6d15864f8550462
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5366868
Commit-Queue: Lingqi Chi <lingqi@chromium.org>
Reviewed-by: Koji Ishii <kojii@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1273240}

--

wpt-commits: 309231a7f3e900d04914bc4963b016efd9989a00
wpt-pr: 45076
2024-03-18 10:35:33 +00:00
moz-wptsync-bot
b8da642f47 Bug 1884895 [wpt PR 45051] - Update wpt metadata, a=testonly
wpt-pr: 45051
wpt-type: metadata
2024-03-18 10:35:32 +00:00
BruceDai
c329b72bb9 Bug 1884895 [wpt PR 45051] - webnn: Migrated unit tests for input and constant interfaces into WPT, a=testonly
Automatic update from web-platform-tests
webnn: Migrated unit tests for input and constant interfaces into WPT

This CL adds WPT tests for
  1) `input(name, descriptor)` interface,
  2) `constant(descriptor, bufferView)` interface,

and removes these unit tests
  1) `MLGraphBuilderTest.InputTest`,
  2) `MLGraphBuilderTest.ConstantTest`.

Bug: 327337525, 327337526, 328026885
Change-Id: I95cba29fc189854650ba7ad3bdece4c2d1e26390
Cq-Include-Trybots: luci.chromium.try​:win11-blink-rel
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5365030
Commit-Queue: Feng Dai <feng.dai@intel.com>
Reviewed-by: Austin Sullivan <asully@chromium.org>
Reviewed-by: ningxin hu <ningxin.hu@intel.com>
Auto-Submit: Feng Dai <feng.dai@intel.com>
Cr-Commit-Position: refs/heads/main@{#1273229}

--

wpt-commits: f9a21fc09db7b989b5cdb21eeee9594a95a4896e
wpt-pr: 45051
2024-03-18 10:35:31 +00:00
moz-wptsync-bot
a754f926cd Bug 1885290 [wpt PR 45103] - Update wpt metadata, a=testonly
wpt-pr: 45103
wpt-type: metadata
2024-03-18 10:35:30 +00:00
Blink WPT Bot
8c1620323c Bug 1885290 [wpt PR 45103] - Revert "Add HandleInvokeInternal on HTMLDialogElement", a=testonly
Automatic update from web-platform-tests
Revert "Add HandleInvokeInternal on HTMLDialogElement" (#45103)

This reverts commit 9eab271e13b1698a07ba15a4cf801098c3187d5c.

Suspected to break tests on https://ci.chromium.org/ui/p/chromium/builders/ci/mac11-arm64-rel-tests/35487/overview
Reverting the CL in gerrit failed with some error so I'm manually
reverting it.

Bug: 324601159, 1494810
Change-Id: Iabab8870b5c2d8c40865d5e10df2887b6634c433
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5370574
Commit-Queue: Christian Dullweber <dullweber@chromium.org>
Commit-Queue: Nicola Tommasi <tommasin@chromium.org>
Auto-Submit: Christian Dullweber <dullweber@chromium.org>
Owners-Override: Christian Dullweber <dullweber@chromium.org>
Reviewed-by: Nicola Tommasi <tommasin@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1272680}

Co-authored-by: Christian Dullweber <dullweber@chromium.org>
--

wpt-commits: 0d0f9ccf333f529e145c4c1dbfd8221ade20dc26
wpt-pr: 45103
2024-03-18 10:35:30 +00:00
Psychpsyo
f7af99a023 Bug 1885412 [wpt PR 45111] - Add new print mode grid overflow test, a=testonly
Automatic update from web-platform-tests
Add new print mode grid overflow test (#45111)

* Add new print mode grid overflow test

This one fails in Chromium but passes in Firefox.
--

wpt-commits: f1adc2b2b78766d0dda7c2aae82e2e6fbc2b8b99
wpt-pr: 45111
2024-03-18 10:35:29 +00:00
David Awogbemila
09cb9258a7 Bug 1885441 [wpt PR 45114] - [css-scroll-snap-2] Switch snapchanging to updated SnapEvents interface, a=testonly
Automatic update from web-platform-tests
[css-scroll-snap-2] Switch snapchanging to updated SnapEvents interface

This patch updates chromium snapchanging code so that snapchanging
events use the updated SnapEvents API[1].

[1]https://github.com/w3c/csswg-drafts/pull/9515

Bug: 329111147
Change-Id: I844fbbf9b43c1b5759ada0d341ce1532661d39a0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5369682
Reviewed-by: Steve Kobes <skobes@chromium.org>
Commit-Queue: David Awogbemila <awogbemila@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1273042}

--

wpt-commits: 49339277bcf945dd569ace5cf3c7be961f93071b
wpt-pr: 45114
2024-03-18 10:35:28 +00:00
moz-wptsync-bot
03e35837e0 Bug 1885409 [wpt PR 45109] - Update wpt metadata, a=testonly
wpt-pr: 45109
wpt-type: metadata
2024-03-18 10:35:27 +00:00
David Awogbemila
bbf558dc28 Bug 1885409 [wpt PR 45109] - [css-scroll-snap-2] Switch snapchanged to updated SnapEvent interface, a=testonly
Automatic update from web-platform-tests
[css-scroll-snap-2] Switch snapchanged to updated SnapEvent interface

This patch makes snapchanged fire SnapEvents based on the updated[1]
SnapEvent interface which supplies exactly one snap target per axis.

We detect that the snap targets of a SnapContainerData has changed by
comparing its current target_snap_area_element_ids_ to the element ids
that were most recently used to evaluate snapchanged. This requires
that if a snap container is snapped in both axes but is then scrolled
in only one axis, it needs to remember what it was snapped to in the
other (unscrolled) axis - previously, we simply forgot what we were
snapped to in the unscrolled axis.

prefer-common-to-both-axes.html had to be modified because remembering
what we are snapped to in the unscrolled axis affects the choice of
snap targets when there is a layout change resulting in the targets
along each axis not being mutually visible. Currently, chromium handles
this somewhat arbitrarily (This will be adddressed in
crbug.com/329250094) This patch gets around this by scrolling in both
axes.

snapchanged-ensures-dom-order.html is deleted because we don't return a
list anymore so we don't need to ensure the order of the list.

[1]https://github.com/w3c/csswg-drafts/pull/9515

Bug: 329111147
Change-Id: I4af884bd58d0517087a8c8960bf7646f3a36ba72
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5369681
Reviewed-by: Steve Kobes <skobes@chromium.org>
Commit-Queue: David Awogbemila <awogbemila@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1273041}

--

wpt-commits: 2817af77c7e8465130e93b5d4935e0887dd8ea81
wpt-pr: 45109
2024-03-18 10:35:27 +00:00
moz-wptsync-bot
298538dbb7 Bug 1879398 [wpt PR 44484] - Update wpt metadata, a=testonly
wpt-pr: 44484
wpt-type: metadata
2024-03-18 10:35:26 +00:00
Andrew Verge
88e6c95724 Bug 1879398 [wpt PR 44484] - Enable sharedStorage.get() in network-restricted fenced frames., a=testonly
Automatic update from web-platform-tests
Enable sharedStorage.get() in network-restricted fenced frames.

If the proper flag (kFencedFramesLocalUnpartitionedDataAccess) is
enabled, sharedStorage.get() can now be called in fenced frames.
The call will only succeed if the entire tree rooted at the fenced
frame has disabled untrusted network access, including nested
fenced frames trees.

Bug: 324440086
Change-Id: Ie6788ba6d299a334800ecf11ba90151eaf40f43d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5279221
Reviewed-by: Cammie Smith Barnes <cammie@chromium.org>
Reviewed-by: Ben Kelly <wanderview@chromium.org>
Commit-Queue: Andrew Verge <averge@chromium.org>
Reviewed-by: Garrett Tanzer <gtanzer@chromium.org>
Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1272982}

--

wpt-commits: b83bbdfc87212d5af05a3b0e0dd82c4fdf7031c1
wpt-pr: 44484
2024-03-18 10:35:25 +00:00
Emilio Cobos Álvarez
f263e498ae Bug 1884792 - Remove chrome-only :-moz-lwtheme pseudo-class. r=desktop-theme-reviewers,dao
Behavior is effectively :root[lwtheme="true"]. Use the attribute
selector instead.

Differential Revision: https://phabricator.services.mozilla.com/D204315
2024-03-18 10:18:25 +00:00
Emilio Cobos Álvarez
6bfd255000 Bug 1884631 - Remove macOS native sheet support. r=mac-reviewers,aleca,kaie,bradwerth
Firefox never uses this. TB could use the same approach Firefox uses,
but for now on macOS the sheets become regular modal dialogs, which is
the same as on Windows and Linux.

See bug 1755330 and bug 1737489 for more context.

Differential Revision: https://phabricator.services.mozilla.com/D204209
2024-03-18 10:06:26 +00:00
Tom Schuster
78c4019273 Bug 1881744 - Use namespace mozilla in nsUserCharacteristics. r=tjr
Differential Revision: https://phabricator.services.mozilla.com/D204208
2024-03-18 09:54:14 +00:00
Tom Schuster
d004c72589 Bug 1881744 - Collect system locale. r=tjr
Differential Revision: https://phabricator.services.mozilla.com/D202567
2024-03-18 09:54:14 +00:00
Hubert Boma Manilla
d1885ead35 Bug 1882060 - [devtools] Add gutter events for click and context menu r=devtools-reviewers,nchevobbe
With this patch
- The line gutter context menu will get displayed on right click of the gutter
- Clicking line gutter should set breakpoints

Note not covered in this patch:-
- Context menu feaures might not work
- Line breakpoints are not showing yet ( this is coming in a future patch)

Differential Revision: https://phabricator.services.mozilla.com/D203210
2024-03-18 09:51:29 +00:00