https://github.com/web-platform-tests/wpt

sort by:
Revision Author Date Message Commit Date
a99112e fixup! fixup! Add an ugly workaround for createDataChannelPair to make it work in Safari 24 May 2018, 22:01:25 UTC
efc98cc fixup! Add an ugly workaround for createDataChannelPair to make it work in Safari 23 May 2018, 23:07:11 UTC
a33fdef Increase timeout for channel exhaustion tests 23 May 2018, 22:20:14 UTC
cc9318b Add an ugly workaround for createDataChannelPair to make it work in Safari 23 May 2018, 21:55:58 UTC
d596bb8 fixup! Fix missing local timeout 23 May 2018, 18:56:59 UTC
ce857ba Fix missing local timeout 23 May 2018, 18:19:52 UTC
9424f2c Add the number 42 to the list of invalid types when sending a data channel message 20 May 2018, 21:27:55 UTC
be2c249 Remove a test case that is invalid now since https://github.com/w3c/webrtc-pc/pull/1849 has been merged 20 May 2018, 18:31:37 UTC
f661db6 Add RTCDataChannel-binaryType test file Move an existing test case from RTCDataChannel-send-receive 20 May 2018, 16:57:32 UTC
bfaebae Remove invalid *negotiated true and no id* test case Add explicit *negotiated false* and *negotiated true and id not defined* test cases 19 May 2018, 18:04:20 UTC
0322f4a Add a test based on discussion in https://github.com/w3c/webrtc-pc/pull/1851 with @jan-ivar 19 May 2018, 00:04:14 UTC
bc9521e Document Test.done_promise Fix missing arguments in some examples 09 May 2018, 16:00:58 UTC
1de5a54 Update `datachannel` event tests for https://github.com/w3c/webrtc-pc/pull/1851 09 May 2018, 14:38:55 UTC
acc0c18 Update all data channel tests to use async/await Make all data channel tests based on `promise_test` (to prevent resource exhaustion) Some cleanup 09 May 2018, 13:46:39 UTC
5d1cc68 Expose 'done' promise on testharness.js 08 May 2018, 19:15:11 UTC
9023de3 Add data channel send tests for `null` and `undefined` 08 May 2018, 15:00:37 UTC
8cb5eed Add license since some of the data channel tests are based on or inspired by previous work 08 May 2018, 15:00:37 UTC
c7a2b91 Add a short stress test for data channel sending/receiving Remove some console logging the linter complains about 08 May 2018, 15:00:37 UTC
b2192ea Fix SCTP transport constructor tests 08 May 2018, 15:00:36 UTC
ca876d6 Enhance descriptions of some test cases Fix typo 08 May 2018, 15:00:36 UTC
e6e0d03 Add data channel test case for ensuring an ordered data channel is ordered 08 May 2018, 15:00:36 UTC
d382182 Add data channel test case where both peers send simultaneously 08 May 2018, 15:00:36 UTC
5e3cbc7 Split send after close (channel and peer connection) into local and remote 08 May 2018, 15:00:35 UTC
f75134e Add test cases for sending all TypedArray types Add test cases for sending all types with offsets Fix tests for sending after closure of a channel (or a peer connection) Rename `assert_equals_array_buffer` and refactor to `assert_equals_typed_array` which accepts all kind of typed arrays and compares them using a DataView 08 May 2018, 15:00:35 UTC
7bbeb4f Add test for data channel buffered amount after closing a channel or a peer connection Minor refactoring and cleanup of RTCDataChannel-bufferedAmount 08 May 2018, 15:00:35 UTC
1246d56 Add a test that ensures the initial .bufferedAmount value is zero for both peers 08 May 2018, 15:00:35 UTC
ace8eb1 Add tests for sending after a channel (or a peer connection) has been closed 08 May 2018, 15:00:34 UTC
6ca537f Add test for sending 16 KiB x64 and check if it is being received 08 May 2018, 15:00:34 UTC
8b4f1a2 Add test for sending a message on the remote side (where the channel has been opened from the local side) 08 May 2018, 15:00:34 UTC
1f80d64 Split onopen test case into local and remote (for in-band negotiated channels) Add onopen event test case for negotiated channel 08 May 2018, 15:00:34 UTC
9b22a49 Add test for channel ID reuse after a former data channel with the same ID closed 08 May 2018, 15:00:33 UTC
c0bb2a4 Add todo note for https://github.com/w3c/webrtc-pc/issues/1829 08 May 2018, 15:00:33 UTC
e8380a6 Update exhausting channel IDs with one peer test to create 66535 data channel 08 May 2018, 15:00:33 UTC
ce4a105 Split "closing the peer connection should close all channels" test into local and remote 08 May 2018, 15:00:33 UTC
f21e9c9 Add RTCDataChannel.maxRetransmitTime member to historical 08 May 2018, 15:00:33 UTC
dcc429e Run all send/receive tests for negotiated asymmetric channels as well 08 May 2018, 15:00:32 UTC
463a27f Run all send/receive tests for negotiated channels as well 08 May 2018, 15:00:32 UTC
f2aa1f8 Add test for in-band negotiation of a data channel with a specific ID (should not be allowed) 08 May 2018, 15:00:32 UTC
2fa9285 Add test for default data channel configuration sync for the 'ondatachannel' event 08 May 2018, 15:00:32 UTC
9d04679 Fix the ondatachannel event test (don't set the ID, fix ID comparison, add negotiated flag check) 08 May 2018, 15:00:31 UTC
599d3af Add test case for createDataChannel with maxPacketLifeTime and maxRetransmits being null 08 May 2018, 15:00:31 UTC
49ff553 Add non-zero test case for creating a data channel with maxPacketLifeTime and maxRetransmits set 08 May 2018, 15:00:31 UTC
4b97aa4 Add more reliability parameter tests in RTCDataChannel-dcep 08 May 2018, 15:00:30 UTC
cca6778 Add tests for too long protocol and too long label by using unicode characters when creating a data channel 08 May 2018, 15:00:30 UTC
2ac3891 Add test for maximum length label and protocol using 3 byte unicode when creating a data channel via DCEP 08 May 2018, 15:00:30 UTC
33f3c1e Add test for data channel ID set to a number but negotiated set to false 08 May 2018, 15:00:30 UTC
8a91457 Fix missing id when using negotiated: true for data channel long label/protocol tests 08 May 2018, 15:00:29 UTC
1d219dc Add test for checking the ready state of a newly created data channel after the connection has been established 08 May 2018, 15:00:29 UTC
1d309c5 Update RTCPeerConnection-ondatachannel, readyState should be 'connecting' 08 May 2018, 15:00:29 UTC
a198577 Update RTCDataChannel-close tests to close multiple channels Add a test to RTCDataChannel-close which tests for the onclose event when closing the peer connection Add possibility to create multiple pairs when using the createDataChannelPair helper function Update all tests that use that helper function 08 May 2018, 15:00:29 UTC
785d29e Add timeout to tests in RTCDataChannel-bufferedAmountLowThreshold 08 May 2018, 15:00:28 UTC
69542f5 Use different message sizes for tests in RTCDataChannel-bufferedAmountLowThreshold Add a test which enqueues 10 messages 08 May 2018, 15:00:28 UTC
8535f43 Add ID reuse test after close to RTCDataChannel-id Split sending outstanding messages before a channel may become closed tests into two (close on the local/remote side) in RTCDataChannel-send-receive Add DCEP-channel ID reuse test to RTCPeerConnection-createDataChannel 08 May 2018, 15:00:28 UTC
9c31671 Add spec revision to RTCDataChannelEvent-constructor Minor refactoring 08 May 2018, 15:00:28 UTC
ffcf63d Rename RTCDataChannel-send to RTCDataChannel-send-receive 08 May 2018, 15:00:27 UTC
4b4746a Add test to RTCDataChannel-send which patches the remote maximum message size and expects a TypeError in case the message is larger than that 08 May 2018, 15:00:27 UTC
60abd34 Refactor and move empty string/buffer/blob tests into RTCDataChannel-send Remove datachannel-emptystring 08 May 2018, 15:00:27 UTC
6760d75 Update RTCDataChannel-send to the current spec Add send test for DataView Add test for invalid binary type Add test for changing the binary type on-the-fly Add tests for sending and receiving n bytes Add test for closing a channel with outstanding data 08 May 2018, 15:00:27 UTC
f783d92 Fix a bunch of invalid 'done' timeouts I've added Fix missing assert_unreached in RTCDataChannel-close Fix invalid creation of a data channel in RTCDataChannel-close 08 May 2018, 15:00:26 UTC
3636a10 Add RTCDataChannel-bufferedAmountLowThreshold which tests the bufferedamountlow event and the threshold value itself 08 May 2018, 15:00:26 UTC
cbc3c0b Update the description of RTCDataChannel-bufferedAmount 08 May 2018, 15:00:26 UTC
181d5cb Add test for RTCDataChannel label used twice 08 May 2018, 15:00:25 UTC
9c3769f Add untestable note to RTCDataChannel-close for data channel ids outside of the range of the negotiated amount of SCTP streams 08 May 2018, 15:00:24 UTC
052deba Add RTCDataChannel-close which includes tests regarding the closing procedure and the onclose event Add some timeout and fix missing unreachable checks for RTCDataChannel-onopen 08 May 2018, 15:00:24 UTC
98a6897 Update RTCPeerConnection-ondatachannel to the current spec (descriptions and comments only) 08 May 2018, 15:00:24 UTC
9659e30 Add RTCDataChannel-onopen test 08 May 2018, 15:00:24 UTC
27eedd0 Add test for SCTP transport closed state when the peer connection is being closed 08 May 2018, 15:00:23 UTC
5e40fc1 Add test to ensure the SCTP transport attribute remains null in case no SCTP transport is being negotiated 08 May 2018, 15:00:23 UTC
01a5ddf Add test to ensure the SCTP transport attribute remains null in case no data channels are being created 08 May 2018, 15:00:23 UTC
5da6bb8 Add RTCSctpTransport-onstatechange test which ensures that the event fires with the correct state Add an `IceCandidateQueue` helper class which allows you hold back ICE candidates conveniently until `exchangeIceCandidates` is called 08 May 2018, 15:00:23 UTC
0874c02 Update RTCSctpTransport-constructor tests Update to current spec version Add assert for 'state' Fix the assert for 'maxMessageSize' A bit of cleanup 08 May 2018, 15:00:22 UTC
3318326 Fix title of DCEP tests Move RTCPeerConnection.close tests into their own file 08 May 2018, 15:00:22 UTC
63ecbc0 Fix do not attempt to keep data channels referenced since they should have a strong reference to the RTCPeerConnection instance anyway 08 May 2018, 15:00:22 UTC
8993fa1 Add tests for data channel closing procedure when the peer connection is being closed 08 May 2018, 15:00:22 UTC
d70a2e3 Fix RTCSctpTransport-id tests to always check for reused IDs Add test for violation of odd/even rule with mixed channels (negotiated & DCEP-negotiated) 08 May 2018, 15:00:21 UTC
a0c5ad9 Update the renegotiation test in RTCSctpTransport-maxMessageSize 08 May 2018, 15:00:21 UTC
a115354 Add exhausting ID tests to RTCSctpTransport-id tests Add a test that tries to create the maximum number of data channels until no ids are free anymore after the connection has been established. Add a test that checks if channel IDs are being reassigned after exhaustion in case a channel has been closed. Add a test that tries to create the theoretical maximum number of data channels and ensure that violation of the odd/even rule does not occur. Add a test that tries to create the theoretical maximum number of data channels before the connection has been established (and check if some of them are properly teared down). 08 May 2018, 15:00:21 UTC
62ee18f Update RTCSctpTransport-maxMessageSize tests Once canSendSize has been determined, require it to be available in further tests that depend on it Fix canSendSize checks (explicitly check for the 0 case) Fix remoteMMS > canSendSize test for the 0 case Update descriptions to make them more precise 08 May 2018, 15:00:21 UTC
9fc3ada Add RTCPeerConnection-dcep tests which test whether data channel options are synchronized correctly across peers. Add optional 'channelLabel' and 'channelOptions' to `createDataChannelPair` 08 May 2018, 15:00:20 UTC
016ab0d Update RTCPeerConnection-id to current spec version (only the description has been updated) 08 May 2018, 15:00:20 UTC
f4bb835 Update RTCPeerConnection-createDataChannel tests Update to current spec version Fix missing import to RTCPeerConnection-helper.js Test .bufferedAmount and .bufferedAmountLowThreshold Fix invalid use of 'label' in RTCDataChannelInit Add negotiated true and id null test Add reusing an id that is in use tests 08 May 2018, 15:00:20 UTC
0050cfb HTML: <iframe>.contentDocument of a data: URL document is null (#10894) Fixes #1480. 08 May 2018, 13:50:12 UTC
347227e Separate out wpt-specific parts of config from wptserve This moves the parts of the Config class that are specific to wpt into serve.Config, so that wptserve can be used independently of the rest of wpt. It also moves the sslutils module into wptserve since this is required for the ssl configuration in wptserve and isn't useful independently. As part of this, the config.default.json file is removed in favour of a default configuration defined in the class itself. 08 May 2018, 13:42:53 UTC
f0fe479 URL: host setter with default port against URL with non-default port See https://github.com/nodejs/node/pull/20479. 08 May 2018, 12:26:20 UTC
d7fb500 Remove unneeded lint.whitelist lines 08 May 2018, 12:14:40 UTC
fc03b17 ReadableStreamBytesConsumer should check read results ReadableStreamBytesConsumer expected that the results from ReadableStreamReaderDefaultRead should be Promise<Object> because that is provided from ReadableStream provided by blink, but it's possible to inject arbitrary values with the promise assimilation. This CL adds additional checks for such injection. Bug: 840320 Change-Id: I7b3c6a8bfcf563dd860b133ff0295dd7a5d5fea5 Reviewed-on: https://chromium-review.googlesource.com/1049413 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#556751} 08 May 2018, 11:41:29 UTC
8b10545 Add support for JS shell tests to the manifest code. 08 May 2018, 10:36:25 UTC
41c88bf Reland "Adds a test for basic WebRTC video codec conformance." This reverts commit 8d1dda318f73e9293d572e08b8773cf137ee7014. Reason for revert: Now disabling test on relevant platforms. Original change's description: > Revert "Adds a test for basic WebRTC video codec conformance." > > This reverts commit 72aef1a4cea800fff0d5375c284c6d071cf3d46c. > > Reason for revert: Failing on Win / Mac / Linux bots > > Unexpected Failures: > * external/wpt/webrtc/protocol/video-codecs.html > * virtual/webrtc-wpt-unified-plan/external/wpt/webrtc/protocol/video-codecs.html > > WebKit Win7 https://ci.chromium.org/buildbot/chromium.webkit/WebKit%20Win7/63947 > WebKit Win10 https://ci.chromium.org/buildbot/chromium.webkit/WebKit%20Win10/34576 > WebKit Mac10.10 https://ci.chromium.org/buildbot/chromium.webkit/WebKit%20Mac10.10/46846 > WebKit Mac10.11 https://ci.chromium.org/buildbot/chromium.webkit/WebKit%20Mac10.11/32883 > WebKit Linux Trusty https://ci.chromium.org/buildbot/chromium.webkit/WebKit%20Linux%20Trusty/44403 > > (It passes on Mac 10.12.) > > Original change's description: > > Adds a test for basic WebRTC video codec conformance. > > > > This tests that the browser conforms to RFC 7742, "WebRTC Video > > Processing and Codec Requrements". > > > > It establishes a new subdirectory for protocol-related WebRTC tests. > > > > Bug: chromium:839753 > > Change-Id: Ia4795c4532fb74ae76e6a47329a41807479113c5 > > Reviewed-on: https://chromium-review.googlesource.com/1043886 > > Commit-Queue: Harald Alvestrand <hta@chromium.org> > > Reviewed-by: Philip Jägenstedt <foolip@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#556454} > > TBR=mflodman@webrtc.org,hta@chromium.org,foolip@chromium.org > > Change-Id: Id3789b69df63d7e41be3573ca1fbb5a07b00e7e7 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: chromium:839753 > Reviewed-on: https://chromium-review.googlesource.com/1049088 > Reviewed-by: Kunihiko Sakamoto <ksakamoto@chromium.org> > Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> > Cr-Commit-Position: refs/heads/master@{#556645} TBR=mflodman@webrtc.org,hta@chromium.org,ksakamoto@chromium.org,foolip@chromium.org Change-Id: I867cf04bfc7cd48afea3b5a26f0af77eef731434 Bug: chromium:839753, chromium:840659 Reviewed-on: https://chromium-review.googlesource.com/1049525 Reviewed-by: Philip Jägenstedt <foolip@chromium.org> Reviewed-by: Harald Alvestrand <hta@chromium.org> Commit-Queue: Harald Alvestrand <hta@chromium.org> Cr-Commit-Position: refs/heads/master@{#556731} 08 May 2018, 09:03:30 UTC
11f912e HTML: FormData representation of <input type=file> without selection For https://github.com/whatwg/html/pull/3658. 08 May 2018, 08:59:15 UTC
42ae4a4 Worker: Throw an exception when importScripts() is called on "module" worker Spec: https://html.spec.whatwg.org/multipage/workers.html#dom-workerglobalscope-importscripts "1. If worker global scope's type is "module", throw a TypeError exception." Bug: 831420 Change-Id: I6a1976363435596562689988ed39394a3b735779 Reviewed-on: https://chromium-review.googlesource.com/1038926 Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by: Matt Falkenhagen <falken@chromium.org> Reviewed-by: Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#556713} 08 May 2018, 07:46:03 UTC
d50825b DOM: non-Text nodes are not touched by normalization This test makes sure that non-Text nodes are not touched even if they hold empty text strings. This test was motivated by a bug present in the jsdom library. 08 May 2018, 07:34:03 UTC
9949cb5 webrtc wpt: pass test in promise_test and async_test passes the test argument in promise_test and async_test so it can be used to add cleanup. Change done with a jscodeshift codemod that detects there were no arguments to promise_test (or async_test): export default function transformer(file, api) { const j = api.jscodeshift; return j(file.source) // .find(j.CallExpression) .find(j.CallExpression, {callee: {type: 'Identifier', name: 'promise_test'}}) .forEach(path => { if (path.value.arguments[0].params.length === 0) { path.value.arguments[0].params.push(j.identifier('t')); } }) .toSource(); }; BUG=836871 Change-Id: Ie7dd7fb0dd8a4da6c4c00f3616fd41d1d47854ef Reviewed-on: https://chromium-review.googlesource.com/1047674 Reviewed-by: Harald Alvestrand <hta@chromium.org> Commit-Queue: Harald Alvestrand <hta@chromium.org> Cr-Commit-Position: refs/heads/master@{#556711} 08 May 2018, 07:26:42 UTC
fcf42b6 HTML: no longer depend on SVGElement in IDL See https://github.com/whatwg/html/pull/3671. 08 May 2018, 06:56:43 UTC
b9f5402 DOM: retarget relatedTarget relatedTarget gets retargeted. Also use test rather than async_test if possible. Fixes #10854. 08 May 2018, 06:52:50 UTC
bfbb259 Revert "Adds a test for basic WebRTC video codec conformance." This reverts commit 72aef1a4cea800fff0d5375c284c6d071cf3d46c. Reason for revert: Failing on Win / Mac / Linux bots Unexpected Failures: * external/wpt/webrtc/protocol/video-codecs.html * virtual/webrtc-wpt-unified-plan/external/wpt/webrtc/protocol/video-codecs.html WebKit Win7 https://ci.chromium.org/buildbot/chromium.webkit/WebKit%20Win7/63947 WebKit Win10 https://ci.chromium.org/buildbot/chromium.webkit/WebKit%20Win10/34576 WebKit Mac10.10 https://ci.chromium.org/buildbot/chromium.webkit/WebKit%20Mac10.10/46846 WebKit Mac10.11 https://ci.chromium.org/buildbot/chromium.webkit/WebKit%20Mac10.11/32883 WebKit Linux Trusty https://ci.chromium.org/buildbot/chromium.webkit/WebKit%20Linux%20Trusty/44403 (It passes on Mac 10.12.) Original change's description: > Adds a test for basic WebRTC video codec conformance. > > This tests that the browser conforms to RFC 7742, "WebRTC Video > Processing and Codec Requrements". > > It establishes a new subdirectory for protocol-related WebRTC tests. > > Bug: chromium:839753 > Change-Id: Ia4795c4532fb74ae76e6a47329a41807479113c5 > Reviewed-on: https://chromium-review.googlesource.com/1043886 > Commit-Queue: Harald Alvestrand <hta@chromium.org> > Reviewed-by: Philip Jägenstedt <foolip@chromium.org> > Cr-Commit-Position: refs/heads/master@{#556454} TBR=mflodman@webrtc.org,hta@chromium.org,foolip@chromium.org Change-Id: Id3789b69df63d7e41be3573ca1fbb5a07b00e7e7 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: chromium:839753 Reviewed-on: https://chromium-review.googlesource.com/1049088 Reviewed-by: Kunihiko Sakamoto <ksakamoto@chromium.org> Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#556645} 08 May 2018, 02:31:34 UTC
d9587de [KeyboardMap] Initial stub for navigator.keyboard.getLayoutMap This includes the WebIDL defs, initial WebPlatformTests and mojom over to stubs in the RenderWidgetHost. Spec: https://wicg.github.io/keyboard-map/ A proper implementation for this API will be in follow up cls, a separate cl per platform. Bug: 832811 Change-Id: I17dee21095665739a3f1986e48a2182d6b6fab00 Reviewed-on: https://chromium-review.googlesource.com/1014244 Commit-Queue: Gary Kacmarcik <garykac@chromium.org> Reviewed-by: Kentaro Hara <haraken@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Philip Jägenstedt <foolip@chromium.org> Reviewed-by: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#556639} 08 May 2018, 02:19:43 UTC
6d54170 [Picture-in-Picture] Resolve promises when window is created and closed. This makes the promise returned by enterPictureInPicture() resolved only when window is created. Picture-in-Picture window size is still hard-coded though and will be fixed in a future CL. This also makes the promise returned by exitPictureInPicture() resolved only when window is closed. Bug: 806249 Change-Id: I8232a42a50b808527560eb0e6a69d8fb98da63e4 Reviewed-on: https://chromium-review.googlesource.com/1025832 Reviewed-by: Frank Liberato <liberato@chromium.org> Reviewed-by: Kentaro Hara <haraken@chromium.org> Reviewed-by: apacible <apacible@chromium.org> Reviewed-by: Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: François Beaufort <beaufort.francois@gmail.com> Cr-Commit-Position: refs/heads/master@{#556567} 07 May 2018, 22:10:29 UTC
bbb7327 Allow 0% in font-stretch Per https://github.com/w3c/csswg-drafts/issues/2591, 0% should be an allowed value in font-stretch. Remove the check that percentages are >= 0 for font-stretch, as any negative non calc values are already rejected by kValueRangeNonNegative. Also update a test of valid calc values in font-stretch, as even though they are outside the allowed range, they should not be subject to parse-time constraints. Bug: 834236 Change-Id: I0e728d8cc89b45bac7be956a7662533d4775c511 Reviewed-on: https://chromium-review.googlesource.com/1046926 Commit-Queue: Chris Nardi <cnardi@chromium.org> Reviewed-by: Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#556568} 07 May 2018, 21:50:17 UTC
6f03878 Add web platform tests for the new client hints Add tests for "rtt", "downlink" and "ect". Bug: 835333 Change-Id: If54c01612f10e96f7b37868e19b01a7ff3266d43 Reviewed-on: https://chromium-review.googlesource.com/1045917 Reviewed-by: Robert Ma <robertma@chromium.org> Reviewed-by: Ryan Sturm <ryansturm@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#556532} 07 May 2018, 20:21:41 UTC
2f00d45 Add client hints headers as CORS safe headers Client hints are device-specific and not origin specific. This brings Chromium to be spec-compliant. Bug: 830118 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I5a645c1d89fb7800168a2bdf571122f1dce01743 Reviewed-on: https://chromium-review.googlesource.com/1000879 Commit-Queue: Tarun Bansal <tbansal@chromium.org> Reviewed-by: Yutaka Hirano <yhirano@chromium.org> Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#556518} 07 May 2018, 19:51:05 UTC
back to top