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

605051 Коммитов

Автор SHA1 Сообщение Дата
Andreas Tolfsen 5833c61074 Bug 1477300 - Avoid linking to MDN from geckodriver README. r=me
DONTBUILD
2018-07-20 17:16:36 +01:00
Andreas Tolfsen dee21345de Bug 1477300 - Correct mention on Selenium version number. r=me
DONTBUILD
2018-07-20 17:16:35 +01:00
Andreas Tolfsen ca01d91580 Bug 1477300 - Fix broken links in geckodriver README. r=me
DONTBUILD
2018-07-20 17:16:35 +01:00
James Graham 2febeb016b Bug 1476534 - Add restart-before to test to work around OSX issue, a=testonly
MozReview-Commit-ID: 8Duk5jmTkH7
2018-07-20 17:13:09 +01:00
Tokio Kajitsuka 6fd289ea7a Bug 1468110 - add AccessibleNode boolean attributes, r=yzen, qdot
based on ARIA and AOM's ARIA reflection specs (https://wicg.github.io/aom/spec/aria-reflection.html)
2018-07-06 18:29:49 +09:00
James Graham 7fa963c733 Bug 1476534 - Disable unstable HTTP cache test on linux debug, a=testonly ON A CLOSED TREE
MozReview-Commit-ID: LUNp53BYTZQ
2018-07-20 16:28:08 +01:00
James Graham 839be6a0eb Bug 1476534 - Update metadata for SVG tests, a=testonly
MozReview-Commit-ID: FINZQOwTrM9
2018-07-20 16:27:36 +01:00
sotaro 8b12e2f10c Bug 1476876 - Make FlushRendering async if DComp is used on Windows with WebRender r=nical 2018-07-20 22:58:40 +09:00
Emilio Cobos Álvarez 3f4c2259ec Bug 1477197: Remove unused UpdateStyleSheet argument. r=jwatt
Differential Revision: https://phabricator.services.mozilla.com/D2262

MozReview-Commit-ID: IJufidwDrtc
2018-07-20 15:51:34 +02:00
Jason Laster d89467b50a Bug 1476730 - Update Debugger Frontend v73. r=dwalsh 2018-07-20 09:42:49 -04:00
Marco Castelluccio 19db27a4a6 Bug 1476574 - Detect earlier if per-test coverage mode is disabled by detecting if we're in a ccov build using mozinfo. r=jgraham
--HG--
extra : rebase_source : 8b95f3d5e071f9a22b2d50385c13a2fe735d48d2
2018-07-20 12:10:15 +02:00
moz-wptsync-bot 296c4778c4 Bug 1476534 - [wpt-sync] Update web-platform-tests to 6568dc4855dc9831db645c32adc5180b72037f2c, a=testonly
wpt-head: 6568dc4855dc9831db645c32adc5180b72037f2c
wpt-type: landing
2018-07-20 13:21:20 +00:00
moz-wptsync-bot 6da2a08af5 Bug 1474803 [wpt PR 11904] - Update wpt metadata, a=testonly
wpt-pr: 11904
wpt-type: metadata
2018-07-20 13:18:47 +00:00
Luke Bjerring 82b94036c8 Bug 1474803 [wpt PR 11904] - Rename test to https, a=testonly
Automatic update from web-platform-testsRename test to https (#11904)

--

wpt-commits: 6568dc4855dc9831db645c32adc5180b72037f2c
wpt-pr: 11904


--HG--
rename : testing/web-platform/tests/mediacapture-streams/idlharness.window.js => testing/web-platform/tests/mediacapture-streams/idlharness.https.window.js
2018-07-20 13:04:43 +00:00
Morten Stenshorne 80d552eaaa Bug 1474653 [wpt PR 11887] - [css-layout-api] Don't use LayoutNG for custom layout children., a=testonly
Automatic update from web-platform-tests[css-layout-api] Don't use LayoutNG for custom layout children.

Custom layout children may not establish new formatting contexts, and
since the custom container itself is laid out by the legacy engine, we
need to force its children to be laid out by legacy as well.

Added a margin collapsing test that used to fail in NG because of this.

Change-Id: Id320f60fb76b0ed6563fb2b88f6936ac37efc1fd
Reviewed-on: https://chromium-review.googlesource.com/1131179
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#573864}

--

wpt-commits: b47e2cd91cfe1b2246655b6612c407898939588c
wpt-pr: 11887
2018-07-20 13:04:43 +00:00
moz-wptsync-bot 67f1409f1a Bug 1474154 [wpt PR 11846] - Update wpt metadata, a=testonly
wpt-pr: 11846
wpt-type: metadata
2018-07-20 13:04:42 +00:00
Hiroshige Hayashizaki b9c5f6002e Bug 1474154 [wpt PR 11846] - Add tests for (module dedicated|classic shared) worker's URLs, a=testonly
Automatic update from web-platform-testsAdd tests for (module dedicated|classic shared) worker's URLs

This CL adds WPT tests for
- WorkerLocation (wpt/workers/interfaces/WorkerGlobalScope/location/),
- referrer (wpt/xhr/), and
- API base URL (wpt/workers/baseurl/)
that should reflect worker global scope's URL, for
- classic shared workers and
- module classic workers.

Some tests are half-migrated to fetch_tests_from_worker()-style
to test shared workers easily, while the tests for
module workers uses the existing non-fetch_tests_from_worker()-style
tests, because testharness.js can't be used from module scripts.

Bug: 861564
Change-Id: I62fa415647da47e00bf7cbf4d7648f5d64377c04
Reviewed-on: https://chromium-review.googlesource.com/1128517
Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org>
Reviewed-by: Kouhei Ueno <kouhei@chromium.org>
Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org>
Cr-Commit-Position: refs/heads/master@{#573840}

--

wpt-commits: 1eefa00af8eb0137b4812d0947a38fb5b76cd04e
wpt-pr: 11846


--HG--
rename : testing/web-platform/tests/workers/baseurl/alpha/sharedworker.html => testing/web-platform/tests/workers/baseurl/alpha/sharedworker-in-worker.html
rename : testing/web-platform/tests/workers/baseurl/alpha/worker.html => testing/web-platform/tests/workers/baseurl/alpha/worker-in-worker.html
2018-07-20 13:04:41 +00:00
moz-wptsync-bot e5cb9a41cd Bug 1474068 [wpt PR 11839] - Update wpt metadata, a=testonly
wpt-pr: 11839
wpt-type: metadata
2018-07-20 13:04:40 +00:00
Reilly Grant 3c84b50e0b Bug 1474068 [wpt PR 11839] - Move [SecureContext] to NavigatorBluetooth, a=testonly
Automatic update from web-platform-testsMove [SecureContext] to NavigatorBluetooth

This change moves the [SecureContext] extended attribute from the
individual attributes on the Bluetooth interface to the entire partial
Navigator interface for Web Bluetooth.

This has the practical effect of making the entire navigator.bluetooth
attribute undefined in in-secure contexts rather than only
navigator.bluetooth.requestDevice.

Web Platform Tests are also updated to test access to this attribute
from both secure and in-secure contexts.

Bug: 860798
Change-Id: Ife32dcfe9d035613c41399d7189e087cdb9f54d6
Reviewed-on: https://chromium-review.googlesource.com/1128248
Commit-Queue: Reilly Grant <reillyg@chromium.org>
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Reviewed-by: Jeffrey Yasskin <jyasskin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#573780}

--

wpt-commits: 0dcad092b51b7e71890565a7df114a1955a84b78
wpt-pr: 11839


--HG--
rename : testing/web-platform/tests/bluetooth/idl/idl-NavigatorBluetooth.html => testing/web-platform/tests/bluetooth/idl/idl-NavigatorBluetooth.https.html
rename : testing/web-platform/tests/bluetooth/idl/idlharness.tentative.window.js => testing/web-platform/tests/bluetooth/idl/idlharness.tentative.https.window.js
2018-07-20 13:04:40 +00:00
moz-wptsync-bot 9f8527dfbf Bug 1474738 [wpt PR 11894] - Update wpt metadata, a=testonly
wpt-pr: 11894
wpt-type: metadata
2018-07-20 13:04:39 +00:00
Luke Bjerring 319c56e76f Bug 1474738 [wpt PR 11894] - Update trivial IDL changes, a=testonly
Automatic update from web-platform-testsUpdate trivial IDL changes (#11894)

--

wpt-commits: 505ee7d28e099b7305984ea73a8ab705d3192da4
wpt-pr: 11894
2018-07-20 13:04:39 +00:00
Simon Pieters db4fb9fc64 Bug 1467733 [wpt PR 11400] - [testharness.js] Report error for worker errors, a=testonly
Automatic update from web-platform-tests[testharness.js] Report error for worker errors (#11400)

Ensure that uncaught exceptions in typical worker tests cause the
harness to report an ERROR status, and update the corresponding test
accordingly. Add a test to verify that the harness reports an OK status
in response to uncaught exceptions which originate from "single-page
test" workers.
--

wpt-commits: 98848dff9fe765e3719484392fa27458f5a21c54
wpt-pr: 11400
2018-07-20 13:04:38 +00:00
Luke Bjerring 8cfa4655dc Bug 1474677 [wpt PR 11890] - Update the webusb IDL file, a=testonly
Automatic update from web-platform-testsUpdate the webusb IDL file (#11890)

--

wpt-commits: db9d66853f0efd055c1f2100d0d9d468049dd9a1
wpt-pr: 11890
2018-07-20 13:04:38 +00:00
Zirro 690359913c Bug 1474195 [wpt PR 11848] - Verify that invalid selectors cause errors to be thrown for empty elements, a=testonly
Automatic update from web-platform-testsVerify that invalid selectors throw for empty elements

--

wpt-commits: 553778eb487e687efc08ef81b77206c7b91dd930
wpt-pr: 11848
2018-07-20 13:04:37 +00:00
moz-wptsync-bot 54d431787d Bug 1472612 [wpt PR 11748] - Update wpt metadata, a=testonly
wpt-pr: 11748
wpt-type: metadata
2018-07-20 13:04:36 +00:00
Anders Hartvoll Ruud 1220d42fb4 Bug 1472612 [wpt PR 11748] - Disallow font-relative units when resolving var() for font-size., a=testonly
Automatic update from web-platform-testsDisallow font-relative units when resolving var() for font-size.

For a registered custom property --foo, the following is no longer
allowed:

   --foo: 10em;
   font-size: var(--foo);

The same applies to ex and ch, as well as rem on the root element.

This is because --foo depends on font-size via the 'em' unit, and
font-size depends on --foo via the var() reference. This creates a
circular dependency that must be resolved somehow. The agreed-upon way
to resolve that, has been by treating the whole var() reference as
invalid.

This patch implements that cycle detection by adding flags to disallow
resolution of any var() references that contain font-relative units.
These flags are set in ResolveVariableReferences based on the
CSSPropertyID/StyleResolverState.

When a custom property itself contains var() references, it needs to
"inherit" the font-unit-ness from the resolved variables (similar to
is_animation_tainted). This is why flags have also been added to Result.

Bug: 848698
Change-Id: Ife0570949d996c5fc26dc10b1d7ca15bd27343b1
Reviewed-on: https://chromium-review.googlesource.com/1120334
Commit-Queue: Anders Ruud <andruud@chromium.org>
Reviewed-by: Chris Harrelson <chrishtr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#573712}

--

wpt-commits: a8bd7948236886b2dbce7456beb0406e7d2207a1
wpt-pr: 11748
2018-07-20 13:04:36 +00:00
moz-wptsync-bot f0f057c009 Bug 1474329 [wpt PR 11855] - Update wpt metadata, a=testonly
wpt-pr: 11855
wpt-type: metadata
2018-07-20 13:04:35 +00:00
Luke Bjerring 85593f6c78 Bug 1474329 [wpt PR 11855] - Update the navigation-timing IDL file, a=testonly
Automatic update from web-platform-testsUpdate the navigation-timing IDL file (#11855)

--

wpt-commits: b195e9bf4c29b607132d33883077439506086f91
wpt-pr: 11855
2018-07-20 13:04:34 +00:00
Luke Bjerring b4f0386b5e Bug 1474489 [wpt PR 11871] - Update the mediacapture-streams IDL file, a=testonly
Automatic update from web-platform-testsUpdate the mediacapture-streams IDL file (#11871)

--

wpt-commits: e0b261f8c7c1b54b9bfcdc3627bf547d3c89dc9b
wpt-pr: 11871
2018-07-20 13:04:34 +00:00
moz-wptsync-bot 3e753fa396 Bug 1474528 [wpt PR 11879] - Update wpt metadata, a=testonly
wpt-pr: 11879
wpt-type: metadata
2018-07-20 13:04:33 +00:00
Marcos Cáceres ab16b4c964 Bug 1474528 [wpt PR 11879] - Use NotSupportedError instead of WakeLockTypeNotSupported, a=testonly
Automatic update from web-platform-testsUse NotSupportedError instead of WakeLockTypeNotSupported (#11879)

--

wpt-commits: d423033c8bc00a812698819d6fc22eb96c210d00
wpt-pr: 11879
2018-07-20 13:04:32 +00:00
Josh Matthews 79d74a3026 Bug 1474515 [wpt PR 11878] - Suppress two lint warnings about overlapping file names., a=testonly
Automatic update from web-platform-testsSuppress two lint warnings about overlapping file names.

--

wpt-commits: 6a9b866f62dfbdd69d7080c3a5d29e27f15b6c5b
wpt-pr: 11878
2018-07-20 13:04:31 +00:00
Philip Jägenstedt 612cfb2e74 Bug 1474297 [wpt PR 11852] - Replace/remove ayg in suggested_reviewers in META.yml, a=testonly
Automatic update from web-platform-testsReplace/remove ayg in suggested_reviewers in META.yml (#11852)

Responsibilities distributed as discussed in
https://github.com/web-platform-tests/wpt/issues/11521.

In html/, because there aren't obvious candidates for some of the
subdirectories, instead expand html/META.yml to include all present
editors of the HTML standard.

In the past year, most of the action has been in html/semantics/, and
the busiest of the directories within do all have more granular
reviewers, so hopefully this is an improvement.

Fixes https://github.com/web-platform-tests/wpt/issues/11521.
--

wpt-commits: d332f12c8af648643c54082194c120ba654100a2
wpt-pr: 11852
2018-07-20 13:04:31 +00:00
Philip Jägenstedt 81fa2d9ee6 Bug 1474282 [wpt PR 11851] - Remove .gitkeep files in 2dcontext/ and html/, a=testonly
Automatic update from web-platform-testsRemove .gitkeep files in 2dcontext/ and html/ (#11851)

These were added in commit 818bcab4ba58d2bc8dba94276c8b944c76570a19
and reflect the structure of the HTML spec as it was in 2012.

The structure largely remains the same, but some directories like
webappapis/user-prompts/dialogs-implemented-using-separate-documents/
are gone from the spec (https://github.com/whatwg/html/pull/374) and
others like introduction/ are non-normative and should never be
populated.

But mainly, a lot of empty directories is a nuisance when exploring
the directory in a file manager or on GitHub.

The number of directories in 2dcontext/ and html/ combined decreases
by almost 200, from 653 to 456.
--

wpt-commits: ddfe9c089bab565a9d3aa37bdef63d8012c1a94c
wpt-pr: 11851
2018-07-20 13:04:30 +00:00
moz-wptsync-bot bb35401cbc Bug 1474500 [wpt PR 11875] - Update wpt metadata, a=testonly
wpt-pr: 11875
wpt-type: metadata
2018-07-20 13:04:27 +00:00
Luke Bjerring 015b1c167c Bug 1474500 [wpt PR 11875] - Update the wasm-js-api IDL file, a=testonly
Automatic update from web-platform-testsAdd wasm-js-api IDL + test

--

wpt-commits: 46a8dfd076071bd7bfc5d554bf716554d5a95a8c
wpt-pr: 11875
2018-07-20 13:04:27 +00:00
Luke Bjerring 157cea1e62 Bug 1474495 [wpt PR 11873] - Update the subresource-integrity IDL file, a=testonly
Automatic update from web-platform-testsUpdate the subresource-integrity IDL file (#11873)

* Add ResizeObserver idl file

* Add ResizeObserver idl file

* Updated ResizeObserver IDL file

* Update IDL

* Updated ResizeObserver IDL file

* Updated SRI IDL file

* Updated SRI IDL file

* Update test

--

wpt-commits: f6e74ca48268484a2c886770530b59b0151dc420
wpt-pr: 11873
2018-07-20 13:04:26 +00:00
Antoine Quint ad75a565d4 Bug 1474536 [wpt PR 11880] - Don't assume opacity computed values are exactly the same as specified on keyframe input, a=testonly
Automatic update from web-platform-testsMerge pull request #11880 from graouts/overlapping-keyframes

Don't assume opacity computed values are exactly the same as specified on keyframe input
--

wpt-commits: afc3a452f2020dc10c51f467a435ba5b32dc0589
wpt-pr: 11880
2018-07-20 13:04:25 +00:00
Luke Bjerring 65b32e9bde Bug 1473905 [wpt PR 11824] - Update the generic-sensor IDL file, a=testonly
Automatic update from web-platform-testsUpdate the generic-sensor IDL test (#11824)

--

wpt-commits: 66218ca7d67e968f2e1384d6bba97e4c47a08061
wpt-pr: 11824
2018-07-20 13:04:24 +00:00
moz-wptsync-bot d0748765f4 Bug 1474250 [wpt PR 11850] - Update wpt metadata, a=testonly
wpt-pr: 11850
wpt-type: metadata
2018-07-20 13:04:24 +00:00
Mark Nottingham 1281faf21f Bug 1474250 [wpt PR 11850] - Revise HTTP caching tests, a=testonly
Automatic update from web-platform-testsMerge pull request #11850 from mnot/revise-caching

Revise HTTP caching tests
--

wpt-commits: aeea26ba803dcdcaf6d371b598a86e04a7dd93fa
wpt-pr: 11850
2018-07-20 13:04:23 +00:00
Luke Bjerring f9f82fa0eb Bug 1474467 [wpt PR 11867] - Update the css-animations IDL file, a=testonly
Automatic update from web-platform-testsUpdate the css-animations IDL file (#11867)

--

wpt-commits: 302521d54db47ed6eeec8e8a8b8e18548a27fcfc
wpt-pr: 11867
2018-07-20 13:04:22 +00:00
moz-wptsync-bot 8d673b7861 Bug 1473733 [wpt PR 11813] - Update wpt metadata, a=testonly
wpt-pr: 11813
wpt-type: metadata
2018-07-20 13:04:22 +00:00
Majid Valipour 8b6348f8c8 Bug 1473733 [wpt PR 11813] - [web-animation] Make contain/will-change/writing modes props not animatable, a=testonly
Automatic update from web-platform-tests[web-animation] Make contain/will-change/writing modes props not animatable

Match the recent CSSWG resolutions:
https://github.com/w3c/csswg-drafts/issues/2737#issuecomment-402574750
https://github.com/w3c/csswg-drafts/issues/2751#issuecomment-402604609

Make following properties none animatable:

* contain
* direction
* display
* text-orientation
* unicode-bidi
* will-change
* writing-mode

Note that wpt tests have already been updated for direction and writing-mode
here [1]

[1] 41f4ab65b2

Bug: 860359
Change-Id: I3e7296e3c28ff494eddbc6f011621dd29ba7d2aa
Reviewed-on: https://chromium-review.googlesource.com/1127062
Commit-Queue: Majid Valipour <majidvp@chromium.org>
Reviewed-by: Eric Willigers <ericwilligers@chromium.org>
Cr-Commit-Position: refs/heads/master@{#573509}

--

wpt-commits: 7f017e863fec0f00ab1eb531b1bc12864d850d06
wpt-pr: 11813
2018-07-20 13:04:21 +00:00
Nicolas Pena 7e609e53d5 Bug 1473351 [wpt PR 11773] - Use AtomicString for PerformanceEntry::entryType(), a=testonly
Automatic update from web-platform-testsUse AtomicString for PerformanceEntry::entryType()

This CL makes PerformanceEntry::entryType() a pure virtual method
instead of storing |entry_type_|. It also changes the usage from String
to AtomicString. Only PerformanceEventTiming keeps |entry_type_| since
it can be 'event' or 'firstInput'.

Since the entry type is no longer available from the PerformanceEntry
constructor, we change EntryTypeEnum() to pure virtual too.

Bug: 852050
Change-Id: Ie02040b52cf17c7563667ef440bbb78ae97e64c7
Reviewed-on: https://chromium-review.googlesource.com/1113671
Commit-Queue: Nicolás Peña Moreno <npm@chromium.org>
Reviewed-by: Yoav Weiss <yoav@yoav.ws>
Reviewed-by: Timothy Dresser <tdresser@chromium.org>
Cr-Commit-Position: refs/heads/master@{#573442}

--

wpt-commits: d59ad168b7820ace3bfc7c80707f9d1b08a6f313
wpt-pr: 11773
2018-07-20 13:04:20 +00:00
Majid Valipour 8b02da2746 Bug 1474388 [wpt PR 11860] - [testing] Remove per platform expectations for wpt animation-types tests, a=testonly
Automatic update from web-platform-tests[testing] Remove per platform expectations for wpt animation-types tests

The only difference that required per platform expectation files was
the fact that 'hyphens: auto' is only supported in Chromium on Mac.

These tests don't care about the actual css property value but how one
value is animated to another in web animation interpolation model. So instead of
using 'auto' for hyphens, we use 'none' which is supported on all platforms.
This help remove three 500+ lines per platform expectation files and reduce
unnecessary maintenance burden.

Change-Id: I5f3b716ce11a72a5235e7899d2e90f4bbea77ebc
Bug: 860359
Reviewed-on: https://chromium-review.googlesource.com/1129201
Reviewed-by: Robert Flack <flackr@chromium.org>
Commit-Queue: Majid Valipour <majidvp@chromium.org>
Cr-Commit-Position: refs/heads/master@{#573328}

--

wpt-commits: 028ff8d15432d595df85c2becf66cce686659de7
wpt-pr: 11860
2018-07-20 13:04:19 +00:00
Luke Bjerring 2dcd1c9b5c Bug 1474399 [wpt PR 11861] - Update the payment-method-basic-card IDL file, a=testonly
Automatic update from web-platform-testsUpdate the payment-method-basic-card IDL file (#11861)

--

wpt-commits: 5cc42385f536582c9217a949a500da50e51e4fca
wpt-pr: 11861
2018-07-20 13:04:19 +00:00
moz-wptsync-bot 74b02ebd0b Bug 1474351 [wpt PR 11857] - Update wpt metadata, a=testonly
wpt-pr: 11857
wpt-type: metadata
2018-07-20 13:04:18 +00:00
Luke Bjerring ae5b46ed78 Bug 1474351 [wpt PR 11857] - Update the netinfo IDL file, a=testonly
Automatic update from web-platform-testsUpdate the netinfo IDL file (#11857)

--

wpt-commits: b3c2c514cc2e6ece4271c5205b85a3bbeb4a1c0b
wpt-pr: 11857
2018-07-20 13:04:17 +00:00
moz-wptsync-bot 43b7585435 Bug 1472719 [wpt PR 11756] - Update wpt metadata, a=testonly
wpt-pr: 11756
wpt-type: metadata
2018-07-20 13:04:17 +00:00