Граф коммитов

939080 Коммитов

Автор SHA1 Сообщение Дата
AndiAJ 54ea8f28fd Bug 1929837 - Improve running duration time for verifyCopyPDFTextOptionTest and verifyCopyTextOptionTest UI tests r=aaronmt
Based on the [[ https://storage.googleapis.com/mobile-allure-test-reports/Fenix/allure-report/index.html | Allure report ]] these UI tests had a 1m 30s running duration time.

To improve the running times, I've removed some unnecessary steps from the UI test, reduced the waiting time in some cases and removed some unnecessary waits.

Managed to improve the running durations as it follows:

verifyCopyPDFTextOptionTest
  - From an average of 1m 34s to 41s (**running duration reduced by approx. 53s**)


verifyCopyTextOptionTest
  - From an average of 1m 27s to 42s (**running duration reduced by approx. 45s**)

Both UI tests successfully passed 100x on Firebase 
All UI tests successfully passed 2x on Firebase 

Differential Revision: https://phabricator.services.mozilla.com/D228307
2024-11-07 15:24:00 +00:00
Stanca Serban 788fe8f53a Backed out 5 changesets (bug 1923663, bug 1922193) for causing build bustages in CookiePersistentStorage.cpp. CLOSED TREE
Backed out changeset e412f867e774 (bug 1923663)
Backed out changeset 6e00139cb45c (bug 1923663)
Backed out changeset b160e175b74e (bug 1922193)
Backed out changeset 6f22034706d4 (bug 1922193)
Backed out changeset 72c01388440a (bug 1922193)
2024-11-07 17:43:57 +02:00
Dave Townsend 88aa008731 Bug 1929287: Ignore errors from unregistering observer notification. r=niklas
Differential Revision: https://phabricator.services.mozilla.com/D227980
2024-11-07 15:10:22 +00:00
Sean Feng 58ca847061 Bug 1928412 - Rename incumbentGlobalObjectOption to hostDefinedDataObjectOption r=arai
We are wrapping incumbent global into host defined data, and the
this optimization still applies. This patch just renames it.

Differential Revision: https://phabricator.services.mozilla.com/D227841
2024-11-07 15:03:49 +00:00
Sean Feng 293f49e1eb Bug 1928412 - Implemenet the `HostDefined` object that will be carried around for Javascript callbacks r=arai
This patch implements the `HostDefined` object in
step 5 of https://html.spec.whatwg.org/#hostmakejobcallback. Currently,
`incumbent global` is the only possible member for this object.

Differential Revision: https://phabricator.services.mozilla.com/D224959
2024-11-07 15:03:48 +00:00
Julien Cristau af714b0fe5 bug 1913293 - add native pgo for aarch64 windows. r=taskgraph-reviewers,firefox-build-system-reviewers,bhearsum,glandium
Differential Revision: https://phabricator.services.mozilla.com/D226475
2024-11-07 15:03:25 +00:00
moz-wptsync-bot eb82a7bfe8 Bug 1929742 - [wpt-sync] Update web-platform-tests to a525424ff744bca3cb7e11c8aa19127c95a60cb0, a=testonly
MANUAL PUSH: wpt sync bot

wpt-head: a525424ff744bca3cb7e11c8aa19127c95a60cb0
wpt-type: landing
2024-11-07 14:50:49 +00:00
moz-wptsync-bot 95f7ff9122 Bug 1929692 [wpt PR 49013] - Update wpt metadata, a=testonly
wpt-pr: 49013
wpt-type: metadata
2024-11-07 14:50:49 +00:00
Dan Sanders 0568201316 Bug 1929692 [wpt PR 49013] - [webcodecs] Add rotation and flip init options on VideoFrame, a=testonly
Automatic update from web-platform-tests
[webcodecs] Add rotation and flip init options on VideoFrame

This change implements `rotation` and `flip` options in `VideoFrameInit`
and `VideoFrameBufferInit`, as described in
https://github.com/w3c/webcodecs/issues/351#issuecomment-2359389479.

Bug: 40243431
Change-Id: I9eae4f4f101df7a285abd6575f7271b7589a512c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5939863
Reviewed-by: Eugene Zemtsov <eugene@chromium.org>
Commit-Queue: Eugene Zemtsov <eugene@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1379353}

--

wpt-commits: a525424ff744bca3cb7e11c8aa19127c95a60cb0
wpt-pr: 49013
2024-11-07 14:50:48 +00:00
Sam Sneddon 65c94208f2 Bug 1929165 [wpt PR 48965] - Fix #7169: rewrite assert_readonly to check property descriptors, a=testonly
Automatic update from web-platform-tests
Fix #7169: rewrite assert_readonly to check property descriptors

This changes the implementation to only check that the property
descriptor makes the property readonly; it doesn't actually check its
behaviour. As detailed in the above issue, there's too many ways for
this test to be otherwise bogus, thus we should go for the simple
implementation.

This also fixes /css/cssom/cssimportrule.html, which previously
asserted that CSSImportRule#media was readonly, which was a
meaningless test, as even after the [PutForwards] [[Set]] call had
occured, the attribute being tested still returned the same object,
because it is defined with [SameObject].

--

wpt-commits: 877d18df86bb73b9b0f591eb0a56f38206d4b185
wpt-pr: 48965
2024-11-07 14:50:47 +00:00
Andrii Natiahlyi a33f253dfc Bug 1929627 [wpt PR 49007] - Add client extensions to getClientCapabilities() per WebAuthn L3 spec, a=testonly
Automatic update from web-platform-tests
Add client extensions to getClientCapabilities() per WebAuthn L3 spec

https://w3c.github.io/webauthn/#sctn-getClientCapabilities

Fixed: 377366929
Change-Id: I954430fa786a9350c463a004c569d69d1e66ef73
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5999316
Commit-Queue: Andrii Natiahlyi <natiahlyi@google.com>
Reviewed-by: Adam Langley <agl@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1379271}

--

wpt-commits: 3ad72e672e68888f10242ba2e46ac6d445334188
wpt-pr: 49007
2024-11-07 14:50:47 +00:00
moz-wptsync-bot 5d6421b9f2 Bug 1929412 [wpt PR 48989] - Update wpt metadata, a=testonly
wpt-pr: 48989
wpt-type: metadata
2024-11-07 14:50:46 +00:00
Mason Freed 259c7a316b Bug 1929412 [wpt PR 48989] - Add attribute reflection behavior for dialog closedBy [2/N], a=testonly
Automatic update from web-platform-tests
Add attribute reflection behavior for dialog closedBy [2/N]

This implements reflection of `closedBy` including the "limited to
known values" behavior.

See spec PR for details:
  https://github.com/whatwg/html/pull/10737

Bug: 376516550
Change-Id: Iddefd573fe19fd39f4b3aebe13390235fea969b9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5988652
Commit-Queue: Mason Freed <masonf@chromium.org>
Reviewed-by: David Baron <dbaron@chromium.org>
Commit-Queue: David Baron <dbaron@chromium.org>
Auto-Submit: Mason Freed <masonf@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1379228}

--

wpt-commits: 28946b88d5b2e037bb2506ae4984e8725ba5560b
wpt-pr: 48989
2024-11-07 14:50:45 +00:00
Blink WPT Bot d96db80c47 Bug 1929366 [wpt PR 48983] - [CodeHealth] Misc cleanup in PointerEvent wpts, a=testonly
Automatic update from web-platform-tests
[CodeHealth] Misc cleanup in PointerEvent wpts (#48983)

This is a no-op change to remove a few unused methods/features.

Change-Id: I5406533f119c052bfe63f7fffdd17e9d828b7964
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5989014
Commit-Queue: Mustaq Ahmed <mustaq@chromium.org>
Reviewed-by: Kevin Ellis <kevers@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1378549}

Co-authored-by: Mustaq Ahmed <mustaq@google.com>
--

wpt-commits: eb02ec4fb139eee2d9360e6285a7561954f72198
wpt-pr: 48983
2024-11-07 14:50:44 +00:00
moz-wptsync-bot 47830bcaf9 Bug 1929635 [wpt PR 49010] - Update wpt metadata, a=testonly
wpt-pr: 49010
wpt-type: metadata
2024-11-07 14:50:44 +00:00
Rune Lillesveen f3057c016a Bug 1929635 [wpt PR 49010] - [@container] style() query unset on root element crashes, a=testonly
Automatic update from web-platform-tests
[@container] style() query unset on root element crashes

Discovered when trying to fix issue 376834363.

StyleResolver::ComputeValue() does not set up a parent style for the
root element which meant applying unset would crash. There was already a
check for inherit. Do the same for unset.

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

--

wpt-commits: 92228c4bcdc5e9e8c47a36086c274dc44cd8d87f
wpt-pr: 49010
2024-11-07 14:50:43 +00:00
moz-wptsync-bot b363d56413 Bug 1929633 [wpt PR 49009] - Update wpt metadata, a=testonly
wpt-pr: 49009
wpt-type: metadata
2024-11-07 14:50:42 +00:00
Sambamurthy Bandaru 51c556bb84 Bug 1929633 [wpt PR 49009] - [Clipboard APIs] Handle null values for blobs OnRead(), a=testonly
Automatic update from web-platform-tests
[Clipboard APIs] Handle null values for blobs OnRead()

Don't create |V8UnionBlobOrString| if the blob is null so that the null
value is handled in |ClipboardPromise::ResolveRead()| and it doesn't
perform an invalid conversion |ToResolvedPromise|.

Updated |ClipboardItemWithDOMStringSupport| flag status to experimental

Bug: 377251898
Change-Id: I47400f8a7671e4bb7b98b44d864b24b510e64835
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5993934
Reviewed-by: Christine Hollingsworth <christinesm@chromium.org>
Reviewed-by: Nate Chapin <japhet@chromium.org>
Reviewed-by: Ayu Ishii <ayui@chromium.org>
Commit-Queue: Sambamurthy Bandaru <sambamurthy.bandaru@microsoft.com>
Cr-Commit-Position: refs/heads/main@{#1379178}

--

wpt-commits: 3a14200cd9f7bddc2aab02efed9b3c757fd72e35
wpt-pr: 49009
2024-11-07 14:50:41 +00:00
Philip Rogers 9ce2ca0d84 Bug 1929631 [wpt PR 49008] - Add a test updating scroll position mid-smooth-scroll, a=testonly
Automatic update from web-platform-tests
Add a test updating scroll position mid-smooth-scroll

This is a minimized test of https://crbug.com/376097633 on
boostmobile.com.

Bug: 376097633
Change-Id: I014d2a1b276f8047272f2a1bf587233844574951
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6001172
Commit-Queue: Philip Rogers <pdr@chromium.org>
Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org>
Auto-Submit: Philip Rogers <pdr@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1379136}

--

wpt-commits: 73600679fde08fe42c886d87564efaf7747840b2
wpt-pr: 49008
2024-11-07 14:50:41 +00:00
zhoupeng c0bd9b4425 Bug 1929617 [wpt PR 49006] - ListItemOrdinal should use explicit_value_ when the element's counter-set CSS property is set to empty, a=testonly
Automatic update from web-platform-tests
ListItemOrdinal should use explicit_value_ when the element's counter-set CSS property is set to empty

The patch[1] ensures that ListItemOrdinal does not use `explicit_value_`
when the `counter-set` is set. However, if the `counter-set` is assigned
an invalid value, ListItemOrdinal value will remain unchanged.
Consider this test case:
```
<!doctype html>
<ol>
  <li value="5" style="counter-set: list-item 1"></li>
</ol>
<script>
document.body.offsetLeft;
document.querySelector("li").style.counterSet = "";
</script>
```
The li element should show "5" as the `counter-set` is not set.
This patch ensures that ListItemOrdinal should use `explicit_value_`
when `counter-set` is not set.

[1]: https://chromium-review.googlesource.com/c/chromium/src/+/5974811

Bug: 40205385
Change-Id: I0c9eeda21ef6890e727a6f42c464af412b08eb50
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5992536
Reviewed-by: Joey Arhar <jarhar@chromium.org>
Commit-Queue: Peng Zhou <zhoupeng.1996@bytedance.com>
Cr-Commit-Position: refs/heads/main@{#1379108}

--

wpt-commits: e8e4fa7bc56f2652515a0bd4cf3bbf857f9c0eb5
wpt-pr: 49006
2024-11-07 14:50:40 +00:00
moz-wptsync-bot 519decc7dd Bug 1929503 [wpt PR 48996] - Update wpt metadata, a=testonly
wpt-pr: 48996
wpt-type: metadata
2024-11-07 14:50:39 +00:00
Joey Arhar c56ab9bd81 Bug 1929503 [wpt PR 48996] - Fix invalidation for base-select select:open, a=testonly
Automatic update from web-platform-tests
Fix invalidation for base-select select:open

This patch moves the invalidation for :open on select elements to the
same place as :popover-open in order to prevent a crash. This is more
correct because the selector checker for select:open looks at
:popover-open when in base appearance mode.

This patch also uncovers a new way to hit the CHECK in
ManuallyAssignSlots which I was already planning on removing in
http://crrev.com/c/5953628 so I am removing it in this patch instead.

Fixed: 375004874, 364924715
Change-Id: I36b8c1e9d467c8d40623eb83bc3a8d5154fc9218
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5979628
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Commit-Queue: Joey Arhar <jarhar@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1379073}

--

wpt-commits: 67feadb88c777703674513acec307364a07bbed9
wpt-pr: 48996
2024-11-07 14:50:38 +00:00
moz-wptsync-bot bca08a2e3c Bug 1929568 [wpt PR 49005] - Update wpt metadata, a=testonly
wpt-pr: 49005
wpt-type: metadata
2024-11-07 14:50:37 +00:00
Anders Hartvoll Ruud 584e9da1b5 Bug 1929568 [wpt PR 49005] - [@scope] Make prelude selectors unforgiving, a=testonly
Automatic update from web-platform-tests
[@scope] Make prelude selectors unforgiving

The selectors within the @scope prelude were previously unforgiving
(like within :is()), but this was changed in Issue 10042 [1].
Being forgiving means a rule like "@scope (.a, :unknown-thing)"
would behave like "@scope (.a)" (the invalid parts are just silently
ignored), whereas unforgiving behavior would consider it a parse error.

[1] https://github.com/w3c/csswg-drafts/issues/10042

Fixed: 346555843, 343794754
Change-Id: I017c098c1406bcc0df62690038d16879c1e8c110
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5999993
Reviewed-by: Steinar H Gunderson <sesse@chromium.org>
Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1378956}

--

wpt-commits: ff335edfbb85c271e3fe402c906237f67cc2d88c
wpt-pr: 49005
2024-11-07 14:50:37 +00:00
moz-wptsync-bot 0764f95a74 Bug 1929542 [wpt PR 49003] - Update wpt metadata, a=testonly
wpt-pr: 49003
wpt-type: metadata
2024-11-07 14:50:36 +00:00
Daniel Vogelheim 20f341de69 Bug 1929542 [wpt PR 49003] - [Sanitizer] Implement the accessors of SanitizerConfig., a=testonly
Automatic update from web-platform-tests
[Sanitizer] Implement the accessors of SanitizerConfig.

This implements the data members and associated functions of SanitizerConfig.
It does not (yet) implement the actual sanitization logic, or handling
of defaults.

Bug: 356601280
Change-Id: Iba9f1f053a74f1420e60551b734c6321e4309596
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5981094
Reviewed-by: Yifan Luo <lyf@chromium.org>
Commit-Queue: Daniel Vogelheim <vogelheim@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1378961}

--

wpt-commits: c2c13750a58c50c076cbfcc30367d2e7ad849b7d
wpt-pr: 49003
2024-11-07 14:50:35 +00:00
Rune Lillesveen 56894c438d Bug 1929524 [wpt PR 49002] - Add WebDX use counter and test mapping for image-orientation, a=testonly
Automatic update from web-platform-tests
Add WebDX use counter and test mapping for image-orientation

Change-Id: Ic30154dd0c68f9c5c77feb728512503b3c0b5bd0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5993511
Commit-Queue: Rune Lillesveen <futhark@chromium.org>
Reviewed-by: Noam Rosenthal <nrosenthal@chromium.org>
Reviewed-by: Steinar H Gunderson <sesse@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1378960}

--

wpt-commits: aa6aa5a2cecdff8ec67b73eb81996e43c1172f48
wpt-pr: 49002
2024-11-07 14:50:34 +00:00
Rune Lillesveen 430c0fdef8 Bug 1929523 [wpt PR 49001] - WebDX mapping for white-space-collapse, a=testonly
Automatic update from web-platform-tests
WebDX mapping for white-space-collapse

Change-Id: Ie5e475520145b62e1d9273d56c02c74e1435ebfd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5991431
Reviewed-by: Steinar H Gunderson <sesse@chromium.org>
Commit-Queue: Rune Lillesveen <futhark@chromium.org>
Reviewed-by: Noam Rosenthal <nrosenthal@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1378955}

--

wpt-commits: 613651fabd200b2101a519062e1d71dcf4fdb477
wpt-pr: 49001
2024-11-07 14:50:33 +00:00
moz-wptsync-bot ea136db291 Bug 1929548 [wpt PR 49004] - Update wpt metadata, a=testonly
wpt-pr: 49004
wpt-type: metadata
2024-11-07 14:50:32 +00:00
Yoav Weiss b3328eecc8 Bug 1929548 [wpt PR 49004] - Multiple import maps, a=testonly
Automatic update from web-platform-tests
Multiple import maps

Import maps currently have to load before any ES module and there can
only be a single import map per document. That makes them fragile and
potentially slow to use in real-life scenarios: Any module that loads
before them breaks the entire app, and in apps with many modules the
become a large blocking resource, as the entire map for all possible
modules needs to load first.

This implements https://github.com/whatwg/html/pull/10528 to solve that.

Change-Id: I54e1b9cdfe989d61c85d73a5fd384f860273ad9a
Bug: 358379381
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5776262
Commit-Queue: Yoav Weiss (@Shopify) <yoavweiss@chromium.org>
Reviewed-by: Kouhei Ueno <kouhei@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1378943}

--

wpt-commits: 3f26764c67f20c6f5306063fc9bcda13930a51ca
wpt-pr: 49004
2024-11-07 14:50:31 +00:00
Steinar H. Gunderson 49aad56edf Bug 1929505 [wpt PR 48998] - Add WebDX mapping and WPT test mapping for forced-colors, a=testonly
Automatic update from web-platform-tests
Add WebDX mapping and WPT test mapping for forced-colors

Change-Id: I5d1d3136bc96f870fd3730ce5291e7eb8402b60d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5993499
Commit-Queue: Steinar H Gunderson <sesse@chromium.org>
Reviewed-by: Shunya Shishido <sisidovski@chromium.org>
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1378917}

--

wpt-commits: 9e160bd08fcbf426e7d91791d97a038fb3a37545
wpt-pr: 48998
2024-11-07 14:50:31 +00:00
Yury Delendik 8f178528b3 Bug 1929283 [wpt PR 48971] - [wpt][webassembly][jspi] Correct WPT tests for JSPI, a=testonly
Automatic update from web-platform-tests
[wpt][webassembly][jspi] Correct WPT tests for JSPI

Corrections that are made by https://github.com/WebAssembly/js-promise-integration/pull/52

- Assert that WebAssembly.promising returns a Function (not WebAssembly.Function)
- Don't assert exact error message for stack overflow.

--

wpt-commits: 45967b93623962b0a5a9533e17dc59d3d6d149c6
wpt-pr: 48971
2024-11-07 14:50:30 +00:00
moz-wptsync-bot ddb18ead54 Bug 1929504 [wpt PR 48997] - Update wpt metadata, a=testonly
wpt-pr: 48997
wpt-type: metadata
2024-11-07 14:50:29 +00:00
Rune Lillesveen 4002882ffb Bug 1929504 [wpt PR 48997] - Add interactivity:inert focus() test, a=testonly
Automatic update from web-platform-tests
Add interactivity:inert focus() test

Test that focus() does not work for input in interactivity:inert. Also
test that flipping back to interactivity:auto in an inert subtree allows
focusing again.

Also modified test not tentative and still referring to visibility.

Bug: 370065759
Change-Id: I0a7d592f85566e550ef04028e7e0d734c831166a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5993677
Reviewed-by: Daniil Sakhapov <sakhapov@chromium.org>
Commit-Queue: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1378872}

--

wpt-commits: caa5c5bb7d86612b0f3f291b208d4189bb521697
wpt-pr: 48997
2024-11-07 14:50:28 +00:00
moz-wptsync-bot 6865220d40 Bug 1929430 [wpt PR 48992] - Update wpt metadata, a=testonly
wpt-pr: 48992
wpt-type: metadata
2024-11-07 14:50:27 +00:00
Marais Rossouw b1f2b8da7a Bug 1929430 [wpt PR 48992] - Credentials Container abort reason tests, a=testonly
Automatic update from web-platform-tests
CredentialsContainer abort reason tests

--

wpt-commits: 01b66975d8fe59e259e5598ae63af5df3e1cb205
wpt-pr: 48992
2024-11-07 14:50:26 +00:00
Shiyi Zou 28c0c52eb7 Bug 1929471 [wpt PR 48995] - webnn: support strides for slice operator, a=testonly
Automatic update from web-platform-tests
webnn: support strides for slice operator

To fix the spec issue:
https://github.com/webmachinelearning/webnn/issues/772

Bug: 376071284
Change-Id: I51dec37ce9a606941be3810ef0fd7b9e66edfef2
Cq-Include-Trybots: luci.chromium.try​:win11-blink-rel, mac14.arm64-blink-rel, mac14-blink-rel, mac15.arm64-blink-rel, mac15-blink-rel, linux-blink-rel
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5975313
Commit-Queue: Shiyi Zou <shiyi.zou@intel.com>
Reviewed-by: ningxin hu <ningxin.hu@intel.com>
Auto-Submit: Shiyi Zou <shiyi.zou@intel.com>
Reviewed-by: Alex Gough <ajgo@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1378794}

--

wpt-commits: d584e9246e5cf3e7c4a4d011ba46a3dc51ea9c5b
wpt-pr: 48995
2024-11-07 14:50:25 +00:00
Chidam Gopal 55c58339f0 Bug 1928224 - Add intent and NER performance test in local r=sparky,tarek,perftest-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D227416
2024-11-07 14:45:12 +00:00
Julien Pages 70e2fcd1c3 Bug 1928993 - Fix an assertion failure with wasmGcReadField. r=rhunt
WasmGcReadField calls loadValue which will call lookUpProperty.
When accessing a wasm array, the error reporting for an out of
bounds access was missing. This was triggering an assertion in
wasmGcReadField.

Differential Revision: https://phabricator.services.mozilla.com/D228207
2024-11-07 14:26:43 +00:00
Andrew Halberstadt ec8622c7d9 Bug 1929372 - [mozversioncontrol] Refactor into vcs specific submodules, r=sheehan
I don't love monolithic files, this simply moves things around to
submodules without changing any logic.

Differential Revision: https://phabricator.services.mozilla.com/D228091
2024-11-07 14:26:19 +00:00
amodal d29ac8ee85 Bug 1926634 - Change axis locking mode enum to enum class r=dlrobertson
Differential Revision: https://phabricator.services.mozilla.com/D228263
2024-11-07 14:22:42 +00:00
Tarek Ziadé 6a51fccd4e Bug 1929230 - Add verbosity in onnx-runtime r=rrando
Differential Revision: https://phabricator.services.mozilla.com/D228163
2024-11-07 14:19:52 +00:00
Tarek Ziadé a5534bfb5b Bug 1929499 - provide a default for rootUrl r=rrando
Differential Revision: https://phabricator.services.mozilla.com/D228150
2024-11-07 14:19:52 +00:00
Tarek Ziadé e85188ad17 Bug 1926218 - Add a modelHub in PipelineOptions r=rrando
Differential Revision: https://phabricator.services.mozilla.com/D228070
2024-11-07 14:19:51 +00:00
Tarek Ziadé 300d4fbe6c Bug 1925282 - models and organizations allow/deny lists r=rrando
Differential Revision: https://phabricator.services.mozilla.com/D228003
2024-11-07 14:19:51 +00:00
Benjamin VanderSloot b77ba818cd Bug 1923663, part 2 - Re-enable CHIPS beyond nightly, done with database migrations - r=valentin,edgul
Depends on D225692

Differential Revision: https://phabricator.services.mozilla.com/D226943
2024-11-07 14:05:40 +00:00
Tim Huang 5d4fd2a028 Bug 1923663, part 1 - Cookie DB migration to remove first-party partitioned cookies. r=cookie-reviewers,edgul
Depends on D226127

Differential Revision: https://phabricator.services.mozilla.com/D225692
2024-11-07 14:05:40 +00:00
Tim Huang 7d7aa4b968 Bug 1922193 - Add telemetry probes for invalid first party partitioned cookies. r=valentin,cookie-reviewers,edgul
Depends on D226126

Differential Revision: https://phabricator.services.mozilla.com/D226127
2024-11-07 14:05:39 +00:00
Tim Huang 503690badc Bug 1922193 - Cleanup invalid first-party partitioned cookies in the cookie DB. r=valentin,cookie-reviewers,edgul
Depends on D226125

Differential Revision: https://phabricator.services.mozilla.com/D226126
2024-11-07 14:05:39 +00:00
Tim Huang 88444baab1 Bug 1922193 - Drop first-party partitioned cookies that don't have CHIPS. r=valentin,cookie-reviewers,edgul,extension-reviewers,sessionstore-reviewers,willdurand,sfoster,webdriver-reviewers,Sasha,whimboo
Differential Revision: https://phabricator.services.mozilla.com/D226125
2024-11-07 14:05:39 +00:00