- Feb 05, 2024
-
-
Ryan VanderMeulen authored
Differential Revision: https://phabricator.services.mozilla.com/D200522
-
serge-sans-paille authored
Differential Revision: https://phabricator.services.mozilla.com/D200625
-
Emilio Cobos Álvarez authored
Bug 1874606 - Add a test for a WebKit / Blink bug where they incorrectly simplify percentages inside calc() in background-position longhands. r=layout-reviewers,jfkthame See https://bugzilla.mozilla.org/show_bug.cgi?id=1874606#c3 (and the test is self-explanatory, it's just a copy of background-position-negative-percentage-comparison.html but with the longhand expanded). Differential Revision: https://phabricator.services.mozilla.com/D198532
-
Emilio Cobos Álvarez authored
The only use of it is nss-gk-api which can work with 0.69 as per its dependency definition. It seems cargo is removing this package, then updating bindgen (even though it shouldn't), but this works around the issue and is harmless. Differential Revision: https://phabricator.services.mozilla.com/D200676
-
Benjamin VanderSloot authored
Differential Revision: https://phabricator.services.mozilla.com/D200633
-
Karandeep authored
Bug 1869982 - With bookmarks toolbar set to show on new tab, it doesn't disappear after loading data URIs longer than 64KiB characters from the new tab page. r=mak,places-reviewers Differential Revision: https://phabricator.services.mozilla.com/D199980
-
ffxbld authored
No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - r=release-managers,diannaS Differential Revision: https://phabricator.services.mozilla.com/D200617
-
Hubert Boma Manilla authored
Differential Revision: https://phabricator.services.mozilla.com/D200358
-
Itiel authored
Bug 1874952 - Correctly align confirmation hint panels to their anchor r=aminomancer,Gijs,joschmidt,credential-management-reviewers Differential Revision: https://phabricator.services.mozilla.com/D198736
-
Iulian Moraru authored
-
Emilio Cobos Álvarez authored
The lambda thing is rather unfortunate, but it's needed because static_assert in c++ isn't an expression, so you need to wrap it. It shouldn't affect codegen either way because it's all constexpr. An alternative would be to put all the static assertions at the end, I don't feel strongly either way, this works. Differential Revision: https://phabricator.services.mozilla.com/D200491
-
Gregory Pappas authored
Differential Revision: https://phabricator.services.mozilla.com/D200602
-
Henrik Skupin authored
Bug 1878324 - [puppeteer] replace usages of webkit-scrollbar with scrollbar-width r=webdriver-reviewers,Sasha To continue investigating issues with screenshots these changes will be pulled before the next vendoring. Differential Revision: https://phabricator.services.mozilla.com/D200466
-
Oliver Schramm authored
Since for relative elements we imagine a hypothetical original position, zoom needs to be considered when doing the calculations. Differential Revision: https://phabricator.services.mozilla.com/D200287
-
Tiaan Louw authored
Differential Revision: https://phabricator.services.mozilla.com/D200277
-
moz-wptsync-bot authored
Bug 1878360 - [wpt-sync] Update web-platform-tests to 14d6dc2e20b6f40eb058e8f550b65e477a81ba0b, a=testonly MANUAL PUSH: wpt sync bot wpt-head: 14d6dc2e20b6f40eb058e8f550b65e477a81ba0b wpt-type: landing
-
moz-wptsync-bot authored
wpt-pr: 44378 wpt-type: metadata
-
Alex Rudenko authored
Bug 1878275 [wpt PR 44378] - [wdspec] add a test for verifying local storage isolation in user contexts, a=testonly Automatic update from web-platform-tests [wdspec] add a test for verifying local storage isolation in user contexts (#44378) -- wpt-commits: 14d6dc2e20b6f40eb058e8f550b65e477a81ba0b wpt-pr: 44378
-
Koji Ishii authored
Automatic update from web-platform-tests [LineBreaker] Add a test for crbug.com/1520442 This patch adds a test, which was accidentally lost while renaming in PS8 of crrev.com/c/5251158. The content is the same as the one in PS7. Bug: 1520442 Change-Id: Ie9b72f63a9560b803f7cd3120c45cc3071302405 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5261043 Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Auto-Submit: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/main@{#1255506} -- wpt-commits: 5a5bd1e6635142b99fe27a5ea731fba9385d2b90 wpt-pr: 44376
-
Koji Ishii authored
Bug 1877673 [wpt PR 44316] - [LineBreaker] Remove parallel flow break tokens when rewinding floats, a=testonly Automatic update from web-platform-tests [LineBreaker] Remove parallel flow break tokens when rewinding floats When crrev.com/c/5052124 started rewinding floats, its associated parallel flow break tokens should also be reset, but it didn't. This patch fixes it. The 3 tests are for the same cause, but may produce different crash points. The `1` and `2` variants are more minimized and easier to understand, but they produce different symptoms than the original case that they may not always spot this issue as the code evolves. Bug: 1520442 Change-Id: I3546dba37d0dd2324804ad6c6a408ed162934663 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5251158 Commit-Queue: Koji Ishii <kojii@chromium.org> Auto-Submit: Koji Ishii <kojii@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/main@{#1255473} -- wpt-commits: 6e5d9709e7fad47ff9078649e1317aec36d3f982 wpt-pr: 44316
-
lisa0314 authored
Automatic update from web-platform-tests WebNN: Define XNNPACK Node for matmul This CL implements DefineXnnNodeForMatmul() method that defines XNNPACK matmul Node by xnn_define_batch_matrix_multiply(). For unit tests, this CL implements MatmulTest of MLGraphTest that checks the compute results of matmul operators. Bug: 1273291 Change-Id: Ife8e1023804d4b9970bfff067fbeedbf12ba313e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5232604 Commit-Queue: Lisha Guo <lisha.guo@intel.com> Reviewed-by:
ningxin hu <ningxin.hu@intel.com> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/main@{#1255409} -- wpt-commits: 755d6d2229d989bbb91c188c3883fa5774ee01d9 wpt-pr: 44283
-
Aaron Leventhal authored
Automatic update from web-platform-tests [A11y] Handle illegal aria-owns from <br> Fixed: 1510241 Change-Id: I1ce3571c56fcfd6cc6d57458ff644162588d233a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5259102 Reviewed-by:
Mark Schillaci <mschillaci@google.com> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/main@{#1255303} -- wpt-commits: 747837a9c8e7eea63593e35852c7d22b697af96f wpt-pr: 44360
-
Christian Biesinger authored
Automatic update from web-platform-tests [FedCM] Grant sharing permission in Resolve Bug: 1476927 Change-Id: Ia7361777d5fb1457a066d3f62cf73181c9b1f1cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5237290 Reviewed-by:
Nicolás Peña <npm@chromium.org> Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/main@{#1255296} -- wpt-commits: e76d5befe6ca289a534706d5b2b133ea005778f2 wpt-pr: 44330
-
moz-wptsync-bot authored
wpt-pr: 44358 wpt-type: metadata
-
Ian Kilpatrick authored
Automatic update from web-platform-tests [grid] Fix safe centering of space-around/space-evenly. Similar to: https://chromium-review.googlesource.com/c/chromium/src/+/5250231 https://chromium-review.googlesource.com/c/chromium/src/+/5235235 Makes space-around/space-evenly fallback to safe centering alignment. See: https://github.com/w3c/csswg-drafts/issues/5088#issuecomment-648940841 Bug: 1517655 Change-Id: I65b9b5e0540a53b61b61cd2c84d98b41f292ad76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5258681 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Kurt Catti-Schmidt <kschmi@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1255220} -- wpt-commits: 146535e774a7faec840946e9d85045ddefadb87c wpt-pr: 44358
-
moz-wptsync-bot authored
wpt-pr: 44326 wpt-type: metadata
-
Ari Chivukula authored
Bug 1877779 [wpt PR 44326] - [SAA] Implementing SharedWorker support (Part 2: Expose same-site cookie IDL), a=testonly Automatic update from web-platform-tests [SAA] Implementing SharedWorker support (Part 2: Expose same-site cookie IDL) The Storage Access API provides access to unpartitioned cookies in third-party contexts. This CL is part of a series to extend that access to SharedWorkers. Before we actually provide access to SharedWorkers, we need a way for the renderer to limit the scope of SameSite cookies provided to the worker. Normally, a worker with a first-party storage key could access all cookies, but if access is via the SAA handle we want to limit that access to just SameSite: None cookies. This CL is part of a series to allow that limiting ability. For now, we expose the option in IDL but do not implement the change needed to limit cookie access in first-party contexts when the option is set to 'none'. The next CL will implement this limit. Note: The ability to request 'all' in a third-party context is not added here nor will it be added. We verify that an exception is thrown if this is attempted. Explainer: https://privacycg.github.io/saa-non-cookie-storage/shared-workers.html Part 1: Expose same-site cookie IPC Part 2: Expose same-site cookie IDL Part 3: Implement same-site cookie filtering Part 4: Add SharedWorker support to SAA handle Bug: 1484966 Change-Id: I8c56c02025950e119e3967afd49ed684446fd6e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5251551 Reviewed-by:
Weizhong Xia <weizhong@google.com> Auto-Submit: Ari Chivukula <arichiv@chromium.org> Commit-Queue: Ari Chivukula <arichiv@chromium.org> Reviewed-by:
Sun Yueru <yrsun@chromium.org> Reviewed-by:
Nate Chapin <japhet@chromium.org> Cr-Commit-Position: refs/heads/main@{#1255183} -- wpt-commits: 3edd48285e60ad94a7f4bc4a5d7e62f6a064072f wpt-pr: 44326
-
moz-wptsync-bot authored
wpt-pr: 44357 wpt-type: metadata
-
Garrett Tanzer authored
Bug 1878088 [wpt PR 44357] - Fenced frames: Make embedder-initiated fenced frame root navigation WPT less flaky, a=testonly Automatic update from web-platform-tests Fenced frames: Make embedder-initiated fenced frame root navigation WPT less flaky Bug: 1515599, 1524064 Change-Id: I6ae7dab6bae07a08437e0f7aa5c815f9a7d6a9f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5258720 Reviewed-by:
Dominic Farolino <dom@chromium.org> Commit-Queue: Garrett Tanzer <gtanzer@chromium.org> Cr-Commit-Position: refs/heads/main@{#1255181} -- wpt-commits: b077dc11d77a674a965525775efeb8f9a5115004 wpt-pr: 44357
-
moz-wptsync-bot authored
wpt-pr: 43804 wpt-type: metadata
-
Joey Arhar authored
Automatic update from web-platform-tests Consolidate and remove tentative from :state() WPTs The spec was merged here, so the tests should no longer be tentative: https://github.com/whatwg/html/pull/8467 Bug: 1514397 Change-Id: I121e5e734145ff4cb122fb1bc2f7a5bc146dafca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5151685 Reviewed-by:
Mason Freed <masonf@chromium.org> Commit-Queue: Joey Arhar <jarhar@chromium.org> Cr-Commit-Position: refs/heads/main@{#1255129} -- wpt-commits: 9b7754b0e2d92e6a303376c24e8c6b20800de902 wpt-pr: 43804
-
moz-wptsync-bot authored
wpt-pr: 44332 wpt-type: metadata
-
Helmut Januschka authored
Bug 1877825 [wpt PR 44332] - blink/flexbox: justify-content, space-around fallback to safe center, a=testonly Automatic update from web-platform-tests blink/flexbox: justify-content, space-around fallback to safe center specified in: https://www.w3.org/TR/css-align-3/#valdef-align-content-space-around decision: https://github.com/w3c/csswg-drafts/issues/5088#issuecomment-648940841 Bug: 1517655 Change-Id: I348273d53025d3a5389e1867e74c59aee291d0a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5250231 Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/main@{#1255119} -- wpt-commits: 129ab167678437cd08d914664d136e2e9d350699 wpt-pr: 44332
-
moz-wptsync-bot authored
wpt-pr: 44353 wpt-type: metadata
-
Anne van Kesteren authored
Automatic update from web-platform-tests TextDecoder's decode() supports shared buffers -- wpt-commits: 3d0bc46bba289de3f5ba97884014a7c5d7a54ee4 wpt-pr: 44353
-
moz-wptsync-bot authored
wpt-pr: 44262 wpt-type: metadata
-
youennf authored
Bug 1877118 [wpt PR 44262] - Move tests using legacy MediaStreamTrackGenerator to a legacy folder, a=testonly Automatic update from web-platform-tests Move tests using legacy MediaStreamTrackGenerator to a legacy folder (#44262) -- wpt-commits: 71ddae673710545457abeeb8135b5395dfc5e460 wpt-pr: 44262
-
dependabot[bot] authored
Automatic update from web-platform-tests Bump pygithub from 2.1.1 to 2.2.0 in /tools Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst) - [Commits](https://github.com/pygithub/pygithub/compare/v2.1.1...v2.2.0 ) --- updated-dependencies: - dependency-name: pygithub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> -- wpt-commits: 397bc0846e11ef0c6d3c0039afff60e0ef917003 wpt-pr: 44298
-
dependabot[bot] authored
Automatic update from web-platform-tests Bump taskcluster from 59.2.0 to 60.3.2 in /tools Bumps [taskcluster](https://github.com/taskcluster/taskcluster) from 59.2.0 to 60.3.2. - [Release notes](https://github.com/taskcluster/taskcluster/releases) - [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md) - [Commits](https://github.com/taskcluster/taskcluster/compare/v59.2.0...v60.3.2 ) --- updated-dependencies: - dependency-name: taskcluster dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com> -- wpt-commits: 37bcd1c03979b1d362d894b4ae6d30cc6ff82128 wpt-pr: 44297
-
moz-wptsync-bot authored
wpt-pr: 44349 wpt-type: metadata
-