Commit Graph

704855 Commits

Author SHA1 Message Date
Byron Campen [:bwc]
2f19c48e08 Bug 1622384: Fix this test to not expect onn, and add a slightly different test that should expect onn at the very end. r=jib
Differential Revision: https://phabricator.services.mozilla.com/D70450
2020-04-29 18:44:15 +00:00
Byron Campen [:bwc]
47eb88729c Bug 1622384: Some wpt cleanup while I'm in here. r=jib
Differential Revision: https://phabricator.services.mozilla.com/D70449
2020-04-29 02:48:22 +00:00
Byron Campen [:bwc]
d2457e5246 Bug 1622384: Implement stable indexing for JSEP transceivers. r=mjf
JSEP transceivers were previously held in a vector, in the order that they were
created. However, these could be removed, which meant that the indexing was not
stable. Under most circumstances this did not matter, however there was a
wrinkle with implicit rollback in repeated sRD. Re-applying a remote offer that
had created a transceiver would destroy that transceiver, and create a new one
to replace it. However, JS was not informed, because to PeerConnectionImpl it
looked like nothing had changed. Now, transceivers are indexed in a stable way,
which allows this bug to be fixed, and makes things a little less confusing.

Differential Revision: https://phabricator.services.mozilla.com/D70400
2020-04-29 02:48:07 +00:00
Byron Campen [:bwc]
a82fa5316d Bug 1622384: Test-case for bug. r=jib
Differential Revision: https://phabricator.services.mozilla.com/D70399
2020-04-29 19:01:11 +00:00
Csoregi Natalia
86e79fe5d2 Backed out changeset d91e35044576 (bug 1630066) for failures on test_ext_sendmessage_reply2.html. CLOSED TREE 2020-04-30 23:40:17 +03:00
Csoregi Natalia
5ca61e2a3c Backed out 2 changesets (bug 1624954) for eslint failure on browser_aria_haspopup.js. CLOSED TREE
Backed out changeset 2a3f592412a2 (bug 1624954)
Backed out changeset 74085e028726 (bug 1624954)
2020-04-30 23:37:28 +03:00
Morgan Reschenberg
5636f6c7df Bug 1624954: query attribute string for aria-haspopup instead of relying on flag alone. r=eeejay
Differential Revision: https://phabricator.services.mozilla.com/D70264
2020-04-30 20:12:45 +00:00
Morgan Reschenberg
13bb4618ce Bug 1624954: Send state-change event when aria-haspopup value is changed to allow for caching. r=eeejay
Differential Revision: https://phabricator.services.mozilla.com/D71221
2020-04-30 20:12:29 +00:00
Glenn Watson
88eb2e5226 Bug 1632705 - Part 5 - Port some more clips to explicit rect API. r=kats
Differential Revision: https://phabricator.services.mozilla.com/D73179
2020-04-30 12:08:54 +00:00
Tom Schuster
0ac6524608 Bug 1633145 - Bustage fix for jsglue.cpp
Differential Revision: https://phabricator.services.mozilla.com/D73343
2020-04-30 20:03:58 +00:00
Toshihito Kikuchi
e83bcb5130 Bug 1630281 - Cache the executable's IAT for ntdll.dll before COM initialization. r=mhowell
When the browser process starts a sandbox process, we copy the executable's IAT
for ntdll.dll into the new process to prevent DLL injection via IAT tampering as
the launcher process does.  However, if IAT has been modified by a module injected
via `SetWindowHookEx`, the browser process cannot copy IAT because a modified IAT
is invalid in a different process, failing to start any sandbox processes.

The proposed fix is to cache IAT before COM initialization which may load
modules via `SetWindowHookEx` for the first time in the process.

Differential Revision: https://phabricator.services.mozilla.com/D73303
2020-04-30 18:26:18 +00:00
Itiel
91da2c25d2 Bug 1632073 - [RTL] Fix the url padding when 2-line layout is active r=dao
Differential Revision: https://phabricator.services.mozilla.com/D73330
2020-04-30 19:34:41 +00:00
Joel Maher
64226c82d8 Bug 1608388 - reduce frequency of mingw* builds. r=bc
reduce frequency of mingw* builds.

Differential Revision: https://phabricator.services.mozilla.com/D73316
2020-04-30 19:58:54 +00:00
Glenn Watson
ca78f5a8c2 Bug 1632705 - Part 4 - Port clear prims to use rounded clip rect API. r=kats
The implementation of this was previously ignoring the aRegion
parameter, so was completely broken. This is only used by the
Win7 widget code. This may fix an issue with drawing of window
close buttons on Windows 7 with WebRender enabled.

Differential Revision: https://phabricator.services.mozilla.com/D73163
2020-04-30 11:50:59 +00:00
Rob Wu
ed0c57f641 Bug 1634203 - Replace Kinto client with RemoteSettings client in test_remote_settings_poll r=glasserc
Differential Revision: https://phabricator.services.mozilla.com/D73321
2020-04-30 19:52:14 +00:00
Shane Caraveo
c6bf5854a2 Bug 1606862 support devtools as an optional extension permission r=rpl
Differential Revision: https://phabricator.services.mozilla.com/D71829
2020-04-30 18:39:23 +00:00
Dão Gottwald
042ea1810d Bug 1633635 - Make tab animations obey prefers-reduced-motion. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D72791
2020-04-30 18:43:37 +00:00
Emilio Cobos Álvarez
db32bb7406 Bug 1634449 - Set toolbar_field_text in the light theme. r=dao
We're setting the background but not the text color on the light theme,
which means that  per these two rules:

  https://searchfox.org/mozilla-central/rev/7fd1c1c34923ece7ad8c822bee062dd0491d64dc/toolkit/themes/shared/findBar.inc.css#63-64

You'll get:

  background-color: #fff;
  color: -moz-FieldText;

If you have a dark system theme (like Adwaita Dark on Linux) where
-moz-FieldText is white, then badness happens and you get white-on-white.

The color is just tab_background_text, which seems to work quite nicely
and is the same that the dark theme does for this field.

Differential Revision: https://phabricator.services.mozilla.com/D73329
2020-04-30 19:29:09 +00:00
moz-wptsync-bot
fec51bdbb3 Bug 1633704 - [wpt-sync] Update web-platform-tests to 7d7a74e34d6d9853a3d457c6d5ef1cfc0c55fbb6, a=testonly
MANUAL PUSH: wpt sync bot

wpt-head: 7d7a74e34d6d9853a3d457c6d5ef1cfc0c55fbb6
wpt-type: landing
2020-04-30 19:04:30 +00:00
moz-wptsync-bot
940138369c Bug 1633114 [wpt PR 23250] - Update wpt metadata, a=testonly
wpt-pr: 23250
wpt-type: metadata
2020-04-30 19:04:30 +00:00
rajendrant
ba4374745c Bug 1633114 [wpt PR 23250] - LazyLoad: Fix feature-policy tests, a=testonly
Automatic update from web-platform-tests
LazyLoad: Fix feature-policy tests

This updates the lazyload attribute as 'loading' with values of auto,
eager and lazy for the feature policy tests.

TBR=hiroshige@chromium.org

Fixed: 1074608
Change-Id: If8ba1d09bce518ac36b70bd2a7b01687ffec87c1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2166638
Commit-Queue: rajendrant <rajendrant@chromium.org>
Reviewed-by: Scott Little <sclittle@chromium.org>
Cr-Commit-Position: refs/heads/master@{#763010}

--

wpt-commits: ddad50b245ec811f4cbce8c84639122e9a7732a9
wpt-pr: 23250
2020-04-30 19:04:29 +00:00
moz-wptsync-bot
fc7c3ca6b5 Bug 1632041 [wpt PR 23163] - Update wpt metadata, a=testonly
wpt-pr: 23163
wpt-type: metadata
2020-04-30 19:04:29 +00:00
Yi Xu
543a4401ed Bug 1632041 [wpt PR 23163] - Move 2d.getImageData.* in canvas_api to wpt, a=testonly
Automatic update from web-platform-tests
Move 2d.getImageData.* in canvas_api to wpt

Move 2d.getImageData.* from canvas_api to wpt.

Bug: 1071659

Change-Id: I444088c44eb6f93d4800175deef05f99bfc8e98c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159913
Commit-Queue: Yi Xu <yiyix@chromium.org>
Reviewed-by: Fernando Serboncini <fserb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#763137}

--

wpt-commits: 9d33bb0defdd1625a3af3fe066b1acfc80b23895
wpt-pr: 23163
2020-04-30 19:04:28 +00:00
moz-wptsync-bot
01305d2184 Bug 1633056 [wpt PR 23243] - Update wpt metadata, a=testonly
wpt-pr: 23243
wpt-type: metadata
2020-04-30 19:04:28 +00:00
Mason Freed
f1da6addac Bug 1633056 [wpt PR 23243] - Don't serialize closed shadow roots with getInnerHTML(), a=testonly
Automatic update from web-platform-tests
Don't serialize closed shadow roots with getInnerHTML()

This CL corrects the behavior of getInnerHTML() so that closed
shadow roots are not serialized. It also adds a test of the
getInnerHTML() function.

Bug: 1042130
Change-Id: Iac214b16799cee45bcd90be8f618cc5560eb1db4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2166383
Commit-Queue: Kouhei Ueno <kouhei@chromium.org>
Reviewed-by: Kouhei Ueno <kouhei@chromium.org>
Auto-Submit: Mason Freed <masonfreed@chromium.org>
Cr-Commit-Position: refs/heads/master@{#763236}

--

wpt-commits: c88ed219c1a65af9f83844181b84111e9462f8b6
wpt-pr: 23243
2020-04-30 19:04:27 +00:00
Philip Jägenstedt
088f3ed32b Bug 1630955 [wpt PR 23060] - [css-speech] rename Integer.html to voice-family-integer.html, a=testonly
Automatic update from web-platform-tests
[css-speech] rename Integer.html to voice-family-integer.html (#23060)

Renamed because it's one of few tests with capitalized filenames.
--

wpt-commits: b5e6c40a2bd4c4ae8bd64dad3f3732c023f150b4
wpt-pr: 23060
2020-04-30 19:04:27 +00:00
Morten Stenshorne
1a64c48cb5 Bug 1633578 [wpt PR 23279] - [FragmentItem] Prevent dangling LayoutObject ptrs in block fragmentation., a=testonly
Automatic update from web-platform-tests
[FragmentItem] Prevent dangling LayoutObject ptrs in block fragmentation.

NGInlineCursor doesn't work with block fragmentation, so we'd end up
with NGFragmentItem objects with dangling pointers to LayoutObject. To
fix this, perform a full walk through all fragment items in all
fragments, if it's likely that we're in block fragmentation.

CL:2152824 caused two tests to crash because of this, and it therefore
got reverted. Add another test now, which would also crash without the
aforementioned CL.

Bug: 1075517
Change-Id: I97e2fae63d89031ea258ba146898e7fcfe56bd45
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2165800
Reviewed-by: Koji Ishii <kojii@chromium.org>
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#763233}

--

wpt-commits: e9ed833d0c9483012493d839434137de7e7ba00d
wpt-pr: 23279
2020-04-30 19:04:26 +00:00
moz-wptsync-bot
197c104af1 Bug 1633489 [wpt PR 23272] - Update wpt metadata, a=testonly
wpt-pr: 23272
wpt-type: metadata
2020-04-30 19:04:26 +00:00
Alexander Cooper
f8b599300e Bug 1633489 [wpt PR 23272] - Treat floorOrigin as mojoFromFloor, a=testonly
Automatic update from web-platform-tests
Treat floorOrigin as mojoFromFloor

Per the webxr-test-api all origins are based on the "local" space when
the "session" started; which means that all of our origins passed in are
inherently "mojoFromFoo."  The standingTransform (in need of renaming)
is, in blink and by devices, floorFromMojo. Since the tests were
directly setting floorOrigin to the standingTransform, the tests were
incorrectly treating floor origin as floorFromMojo. This change inverts
the floorOrigin before assigning it to the standingTransform, so that
Chrome begins treating the floorOrigin as mojoFromFloor. Given that
Chrome was the only ones running these particular tests, the output
values were *also* written as if the passed in floorOrigins were
floorFromMojo. In order to stick with the expectations, this inverts
the input transforms as well.

In fixing this, a bug was discovered in XRMathHelper.inverse wherein the
comatrix was not created properly.  This change also addresses that bug.

Fixed:1071630

Change-Id: I1626d80099169c4ceba0df68ad84bbf181f76647
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2165881
Auto-Submit: Alexander Cooper <alcooper@chromium.org>
Commit-Queue: Piotr Bialecki <bialpio@chromium.org>
Reviewed-by: Piotr Bialecki <bialpio@chromium.org>
Cr-Commit-Position: refs/heads/master@{#763104}

--

wpt-commits: 6a2f0e6a0110fd0830fc3196680f671bb83c2747
wpt-pr: 23272
2020-04-30 19:04:25 +00:00
moz-wptsync-bot
222af22b0e Bug 1632258 [wpt PR 23181] - Update wpt metadata, a=testonly
wpt-pr: 23181
wpt-type: metadata
2020-04-30 19:04:25 +00:00
Yu Han
19c4678bb5 Bug 1632258 [wpt PR 23181] - Adds slotchange event for Imperative Slot API., a=testonly
Automatic update from web-platform-tests
Adds slotchange event for Imperative Slot API.

Prior to this CL slotchange event is not fired when calling the
Imperative Slot API.

This CL adds the ability to fire slotchange event for Imperative Slot
API. It does so by detecting candidates nodes changed during the
call and fires slotchange event if changed. This CL only implements the
assign() function's portion of the slotchange event. In the next CL,
I will implement slotchange event for removing nodes and slots.

Bug: 869308
Change-Id: I13851d1788fc6cf8b0ea109fb136a2f029e61e70
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2161369
Reviewed-by: Mason Freed <masonfreed@chromium.org>
Reviewed-by: Hayato Ito <hayato@chromium.org>
Commit-Queue: Yu Han <yuzhehan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#763111}

--

wpt-commits: ff47fb409e6e7ef72893ec6123f6abde845372db
wpt-pr: 23181
2020-04-30 19:04:24 +00:00
Blink WPT Bot
7080d036b9 Bug 1632282 [wpt PR 23184] - [wpt] enhanceents to check-layout-th.js, a=testonly
Automatic update from web-platform-tests
[wpt] enhanceents to check-layout-th.js (#23184)

There are 3 enhancements that I've found useful.

1. Warn if there are any unexpected  data-* attributes

A common error is to have a typo in data-* attribute name.
When this happens, test will pass, because attribute is never read.
This enhancement prints a warning if unexpected attribute is found.

Running this over the entire test suite, I've found several errors:

css/css-grid/grid-definition/grid-auto-repeat-intrinsic-001.html
css/css-grid/grid-items/grid-items-percentage-margins-vertical-rl-001.html
css/css-grid/grid-items/grid-items-percentage-margins-vertical-rl-002.html
css/css-grid/grid-items/grid-items-relative-offsets-001.html
css/css-grid/grid-items/grid-items-relative-offsets-002.html
have data-expected-x, data-expected-y
Tried replacing some of these with data-offset-x, and tests fail.

css/css-grid/grid-definition/grid-percentage-rows-indefinite-height-002
has data-offset-top

2. highlight error on failure flag. Defaults to false.

If set, this flag will draw an outline around failed Element.
Useful when debugging pages with many elements.

3. toggle printing dom on error.

Sometimes, it is useful not to print dom on error for clarity.

Change-Id: I8424aa2dc002f63fde18d0fc54bdfe77666ce951
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2161379
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Reviewed-by: Manuel Rego <rego@igalia.com>
Commit-Queue: Aleks Totic <atotic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#763069}

Co-authored-by: Aleks Totic <atotic@chromium.org>
--

wpt-commits: a5a3b7353c884ebcca0230818632a42ad2fbd9b2
wpt-pr: 23184
2020-04-30 19:04:24 +00:00
Makoto Shimazu
a7bd677b64 Bug 1633643 [wpt PR 23287] - Mark service-worker/activation.https.html as slow, a=testonly
Automatic update from web-platform-tests
Mark service-worker/activation.https.html as slow

Bug: 1073296
Change-Id: Ib8c502829168d2dbdc6083a0d3a3631202f8b4b7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2169491
Commit-Queue: Makoto Shimazu <shimazu@chromium.org>
Commit-Queue: Kenichi Ishibashi <bashi@chromium.org>
Auto-Submit: Makoto Shimazu <shimazu@chromium.org>
Reviewed-by: Kenichi Ishibashi <bashi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#763216}

--

wpt-commits: 896db568c3008976ce9754c0cfd8b3362f8ed9d9
wpt-pr: 23287
2020-04-30 19:04:23 +00:00
Arnaud Mandy
819d6b1791 Bug 1633364 [wpt PR 23260] - wpt: Screen Enumeration: Add check for touchSupport type., a=testonly
Automatic update from web-platform-tests
wpt: Screen Enumeration: Add check for touchSupport type.

touchSupport type check is added to screen enumeration test.

Bug: 994889
Change-Id: I874e4f9f2b41a5c86297c87a851e61a287fedbe5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2165752
Reviewed-by: Michael Wasserman <msw@chromium.org>
Commit-Queue: Arnaud Mandy <arnaud.mandy@intel.com>
Cr-Commit-Position: refs/heads/master@{#763204}

--

wpt-commits: 00587c9715fef9dac95bf102a6dfcbb20f5231b2
wpt-pr: 23260
2020-04-30 19:04:23 +00:00
moz-wptsync-bot
f9c0b64a48 Bug 1632656 [wpt PR 23216] - Update wpt metadata, a=testonly
wpt-pr: 23216
wpt-type: metadata
2020-04-30 19:04:22 +00:00
Liviu Tinta
5d213edad3 Bug 1632656 [wpt PR 23216] - Effective Touch Action when <body> is the viewport defining element, a=testonly
Automatic update from web-platform-tests
Effective Touch Action when <body> is the viewport defining element

When <body> is deemed to be the viewport defining element <body>'s
overflow needs to be set to visible. Because of this, during effective
touch action calculation we consider <body> to be a scroller when it is
not.

The fix attempts to detect when <body> is deemed the viewport defining
element and correct the effective touch action calculation.

Bug: 1031745
Change-Id: Ie9a3c966af78fdbe0dc3e57f3f192aca9110fd0e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152950
Commit-Queue: Liviu Tinta <liviutinta@chromium.org>
Reviewed-by: David Bokan <bokan@chromium.org>
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#763147}

--

wpt-commits: 1650a7c1569ad9e3e10bc1da400f9a44230a5a78
wpt-pr: 23216
2020-04-30 19:04:22 +00:00
moz-wptsync-bot
6f1a38c3b5 Bug 1633426 [wpt PR 23266] - Update wpt metadata, a=testonly
wpt-pr: 23266
wpt-type: metadata
2020-04-30 19:04:21 +00:00
Navid Zolghadr
a2e25d5080 Bug 1633426 [wpt PR 23266] - Add shadow dom boundary event test to wpt, a=testonly
Automatic update from web-platform-tests
Add shadow dom boundary event test to wpt

Move more internal pointerevent tests to wpt

Change-Id: I7e44eda0af004cb4ebdb07610923b067c07a3341
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2167991
Reviewed-by: Lan Wei <lanwei@chromium.org>
Commit-Queue: Navid Zolghadr <nzolghadr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#762990}

--

wpt-commits: f657d26323fe748b534c52480926ae08a4a81332
wpt-pr: 23266
2020-04-30 19:04:21 +00:00
moz-wptsync-bot
6aede21981 Bug 1632435 [wpt PR 23200] - Update wpt metadata, a=testonly
wpt-pr: 23200
wpt-type: metadata
2020-04-30 19:04:20 +00:00
Sergio
6b64e6cb81 Bug 1632435 [wpt PR 23200] - Improve web engine detection in webxr_util.js, a=testonly
Automatic update from web-platform-tests
Improve web engine detection in webxr_util.js (#23200)

The check (window.XRTest === undefined) is not valid to discriminate between Chromium and other browsers. Improve engine detection so that we don't end up accessing entities that do not exist in other engines (like navigator.xr.test.Debug).
--

wpt-commits: d9312410d445b129727af4fbd4aa8733e99b0e64
wpt-pr: 23200
2020-04-30 19:04:20 +00:00
moz-wptsync-bot
226409e2c4 Bug 1622512 [wpt PR 22257] - Update wpt metadata, a=testonly
wpt-pr: 22257
wpt-type: metadata
2020-04-30 19:04:19 +00:00
autofoolip
f83c04bc83 Bug 1622512 [wpt PR 22257] - Update interfaces/dom.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/dom.idl (#22257)

Source: https://github.com/tidoust/reffy-reports/blob/ddd881f/ed/idl/dom.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/677384457
--

wpt-commits: b9bbe42e2f7e5a111a93a278fcfc576e9b37410e
wpt-pr: 22257
2020-04-30 19:04:19 +00:00
Yi Xu
d2cbcf3457 Bug 1633000 [wpt PR 23241] - wpt: update the directory for filter value, a=testonly
Automatic update from web-platform-tests
wpt: update the directory for filter value

Bug: 1071659

Change-Id: Ifc396fba47a5e181630353060e718d0de9e34c69
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2164228
Reviewed-by: Fernando Serboncini <fserb@chromium.org>
Commit-Queue: Yi Xu <yiyix@chromium.org>
Cr-Commit-Position: refs/heads/master@{#762943}

--

wpt-commits: 009d402d56ddd03a8c4a5f166676c367096e029b
wpt-pr: 23241
2020-04-30 19:04:18 +00:00
autofoolip
6faa6f9cc5 Bug 1633387 [wpt PR 23263] - Update interfaces/payment-request.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/payment-request.idl (#23263)

Source: https://github.com/tidoust/reffy-reports/blob/7bfdade/ed/idl/payment-request.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/680076711
--

wpt-commits: ca0cb4fd642a9f996e9c4d03ee228a548ba584d5
wpt-pr: 23263
2020-04-30 19:04:18 +00:00
Anne van Kesteren
32febf9652 Bug 1631482 [wpt PR 23117] - *.any.js: explicitly list defaults, part 1, a=testonly
Automatic update from web-platform-tests
*.any.js: explicitly list defaults, part 1 (#23117)

* *.any.js: explicitly list defaults, part 1

Helps with #23111.

* add a couple more
--

wpt-commits: e1e713c842e54ea0a9410ddc988b63d0e1d31973
wpt-pr: 23117
2020-04-30 19:04:17 +00:00
moz-wptsync-bot
85c96a6df6 Bug 1633277 [wpt PR 23256] - Update wpt metadata, a=testonly
wpt-pr: 23256
wpt-type: metadata
2020-04-30 19:04:17 +00:00
Rimas Misevičius
222738c9f5 Bug 1633277 [wpt PR 23256] - URL: Percent encode NULLs in fragments, a=testonly
Automatic update from web-platform-tests
URL: percent encode NULLs in fragments

See https://github.com/whatwg/url/issues/440 and https://github.com/whatwg/url/pull/486 for context.
--

wpt-commits: efec8204e84d434d80407bb7cf8df37d33cabaa1
wpt-pr: 23256
2020-04-30 19:04:16 +00:00
Mason Freed
ff02abda92 Bug 1633094 [wpt PR 23249] - Fix a null reference in declarative shadow dom, a=testonly
Automatic update from web-platform-tests
Fix a null reference in declarative shadow dom

Previously, this would cause a null-reference:

  <template shadowroot=open>Content</template>

This is now fixed. In addition, this CL adds two more tests of
declarative shadow dom, for the two conditions listed at [1] and
[2]. The [2] condition test also tests this CL.

[1] https://github.com/mfreed7/declarative-shadow-dom/blob/master/README.md#root-element-is-template-shadowroot
[3] https://github.com/mfreed7/declarative-shadow-dom/blob/master/README.md#templates-containing-root-level-declarative-shadow-roots

Bug: 1042130
Change-Id: Id697fb3f89681981ca3ecc513451d0644430fd2b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2166357
Commit-Queue: Kouhei Ueno <kouhei@chromium.org>
Auto-Submit: Mason Freed <masonfreed@chromium.org>
Reviewed-by: Kouhei Ueno <kouhei@chromium.org>
Cr-Commit-Position: refs/heads/master@{#762842}

--

wpt-commits: 9b7ab1c11b7e0cf9b43ea6dbb282c33e4d193726
wpt-pr: 23249
2020-04-30 19:04:16 +00:00
Robert Ma
bccea0efb4 Bug 1633309 [wpt PR 23257] - [wptserve] Fix an exception handler in stash, a=testonly
Automatic update from web-platform-tests
[wptserve] Fix an exception handler in stash

internal_key is a tuple whose items are guaranteed to be strings.
It should be used as the key directly.
--

wpt-commits: d2025b24b0b1f4d2e69e83cf83e60c021d9f7b42
wpt-pr: 23257
2020-04-30 19:04:15 +00:00
moz-wptsync-bot
3cba929fd0 Bug 1624639 [wpt PR 22420] - Update wpt metadata, a=testonly
wpt-pr: 22420
wpt-type: metadata
2020-04-30 19:04:15 +00:00