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

588954 Коммитов

Автор SHA1 Сообщение Дата
James Graham 97a424c620 Bug 1450577 - Add long timeout to unstable CSP tests, a=testonly on a CLOSED TREE
MozReview-Commit-ID: 9MA5ebQxa1X
2018-04-01 20:56:58 +01:00
James Graham 8e8e9c0b31 Bug 1444940 - Disable some tests unstable after wpt update, a=testonly
MozReview-Commit-ID: JCDE03NoTza
2018-04-01 20:56:14 +01:00
David Major fa8d998487 Bug 1447795: Add even more UseItOrLoseIt to SmokeDMD.cpp 2018-04-01 09:37:42 -04:00
Andreea Pavel afdd07f3e2 Backed out changeset f80a1b8f781b (bug 1446719) for failing browser chrome at browser/components/sessionstore/test/browser_350525.js on a CLOSED TREE 2018-04-01 16:16:09 +03:00
Manish Kumar 6887194f83 Bug 1446719 - Rename getTabValue / setTabValue / deleteTabValue to getCustomTabValue / setCustomTabValue / deleteCustomTabValue. r=dao 2018-04-01 11:15:54 +02:00
ui.manish 1b97dccc23 Bug 1429394 - Remove toolkit/locales/generic/chrome/global/brand.dtd. r=mconley 2018-03-31 13:10:50 +02:00
Bogdan Tara 13611139ec Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-04-01 12:51:54 +03:00
moz-wptsync-bot 0de11f3e23 Bug 1444940 - [wpt-sync] Update web-platform-tests to 8913605beb997e6ceb54a7548c80dac53fdeb9f5, a=testonly
wpt-head: 8913605beb997e6ceb54a7548c80dac53fdeb9f5
wpt-type: landing
MozReview-Commit-ID: GMluIEWCSxU
2018-03-31 22:34:07 +01:00
bmac 5456e0ecee Bug 1444477 [wpt PR 9950] - Fix link to w3c-test.org in the running-tests docs, a=testonly
Automatic update from web-platform-testsFix link to w3c-test.org in the running-tests docs

wpt-commits: 8913605beb997e6ceb54a7548c80dac53fdeb9f5
wpt-pr: 9950
wpt-commits: 8913605beb997e6ceb54a7548c80dac53fdeb9f5
wpt-pr: 9950
2018-03-31 22:34:05 +01:00
Raphael Kubo da Costa 62965c942c Bug 1444940 [wpt PR 9949] - accelerometer: Rename LocalCoordinateSystem to AccelerometerLocalCoordinateSystem, a=testonly
Automatic update from web-platform-testsaccelerometer: Rename LocalCoordinateSystem to AccelerometerLocalCoordinateSystem (#9949)

Adapt to w3c/accelerometer#42.

wpt-commits: e4899e9e89673fe9b213ec71bbe3f249a5a817bd
wpt-pr: 9949
wpt-commits: e4899e9e89673fe9b213ec71bbe3f249a5a817bd
wpt-pr: 9949
2018-03-31 22:34:02 +01:00
Raphael Kubo da Costa 5d2fe76da8 Bug 1444460 [wpt PR 9948] - gyroscope: Rename LocalCoordinateSystem to GyroscopeLocalCoordinateSystem, a=testonly
Automatic update from web-platform-testsgyroscope: Rename LocalCoordinateSystem to GyroscopeLocalCoordinateSystem (#9948)

Adapt to w3c/gyroscope#34.

wpt-commits: 47e4c8df72cd579084233f219df07b15e00bd220
wpt-pr: 9948
wpt-commits: 47e4c8df72cd579084233f219df07b15e00bd220
wpt-pr: 9948
2018-03-31 22:34:00 +01:00
moz-wptsync-bot ff4ba97856 Bug 1444531 [wpt PR 9951] - Update wpt metadata, a=testonly
wpt-pr: 9951
wpt-type: metadata
2018-03-31 22:33:57 +01:00
Robert Ma ab28eb0c45 Bug 1444531 [wpt PR 9951] - Document we wait for web fonts in reftests, a=testonly
Automatic update from web-platform-testsDocument that we wait for web fonts in reftests (#9951)

wpt-commits: 90d610bab706930b9159572b2c98e5389ff4b189
wpt-pr: 9951
wpt-commits: 90d610bab706930b9159572b2c98e5389ff4b189
wpt-pr: 9951
2018-03-31 22:33:56 +01:00
Jim Evans 2b84e1576f Bug 1443689 [wpt PR 9889] - Automatically setting session to None for new session tests, a=testonly
Automatic update from web-platform-testsAutomatically setting session to None for new session tests

There is an edge case in the current implementation where a new session
test can create a new session and expressly close the created session by
calling `end()`, but the next test that is not a new session test sees the
"current session" object as not `None`, and failing to create a new
session. This change fixes that issue. If the session is not None and has
a valid session ID, the `end()` method still gets called. If the current
session is not None, but has an invalid session ID, it cannot be
terminated any other way, so setting the current session to None at that
point is not a negative side effect. Finally, if the current session is
already None, setting the variable to None again does not hurt.

wpt-commits: 18d9e51135c137e060fc7525115c193db7448633
wpt-pr: 9889
wpt-commits: 18d9e51135c137e060fc7525115c193db7448633
wpt-pr: 9889
2018-03-31 22:33:53 +01:00
Fredrik Söderquist 39b7ebcb72 Bug 1444382 [wpt PR 9943] - [PE] Add "image/apng" to supported image MIME types, a=testonly
Automatic update from web-platform-tests[PE] Add "image/apng" to supported image MIME types

Supported for animated PNG (APNG) was added via crbug.com/437662 (commit
7d2b8c45afc9c0230410011293cc2e1dbb8943a7.) The "image/apng" MIME type is
included in the "Accept" header for image requests.

Add "image/apng" to kSupportedImageTypes to allow things like the
<picture> element to work (select an appropriate image based on 'type'.)

Add "image/apng" to kPrimaryMappings to allow the MIME type to resolve
to a reasonable file extension.

Bug: 730588
Change-Id: I070e8b16dc8312552b11dc32e776493b3a5be669
Reviewed-on: https://chromium-review.googlesource.com/957092
Commit-Queue: Fredrik Söderquist <fs@opera.com>
Reviewed-by: Asanka Herath <asanka@chromium.org>
Cr-Commit-Position: refs/heads/master@{#542113}

wpt-commits: de0c4ad1634bac712eadecf9a1a170eaf375ae8e
wpt-pr: 9943
wpt-commits: de0c4ad1634bac712eadecf9a1a170eaf375ae8e
wpt-pr: 9943
2018-03-31 22:33:50 +01:00
Xianzhu Wang 7c0f2acf9c Bug 1442704 [wpt PR 9747] - [PE] Don't truncate table cell's padding, a=testonly
Automatic update from web-platform-tests[PE] Don't truncate table cell's padding

Truncation caused inadequate logical width when padding is like 1.7px.

Bug: 817342
Change-Id: Ibdb76cc528cc7e04801fe65409bb8f60e5ac69a5
Reviewed-on: https://chromium-review.googlesource.com/943827
Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#540991}

wpt-commits: 42c98bf73e3d6272e7a2af6c3a5be2ed812eec60
wpt-pr: 9747
wpt-commits: 42c98bf73e3d6272e7a2af6c3a5be2ed812eec60
wpt-pr: 9747
2018-03-31 22:33:48 +01:00
Morten Stenshorne 4d7e561801 Bug 1444940 [wpt PR 9923] - Don't pixel-snap the top and bottom of lines., a=testonly
Automatic update from web-platform-testsDon't pixel-snap the top and bottom of lines.

That might cause incorrect detection of overflow, since the height of
the block isn't pixel-snapped.

Bug: 818873
Change-Id: I864be9dfedf6f008fe19ce02088ac6488ec274d0
Reviewed-on: https://chromium-review.googlesource.com/954022
Reviewed-by: Emil A Eklund <eae@chromium.org>
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#542080}

wpt-commits: 6cca5247026215cbea027426cb22f4e517b43566
wpt-pr: 9923
wpt-commits: 6cca5247026215cbea027426cb22f4e517b43566
wpt-pr: 9923
2018-03-31 22:33:45 +01:00
fantasai addcaa5d89 Bug 1444310 [wpt PR 9938] - [css-writing-mode] Move sideways-* tests to L4>, a=testonly
Automatic update from web-platform-tests[css-writing-mode] Move sideways-* tests to L4

wpt-commits: 6911cb35bb0619fbe662312e13391769db8a2f49
wpt-pr: 9938
wpt-commits: 6911cb35bb0619fbe662312e13391769db8a2f49
wpt-pr: 9938
2018-03-31 22:33:42 +01:00
fantasai 3d6b34a436 Bug 1444295 [wpt PR 9935] - [css-writing-modes] Move 'text-combine-upright: digits' tests to Level 4, a=testonly
Automatic update from web-platform-tests[css-writing-modes] Move 'text-combine-upright: digits' tests to Level 4

wpt-commits: 61da32f5ab15eeac3e467cf032f97d2988da4faf
wpt-pr: 9935
wpt-commits: 61da32f5ab15eeac3e467cf032f97d2988da4faf
wpt-pr: 9935
2018-03-31 22:33:39 +01:00
Han Leon 5b647f78a6 Bug 1444940 [wpt PR 9922] - [ServiceWorker] Fix an incorrect usage of assert_equals() in wpt test, a=testonly
Automatic update from web-platform-tests[ServiceWorker] Fix an incorrect usage of assert_equals() in wpt test

This prototype is 'assert_equals(actual, expected, description)', we
should pass 'actual' and 'expected' in order, to make the failure
message be reasonable.

This CL just fixes
external/wpt/service-workers/service-worker/navigate-window.https.html.

BUG=

Change-Id: Ic11ec67f27f7a9a5ae289ddda4362af72b4737d4
Reviewed-on: https://chromium-review.googlesource.com/955282
Commit-Queue: Han Leon <leon.han@intel.com>
Reviewed-by: Makoto Shimazu <shimazu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#542048}

wpt-commits: 0de8b996b14f080180b56a6999fc57d8a4a94898
wpt-pr: 9922
wpt-commits: 0de8b996b14f080180b56a6999fc57d8a4a94898
wpt-pr: 9922
2018-03-31 22:33:37 +01:00
Adam Rice 09c6a01a0d Bug 1444940 [wpt PR 9926] - Streams: Modify tests to expect abort reason passthrough, a=testonly
Automatic update from web-platform-testsStreams: Modify tests to expect abort reason passthrough (#9926)

This tests the changes in https://github.com/whatwg/streams/pull/903.

Replace expectations that a TypeError will be stored after abort() is
called with with expectations that the reason passed to abort() will be
stored instead.

Also add a test of the stored error on the readable side of a
TransformStream after abort() has been called on the writable size. This
was not explicitly tested.

Also fix a bug in the general.js test: it didn't wrap a call to
assert_unreached properly, so a failure would have shown up as an
unhandled rejection rather than being reported properly.

wpt-commits: 81468a0b88d771af9dfa0feb5de99367e32d4b6e
wpt-pr: 9926
wpt-commits: 81468a0b88d771af9dfa0feb5de99367e32d4b6e
wpt-pr: 9926
2018-03-31 22:33:34 +01:00
Darren Shen e11df15978 Bug 1444011 [wpt PR 9914] - [css-typed-om] Clean up CSSUnparsedValue & CSSVariableRefValue tests., a=testonly
Automatic update from web-platform-tests[css-typed-om] Clean up CSSUnparsedValue & CSSVariableRefValue tests.

This patch:
- Splits existing tests into different files testing different parts of
  the IDL (e.g. separate file for cssUnparsedValue.length)
- Fix some stylistic issues.

Bug: 774887
Change-Id: I8b37679b96d1b1b6e44c4eb596036dcafa88264b
Reviewed-on: https://chromium-review.googlesource.com/954525
Reviewed-by: nainar <nainar@chromium.org>
Commit-Queue: Darren Shen <shend@chromium.org>
Cr-Commit-Position: refs/heads/master@{#542012}

wpt-commits: 68c1f9a88c22efb81b62f9e2365bf294996a3adf
wpt-pr: 9914
wpt-commits: 68c1f9a88c22efb81b62f9e2365bf294996a3adf
wpt-pr: 9914
2018-03-31 22:33:31 +01:00
Philip Jägenstedt 245fb2027e Bug 1444940 [wpt PR 9215] - Add css-align/OWNERS, a=testonly
Automatic update from web-platform-testsAdd css-align/OWNERS (#9215)

wpt-commits: 72c64a576c0df0cd57d5b43d8d5025fbfdfd5727
wpt-pr: 9215
wpt-commits: 72c64a576c0df0cd57d5b43d8d5025fbfdfd5727
wpt-pr: 9215
2018-03-31 22:33:29 +01:00
Luke Bjerring 13837c99ef Bug 1444940 [wpt PR 9835] - Update the uievents IDL file, a=testonly
Automatic update from web-platform-testsUpdate the UI Events IDL file (#9835)

wpt-commits: 311196cda05bbe4970c220f397a2f49045c56674
wpt-pr: 9835
wpt-commits: 311196cda05bbe4970c220f397a2f49045c56674
wpt-pr: 9835
2018-03-31 22:33:26 +01:00
Luke Bjerring 96d3384f12 Bug 1444352 [wpt PR 9782] - Update the entries-api IDL file, a=testonly
Automatic update from web-platform-testsAdd entries-api idl file

--
Updated entries-api IDL file

wpt-commits: 9a9e75272ad752bda0b418e38ec91340f131a87d, 9817f7f027fe1e92cc2fce31d6002c4d669918e8
wpt-pr: 9782
wpt-commits: 9a9e75272ad752bda0b418e38ec91340f131a87d, 9817f7f027fe1e92cc2fce31d6002c4d669918e8
wpt-pr: 9782
2018-03-31 22:33:23 +01:00
Kriti Singh 1cb55a762d Bug 1444145 [wpt PR 9930] - removed tests g,h,q,r from cascade-import-002.xht, a=testonly
Automatic update from web-platform-testsRemove tests testing <meta http-equiv=link> from cascade-import-002.xht (#9930)

Remove tests g,h,q,r from cascade-import-002.xht because they test the obsoleted and removed <meta http-equiv=link>.

Closes #9910

wpt-commits: df0b73bd250883fa768b6925cf7deed49abc65be
wpt-pr: 9930
wpt-commits: df0b73bd250883fa768b6925cf7deed49abc65be
wpt-pr: 9930
2018-03-31 22:33:21 +01:00
Josh Matthews 7cd46d77e5 Bug 1443887 [wpt PR 9902] - Add a lint to catch adding files that would otherwise be ignored by git., a=testonly
Automatic update from web-platform-testsAdd a lint to catch adding files that would otherwise be ignored by git.

wpt-commits: b3b4332e7aaf7b027c11be8a0750b9136bb90a70
wpt-pr: 9902
wpt-commits: b3b4332e7aaf7b027c11be8a0750b9136bb90a70
wpt-pr: 9902
2018-03-31 22:33:18 +01:00
moz-wptsync-bot a188b0bade Bug 1443820 [wpt PR 9898] - Update wpt metadata, a=testonly
wpt-pr: 9898
wpt-type: metadata
2018-03-31 22:33:15 +01:00
Chris Nardi b5ba4c05c2 Bug 1443820 [wpt PR 9898] - Upstream CSS selectors tests to WPT, a=testonly
Automatic update from web-platform-testsUpstream CSS selectors tests to WPT

Remove already existing duplicate tests, and upstream a unified version
of currently existing an + b selector parsing tests.

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

wpt-commits: 3ac8f0533e2f064a389aef29f194761112ce0d6e
wpt-pr: 9898
wpt-commits: 3ac8f0533e2f064a389aef29f194761112ce0d6e
wpt-pr: 9898
2018-03-31 22:33:14 +01:00
moz-wptsync-bot 798821f072 Bug 1441751 [wpt PR 9706]- Update wpt metadata, a=testonly
wpt-pr: 9706
wpt-type: metadata
2018-03-31 22:33:12 +01:00
Marcos Cáceres e393a05999 Bug 1441751 [wpt PR 9706] - Add regionCode test (manual and idl), a=testonly
Automatic update from web-platform-testsAdd regionCode test (manual and idl) (#9706)

* Add regionCode test (manual and idl)

wpt-commits: da1dbe3f91878a59a8981bdc9b99a84d552e131f
wpt-pr: 9706
wpt-commits: da1dbe3f91878a59a8981bdc9b99a84d552e131f
wpt-pr: 9706
2018-03-31 22:33:10 +01:00
Chandan Padhi 2fbd1ca168 Bug 1442221 [wpt PR 9733] - Introduce InputDeviceInfo interface, a=testonly
Automatic update from web-platform-testsIntroduce InputDeviceInfo interface

InputDeviceInfo extends MediaDeviceInfo and represents audio and video input
devices. These objects are the result of calling MediaDevices.enumerateDevices().
This interface gives access to the capabilities of the input device it represents
via getCapabilities() method which will be implemented in asubsequent CL.

Intent to implement and ship:
https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/h4sCuIqb_78

Bug: 817769
Change-Id: Ic9a016a05e622ee02b86d567f64c3ed84f0926c3
Reviewed-on: https://chromium-review.googlesource.com/942961
Commit-Queue: Guido Urdaneta <guidou@chromium.org>
Reviewed-by: Guido Urdaneta <guidou@chromium.org>
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Cr-Commit-Position: refs/heads/master@{#541772}

wpt-commits: aaea1a41a04ac0ce565bbc59f296a647902de015
wpt-pr: 9733
wpt-commits: aaea1a41a04ac0ce565bbc59f296a647902de015
wpt-pr: 9733
2018-03-31 22:33:08 +01:00
Andy Paicu 3eacba62cb Bug 1440584 [wpt PR 9644] - 'navigate-to' directive tests, a=testonly
Automatic update from web-platform-tests'navigate-to' directive tests

PR: https://github.com/w3c/webappsec-csp/pull/290

Bug: 805886
Change-Id: I5bdda65c7e70e729b33a3647135fee6453e97e66
Reviewed-on: https://chromium-review.googlesource.com/934181
Commit-Queue: Andy Paicu <andypaicu@chromium.org>
Reviewed-by: Mike West <mkwst@chromium.org>
Cr-Commit-Position: refs/heads/master@{#541769}

wpt-commits: c36f23851a19457614035e9937d992f36ef434e9
wpt-pr: 9644
wpt-commits: c36f23851a19457614035e9937d992f36ef434e9
wpt-pr: 9644
2018-03-31 22:33:05 +01:00
Reuben Morais 0171a7927f Bug 1443127 [wpt PR 9806] - On MacOS, search for Firefox binary in common paths (Fixes #7125), a=testonly
Automatic update from web-platform-testsOn MacOS, search for Firefox binary in common paths (#7125)

wpt-commits: 38aab7a04669db60dbcc5bdb0a06f5acef3de1cd
wpt-pr: 9806
wpt-commits: 38aab7a04669db60dbcc5bdb0a06f5acef3de1cd
wpt-pr: 9806
2018-03-31 22:33:02 +01:00
jgraham f4c7c254ad Bug 1443495 [wpt PR 9875] - Require mozdownload and mozinstall when running wpt install., a=testonly
Automatic update from web-platform-testsRequire mozdownload and mozinstall when running wpt install. (#9875)

mozdownload and mozinstall are now used to install Firefox. Therefore
they are required to run the |wpt install| command.

wpt-commits: 6a8a912f1cd285b1a130fbb406dc5e76be08e625
wpt-pr: 9875
wpt-commits: 6a8a912f1cd285b1a130fbb406dc5e76be08e625
wpt-pr: 9875
2018-03-31 22:33:01 +01:00
Domenic Denicola 9fa7cccb26 Bug 1444940 [wpt PR 9917] - Writable streams: test changes to abort() under error conditions, a=testonly
Automatic update from web-platform-testsWritable streams: test changes to abort() under error conditions (#9917)

Follows https://github.com/whatwg/streams/pull/901.

wpt-commits: 79491118df6a1947dc80302fd81e02e3b3089cfb
wpt-pr: 9917
wpt-commits: 79491118df6a1947dc80302fd81e02e3b3089cfb
wpt-pr: 9917
2018-03-31 22:33:00 +01:00
Luke Bjerring be6c7248f6 Bug 1444940 [wpt PR 9836] - Update the url IDL file, a=testonly
Automatic update from web-platform-testsUpdate the url IDL file (#9836)

* Add url idl file
* Use url.idl file from url test.

wpt-commits: 23261ad99c192a6b978f263ecc8a1f487cf668ed
wpt-pr: 9836
wpt-commits: 23261ad99c192a6b978f263ecc8a1f487cf668ed
wpt-pr: 9836
2018-03-31 22:32:57 +01:00
Brandon Jones 0bac858160 Bug 1444005 [wpt PR 9913] - Moved XR getViewport, removed XRDevice.external, a=testonly
Automatic update from web-platform-testsMoved XR getViewport, removed XRDevice.external

Brings Chrome's implementation inline with the latest spec changes.

Bug: 819744
Change-Id: I716bab14bdbcc1c452a4dd447adbe28ffef05f98
Reviewed-on: https://chromium-review.googlesource.com/953259
Commit-Queue: Brandon Jones <bajones@chromium.org>
Reviewed-by: Brian Sheedy <bsheedy@chromium.org>
Reviewed-by: Michael Thiessen <mthiesse@chromium.org>
Cr-Commit-Position: refs/heads/master@{#541739}

wpt-commits: 332d4483e11caeda304f3a3a7ede74f317fe6644
wpt-pr: 9913
wpt-commits: 332d4483e11caeda304f3a3a7ede74f317fe6644
wpt-pr: 9913
2018-03-31 22:32:54 +01:00
Chris Nardi b73182a3b9 Bug 1442493 [wpt PR 9739] - Upstream some CSSOM tests, a=testonly
Automatic update from web-platform-testsUpstream some CSSOM tests

Tests that were duplicates of those already existing in
web-platform-tests were deleted. Other tests were either moved to the
CSSOM directory in WPT, or appended to already existing tests. The
README was also deleted, as it is no longer accurate.

Change-Id: I0acb41c6102a572a1fc2401630732a8ff1c5263d
Reviewed-on: https://chromium-review.googlesource.com/945135
Reviewed-by: Robert Ma <robertma@chromium.org>
Reviewed-by: Darren Shen <shend@chromium.org>
Commit-Queue: Chris Nardi <cnardi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#541716}

wpt-commits: 8ef3fed7cdd966fbbd831215cedc0ee4b8ea8d6e
wpt-pr: 9739
wpt-commits: 8ef3fed7cdd966fbbd831215cedc0ee4b8ea8d6e
wpt-pr: 9739
2018-03-31 22:32:51 +01:00
Lukasz Anforowicz 51ccd61811 Bug 1440377 [wpt PR 9635] - Move core CORB logic into //services/network., a=testonly
Automatic update from web-platform-testsMove core CORB logic into //services/network.

This CL moves the core CORB logic (figuring out if a given response
should be CORB-protected based on 1) response metadata like initiator,
MIME type, CORS headers and 2) sniffing the first bytes of the response)
from //content/common into //services/network.

As part of the move, this CL makes some extra, opportunistic changes:
- Renames the moved files (and the moved class) to match the name agreed
  upon in the explainer
  (s/CrossSiteDocumentClassifier/CrossOriginReadBlocking)
- Also moves the explainer doc to //services/network
- Tweaks the old CrossSiteDocumentMimeType enum so that
  - It is nested in CrossOriginReadBlocking::MimeType
  - The enum values have shorter names

In the long-term, the core CORB logic should only be needed within
services/network.  In the short-term, this logic has the following
consumers:

- content/browser/loader/cross_site_document_resource_handler.cc
  (integrates CORB into the old, pre-network-service,
  ResourceHandler-based world;  this can go away after the network
  service ships)

- content/renderer/loader/site_isolation_stats_gatherer.cc
  (gathers UMA that help decide what responses can be blocked
  by CORB with acceptably low risk of breaking existing websites;
  this can go away after CORB ships)

- WIP(https://crbug.com/792546): services/network/url_loader.cc
  (this will integrate CORB into the new, network-service world).

Bug: 792546
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo
Change-Id: Ib8fe412b1f807d23e41700b7f7090cd4b77c1783
Reviewed-on: https://chromium-review.googlesource.com/929446
Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org>
Reviewed-by: John Abd-El-Malek <jam@chromium.org>
Reviewed-by: Nick Carter <nick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#541661}

wpt-commits: 6cd55d2d27fa20b5c0f7d31e6899206eff44870b
wpt-pr: 9635
wpt-commits: 6cd55d2d27fa20b5c0f7d31e6899206eff44870b
wpt-pr: 9635
2018-03-31 22:32:49 +01:00
Darren Shen 7e9c76654a Bug 1443987 [wpt PR 9909] - [css-typed-om] Clean up parsing tests., a=testonly
Automatic update from web-platform-tests[css-typed-om] Clean up parsing tests.

This patch:
- Deletes unused interface.html
- Fixes <div> tag in tests.
- Adds case-sensitivity tests.

Bug: 774887
Change-Id: I194ec7549991bfcd7708e640458246b40fc3ab03
Reviewed-on: https://chromium-review.googlesource.com/952509
Reviewed-by: nainar <nainar@chromium.org>
Commit-Queue: Darren Shen <shend@chromium.org>
Cr-Commit-Position: refs/heads/master@{#541592}

wpt-commits: ab1fd254ca0a97ca7cbca5c9fca853596cd22cfd
wpt-pr: 9909
wpt-commits: ab1fd254ca0a97ca7cbca5c9fca853596cd22cfd
wpt-pr: 9909
2018-03-31 22:32:46 +01:00
Ovidio Henriquez eb0783f5bb Bug 1443340 [wpt PR 9858] - bluetooth: Use DeviceUUID in FakeBluetooth, a=testonly
Automatic update from web-platform-testsbluetooth: Use DeviceUUID in FakeBluetooth

This change refactors the Web Bluetooth test API to use the
DeviceUUIDs helper class defined in BluetoothDevice. Additionally,
this change finishes the implementation of SimulateGATTServicesChanged,
and as a result, tests are updated to set the next discovery response
before calling this interface.

BUG=719826

Change-Id: I0f986eb7afe6fbf7ebaa80ac4b633d46a027b80d
Reviewed-on: https://chromium-review.googlesource.com/939984
Commit-Queue: Ovidio Henriquez <odejesush@chromium.org>
Reviewed-by: Giovanni Ortuño Urquidi <ortuno@chromium.org>
Cr-Commit-Position: refs/heads/master@{#541577}

wpt-commits: 4038be686e4912ac1779f73f9fca8d9cbfbb1ec0
wpt-pr: 9858
wpt-commits: 4038be686e4912ac1779f73f9fca8d9cbfbb1ec0
wpt-pr: 9858
2018-03-31 22:32:43 +01:00
moz-wptsync-bot 7ce8097a19 Bug 1441562 [wpt PR 9693]- Update wpt metadata, a=testonly
wpt-pr: 9693
wpt-type: metadata
2018-03-31 22:32:41 +01:00
Philip Jägenstedt 3a08e071e4 Bug 1441562 [wpt PR 9693] - Add more tests for data: URLs with space in body, a=testonly
Automatic update from web-platform-testsAdd more tests for data: URLs with space in body

This is to bring attention to the surprising difference between
application/xml, application/javascript and text/javascript. In Chrome
and Firefox, only the application/javascript case fails.

wpt-commits: 08d063d028f26c1ade1b151a1fb01a9d29877fdd
wpt-pr: 9693
wpt-commits: 08d063d028f26c1ade1b151a1fb01a9d29877fdd
wpt-pr: 9693
2018-03-31 22:32:39 +01:00
Benjamin C. Wiley Sittler 47adc21977 Bug 1443718 [wpt PR 9892] - Consolidate all IDL files into interfaces/, a=testonly
Automatic update from web-platform-testsMerge pull request #9892 from w3c/idl-in-interfaces

Consolidate all IDL files into interfaces/

wpt-commits: 4a9668d4ff65e156d833f1ebc48b6ee7e6d46779
wpt-pr: 9892
wpt-commits: 4a9668d4ff65e156d833f1ebc48b6ee7e6d46779
wpt-pr: 9892


--HG--
rename : testing/web-platform/tests/FileAPI/idlharness.idl => testing/web-platform/tests/interfaces/FileAPI.idl
rename : testing/web-platform/tests/IndexedDB/interfaces.idl => testing/web-platform/tests/interfaces/IndexedDB.idl
rename : testing/web-platform/tests/background-fetch/interfaces.idl => testing/web-platform/tests/interfaces/background-fetch.idl
rename : testing/web-platform/tests/cookie-store/cookie-store.idl => testing/web-platform/tests/interfaces/cookie-store.idl
rename : testing/web-platform/tests/encrypted-media/EncryptedMediaExtensions.idl => testing/web-platform/tests/interfaces/encrypted-media.idl
rename : testing/web-platform/tests/entries-api/interfaces.idl => testing/web-platform/tests/interfaces/entries-api.idl
rename : testing/web-platform/tests/storage/interfaces.idl => testing/web-platform/tests/interfaces/storage.idl
rename : testing/web-platform/tests/webauthn/interfaces.idl => testing/web-platform/tests/interfaces/webauthn.idl
2018-03-31 22:32:37 +01:00
moz-wptsync-bot dfd87f9559 Bug 1443740 [wpt PR 9896] - Update wpt metadata, a=testonly
wpt-pr: 9896
wpt-type: metadata
2018-03-31 22:32:34 +01:00
Domenic Denicola 771634b3a7 Bug 1443740 [wpt PR 9896] - Readable streams: test no throwing on redundant controller.error(), a=testonly
Automatic update from web-platform-testsReadable streams: test no throwing on redundant controller.error()

Follows https://github.com/whatwg/streams/pull/895.

wpt-commits: efa3c757473b615b31bcfbdd9e386db6bbb0f180
wpt-pr: 9896
wpt-commits: efa3c757473b615b31bcfbdd9e386db6bbb0f180
wpt-pr: 9896
2018-03-31 22:32:32 +01:00
Luke Bjerring b1440e0ac1 Bug 1444940 [wpt PR 9852] - Update the webidl IDL file, a=testonly
Automatic update from web-platform-testsUpdate the webidl IDL file (#9852)

wpt-commits: fbf57c4fdcfec9bba0ccb8fff495b23ed373c8ab
wpt-pr: 9852
wpt-commits: fbf57c4fdcfec9bba0ccb8fff495b23ed373c8ab
wpt-pr: 9852
2018-03-31 22:32:30 +01:00
Luke Bjerring 10ca00d0c3 Bug 1444351 [wpt PR 9764] - Update the clipboard-apis IDL file, a=testonly
Automatic update from web-platform-testsUpdate the clipboard-apis IDL file (#9764)

* Rename clipboard.idl -> clipboard-apis.idl
* Test a ClipboardEvent instance too

wpt-commits: 51e77bba5c7e01c569bf2150d0ea489c92111b19
wpt-pr: 9764
wpt-commits: 51e77bba5c7e01c569bf2150d0ea489c92111b19
wpt-pr: 9764
2018-03-31 22:32:27 +01:00
Dominic Farolino aa309bd3b3 Bug 1443348 [wpt PR 9860] - Enforce RequestInit enum values, a=testonly
Automatic update from web-platform-testsEnforce RequestInit enum values

This makes the Fetch API more standards compliant by
enforcing the enum values in the RequestInit dictionary,
as this is not taken care of by the IDL bindings themselves.
This enforces the mode, credentials, cache, and redirect properties
of RequestInit.

R=yhirano@chromium.org, yoav@yoav.ws

Bug: 777116
Change-Id: I8db5fd991b5ffa039dc2f67b4d8f525647fbf915
Reviewed-on: https://chromium-review.googlesource.com/841270
Commit-Queue: Yoav Weiss <yoav@yoav.ws>
Reviewed-by: Yoav Weiss <yoav@yoav.ws>
Reviewed-by: Yutaka Hirano <yhirano@chromium.org>
Cr-Commit-Position: refs/heads/master@{#541515}

wpt-commits: ab5b01b067b08ed34064b1eb0f7d82935969a20b
wpt-pr: 9860
wpt-commits: ab5b01b067b08ed34064b1eb0f7d82935969a20b
wpt-pr: 9860
2018-03-31 22:32:24 +01:00