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

609486 Коммитов

Автор SHA1 Сообщение Дата
Servo WPT Sync b331901b09 Bug 1483580 [wpt PR 12504] - add test to check for null image source, a=testonly
Automatic update from web-platform-testsMerge pull request #12504 from web-platform-tests/sync_1f741b8fa75d548c12d1b9f7bf916aca945b815c

Merge pull request #12504 from sync_1f741b8fa75d548c12d1b9f7bf916aca945b815c
--

wpt-commits: 412533bbf031caa727d9b2ab67d04fab8d32b9d7
wpt-pr: 12504
2018-08-16 17:47:39 +00:00
Eric Willigers 353adda9a7 Bug 1483133 [wpt PR 12465] - Move parsing-testcommon.js to support/, a=testonly
Automatic update from web-platform-testsMerge pull request #12465 from ewilligers/support-parsing-testcommon

Move parsing-testcommon.js to support/
--

wpt-commits: 7bab3e962564f8cb9f85692b74ebb1f3c8c382af
wpt-pr: 12465


--HG--
rename : testing/web-platform/tests/css/compositing/parsing/resources/parsing-testcommon.js => testing/web-platform/tests/css/compositing/support/parsing-testcommon.js
rename : testing/web-platform/tests/css/css-backgrounds/parsing/resources/parsing-testcommon.js => testing/web-platform/tests/css/css-backgrounds/support/parsing-testcommon.js
rename : testing/web-platform/tests/css/css-box/parsing/resources/parsing-testcommon.js => testing/web-platform/tests/css/css-box/support/parsing-testcommon.js
rename : testing/web-platform/tests/css/css-cascade/parsing/support/parsing-testcommon.js => testing/web-platform/tests/css/css-cascade/support/parsing-testcommon.js
rename : testing/web-platform/tests/css/css-color/parsing/resources/parsing-testcommon.js => testing/web-platform/tests/css/css-color/support/parsing-testcommon.js
rename : testing/web-platform/tests/css/css-images/parsing/resources/parsing-testcommon.js => testing/web-platform/tests/css/css-images/support/parsing-testcommon.js
rename : testing/web-platform/tests/css/css-masking/parsing/resources/parsing-testcommon.js => testing/web-platform/tests/css/css-masking/support/parsing-testcommon.js
rename : testing/web-platform/tests/css/css-shapes/parsing/resources/parsing-testcommon.js => testing/web-platform/tests/css/css-shapes/support/parsing-testcommon.js
rename : testing/web-platform/tests/css/css-transforms/parsing/resources/parsing-testcommon.js => testing/web-platform/tests/css/css-transforms/support/parsing-testcommon.js
rename : testing/web-platform/tests/css/css-ui/parsing/support/parsing-testcommon.js => testing/web-platform/tests/css/css-ui/support/parsing-testcommon.js
rename : testing/web-platform/tests/css/css-writing-modes/parsing/resources/parsing-testcommon.js => testing/web-platform/tests/css/css-writing-modes/support/parsing-testcommon.js
rename : testing/web-platform/tests/css/filter-effects/parsing/resources/parsing-testcommon.js => testing/web-platform/tests/css/filter-effects/support/parsing-testcommon.js
rename : testing/web-platform/tests/css/motion/parsing/resources/parsing-testcommon.js => testing/web-platform/tests/css/motion/support/parsing-testcommon.js
rename : testing/web-platform/tests/css/compositing/parsing/resources/parsing-testcommon.js => testing/web-platform/tests/css/support/parsing-testcommon.js
2018-08-16 17:47:38 +00:00
Florian Rivoal daff3898c4 Bug 1483495 [wpt PR 12492] - [css-contain] Add support file in local directory, a=testonly
Automatic update from web-platform-testsMerge pull request #12492 from frivoal/contain-support

[css-contain] Add support file in local directory
--

wpt-commits: 3edda8feaabefddc20f2bb0363841182130564dc
wpt-pr: 12492
2018-08-16 17:47:37 +00:00
David H e3de6e60a3 Bug 1478700 [wpt PR 12193] - [WIP] Extending the capabilities of the HTTP/2.0 server, a=testonly
Automatic update from web-platform-tests[WIP] Extending the capabilities of the HTTP/2.0 server (#12193)

* Made multithreading more robust, and made it so each stream gets its
own thread

* Created H2Request object

* Improved `write_push` docstring, improved flexibility of `write_push`, the user can now choose wether or not to immediately push.

* Using `six.moves` for python compatibility with Queue

* Added beginning of test suite to test H2 stuff.

* Added ability to create and write bogus HEADER, DATA and CONTINUATION frames

* Vendored the hyper dependency used for testing H2 server

* Changed the way Python handlers work for H2, it now returns a FunctionHandler that has methods for specific frame handling if present in the .py resource. No longer requires a thread to parse the request. Allows things such as handling each frame as it is received.

* Refactored `finish_handling` to be a cleaner split between h1 and h2.

--

wpt-commits: e191c351ac133196a1f28218c5b9ef84b1a82c1b
wpt-pr: 12193
2018-08-16 17:47:36 +00:00
Eric Willigers b84d965535 Bug 1483400 [wpt PR 12487] - [css-contain] Fix typos, a=testonly
Automatic update from web-platform-testsMerge pull request #12487 from frivoal/contain-bugfix

[css-contain] Fix typos
--

wpt-commits: 943d0496900b0e295c10c8e910e0a596391294dd
wpt-pr: 12487
2018-08-16 17:47:35 +00:00
autofoolip 39142d8dad Bug 1483514 [wpt PR 12495] - Update interfaces/web-animations.idl, a=testonly
Automatic update from web-platform-testsUpdate interfaces/web-animations.idl (#12495)

Copied by https://github.com/foolip/wpt-idl-importer from:
https://github.com/tidoust/reffy-reports/blob/8923bf4/whatwg/idl/web-animations.idl
--

wpt-commits: cc45832be5aae872e07fb4637ec5fb95edad056a
wpt-pr: 12495
2018-08-16 17:47:34 +00:00
moz-wptsync-bot 9661545d8f Bug 1480047 [wpt PR 12252] - Update wpt metadata, a=testonly
wpt-pr: 12252
wpt-type: metadata
2018-08-16 17:47:34 +00:00
Momoko Sumida adff44099e Bug 1480047 [wpt PR 12252] - Add WPT for :scope selector on shadow trees, a=testonly
Automatic update from web-platform-testsAdd WPT for :scope selector on shadow trees

This WPT shows that :scope does not work for shadow root.
:scope matches nothing when the direct child element or descendant of shadow root should be selected, while :scope works fine for descendant elements within shadow root.

Link to the spec:
https://drafts.csswg.org/selectors-4/#the-scope-pseudo

Link to related issue:
https://github.com/w3c/csswg-drafts/issues/3016

Bug: 859692
Change-Id: I801706eb7891035dcb900588d5542bd48fa1c12a
Reviewed-on: https://chromium-review.googlesource.com/1158445
Commit-Queue: Momoko Sumida <momon@google.com>
Reviewed-by: Rakina Zata Amni <rakina@chromium.org>
Reviewed-by: Hayato Ito <hayato@chromium.org>
Cr-Commit-Position: refs/heads/master@{#583210}

--

wpt-commits: a48491848fb4e328e6cdd5c4d7a95494f1ff2c6a
wpt-pr: 12252
2018-08-16 17:47:33 +00:00
Florian Rivoal b5c4e6fd34 Bug 1483388 [wpt PR 12486] - [css-contain] use overflow:hidden on elements where it actually works, a=testonly
Automatic update from web-platform-testsMerge pull request #12486 from frivoal/contain-12388

[css-contain] use overflow:hidden on elements where it actually works
--

wpt-commits: 7985ccfee21f815f20a7e8699009f76cebbcea66
wpt-pr: 12486
2018-08-16 17:47:33 +00:00
Marcos Cáceres b443dc4322 Bug 1482337 [wpt PR 12399] - fix(resources/testdriver): wait for a document.body, a=testonly
Automatic update from web-platform-testsfix(resources/testdriver): Fallback to documentElement if no body (#12399)

--

wpt-commits: 4b0175b0252eb4d126be5526ea9a9011e1c41f9d
wpt-pr: 12399
2018-08-16 17:47:32 +00:00
Mike Pennisi 32ce5df713 Bug 1481911 [wpt PR 12360] - [wptrunner] Make test skipping explicit, a=testonly
Automatic update from web-platform-tests[wptrunner] Make test skipping explicit

Explicitly report on skipped "jsshell" tests during execution. This
gives users an indication that the behavior is intentional and promotes
parity with the output generated by the `--list-tests` flag of the `wpt
run.  command.

--
fixup! [wptrunner] Make test skipping explicit

--

wpt-commits: 7216e51e5adc60147487e5226632696aadb9f677, 68ad8b6ff5226972ee9c5418f931e6b4e03eeac3
wpt-pr: 12360
2018-08-16 17:47:31 +00:00
moz-wptsync-bot bd7e50535d Bug 1481131 [wpt PR 12315] - Update wpt metadata, a=testonly
wpt-pr: 12315
wpt-type: metadata
2018-08-16 17:47:30 +00:00
wanghongjuan 019f5ed896 Bug 1481131 [wpt PR 12315] - service worker: Add a couple of tests, a=testonly
Automatic update from web-platform-testsservice worker: Add a couple of tests (#12315)

service worker: Add some tests and improve formatting.

Add 5 checkpoints for attributes active/installing/waiting/scriptURL/navigationPreload and format relevant tests using es6:
- Verify the scriptURL property with query
- The ServiceWorker objects returned from installing attribute getter that represent the same service worker are the same objects.
- The ServiceWorker objects returned from waiting attribute getter that represent the same service worker are the same objects.
- The ServiceWorker objects returned from active attribute getter that represent the same service worker are the same objects.
- The navigationPreload attribute must return service worker registration's NavigationPreloadManager object.
--

wpt-commits: 3a498429bfecad03c5d51b6500f3b12db1abb9dd
wpt-pr: 12315
2018-08-16 17:47:30 +00:00
Florian Rivoal 4d09162406 Bug 1483383 [wpt PR 12485] - [css-contain] Fix antialiasing issue, a=testonly
Automatic update from web-platform-testsMerge pull request #12485 from frivoal/contain-12362

[css-contain] Fix antialiasing issue
--

wpt-commits: 86e157b387e63ba586d8ad51d2fcd5690626f5ad
wpt-pr: 12485
2018-08-16 17:47:29 +00:00
Florian Rivoal e99ace93e0 Bug 1482541 [wpt PR 12417] - CSS Containment - Contain:style Scoping Test Updates, a=testonly
Automatic update from web-platform-testsMerge pull request #12417 from muhammedyusuf-sermet/contain-style-test-updates

CSS Containment - Contain:style Scoping Test Updates
--

wpt-commits: 6e61e94f0af7b3d54fb7ea76afa7683425fa2c96
wpt-pr: 12417
2018-08-16 17:47:28 +00:00
moz-wptsync-bot f03e3b0e01 Bug 1483194 [wpt PR 12475] - Update wpt metadata, a=testonly
wpt-pr: 12475
wpt-type: metadata
2018-08-16 17:47:27 +00:00
Fredrik Söderquist 52f0f0c768 Bug 1483194 [wpt PR 12475] - Fix element creation in wpt/svg/idlharness.window.js, a=testonly
Automatic update from web-platform-testsFix element creation in wpt/svg/idlharness.window.js

Adjust casing for 'desc', 'switch' and 'mpath'. Remove a duplicate
'animateColor'.

BUG=868861

Change-Id: I19256547abea3028791de402e354c47eee8ce949
Reviewed-on: https://chromium-review.googlesource.com/1174261
Commit-Queue: Fredrik Söderquist <fs@opera.com>
Reviewed-by: Stephen Chenney <schenney@chromium.org>
Cr-Commit-Position: refs/heads/master@{#582955}

--

wpt-commits: a3d91fee2a966b311579b753bbcad5fc348f4f7e
wpt-pr: 12475
2018-08-16 17:47:27 +00:00
Fredrik Söderquist 90067d0c66 Bug 1483095 [wpt PR 12457] - Fix ref for external/wpt/svg/painting/reftests/paint-order-001.svg, a=testonly
Automatic update from web-platform-testsFix ref for external/wpt/svg/painting/reftests/paint-order-001.svg

The property:

  paint-order: stroke markers

is equivalent to:

  paint-order: stroke markers fill

(Spec: "If any of the three keywords are omitted, they are painted last,
 in the order they would be painted with paint-order: normal."
 @ https://svgwg.org/svg2-draft/painting.html#PaintOrder )

So the fill should be painted last. Add 'marker:none' to the appropriate
element in the ref.

Disable stroke and marker in a few cases to avoid "overdraw" and thus
"incorrect" edge rendering in some cases.

BUG=872972

Change-Id: I835a6980fa069825ed2a2e920862018faec6d93c
Reviewed-on: https://chromium-review.googlesource.com/1172778
Reviewed-by: Stephen Chenney <schenney@chromium.org>
Commit-Queue: Fredrik Söderquist <fs@opera.com>
Cr-Commit-Position: refs/heads/master@{#582914}

--

wpt-commits: 1f8b6c9a44e5c6b64bac140c542b570360f886ac
wpt-pr: 12457
2018-08-16 17:47:26 +00:00
Mugdha Lakhani 6ca35dfbf2 Bug 1481259 [wpt PR 12328] - [Background Fetch] Idl changes, to align with the spec., a=testonly
Automatic update from web-platform-tests[Background Fetch] Idl changes, to align with the spec.

1. backgroundfetchclick and backgroundfetchabort are of type
BackgroundFetchEvent now.
2. BackgroundFetchEvent includes a BackgroundFetchRegistration object.
3. Temporarily (until match() and matchAll() have been implemented on
BackgroundFetchRegistration), BackgroundFetchUpdateUIEvent also includes a
BackgroundFetchSettledFetches object.
4. BackgroundFetchUpdateEvent --> BackgroundFetchUpdateUIEvent, and
inherits from BackgroundFetchEvent.
5. backgroundfetched --> backgroundfetchsuccess.
6. backgroundfetchsuccess and backgroundfetchfail are of type
BackgroundFetchUpdateUIEvent.
7. Update WPT tests accordingly.

Bug: 869918
Change-Id: Ibb05087e692b39c2dd34c990baeff642627b6520
Reviewed-on: https://chromium-review.googlesource.com/1158835
Commit-Queue: Mugdha Lakhani <nator@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Reviewed-by: Jeremy Roman <jbroman@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Reviewed-by: Peter Beverloo <peter@chromium.org>
Reviewed-by: Mark Pearson <mpearson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#582909}

--

wpt-commits: 39aac0cde328471b8a97b136c26a5293f55771b3
wpt-pr: 12328
2018-08-16 17:47:25 +00:00
Philip Jägenstedt 917cf4e6ce Bug 1483004 [wpt PR 12434] - Remove redundant idlharness.js for Navigation Timing, a=testonly
Automatic update from web-platform-testsRemove redundant idlharness.js for Navigation Timing (#12434)

This is now covered by idlharness.window.js in the same directory:
https://wpt.fyi/results/navigation-timing?sha=eea0b54014
--

wpt-commits: 84e4760bcee0cb2d439b28e47e331f87f70b9cfc
wpt-pr: 12434
2018-08-16 17:47:24 +00:00
Philip Jägenstedt 2200e40636 Bug 1483014 [wpt PR 12436] - Rewrite WebVTT IDL tests to use idl_test, a=testonly
Automatic update from web-platform-testsRewrite WebVTT IDL tests to use idl_test (#12436)

The results are unchanged on Chrome and Firefox. Chrome fails 4/55
tests and Firefox passes them all.
--

wpt-commits: e90a5159a53432d57a15fd9b6ec605e411ee776d
wpt-pr: 12436
2018-08-16 17:47:24 +00:00
Philip Jägenstedt df83df4c2e Bug 1483000 [wpt PR 12433] - Rewrite Vibration API IDL test to use idl_test, a=testonly
Automatic update from web-platform-testsRewrite Vibration API IDL test to use idl_test (#12433)

Tests still pass on Chrome and Firefox.
--

wpt-commits: b4dea1f59f9d7127102dfcda8801c189793aa4bc
wpt-pr: 12433
2018-08-16 17:47:23 +00:00
Oriol Brufau 98d3b0522c Bug 1482393 [wpt PR 12409] - [css-logical] Interpolate logical properties like physical ones in CSS transitions, a=testonly
Automatic update from web-platform-tests[css-logical] Interpolate logical properties like physical ones in CSS transitions

Spec: https://drafts.csswg.org/css-logical/#box

BUG=873101

TEST=external/wpt/css/css-logical/animation-004.html

Change-Id: I104a8ecc746f4516e567b16a75c5d32a31d4dab8
Reviewed-on: https://chromium-review.googlesource.com/1170769
Reviewed-by: Robert Flack <flackr@chromium.org>
Commit-Queue: Oriol Brufau <obrufau@igalia.com>
Cr-Commit-Position: refs/heads/master@{#582895}

--

wpt-commits: c02862684bb2faac9000b1ec1ad785464c97f5d9
wpt-pr: 12409
2018-08-16 17:47:22 +00:00
David H ee5a9d7696 Bug 1483168 [wpt PR 12472] - Added h2 dependency to wptserve/setup.py, a=testonly
Automatic update from web-platform-testsAdded h2 as a dependency to wptserve/setup.py so that it can be built properly (#12472)

--

wpt-commits: a20165544242305af9b699fbe5d1be2ec78243cd
wpt-pr: 12472
2018-08-16 17:47:21 +00:00
autofoolip 257fe3a2a7 Bug 1483163 [wpt PR 12471] - Update interfaces/background-fetch.idl, a=testonly
Automatic update from web-platform-testsUpdate interfaces/background-fetch.idl (#12471)

Copied by https://github.com/foolip/wpt-idl-importer from:
https://github.com/tidoust/reffy-reports/blob/bd06a9e/whatwg/idl/background-fetch.idl
--

wpt-commits: e60cc4f1ba974b2f5b51e8e68acc0c2eea7b093b
wpt-pr: 12471
2018-08-16 17:47:20 +00:00
autofoolip 765e820c7e Bug 1483161 [wpt PR 12470] - Update interfaces/SVG.idl, a=testonly
Automatic update from web-platform-testsUpdate interfaces/SVG.idl (#12470)

Copied by https://github.com/foolip/wpt-idl-importer from:
https://github.com/tidoust/reffy-reports/blob/bd06a9e/whatwg/idl/SVG.idl
--

wpt-commits: 5251260ad7362fe2481749f9d78ca52f6a238de3
wpt-pr: 12470
2018-08-16 17:47:19 +00:00
autofoolip 6caad648ed Bug 1483155 [wpt PR 12468] - Update interfaces/webrtc.idl, a=testonly
Automatic update from web-platform-testsUpdate interfaces/webrtc.idl (#12468)

Copied by https://github.com/foolip/wpt-idl-importer from:
https://github.com/tidoust/reffy-reports/blob/bd06a9e/whatwg/idl/webrtc.idl
--

wpt-commits: 3089d2ac154fd0360e03cfaa93b38c26cbbba807
wpt-pr: 12468
2018-08-16 17:47:19 +00:00
autofoolip fb346b16af Bug 1483157 [wpt PR 12469] - Update interfaces/css-paint-api.idl, a=testonly
Automatic update from web-platform-testsUpdate interfaces/css-paint-api.idl (#12469)

Copied by https://github.com/foolip/wpt-idl-importer from:
https://github.com/tidoust/reffy-reports/blob/bd06a9e/whatwg/idl/css-paint-api.idl
--

wpt-commits: 5831a844ca9a9d5121fd4c45308e88a02d40ecf6
wpt-pr: 12469
2018-08-16 17:47:18 +00:00
kaixinjxq a077b6c4c0 Bug 1483140 [wpt PR 12466] - Add tests for HTMLTableDataCellElement/HTMLTableHeaderCellElement int…, a=testonly
Automatic update from web-platform-testsAdd tests for HTMLTableDataCellElement/HTMLTableHeaderCellElement interfaces don't exist

--

wpt-commits: dba431554f1256e84dd3500f91d86b755fbced3f
wpt-pr: 12466
2018-08-16 17:47:17 +00:00
moz-wptsync-bot f39c6ca4b4 Bug 1483012 [wpt PR 12435] - Update wpt metadata, a=testonly
wpt-pr: 12435
wpt-type: metadata
2018-08-16 17:47:16 +00:00
Philip Jägenstedt 05f9d69615 Bug 1483012 [wpt PR 12435] - Rewrite UI Events IDL test to use idl_test, a=testonly
Automatic update from web-platform-testsRewrite UI Events IDL test to use idl_test

The total number of subtests (183) is unchanged. Chrome still passes
all, and Firefox still fails two for InputEvent's data attribute.

--

wpt-commits: 114f627b734b1090476b7a10072124a35584654b
wpt-pr: 12435
2018-08-16 17:47:16 +00:00
Zirro 70bf743e2b Bug 1483069 [wpt PR 12448] - Test length of `selectedOptions` after change, a=testonly
Automatic update from web-platform-testsTest length of `selectedOptions` after change

--

wpt-commits: 8a4e7bfebdea3b2219af9989405ce4d9e3fe34f5
wpt-pr: 12448
2018-08-16 17:47:15 +00:00
C. Scott Ananian 6f437821f0 Bug 1483089 [wpt PR 12451] - Add missing `var` declaration in dom/nodes/attributes test cases, a=testonly
Automatic update from web-platform-testsAdd missing `var` declaration in dom/nodes/attributes test cases

--

wpt-commits: 60fd50e35f7d90ebab2c4f8ab27bf510ac93a239
wpt-pr: 12451
2018-08-16 17:47:14 +00:00
Amos Lim 28a41c209b Bug 1483102 [wpt PR 12460] - Fix invalid charset detection in a meta element, a=testonly
Automatic update from web-platform-testsFix invalid charset detection in a meta element

Fix invalid charset detection when a meta contains both a "charset" and
a "content" attribute. The encoding specified in the "charset" attribute should
have precedence over the one in the "content" attribute.

https://html.spec.whatwg.org/multipage/parsing.html#parsing-main-inhead

Bug: 855047
Change-Id: I79306fc0bff8f094800a989d8d548bd94b96b5eb
Reviewed-on: https://chromium-review.googlesource.com/1172462
Reviewed-by: Kent Tamura <tkent@chromium.org>
Commit-Queue: Amos Lim <eui-sang.lim@samsung.com>
Cr-Commit-Position: refs/heads/master@{#582845}

--

wpt-commits: b9396c5d8387226795edb96076b8e1b5d8d4096b
wpt-pr: 12460
2018-08-16 17:47:14 +00:00
moz-wptsync-bot dce3e2464e Bug 1483074 [wpt PR 12449] - Update wpt metadata, a=testonly
wpt-pr: 12449
wpt-type: metadata
2018-08-16 17:47:13 +00:00
Joshua Bell ad0cfd65aa Bug 1483074 [wpt PR 12449] - Web Locks API: Convert .html tests to .any.js where applicable, a=testonly
Automatic update from web-platform-testsWeb Locks API: Convert .html tests to .any.js where applicable

Most tests can run in window and worker contexts, so make it so.

Bug: 161072
Change-Id: Ic0df3a888e477d27562dce957807dde36dc8f420
Reviewed-on: https://chromium-review.googlesource.com/1171255
Commit-Queue: Victor Costan <pwnall@chromium.org>
Reviewed-by: Victor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#582778}

--

wpt-commits: c792ea26624bde49b72afce348de07ab72fb9ad7
wpt-pr: 12449
2018-08-16 17:47:12 +00:00
moz-wptsync-bot 39726ff3e5 Bug 1481644 [wpt PR 12346] - Update wpt metadata, a=testonly
wpt-pr: 12346
wpt-type: metadata
2018-08-16 17:47:12 +00:00
Ben Kelly 6ff4719423 Bug 1481644 [wpt PR 12346] - Cache Storage: Check for duplicate entries in Cache.addAll()., a=testonly
Automatic update from web-platform-testsCache Storage: Check for duplicate entries in Cache.addAll().

This implements step 4.2.3 of the BatchCacheOperations algorithm:

https://w3c.github.io/ServiceWorker/#batch-cache-operations-algorithm

Bug: 720919
Change-Id: I679f786441b813ed816a183522021c417f4ab7b8
Reviewed-on: https://chromium-review.googlesource.com/1162362
Commit-Queue: Ben Kelly <wanderview@chromium.org>
Reviewed-by: Joshua Bell <jsbell@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Reviewed-by: Victor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#582738}

--

wpt-commits: 5462552a420cba8886cf50bb9d9674d7a79fdc4e
wpt-pr: 12346
2018-08-16 17:47:11 +00:00
Geoffrey Sneddon ede1e3fd9f Bug 1483105 [wpt PR 12462] - Revert "Partly fix #8581: add extra subdomains for cookie tests", a=testonly
Automatic update from web-platform-testsRevert "Partly fix #8581: add extra subdomains for cookie tests" (#12462)

This reverts commit ff4e72e977d0776510aea28ddfb497c7fc12e848.

Fixes #12461.
--

wpt-commits: 4f0b8fbd7af0d10da5082ebc862e5fb555397547
wpt-pr: 12462
2018-08-16 17:47:11 +00:00
C. Scott Ananian c494cea4d9 Bug 1483096 [wpt PR 12458] - Ensure `x` is declared before use in test, a=testonly
Automatic update from web-platform-testsEnsure `x` is declared before use in test (#12458)

This suppresses spurious warnings when running the platform tests in
some test runners.
--

wpt-commits: 6eef740b92632a019e3a280b55c7563b0b849ad3
wpt-pr: 12458
2018-08-16 17:47:10 +00:00
Marcos Cáceres baae5a1c7e Bug 1482323 [wpt PR 12394] - test PaymentValidationErrors' `error` member, a=testonly
Automatic update from web-platform-teststest PaymentValidationErrors' `error` member (#12394)

--

wpt-commits: 5a37091832f8f61c7df4f8da0b1fe457b198fce2
wpt-pr: 12394
2018-08-16 17:47:09 +00:00
Andreea Pavel c622aa2924 Backed out changeset 744065f01f78 (bug 1482454) for failing devtools at devtools/client/inspector/test/browser_inspector_addNode_01.js on a CLOSED TREE 2018-08-16 20:21:30 +03:00
Alexandre Poirot 687c2d87e3 Bug 1479524 - Lazy load network-monitor.js dependencies. r=jdescottes
MozReview-Commit-ID: AeqTRlwXQRL
2018-08-16 10:14:51 -07:00
Alexandre Poirot c18e0c8a21 Bug 1479524 - Remove unused appId filter. r=jdescottes
MozReview-Commit-ID: FwIX9dQ4c83
2018-08-16 10:14:50 -07:00
Alexandre Poirot b840eb27bf Bug 1479524 - Always use message manager with NetworkMonitorActor. r=jdescottes
MozReview-Commit-ID: AXOd0i4NOjH
2018-08-16 10:14:50 -07:00
Ehsan Akhgari edb2dd1da5 Bug 1483541 - DeCOMtaminate nsAutoConfig; r=mkaply 2018-08-16 12:56:54 -04:00
Henrik Skupin bb932f74c3 Bug 1483801 - [wdspec] Create tests for Get Window Handle and Get Window Handles. r=ato
--HG--
extra : rebase_source : b7fd6609a65a1ab5b02149ef24ef854e2f6e46b3
2018-08-16 15:37:10 +02:00
Dorel Luca fa2c143117 Backed out changeset 9b17b83509fd (bug 1471947) for leaks on mochitest 2018-08-16 19:24:06 +03:00
Eugen Sawin 19c0050828 Bug 1483342 - [2.1] Initialize SafeBrowsing module by default to enable safe browsing. r=jchen 2018-08-16 17:56:34 +02:00
Eugen Sawin b45aa313f1 Bug 1483342 - [1.1] Add GeckoRuntime Safe Browsing API. r=snorp,jchen,francois 2018-08-16 17:56:34 +02:00