Automatic update from web-platform-tests
Fix typo in fetch-event-within-sw.https.html
This just fixes typo in the test.
Bug: 678905
Change-Id: I21a323edeb0691759bbbc940c583bb537b66f258
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1815924
Commit-Queue: Philip Jägenstedt <foolip@chromium.org>
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Cr-Commit-Position: refs/heads/master@{#698577}
--
wpt-commits: aa27ce9eee66b7a629fe40df981a894040d193f6
wpt-pr: 19174
Automatic update from web-platform-tests
Do not allow XR session on non user-activated events
--
wpt-commits: 16d4388ac859c189b42f765ca18013ee1bf50737
wpt-pr: 19051
Automatic update from web-platform-tests
Make status-codes-create-entry.html not flaky in WebKit. (#19182)
WebKit will sometimes load an image with status code 200 twice if the server responds before HTML parsing is complete.
The intent of this test is that all resources have at least one entry, so this change still makes the test fail before
a browser is fixed and pass afterwards, but it's no longer flaky in WebKit after the fix.
--
wpt-commits: 95e65dd9b03054969c44616b5ea28300387da547
wpt-pr: 19182
Automatic update from web-platform-tests
Fix onload setup in wpt/svg/animations/syncbase-remove-add-while-running.html
Set window.onload in the test step not from the async_test() return
value (which is a Test object).
Change-Id: I0fd9b5a939a6b1ad8f87862f1008ffc2b79c16e5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1807119
Reviewed-by: Stephen Chenney <schenney@chromium.org>
Commit-Queue: Fredrik Söderquist <fs@opera.com>
Cr-Commit-Position: refs/heads/master@{#698419}
--
wpt-commits: 786fc058fd83cbf002be3a35100ab2a3b1f98d58
wpt-pr: 19122
Automatic update from web-platform-tests
Convert SensorClient to new Mojo types
This CL converts SensorClient{Ptr, Request} in device, services and
blink to the new Mojo type, and uses pending_receiver<SensorClient>
in sensor_provider.mojom.
Bug: 955171, 978694
Change-Id: I6a231623f86c6ce258e71dd2fba281324ec0ca09
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1809127
Commit-Queue: Miyoung Shin <myid.shin@igalia.com>
Reviewed-by: Dominick Ng <dominickn@chromium.org>
Reviewed-by: Reilly Grant <reillyg@chromium.org>
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Reviewed-by: Dave Tapuska <dtapuska@chromium.org>
Cr-Commit-Position: refs/heads/master@{#698392}
--
wpt-commits: 08a1f9b86ae7875a631981f4a0def2069fa32418
wpt-pr: 19128
Automatic update from web-platform-tests
[web-animations-1] Update interpolation test for drop-shadow initial value
According to the spec
(https://drafts.fxtf.org/filter-effects-1/#funcdef-filter-drop-shadow):
The initial value for [drop-shadow] interpolation is all length values set to
0 and the used color set to transparent.
--
wpt-commits: 2f7b420ac06b3afa3e687ec82c1fa1ee7a39d541
wpt-pr: 19141
Automatic update from web-platform-tests
CSS: WPTs for shorthand expansion
Web platform tests are added for the expansion of the following
shorthands into longhand values:
- gap
- marker
- place-content
- place-items
- place-self
Change-Id: Ic985380e2a1e9348a64ee1170839c2e0e40313ec
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810877
Commit-Queue: Eric Willigers <ericwilligers@chromium.org>
Reviewed-by: Oriol Brufau <obrufau@igalia.com>
Auto-Submit: Eric Willigers <ericwilligers@chromium.org>
Cr-Commit-Position: refs/heads/master@{#698320}
--
wpt-commits: 6e2637cce436a9ef1bcbbcd4fa4e086c19d24300
wpt-pr: 19137
Automatic update from web-platform-tests
[resource-timing] Align TAO processing with CORS
Implements https://github.com/w3c/resource-timing/pull/214
In order to some day be able to make TAO a subset of CORS, and in order
to have a single mental model that developers can apply to both, this
change makes sure that redirect chains that contained cross-origin
requests require TAO on all following responses, even if they are same
origin.
Change-Id: I4c77ba5dbbe22c3de4dd05e4c7a8ac2c1526603b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1803916
Commit-Queue: Yoav Weiss <yoavweiss@chromium.org>
Reviewed-by: Nicolás Peña Moreno <npm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#698314}
--
wpt-commits: 5de667230a4470f3947bc2900acdfe36c1e3ce50
wpt-pr: 19053
Automatic update from web-platform-tests
SVG Geometry Properties (#19161)
Geometry properties may be specified using CSS:
cx/cy/r/rx/ry/x/y/width/height
Percentages for cx/rx/x/width refer to the viewport width.
Percentages for cy/ry/y/height refer to the viewport height.
Percentages for r refer to the normalized diagonal.
https://svgwg.org/svg2-draft/geometry.htmlhttps://svgwg.org/svg2-draft/coords.html#Units
--
wpt-commits: 5fb59ff645a8885f41a6b13f783cd8d1a8899e57
wpt-pr: 19161
According to the comment above, SchemeIsHTTPS should return an error if the
input is neither http or https.
But we don't assert that the string is not lowercased (as the comment says),
instead we assert if it's not http or https, meaning in debug mode the
function would always panic for such an input.
This patch changes the MOZ_ASSERT to match the comment and only assert if
for some reason the input scheme is not lowercase.
Differential Revision: https://phabricator.services.mozilla.com/D46279
--HG--
extra : moz-landing-system : lando
We previously used the initial LoadInfo from when the DocumentChannel was created, but need the one from the most recent channel in the parent.
Differential Revision: https://phabricator.services.mozilla.com/D46741
--HG--
extra : moz-landing-system : lando
This pref is required by the common animation interpolation test function used
in many of the CSS test suites but currently we only enable it on Nightly. As a
result, each time a new spec adds animation tests, we get failures on our beta
simulations. Rather than turn this on for each directory it is used in each
time a new failure occurs, this patch makes us set it globally.
This patch also removes a number of instances where we set this pref locally.
It only removes the instances that were specifically added due to the
introduction of the common CSS interpolation test function. The existing
instances remain untouched since they serve as documentation of other places
where we are specifically testing that feature.
Differential Revision: https://phabricator.services.mozilla.com/D47034
--HG--
extra : moz-landing-system : lando
https://github.com/CraneStation/cranelift/pull/1044 reorganises the naming of
Cranelift's optimisation settings, and provides a new setting "speed" that
omits the instruction-shrinking pass from the previous "best" (generated code)
setting. This change adopts that new setting by default.
Differential Revision: https://phabricator.services.mozilla.com/D46577
--HG--
extra : moz-landing-system : lando
Checking this browserloader is important in particular for the inspector, which uses it to load all its own react components.
Differential Revision: https://phabricator.services.mozilla.com/D46769
--HG--
extra : moz-landing-system : lando
We previously used the initial LoadInfo from when the DocumentChannel was created, but need the one from the most recent channel in the parent.
Differential Revision: https://phabricator.services.mozilla.com/D46741
--HG--
extra : moz-landing-system : lando