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

593845 Коммитов

Автор SHA1 Сообщение Дата
Ryan Hunt 8298d017b1 Bug 1454978 - Update test fuzziness. r=bas
MozReview-Commit-ID: DFDwOo8VsdQ

--HG--
extra : rebase_source : fd8366e79d08da52d1105946a2e6d5f146ea70d4
2018-04-25 16:54:31 -05:00
Ryan Hunt 8467b306e9 Bug 1454978 - Enable tiled parallel OMTP when we are using skia on windows on nightly. r=bas
MozReview-Commit-ID: 4zwhIWFMCqv

--HG--
extra : rebase_source : b98990b9c75c609d669250c8b86aeba03a8ee90e
2018-04-25 16:31:43 -05:00
Ryan Hunt 77c38b12c0 Bug 1454978 - Make OMTP feature detection not depend on tiling. r=bas
There's a circular dependency between `UsesTiling` and `InitOMTPConfig` because
we try to disable OMTP if we will be using tiling and edge padding is enabled.
Now that edge padding is disabled everywhere except android it should be safe
to assume that if edge padding is enabled then we'll be using tiling as well
and should disable OMTP.

This commit also removes a check on `UsesTiling` from CalculateWorkerCount
as it is redundant.

MozReview-Commit-ID: 1ruWPwXfLwO

--HG--
extra : rebase_source : d489c52c728d2ff356d2413b9b1044dfa3f63135
2018-04-25 16:27:02 -05:00
Ryan Hunt 40d71f783f Bug 1454978 - Cleanup tiling prefs in all.js. r=bas
This moves all the tiling prefs into one spot and organizes them a bit. It also fixes a common issue
with `edge-padding` being enabled on windows because it wouldn't be defined in all.js and defaulting
to enabled. Note that `worker-threads` is switched to `-1` by default here instead of just for OSX.
This should have no affect because we don't actually create the threads unless we are tiling, which
only happens right now on OSX.

MozReview-Commit-ID: D8HOs3yv7w0

--HG--
extra : rebase_source : 9b5d2d228af743ea4facd076dfa2f370ea93ebc8
2018-04-25 16:21:26 -05:00
Ryan Hunt 2f01e497c3 Bug 1454978 - Move MOZ_ASSERT(mIsMapped) into mChangeMutex. r=bas
We must check mIsMapped inside mChangeMutex or else we could run into a race condition where
the source surface is subsequently mapped again before the function terminates. This was
being hit on try.

MozReview-Commit-ID: 1eot3DVW8VD

--HG--
extra : rebase_source : 19f2514d9e2412ee5fe7c99844b7f64f78a7425e
2018-04-25 12:44:58 -05:00
Ben Kelly ebb0ae9748 Bug 1455695 P5 Remove unused ErrorResult argument from ServiceWorkerRegistration::Inner::Update(). r=baku 2018-04-30 07:55:02 -07:00
Ben Kelly 08c921af9d Bug 1455695 P4 Remove ServiceWorkerRegistration::Inner::GetNotifications(). r=baku 2018-04-30 07:55:01 -07:00
Ben Kelly 5ff559131c Bug 1455695 P3 Remove ServiceWorkerRegistration::Inner::ShowNotification(). r=baku 2018-04-30 07:55:01 -07:00
Ben Kelly 788509ed4f Bug 1455695 P2 Remove ServiceWorkerRegistration::Inner::GetPushManager(). r=baku 2018-04-30 07:55:01 -07:00
Ben Kelly 01ca898a1d Bug 1455695 P1 Make ServiceWorkerRegistration::Inner::Unregister() use MozPromise. r=baku 2018-04-30 07:55:01 -07:00
Jonathan Kew 3511e348ed Bug 1457412 - Update OTS to upstream tip (c903692702), to pick up recent fixes. r=jrmuizel 2018-04-30 15:45:38 +01:00
moz-wptsync-bot efd9f34c18 Bug 1457798 - [wpt-sync] Update web-platform-tests to cbc8242afa742ba79f5b4556c5f5252a99a36675, a=testonly
wpt-head: cbc8242afa742ba79f5b4556c5f5252a99a36675
wpt-type: landing


--HG--
rename : testing/web-platform/meta/innerText/getter.html.ini => testing/web-platform/meta/html/dom/elements/the-innertext-idl-attribute/getter.html.ini
2018-04-30 14:36:23 +00:00
Simon Pieters d9b337ab3f Bug 1454964 [wpt PR 10521] - [css-position] add OWNERS, a=testonly
Automatic update from web-platform-tests[css-position] add OWNERS

--

wpt-commits: cb36320d6d4c530b43383503bdb28bdc64ff2b51
wpt-pr: 10521
2018-04-30 14:36:23 +00:00
moz-wptsync-bot 426c1338d3 Bug 1442094 [wpt PR 9727]- Update wpt metadata, a=testonly
wpt-pr: 9727
wpt-type: metadata
2018-04-30 14:36:22 +00:00
Geoffrey Sneddon 3fbb4bcd88 Bug 1442094 [wpt PR 9727] - Add alternate reference for z-index-020, a=testonly
Automatic update from web-platform-testsAdd alternate reference for z-index-020

--

wpt-commits: 5e8ee10e0752b03c8eecdb38ce0d8e6f4a34b7d1
wpt-pr: 9727
2018-04-30 14:36:21 +00:00
moz-wptsync-bot 20ec770080 Bug 1456309 [wpt PR 10592] - Update wpt metadata, a=testonly
wpt-pr: 10592
wpt-type: metadata
2018-04-30 14:36:21 +00:00
Chris Nardi ffe3fc5820 Bug 1456309 [wpt PR 10592] - Update DOMPoint and DOMQuad tests, a=testonly
Automatic update from web-platform-testsUpdate DOMPoint and DOMQuad tests

Per https://drafts.fxtf.org/geometry/#DOMPoint, DOMPoint's constructor accepts zero to four values, and DOMPointReadOnly has the exact same constructor. Additionally, DOMQuad no longer has a live bounds attribute per https://drafts.fxtf.org/geometry/#domquad, instead replacing it with getBounds() which cannot be set. Fix tests of DOMPoint and DOMQuad to reflect these changes.

Also add a historical test to make sure that DOMQuad.bounds is removed.

--

wpt-commits: 8a4c843a736c1e4a4cc22d06bc23fe1f0ffcce36
wpt-pr: 10592
2018-04-30 14:36:20 +00:00
Anne van Kesteren 9a89a1b2b7 Bug 1456429 [wpt PR 10595] - Meta: remove old-tests/submission/migration.txt, a=testonly
Automatic update from web-platform-testsMeta: remove old-tests/submission/migration.txt

It's not helpful anymore.
--

wpt-commits: 541f6553dd1430773c54f598e00eb8db1f618df7
wpt-pr: 10595
2018-04-30 14:36:19 +00:00
Anne van Kesteren 6852cc3e37 Bug 1456443 [wpt PR 10596] - XMLHttpRequest: cleanup some tests, a=testonly
Automatic update from web-platform-testsXMLHttpRequest: cleanup some tests

--

wpt-commits: 89f9a29863101067ac7164d6c3092564829f2d2a
wpt-pr: 10596
2018-04-30 14:36:19 +00:00
moz-wptsync-bot a65c7bd5d7 Bug 1454683 [wpt PR 6792] - Update wpt metadata, a=testonly
wpt-pr: 6792
wpt-type: metadata
2018-04-30 14:36:18 +00:00
moz-wptsync-bot 0b29668444 Bug 1454683 [wpt PR 6792] - Redo autogenerated metadata, a=testonly
Automatic update from web-platform-testsExtend the multi-global test (.any.js) infrastructure to support other scopes.

This commit is based on ideas and code by Anne van Kesteren and James Graham.

The infrastructure is extended to allow tests to opt-in to being run in shared
workers and service workers, while the default remains as window and dedicated
worker scopes. (This default may be changed in the future.)

--

wpt-commits: 75133c20534b92648603b22eaf3bf21347a6c1fe
wpt-pr: 6792
2018-04-30 14:36:17 +00:00
moz-wptsync-bot 4ee5f24160 Bug 1454007 [wpt PR 10461] - Update wpt metadata, a=testonly
wpt-pr: 10461
wpt-type: metadata
2018-04-30 14:36:17 +00:00
Adam Rice 112cbe037b Bug 1454007 [wpt PR 10461] - Streams: Constructors property lookup order, a=testonly
Automatic update from web-platform-testsStreams: Constructors property lookup order (#10461)

ReadableStream, WritableStream and TransformStream look up and validate
properties on their arguments. Add tests to verify that these lookups
and validations happen in the order specified by the standard.

https://github.com/whatwg/streams/pull/922 adjusts some of the ordering
of these operations. These tests correspond to that change.

A new utility file streams/resources/constructor-ordering.js contains
functions to construct objects which track property lookups and
validations and can cause them to fail.

For each constructor the constructor.js file contains a list of the
expected operations in order, and a test case to verify it.

A test in streams/transform-streams/properties.js already detected the
ordering of property accesses by the TransformStream constructor.
writableStrategy is now accessed before readableStrategy to match the
order of the constructor arguments, and so the expectations of this test
are changed to match.
--

wpt-commits: 85f9d70519e5259f01e8653a4916134227e0f178
wpt-pr: 10461
2018-04-30 14:36:17 +00:00
moz-wptsync-bot 3fd72f3218 Bug 1453366 [wpt PR 10419] - Update wpt metadata, a=testonly
wpt-pr: 10419
wpt-type: metadata
2018-04-30 14:36:16 +00:00
Anne van Kesteren 35803efc9b Bug 1453366 [wpt PR 10419] - XMLHttpRequest: align username/password test with the standard, a=testonly
Automatic update from web-platform-testsXMLHttpRequest: align username/password test with the standard

Fixes https://github.com/whatwg/xhr/issues/191.
--

wpt-commits: 7a199e902ad9204594aac0ad9ac702fc46e55223
wpt-pr: 10419
2018-04-30 14:36:15 +00:00
Anne van Kesteren c8240123c7 Bug 1456239 [wpt PR 10587] - Move innerText/* to html/dom/elements/the-innertext-idl-attribute/, a=testonly
Automatic update from web-platform-testsMove innerText/* to html/dom/elements/the-innertext-idl-attribute/

--

wpt-commits: 0d56422509fe408fa1b72eb9393fdb5d17df1998
wpt-pr: 10587


--HG--
rename : testing/web-platform/tests/innerText/OWNERS => testing/web-platform/tests/html/dom/elements/the-innertext-idl-attribute/OWNERS
rename : testing/web-platform/tests/innerText/getter-tests.js => testing/web-platform/tests/html/dom/elements/the-innertext-idl-attribute/getter-tests.js
rename : testing/web-platform/tests/innerText/getter.html => testing/web-platform/tests/html/dom/elements/the-innertext-idl-attribute/getter.html
rename : testing/web-platform/tests/innerText/multiple-text-nodes.window.js => testing/web-platform/tests/html/dom/elements/the-innertext-idl-attribute/multiple-text-nodes.window.js
rename : testing/web-platform/tests/innerText/setter-tests.js => testing/web-platform/tests/html/dom/elements/the-innertext-idl-attribute/setter-tests.js
rename : testing/web-platform/tests/innerText/setter.html => testing/web-platform/tests/html/dom/elements/the-innertext-idl-attribute/setter.html
2018-04-30 14:36:15 +00:00
moz-wptsync-bot 7f6bf21a5e Bug 1454455 [wpt PR 10490] - Update wpt metadata, a=testonly
wpt-pr: 10490
wpt-type: metadata
2018-04-30 14:36:14 +00:00
Raymond Toy ad89525abe Bug 1454455 [wpt PR 10490] - Implement selectable AudioParam rate, a=testonly
Automatic update from web-platform-testsImplement selectable AudioParam rate

AudioParam has a new attribute, automationRate, to allow the user to choose whether
the AudioParam is "a-rate" or "k-rate".  Add support for setting and getting
the attribute.

Update all AudioParams to support a-rate and k-rate when allowed.

Spec: https://webaudio.github.io/web-audio-api/#dom-audioparam-automationrate
Intent: https://groups.google.com/a/chromium.org/d/msg/blink-dev/extLjVzLw7s/9XUZvQqcBQAJ

Bug: 828947
Change-Id: Ibb9fe8bc0dedf3cfdcf33727734b5d66e5a7ca2f
Reviewed-on: https://chromium-review.googlesource.com/945076
Commit-Queue: Raymond Toy <rtoy@chromium.org>
Reviewed-by: Hongchan Choi <hongchan@chromium.org>
Reviewed-by: Kent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#552965}

--

wpt-commits: b1cb30dfad415f3f519f98872afff03efb6dd81e
wpt-pr: 10490
2018-04-30 14:36:13 +00:00
Eric Willigers 7e07c70d62 Bug 1456134 [wpt PR 10581] - [css-motion] add OWNERS, a=testonly
Automatic update from web-platform-testsMerge pull request #10581 from w3c/zcorpan/css-motion-owners

[css-motion] add OWNERS
--

wpt-commits: 4a5223502fa660ce03e470af6a61c8bc26c5a8ee
wpt-pr: 10581
2018-04-30 14:36:12 +00:00
Simon Pieters 8c552bdc3d Bug 1456122 [wpt PR 10578] - [css-sizing] add OWNERS, a=testonly
Automatic update from web-platform-tests[css-sizing] add OWNERS

--

wpt-commits: 0c9986c6206c8a261cdcfc05694dd904f0023788
wpt-pr: 10578
2018-04-30 14:36:11 +00:00
moz-wptsync-bot abfaa34d08 Bug 1456235 [wpt PR 10586] - Update wpt metadata, a=testonly
wpt-pr: 10586
wpt-type: metadata
2018-04-30 14:36:11 +00:00
Morten Stenshorne 50fdb2c2f7 Bug 1456235 [wpt PR 10586] - Allow column-width:0., a=testonly
Automatic update from web-platform-testsAllow column-width:0.

The spec recently changed from disallowing this to allowing it.
Removed a test that expected it to be disallowed, and wrote new
tests for the new expected behavior.

Bug: 832085
Change-Id: Id6fa0a311fe3f50414c68658d807b99e92acc226
Reviewed-on: https://chromium-review.googlesource.com/1023409
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#552770}

--

wpt-commits: 3a2abb9733a257061505ee7b410c393cea194ee2
wpt-pr: 10586
2018-04-30 14:36:10 +00:00
Simon Pieters ed26040abc Bug 1456201 [wpt PR 10585] - Add acid/OWNERS and js/OWNERS, a=testonly
Automatic update from web-platform-testsAdd acid/OWNERS and js/OWNERS

--

wpt-commits: 231665bd24302754139718b48b96bdf502893953
wpt-pr: 10585
2018-04-30 14:36:09 +00:00
Mike Pennisi b648ff4f9f Bug 1454134 [wpt PR 8735] - [wptserve] Add on-demand file hash computation, a=testonly
Automatic update from web-platform-tests[wptserve] Add tests

--
[wptserve] Correct typo in documentation

--
[wptserve] Expand syntax to support fn invocation

--
[wptserve] Add substitution to calculate file hash

Additionally, update the two Web Platform Tests which previously
specified static values for the expected hash of shared resource files.

--

wpt-commits: cc236aa5904d4131ef725762a2f91f564de86615, 18ee2b46ab4c3c25053a01ded402834b65b75565, dd3f71885bd5039f7ba6f357ac2a43fc510ee23f, e0ea063afe0759e5c4928b0ca0e2c6a561ef7eaa
wpt-pr: 8735
2018-04-30 14:36:08 +00:00
Xida Chen 28f25725f9 Bug 1456160 [wpt PR 10582] - Fix some layout tests that calls createPseudo, a=testonly
Automatic update from web-platform-testsFix some layout tests that calls createPseudo

In my previous CL I changed createPseudo function to getPseudoElement
without updating some of the callers. This CL fixes that.

NOTRY=true

Bug: None
Change-Id: I7a1f4bcc83736234e8bec2f16656cd72c39fd51d
Reviewed-on: https://chromium-review.googlesource.com/1023974
Commit-Queue: Xida Chen <xidachen@chromium.org>
Reviewed-by: Stephen McGruer <smcgruer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#552709}

--

wpt-commits: c873caf7621a7376f976246eaa4921b13988e54a
wpt-pr: 10582
2018-04-30 14:36:07 +00:00
Simon Pieters 3192072204 Bug 1456180 [wpt PR 10583] - [innerText] add OWNERS, a=testonly
Automatic update from web-platform-tests[innerText] add OWNERS

--

wpt-commits: d858d20fec36b1699a869bc42127f6b45b4f14a1
wpt-pr: 10583
2018-04-30 14:36:07 +00:00
L. David Baron f14314984c Bug 1455871 [wpt PR 10563] - Sync Mozilla reftests as of 2018-04-21, a=testonly
Automatic update from web-platform-testsSync Mozilla tests as of https://hg.mozilla.org/mozilla-central/rev/dd0e54d786743974a50a338059bcd68a09b6d5b2 .

--

wpt-commits: 51a30a74a9bfc8fc94771b0fcc40220762bb8f83
wpt-pr: 10563
2018-04-30 14:36:06 +00:00
moz-wptsync-bot 8808d31718 Bug 1455186 [wpt PR 10528] - Update wpt metadata, a=testonly
wpt-pr: 10528
wpt-type: metadata
2018-04-30 14:36:05 +00:00
Xida Chen 88048b7581 Bug 1455186 [wpt PR 10528] - Do not check type of a pseudo element in layout tests, a=testonly
Automatic update from web-platform-testsDo not check type of a pseudo element in layout tests

Currently the createPseudo checks the type of a pseudo element and
that is not yet defined in the spec. This CL drops that to pass
two tests.

Bug: None
Change-Id: Ib623b5f7ad2ff9059400a12aa12c459d6a7ddcb5
Reviewed-on: https://chromium-review.googlesource.com/1018538
Commit-Queue: Xida Chen <xidachen@chromium.org>
Reviewed-by: Stephen McGruer <smcgruer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#552680}

--

wpt-commits: 133d71dbb9e5f8b477b214aa68cfe144efc335a0
wpt-pr: 10528
2018-04-30 14:36:05 +00:00
moz-wptsync-bot da587a9d4b Bug 1455457 [wpt PR 10542] - Update wpt metadata, a=testonly
wpt-pr: 10542
wpt-type: metadata
2018-04-30 14:36:04 +00:00
Moritz Kneilmann 0b09173db2 Bug 1455457 [wpt PR 10542] - Add tests for handling bad content encoding in fetch, a=testonly
Automatic update from web-platform-testsFetch: handling bad gzip content

For https://github.com/whatwg/fetch/pull/710.
--

wpt-commits: 5ac29d88c701690eabc70dea4e467a4353d27541
wpt-pr: 10542
2018-04-30 14:36:03 +00:00
moz-wptsync-bot 905809a3d4 Bug 1455914 [wpt PR 10564] - Update wpt metadata, a=testonly
wpt-pr: 10564
wpt-type: metadata
2018-04-30 14:36:03 +00:00
Chris Nardi be1f0a5ffe Bug 1455914 [wpt PR 10564] - Correct serialization in css-flexbox getComputedStyle tests, a=testonly
Automatic update from web-platform-testsCorrect serialization in css-flexbox getComputedStyle tests

2 getComputedStyle tests in the css-flexbox testsuite were failing, as
the default values of align-items and align-self were incorrect. Fix
the default values so the tests pass.

Bug: 467127
Change-Id: I4a23563d523d3da0201db591e51e1375dfa0d44f
Reviewed-on: https://chromium-review.googlesource.com/1023342
Reviewed-by: Rune Lillesveen <futhark@chromium.org>
Commit-Queue: Chris Nardi <cnardi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#552670}

--

wpt-commits: 7827e00d6a2e32d5137dd48e8ea17b7fc5e493db
wpt-pr: 10564
2018-04-30 14:36:02 +00:00
moz-wptsync-bot 7fde0e18bf Bug 1456045 [wpt PR 10569] - Update wpt metadata, a=testonly
wpt-pr: 10569
wpt-type: metadata
2018-04-30 14:36:01 +00:00
Matt Falkenhagen 8abb55c6fc Bug 1456045 [wpt PR 10569] - service worker: Upstream Service-Worker-Allowed test to WPT., a=testonly
Automatic update from web-platform-testsservice worker: Upstream Service-Worker-Allowed test to WPT.

Also add test cases for Service-Worker-Allowed header values that are
absolute URLs.

Currently Chrome accepts SWA header values that are cross-origin to the
script URL since it seems to only care about the path of the URL. It
seems strange but that seems to agree with the spec:
https://github.com/w3c/ServiceWorker/issues/1307

Bug: 688116
Change-Id: I6dca55ea8525803efd2e55bf4166c863d62d31fa
Reviewed-on: https://chromium-review.googlesource.com/1023672
Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org>
Commit-Queue: Matt Falkenhagen <falken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#552639}

--

wpt-commits: a8a8377b1ecb700709c923f3e72b513eedb3c0c2
wpt-pr: 10569
2018-04-30 14:36:01 +00:00
Matt Falkenhagen 42bc7269b7 Bug 1456024 [wpt PR 10568] - service worker: Add importScripts() to worker interception test., a=testonly
Automatic update from web-platform-testsservice worker: Add importScripts() to worker interception test.

Also remove the Firefox-specific comment as they fixed the mentioned
bug.

Bug: 829720
Change-Id: I76727361ff9c7d61931fbf018035917ac5aa71d8
Reviewed-on: https://chromium-review.googlesource.com/1023616
Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org>
Commit-Queue: Matt Falkenhagen <falken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#552629}

--

wpt-commits: d187735e321696e116dd64ff544c254d7fa361b3
wpt-pr: 10568
2018-04-30 14:36:00 +00:00
Emilio Cobos Álvarez 52bfaef27e Bug 1455334 [wpt PR 10535] - Flip serialization of two font-variation-settings tests, a=testonly
Automatic update from web-platform-testsMerge pull request #10535 from csnardi/font-variation-settings-serialization

Flip serialization of two font-variation-settings tests
--

wpt-commits: f6d0423be24252f8d31c3f4810ad9e6392a38ea0
wpt-pr: 10535
2018-04-30 14:35:59 +00:00
Emilio Cobos Álvarez 3e17834b59 Bug 1455394 [wpt PR 10538] - Fix a couple of typos in test messages, a=testonly
Automatic update from web-platform-testsMerge pull request #10538 from jfkthame/patch-1

Fix a couple of typos in test messages
--

wpt-commits: 899579b71961a8baf4330f168787b87d6396dd85
wpt-pr: 10538
2018-04-30 14:35:58 +00:00
moz-wptsync-bot 1245557d65 Bug 1455907 [wpt PR 8287] - Update wpt metadata, a=testonly
wpt-pr: 8287
wpt-type: metadata
2018-04-30 14:35:58 +00:00
Domenic Denicola f5f3e2442a Bug 1455907 [wpt PR 8287] - Test active script, via import(), in promise jobs, a=testonly
Automatic update from web-platform-testsTest active script, via import(), in promise jobs

Follows https://github.com/whatwg/html/pull/3163.

--

wpt-commits: 1c3621705bdd047fde1e4a2a165c49ec837ffa1c
wpt-pr: 8287
2018-04-30 14:35:57 +00:00