- Sep 30, 2021
-
-
Andrew Halberstadt authored
For a long time two copies of the 'taskgraph' module have existed in parallel. We've attempted to keep them in sync, but over time they have diverged and the maintenance burden has increased. In order to reduce this burden, we'd like to re-join the two code bases. The canonical repo will be the one that lives outside of mozilla-central, and this module will depend on it. Since they both have the same module name (taskgraph) we need to rename the version in mozilla-central to avoid collisions. Other consumers of 'taskgraph' (like mobile repos) have standardized on '<project>_taskgraph' as their module names. So replicating that here as well. Differential Revision: https://phabricator.services.mozilla.com/D127118
-
- Oct 05, 2021
-
-
Stephen A Pohl authored
Bug 1729837: Prompt users on macOS to launch an existing installation from the Applications directory, rather than a .dmg disk image, when one is found. r=mstange,fluent-reviewers,flod Differential Revision: https://phabricator.services.mozilla.com/D125015
-
Emilio Cobos Álvarez authored
For that: * Tweak the standin system colors to match the non-native theme. * Use those system colors for button and field backgrounds. * Rename the "should use system colors" bit to "is high contrast", which is what it really is (specially now that we use system colors also in non-high-contrast). Border colors and other colors like the <input type=range> and such might need some extra tweaking perhaps, but this is a decent start and looks good in https://crisal.io/tmp/form-controls.html afaict (dark mode toggle needs the color-scheme pref enabled of course). Differential Revision: https://phabricator.services.mozilla.com/D127533
-
Emilio Cobos Álvarez authored
Bug 1731165 - Invalidate the right frame from nsCaret::SchedulePaint when we paint the caret from the containing block. r=miko Not sure how easy it is to come up with a test-case for this, will try though. Differential Revision: https://phabricator.services.mozilla.com/D126615
-
Julien Cristau authored
We don't have a bouncer product for the nightly msix yet, so the check always fails. Differential Revision: https://phabricator.services.mozilla.com/D127544
-
Julien Cristau authored
Differential Revision: https://phabricator.services.mozilla.com/D127543
-
asharma authored
Depends on D126165 Differential Revision: https://phabricator.services.mozilla.com/D127492
-
asharma authored
Differential Revision: https://phabricator.services.mozilla.com/D126165
-
Emilio Cobos Álvarez authored
The button specifies background-color: transparent in an author stylesheet and thus is unthemed: https://searchfox.org/mozilla-central/rev/25002b534963ad95ff0c1a3dd0f906ba023ddc8e/toolkit/content/widgets/datetimebox.css#53 While at it, simplify similar code / remove unneeded includes. Differential Revision: https://phabricator.services.mozilla.com/D127486
-
Chris H-C authored
The code was already trying to do this but was comparing tuples instead of mirror probe names. Guess it got missed in a refactor. Amusingly I was violating the invariant in two places and had to fix 'em : | Differential Revision: https://phabricator.services.mozilla.com/D127546
-
Sebastian Hengst authored
Bug 1732635 - skip browser_net_response_CORS_blocked.js on Linux opt with a11y checks until the frequent failure gets resolved. r=bomsy DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D127532
-
Gregory Mierzwinski authored
Bug 1733744 - Handle page_count in raptor-webext and missing manifestparser requirement. r=perftest-reviewers,kimberlythegeek This patch will solve an issue in raptor-webext tests where there was a missing variable definition and a change in mozperftest to handle the missing manifestparser module. In this case, it was not needed so its usage was removed. A couple of other cosmetic changes were made to the hooks_recording.py file. Differential Revision: https://phabricator.services.mozilla.com/D127453
-
Joel Maher authored
Differential Revision: https://phabricator.services.mozilla.com/D127501
-
Nicolas Silva authored
Bug 1690619 - Keep track of where the request to rendering something comes from. r=gfx-reviewers,mstange This patch adds plumbing to keep track of why we request frames to be rendered. This information is then displayed in gecko profile markers on the renderer thread as well as in profiler HUD counters (See "Render reasons" in profiler.rs). Differential Revision: https://phabricator.services.mozilla.com/D127274
-
moz-wptsync-bot authored
Bug 1734053 - [wpt-sync] Update web-platform-tests to 54c6babd710c953be0cc6dd27c7cd9d2eaaa96ce, a=testonly MANUAL PUSH: wpt sync bot wpt-head: 54c6babd710c953be0cc6dd27c7cd9d2eaaa96ce wpt-type: landing
-
moz-wptsync-bot authored
wpt-pr: 31056 wpt-type: metadata
-
github-actions[bot] authored
Automatic update from web-platform-tests Sync interfaces/ with @webref/idl 2.6.0 (#31056) -- wpt-commits: 54c6babd710c953be0cc6dd27c7cd9d2eaaa96ce wpt-pr: 31056
-
moz-wptsync-bot authored
wpt-pr: 31087 wpt-type: metadata
-
Nidhi Jaju authored
Automatic update from web-platform-tests Add close bidirectional streams WPTs for WebTransport This CL adds tests related to closing bidirectional streams in WebTransport: - aborting the writable stream, and checking for the RESET_STREAM signal Note: As mentioned in the test file, tests checking for the STOP_SENDING signal after cancelling the readable stream cannot be tested yet. Bug: 1201569 Change-Id: I1aff7d74d959cc967c40ab1f9573068603a73c10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3201659 Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Nidhi Jaju <nidhijaju@chromium.org> Cr-Commit-Position: refs/heads/main@{#927615} -- wpt-commits: 7f023fd35d309070b55e54e38e25ee008a6a232e wpt-pr: 31087
-
Noam Rosenthal authored
Automatic update from web-platform-tests XHR ResourceTiming entry creation (#31027) * XHR ResourceTiming entry creation Test that: - A ResourceTiming entry is created for an XmlHttpRequest - The entry is available during load event handling - The entry's responseEnd time is not after the load event time - Entries are created for network errors (e.g. CORS fail, wrong scheme) See https://github.com/whatwg/xhr/pull/319 * lint * Move xhr internals to resource-loaders -- wpt-commits: 167763f156d113e154cf35960741dc1876f556a8 wpt-pr: 31027
-
Mike Taylor authored
Automatic update from web-platform-tests Add missing semi-colon to domain test. Change-Id: I44166b424c228c7e15c9c07263a5493bab078d40 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3200332 Reviewed-by:
Ali Beyad <abeyad@chromium.org> Commit-Queue: Mike Taylor <miketaylr@chromium.org> Cr-Commit-Position: refs/heads/main@{#927588} -- wpt-commits: a21ad2a573feebf39f6ccc9b5be5b767c422244f wpt-pr: 31073
-
Domenic Denicola authored
Automatic update from web-platform-tests Add a note about counterintuitive send_keys() code points -- Update docs/writing-tests/testdriver.md -- wpt-commits: 60afc0b0b4de8d4bfc2bbd3458b7f39927e3b51e, f1ace7cb0e1434f060cf452c306c3bbe5c67be0f wpt-pr: 30916
-
Yutaka Hirano authored
Automatic update from web-platform-tests [WebTransport] Fix up capsule handling logic (#31062) - We need to check DataReceived events, not WebTransportDataReceived, on the CONNECT stream. - Fix a bug on H3CapsuleDecoder that handles empty bytes incorrectly. - Introduce `_allow_datagrams` and set it to true when the server sees REGISTER_DATAGRAM_NO_CONTEXT (when the datagram-04 is supported). - When `_allow_datagrams` is false ignore datagrams. -- wpt-commits: 904652fbaa979e6ac1e3c28b6ca0402b0179f62e wpt-pr: 31062
-
moz-wptsync-bot authored
wpt-pr: 31049 wpt-type: metadata
-
Yutaka Hirano authored
Automatic update from web-platform-tests [WebTransport] Support latest HTTP datagram (#31049) Until the protocol is formally implemented by aioquic, we need to talk to clients talking with the protocol. Let's add some ad-hoc support. -- wpt-commits: 3ce28a9d560619a8b6470ca069339c66305ede93 wpt-pr: 31049
-
David Grogan authored
Bug 1733739 [wpt PR 30989] - [css-flex] Fix auto min size and flex basis for some a-r items, a=testonly Automatic update from web-platform-tests [css-flex] Fix auto min size and flex basis for some a-r items Transferred size suggestion and max-content size could go below border_padding for box-sizing:border-box aspect-ratio elements. This patch just floors those values by border_padding. Fixed: 1240795 Change-Id: I5a04a80905c13f96c97413b1c1681707585a9a56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3187278 Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Commit-Queue: David Grogan <dgrogan@chromium.org> Cr-Commit-Position: refs/heads/main@{#927472} -- wpt-commits: 321ba4abf541e6f6d8941aded0023490531bbeaf wpt-pr: 30989
-
L. David Baron authored
Automatic update from web-platform-tests Allow 'transform' to be 'none' while animating. This allows the computed value of 'transform' to be 'none' while the transform property is animating, or while one of the independent transform properties is set, or while offset-position or offset-path are used. This depends on the previous patch to avoid having the transitions-specific bug fixed there cause new failures in transform-interpolation-00{1,2,5,6}.html . Fixed: 897358 Change-Id: I9ac00024a2497684e00a0407c59d357a5ab77e43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3198752 Commit-Queue: David Baron <dbaron@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/main@{#927466} -- wpt-commits: 955f43084296a9c3a6ad2941f86c7230484a351b wpt-pr: 31061
-
Reilly Grant authored
Automatic update from web-platform-tests serial: Add a test for large unidirectional transfers This test attempts to receive data from a test serial device as quickly as possible in order to potentially reproduce issues with data loss. Bug: 1070798 Change-Id: I40a35c22fc2e3a31e31f4b1f038a2cc4e33fce37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3120318 Auto-Submit: Reilly Grant <reillyg@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Chris Mumford <cmumford@google.com> Cr-Commit-Position: refs/heads/main@{#927455} -- wpt-commits: 2987fa6849da4a963df6fc1f875f7511c0a1e04d wpt-pr: 30219
-
moz-wptsync-bot authored
wpt-pr: 28695 wpt-type: metadata
-
Sergio authored
Bug 1707621 [wpt PR 28695] - Allow multiple equivalent representations for flex-{grow|shrink} computed values, a=testonly Automatic update from web-platform-tests Allow multiple equivalent representations for flex-{grow|shrink} computed values (#28695) -- wpt-commits: 935bbb95a6cc75aa25fb9c2ae9c63e457dc23453 wpt-pr: 28695
-
Nikos Mouchtaris authored
Bug 1733730 [wpt PR 31076] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=231044, a=testonly Automatic update from web-platform-tests WebKit export of https://bugs.webkit.org/show_bug.cgi?id=231044 (#31076) * infinity,-infinity,nan tests Co-authored-by:
Nikos Mouchtaris <nmouchtaris@apple.com> -- wpt-commits: 7923d60a19860bbfefb0dd216c2607df7034f058 wpt-pr: 31076
-
moz-wptsync-bot authored
wpt-pr: 31068 wpt-type: metadata
-
Nikos Mouchtaris authored
Bug 1733677 [wpt PR 31068] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=231053, a=testonly Automatic update from web-platform-tests WebKit export of https://bugs.webkit.org/show_bug.cgi?id=231053 (#31068) * hypot/pow/sqrt calc tests Co-authored-by:
Nikos Mouchtaris <nmouchtaris@apple.com> -- wpt-commits: c1075ad1e0f166effec6748605821e6248aa3e09 wpt-pr: 31068
-
Koji Ishii authored
Automatic update from web-platform-tests [block-in-inline] Add tests for `text-indent` The `text-indent` property handles the "first formatted line" differently. This patch adds a test when the `text-indent` property is applied to block-in-inline. r920106 crrev.com/c/3152716 added tests for `::first-line`. This patch tests the same logic but using the `text-indent` property. Bug: 716930 Change-Id: I60874b9ae4b91b6352c97c36d434bc40f2259219 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3198017 Commit-Queue: Koji Ishii <kojii@chromium.org> Auto-Submit: Koji Ishii <kojii@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/main@{#927414} -- wpt-commits: de21c7f3ba4defbc04f6293a0271fdad073d9996 wpt-pr: 31067
-
L. David Baron authored
Bug 1733618 [wpt PR 31060] - Fix test's perspective comparison to accept scientific notation., a=testonly Automatic update from web-platform-tests Fix test's perspective comparison to accept scientific notation. This fixes the compareWithPerspective comparison function in transform-interpolation-001.html to accept values with scientific notation (such as numbers very close to zero). It also fixes the comparison function to handle errors better so that failures are reported more clearly. (I want to do this here because the following patch would otherwise add two more of these failures, for the CSS transitions at time 0 cases.) Bug: 897358 Change-Id: Id1ecde987eb0ba9d0d00b6da030d74a689c1e502 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3199697 Commit-Queue: David Baron <dbaron@chromium.org> Reviewed-by:
Kevin Ellis <kevers@chromium.org> Cr-Commit-Position: refs/heads/main@{#927399} -- wpt-commits: fff0a7e6d26d9cfaa25fbe430ef004923f589b09 wpt-pr: 31060
-
Koji Ishii authored
Automatic update from web-platform-tests [block-in-inline] Add one more test for `text-align` This patch adds a test to ensure the `text-align` property applies to block-in-inline as if it is a regular block, not like an inline-block. Bug: 716930 Change-Id: Ibab7fa4fbc0cc8bd7dbb8602c3822d6a2707d3ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3199854 Commit-Queue: Koji Ishii <kojii@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Auto-Submit: Koji Ishii <kojii@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/main@{#927354} -- wpt-commits: 46bb74d1b82ce7daf2cc101eaa2032833291272c wpt-pr: 31069
-
Koji Ishii authored
Automatic update from web-platform-tests [block-in-inline] Add tests for `text-align` The `text-align` property handles the last line differently. This patch adds tests when the `text-align` property is applied to block-in-inline. Bug: 716930 Change-Id: I1c95e4238b320db8b874096a893b39662f8eaeac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3199522 Commit-Queue: Koji Ishii <kojii@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Auto-Submit: Koji Ishii <kojii@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/main@{#927337} -- wpt-commits: 7cf79f5abf3956ba626ee9ee0644296c7849c61c wpt-pr: 31064
-
moz-wptsync-bot authored
wpt-pr: 30810 wpt-type: metadata
-
Sahir Vellani authored
Bug 1733678 [wpt PR 30810] - Interpolation for Scale and Translate according to CommitStyles, a=testonly Automatic update from web-platform-tests Interpolation for Scale and Translate according to CommitStyles This change updates the Blend operation for scale and translate transforms, along with CSSFunctionValue calculations for the respective transforms. A new Args property is introduced to TransformOperation that keeps track of how many arguments the primitive scale() and translate() should have during interpolation. Follow-up work will include rotate as well as computedStyleMap. Bug: 1181086 Change-Id: I74c54f47feec66ed5247699543afd1776be8fdcd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3163382 Reviewed-by:
David Baron <dbaron@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by:
Olga Gerchikov <gerchiko@microsoft.com> Commit-Queue: Sahir Vellani <sahir.vellani@microsoft.com> Cr-Commit-Position: refs/heads/main@{#927299} -- wpt-commits: 450f1e842c07f325edbe6d09232787a4a5fee669 wpt-pr: 30810
-
moz-wptsync-bot authored
wpt-pr: 31057 wpt-type: metadata
-