Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(568)

Issue 2546853003: Add W3C encrypted-media tests (Closed)

Created:
4 years ago by jrummell
Modified:
4 years ago
Reviewers:
xhwang, qyearsley
CC:
chromium-reviews, blink-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add W3C encrypted-media tests BUG=664193 TEST=imported tests pass Committed: https://crrev.com/3a21b9ef6a2bee40813b39bc1cd8911a29dc28f6 Cr-Commit-Position: refs/heads/master@{#437343}

Patch Set 1 #

Total comments: 1

Patch Set 2 : add actual tests #

Patch Set 3 : remove original Google tests #

Patch Set 4 : rebase now that content files landed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12526 lines, -1 line) Patch
M third_party/WebKit/LayoutTests/NeverFixTests View 1 1 chunk +98 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/W3CImportExpectations View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/MANIFEST.json View 1 2 3 1 chunk +596 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/EncryptedMediaExtensions.idl View 1 1 chunk +119 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/README.md View 1 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-check-initdata-type.html View 1 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-events.html View 1 1 chunk +44 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-events-session-closed-event.html View 1 1 chunk +40 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-generate-request-disallowed-input.html View 1 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-invalid-license.html View 1 1 chunk +31 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-keystatuses.html View 1 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-keystatuses-multiple-sessions.html View 1 1 chunk +51 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-playback-destroy-persistent-license.html View 1 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-playback-persistent-license.html View 1 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-playback-persistent-license-events.html View 1 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-playback-persistent-usage-record.html View 1 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-playback-persistent-usage-record-events.html View 1 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-playback-retrieve-destroy-persistent-license.html View 1 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-playback-retrieve-persistent-license.html View 1 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-playback-retrieve-persistent-usage-record.html View 1 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-playback-temporary.html View 1 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-playback-temporary-clear-encrypted.html View 1 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-playback-temporary-encrypted-clear.html View 1 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-playback-temporary-encrypted-clear-sources.html View 1 1 chunk +59 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-playback-temporary-events.html View 1 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-playback-temporary-multikey.html View 1 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-playback-temporary-multikey-sequential.html View 1 1 chunk +54 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-playback-temporary-multikey-sequential-readyState.html View 1 1 chunk +55 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-playback-temporary-multisession.html View 1 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-playback-temporary-setMediaKeys-after-src.html View 1 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-playback-temporary-setMediaKeys-after-update.html View 1 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-playback-temporary-setMediaKeys-immediately.html View 1 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-playback-temporary-setMediaKeys-onencrypted.html View 1 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-playback-temporary-two-videos.html View 1 1 chunk +55 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-playback-temporary-waitingforkey.html View 1 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-requestmediakeysystemaccess.html View 1 1 chunk +40 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-reset-src-after-setmediakeys.html View 1 1 chunk +47 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-setmediakeys.html View 1 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-setmediakeys-again-after-playback.html View 1 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-setmediakeys-again-after-resetting-src.html View 1 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-setmediakeys-at-same-time.html View 1 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-setmediakeys-multiple-times-with-different-mediakeys.html View 1 1 chunk +49 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-setmediakeys-multiple-times-with-the-same-mediakeys.html View 1 1 chunk +49 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-setmediakeys-to-multiple-video-elements.html View 1 1 chunk +47 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-syntax-mediakeys.html View 1 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-syntax-mediakeysession.html View 1 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-syntax-mediakeysystemaccess.html View 1 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-unique-origin.html View 1 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-update-disallowed-input.html View 1 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-mp4-waiting-for-a-key.html View 1 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-not-callable-after-createsession.html View 1 1 chunk +35 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/clearkey-update-non-ascii-input.html View 1 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-check-initdata-type.html View 1 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-events.html View 1 1 chunk +71 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-events-session-closed-event.html View 1 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-expiration.html View 1 1 chunk +67 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-generate-request-disallowed-input.html View 1 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-invalid-license.html View 1 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-keystatuses.html View 1 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-keystatuses-multiple-sessions.html View 1 1 chunk +55 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-onencrypted.html View 1 1 chunk +47 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-playback-destroy-persistent-license.html View 1 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-playback-persistent-license.html View 1 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-playback-persistent-license-events.html View 1 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-playback-persistent-usage-record.html View 1 1 chunk +54 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-playback-persistent-usage-record-events.html View 1 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-playback-retrieve-destroy-persistent-license.html View 1 1 chunk +55 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-playback-retrieve-persistent-license.html View 1 1 chunk +54 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-playback-retrieve-persistent-usage-record.html View 1 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-playback-temporary.html View 1 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-playback-temporary-clear-encrypted.html View 1 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-playback-temporary-encrypted-clear.html View 1 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-playback-temporary-encrypted-clear-sources.html View 1 1 chunk +59 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-playback-temporary-events.html View 1 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-playback-temporary-expired.html View 1 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-playback-temporary-multikey.html View 1 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-playback-temporary-multikey-sequential.html View 1 1 chunk +57 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-playback-temporary-multikey-sequential-readyState.html View 1 1 chunk +58 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-playback-temporary-multisession.html View 1 1 chunk +55 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-playback-temporary-setMediaKeys-after-src.html View 1 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-playback-temporary-setMediaKeys-after-update.html View 1 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-playback-temporary-setMediaKeys-immediately.html View 1 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-playback-temporary-setMediaKeys-onencrypted.html View 1 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-playback-temporary-two-videos.html View 1 1 chunk +54 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-playback-temporary-waitingforkey.html View 1 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-requestmediakeysystemaccess.html View 1 1 chunk +41 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-reset-src-after-setmediakeys.html View 1 1 chunk +46 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-setmediakeys.html View 1 1 chunk +44 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-setmediakeys-again-after-playback.html View 1 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-setmediakeys-again-after-resetting-src.html View 1 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-setmediakeys-at-same-time.html View 1 1 chunk +44 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-setmediakeys-multiple-times-with-different-mediakeys.html View 1 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-setmediakeys-multiple-times-with-the-same-mediakeys.html View 1 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-setmediakeys-to-multiple-video-elements.html View 1 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-syntax-mediakeys.html View 1 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-syntax-mediakeysession.html View 1 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-syntax-mediakeysystemaccess.html View 1 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-unique-origin.html View 1 1 chunk +44 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-mp4-waiting-for-a-key.html View 1 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-not-callable-after-createsession.html View 1 1 chunk +35 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/drm-temporary-license-type.html View 1 1 chunk +71 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/idlharness.html View 1 1 chunk +51 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/polyfill/cast-polyfill.js View 1 1 chunk +80 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/polyfill/chrome-polyfill.js View 1 1 chunk +37 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/polyfill/clearkey-polyfill.js View 1 1 chunk +510 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/polyfill/edge-keystatuses.js View 1 1 chunk +144 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/polyfill/edge-persistent-usage-record.js View 1 1 chunk +193 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/polyfill/firefox-polyfill.js View 1 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/polyfill/make-polyfill-tests.py View 1 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/resources/clearkey-retrieve-destroy-persistent-license.html View 1 1 chunk +106 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/resources/clearkey-retrieve-persistent-license.html View 1 1 chunk +74 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/resources/drm-retrieve-destroy-persistent-license.html View 1 1 chunk +107 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/resources/drm-retrieve-persistent-license.html View 1 1 chunk +72 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/resources/drm-retrieve-persistent-usage-record.html View 1 1 chunk +71 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/resources/retrieve-persistent-usage-record.html View 1 1 chunk +93 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/check-initdata-type.js View 1 1 chunk +35 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/clearkey-update-non-ascii-input.js View 1 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/events.js View 1 1 chunk +59 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/events-session-closed-event.js View 1 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/expiration.js View 1 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/generate-request-disallowed-input.js View 1 1 chunk +73 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/invalid-license.js View 1 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/keystatuses.js View 1 1 chunk +165 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/keystatuses-multiple-sessions.js View 1 1 chunk +103 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/not-callable-after-createsession.js View 1 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/onencrypted.js View 1 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/playback-destroy-persistent-license.js View 1 1 chunk +95 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/playback-persistent-license.js View 1 1 chunk +77 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/playback-persistent-license-events.js View 1 1 chunk +125 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/playback-persistent-usage-record.js View 1 1 chunk +104 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/playback-persistent-usage-record-events.js View 1 1 chunk +109 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/playback-retrieve-persistent-license.js View 1 1 chunk +108 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/playback-retrieve-persistent-usage-record.js View 1 1 chunk +110 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/playback-temporary.js View 1 1 chunk +82 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/playback-temporary-encrypted-clear-sources.js View 1 1 chunk +109 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/playback-temporary-events.js View 1 1 chunk +131 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/playback-temporary-expired.js View 1 1 chunk +92 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/playback-temporary-multikey-sequential.js View 1 1 chunk +122 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/playback-temporary-multisession.js View 1 1 chunk +76 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/playback-temporary-setMediaKeys.js View 1 1 chunk +105 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/playback-temporary-two-videos.js View 1 1 chunk +83 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/playback-temporary-waitingforkey.js View 1 1 chunk +71 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/requestmediakeysystemaccess.js View 1 1 chunk +320 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/reset-src-after-setmediakeys.js View 1 1 chunk +61 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/setmediakeys.js View 1 1 chunk +49 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/setmediakeys-again-after-playback.js View 1 1 chunk +79 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/setmediakeys-again-after-resetting-src.js View 1 1 chunk +79 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/setmediakeys-at-same-time.js View 1 1 chunk +59 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/setmediakeys-multiple-times-with-different-mediakeys.js View 1 1 chunk +98 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/setmediakeys-multiple-times-with-the-same-mediakeys.js View 1 1 chunk +46 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/setmediakeys-to-multiple-video-elements.js View 1 1 chunk +54 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/syntax-mediakeys.js View 1 1 chunk +184 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/syntax-mediakeysession.js View 1 1 chunk +445 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/syntax-mediakeysystemaccess.js View 1 1 chunk +147 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/temporary-license-type.js View 1 1 chunk +61 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/unique-origin.js View 1 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/update-disallowed-input.js View 1 1 chunk +45 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/scripts/waiting-for-a-key.js View 1 1 chunk +166 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/util/clearkey-messagehandler.js View 1 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/util/drm-messagehandler.js View 1 1 chunk +262 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/util/fetch.js View 1 1 chunk +456 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/util/testmediasource.js View 1 1 chunk +49 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/util/utf8.js View 1 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/util/utils.js View 1 1 chunk +285 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (13 generated)
jrummell
PTAL. qyearsley@: I see that you've submitted a few updates attempting to get the auto-roller ...
4 years ago (2016-12-02 00:58:25 UTC) #2
xhwang
lg % nit, I'll defer to qyearsley for the final review. https://codereview.chromium.org/2546853003/diff/1/third_party/WebKit/LayoutTests/NeverFixTests File third_party/WebKit/LayoutTests/NeverFixTests (right): ...
4 years ago (2016-12-02 17:57:27 UTC) #3
qyearsley
On 2016/12/02 at 00:58:25, jrummell wrote: > PTAL. > > qyearsley@: I see that you've ...
4 years ago (2016-12-02 18:21:14 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2546853003/60001
4 years ago (2016-12-08 21:00:21 UTC) #15
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years ago (2016-12-08 21:15:44 UTC) #17
commit-bot: I haz the power
4 years ago (2016-12-08 21:17:27 UTC) #19
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/3a21b9ef6a2bee40813b39bc1cd8911a29dc28f6
Cr-Commit-Position: refs/heads/master@{#437343}

Powered by Google App Engine
This is Rietveld 408576698