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

Issue 2418853003: Worker: Import "imported/wpt/workers" tests (Retry) (Closed)

Created:
4 years, 2 months ago by nhiroki
Modified:
4 years, 2 months ago
Reviewers:
tkent
CC:
blink-reviews, blink-reviews-w3ctests_chromium.org, chromium-reviews, falken, jshin+watch_chromium.org, shimazu, tfarina
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Worker: Import "imported/wpt/workers" tests (Retry) The original CL was reverted because the test expectations didn't contain some failing tests. This CL imports the tests again with the updated test expectations. Original CL: https://codereview.chromium.org/2405143002/ BUG=651778, 655458 Committed: https://crrev.com/73080676d122f02c806548b21dd47729fc3a51df Cr-Commit-Position: refs/heads/master@{#425251}

Patch Set 1 : original CL #

Patch Set 2 : update TestExpectations #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6494 lines, -6 lines) Patch
M third_party/WebKit/LayoutTests/TestExpectations View 1 2 1 chunk +52 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/W3CImportExpectations View 1 2 1 chunk +1 line, -1 line 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/README.md View 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/WorkerGlobalScope_ErrorEvent_colno.htm View 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/WorkerGlobalScope_ErrorEvent_filename.htm View 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/WorkerGlobalScope_ErrorEvent_lineno.htm View 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/WorkerGlobalScope_ErrorEvent_message.htm View 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/WorkerGlobalScope_close.htm View 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/WorkerGlobalScope_importScripts.htm View 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/WorkerGlobalScope_importScripts_NetworkErr.htm View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/WorkerGlobalScope_setInterval.htm View 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/WorkerGlobalScope_setTimeout.htm View 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/WorkerLocation.htm View 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/WorkerLocation_hash.htm View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/WorkerLocation_hash_encoding.htm View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/WorkerLocation_hash_nonexist.htm View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/WorkerLocation_host.htm View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/WorkerLocation_hostname.htm View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/WorkerLocation_href.htm View 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/WorkerLocation_pathname.htm View 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/WorkerLocation_port.htm View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/WorkerLocation_protocol.htm View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/WorkerLocation_search.htm View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/WorkerLocation_search_empty.htm View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/WorkerLocation_search_fragment.htm View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/WorkerLocation_search_nonexist.htm View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/WorkerNavigator_appName.htm View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/WorkerNavigator_appVersion.htm View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/WorkerNavigator_onLine.htm View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/WorkerNavigator_platform.htm View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/WorkerNavigator_userAgent.htm View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/Worker_ErrorEvent_bubbles_cancelable.htm View 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/Worker_ErrorEvent_error.htm View 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/Worker_ErrorEvent_filename.htm View 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/Worker_ErrorEvent_lineno.htm View 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/Worker_ErrorEvent_message.htm View 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/Worker_ErrorEvent_type.htm View 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/Worker_basic.htm View 1 chunk +31 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/Worker_cross_origin_security_err.htm View 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/Worker_dispatchEvent_ErrorEvent.htm View 1 chunk +37 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/Worker_script_mimetype.htm View 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/Worker_terminate_event_queue.htm View 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/baseurl/alpha/importScripts.html View 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/baseurl/alpha/sharedworker.html View 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/baseurl/alpha/worker.html View 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/baseurl/alpha/xhr.html View 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/baseurl/beta/importScripts.py View 1 chunk +3 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/baseurl/beta/script.js View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/baseurl/beta/sharedworker.py View 1 chunk +3 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/baseurl/beta/subsharedworker.js View 1 chunk +3 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/baseurl/beta/subworker.js View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/baseurl/beta/test.txt View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/baseurl/beta/worker.py View 1 chunk +3 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/baseurl/beta/xhr.py View 1 chunk +3 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/baseurl/gamma/importScripts.js View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/baseurl/gamma/script.js View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/baseurl/gamma/sharedworker.js View 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/baseurl/gamma/subsharedworker.js View 1 chunk +3 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/baseurl/gamma/subworker.js View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/baseurl/gamma/test.txt View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/baseurl/gamma/worker.js View 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/baseurl/gamma/xhr.js View 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/SharedWorker/1 View 1 chunk +3 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/SharedWorker/URLMismatchError.htm View 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/SharedWorker/connect-event.html View 1 chunk +26 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/SharedWorker/dummy-name.html View 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/SharedWorker/dummy-shared-worker.html View 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/SharedWorker/empty-name.html View 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/SharedWorker/global-members.html View 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/SharedWorker/interface-objects.html View 1 chunk +41 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/SharedWorker/name.html View 1 chunk +24 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/SharedWorker/no-arguments-ctor.html View 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/SharedWorker/null View 1 chunk +3 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/SharedWorker/null-arguments.html View 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/SharedWorker/number-arguments.html View 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/SharedWorker/port-onmessage.html View 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/SharedWorker/port-properties.html View 1 chunk +26 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/SharedWorker/port-readonly.html View 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/SharedWorker/same-origin.html View 1 chunk +67 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/SharedWorker/setting-port-members.html View 1 chunk +59 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/SharedWorker/shared-worker.js View 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/SharedWorker/undefined View 1 chunk +3 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/SharedWorker/undefined-arguments.html View 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/SharedWorker/unexpected-global-properties.html View 1 chunk +30 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/SharedWorker/unresolvable-url.html View 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/Worker/1 View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/Worker/AbstractWorker.onerror.html View 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/Worker/Blob-url.html View 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/Worker/DedicatedWorkerGlobalScope-members.worker.js View 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/Worker/ctor-1.html View 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/Worker/ctor-null.html View 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/Worker/ctor-undefined.html View 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/Worker/expected-self-properties.worker.js View 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/Worker/no-arguments-ctor.html View 1 chunk +13 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/Worker/null View 1 chunk +1 line, -1 line 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/Worker/resolve-empty-string.html View 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/Worker/same-origin.html View 1 chunk +63 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/Worker/sample_worker/worker.js View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/Worker/terminate.html View 1 chunk +44 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/Worker/undefined View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/Worker/unexpected-self-properties.worker.js View 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/Worker/unresolvable-url.html View 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/constructors/Worker/use-base-url.html View 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/data-url.html View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/data-url-shared.html View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces.idl View 1 chunk +106 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces.worker.js View 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/DedicatedWorkerGlobalScope/EventTarget.worker.js View 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/DedicatedWorkerGlobalScope/onmessage.worker.js View 1 chunk +40 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/DedicatedWorkerGlobalScope/postMessage/event-ports-dedicated.html View 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/DedicatedWorkerGlobalScope/postMessage/imagedata-cloned-canvas-in-array.html View 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/DedicatedWorkerGlobalScope/postMessage/message-event.html View 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/DedicatedWorkerGlobalScope/postMessage/message-event.js View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/DedicatedWorkerGlobalScope/postMessage/return-value.worker.js View 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/DedicatedWorkerGlobalScope/postMessage/second-argument-null.html View 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/DedicatedWorkerGlobalScope/postMessage/second-argument-null-in-array.html View 1 chunk +26 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/DedicatedWorkerGlobalScope/postMessage/second-argument-undefined.html View 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/DedicatedWorkerGlobalScope/postMessage/setting-postMessage.html View 1 chunk +24 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/DedicatedWorkerGlobalScope/postMessage/structured-clone-imagedata.html View 1 chunk +30 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/DedicatedWorkerGlobalScope/postMessage/structured-clone-message.html View 1 chunk +58 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/SharedWorkerGlobalScope/name/getting.html View 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/SharedWorkerGlobalScope/name/setting.html View 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/SharedWorkerGlobalScope/onconnect.html View 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerGlobalScope/close/incoming-message.html View 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerGlobalScope/close/sending-messages.html View 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerGlobalScope/close/setInterval.html View 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerGlobalScope/close/setTimeout.html View 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerGlobalScope/location/helper-redirect.py View 1 chunk +3 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerGlobalScope/location/members.html View 1 chunk +31 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerGlobalScope/location/post-location-members.js View 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerGlobalScope/location/redirect.html View 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerGlobalScope/location/returns-same-object.html View 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerGlobalScope/location/setting-members.html View 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerGlobalScope/location/worker-separate-file.html View 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerGlobalScope/onerror/exception-in-onerror.html View 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerGlobalScope/onerror/handled.html View 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerGlobalScope/onerror/not-handled.html View 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerGlobalScope/onerror/propagate-to-window-onerror.html View 1 chunk +31 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerGlobalScope/self.html View 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerUtils/WindowTimers/001.html View 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerUtils/WindowTimers/002.html View 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerUtils/WindowTimers/003.html View 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerUtils/WindowTimers/004.html View 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerUtils/importScripts/001.worker.js View 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerUtils/importScripts/002.worker.js View 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerUtils/importScripts/003.html View 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerUtils/importScripts/004.html View 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerUtils/importScripts/005.html View 1 chunk +30 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerUtils/importScripts/006.html View 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerUtils/importScripts/007.html View 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerUtils/importScripts/008.html View 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerUtils/importScripts/009.html View 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerUtils/importScripts/010.html View 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerUtils/importScripts/011.html View 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerUtils/importScripts/012.html View 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerUtils/importScripts/1 View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerUtils/importScripts/null View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerUtils/importScripts/undefined View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerUtils/navigator/002.html View 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerUtils/navigator/003.html View 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerUtils/navigator/004.html View 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerUtils/navigator/005.html View 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerUtils/navigator/006.html View 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerUtils/navigator/007.html View 1 chunk +30 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/interfaces/WorkerUtils/navigator/language.html View 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/nested_worker.worker.js View 1 chunk +11 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/non-automated/application-cache-dedicated.js View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/non-automated/cache.manifest View 1 chunk +3 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/non-automated/infinite-nested.js View 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/non-automated/infinite-sibling.js View 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/non-automated/infinite-sibling-and-nested.js View 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/non-automated/post-a-1.js View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/postMessage_DataCloneErr.htm View 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/postMessage_clone_port.htm View 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/postMessage_clone_port_error.htm View 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/postMessage_event_properties.htm View 1 chunk +24 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/postMessage_ports_readonly_array.htm View 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/postMessage_target_source.htm View 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/encodings/001.html View 1 2 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/encodings/001.html.headers View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/encodings/002.html View 1 2 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/encodings/002.html.headers View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/encodings/003.html View 1 2 1 chunk +26 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/encodings/003-1.py View Binary file 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/encodings/004.html View 1 2 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/encodings/004.worker.js View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/interface-objects/001.worker.js View 1 chunk +79 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/interface-objects/002.worker.js View 1 chunk +49 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/interface-objects/003.html View 1 chunk +106 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/interface-objects/004.html View 1 chunk +73 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/multiple-workers/001.html View 1 chunk +41 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/multiple-workers/002.html View 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/multiple-workers/003.html View 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/multiple-workers/004.html View 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/multiple-workers/004-2.js View 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/multiple-workers/005.html View 1 chunk +37 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/multiple-workers/006.html View 1 chunk +35 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/multiple-workers/006-1.js View 1 chunk +3 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/multiple-workers/007.html View 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/multiple-workers/008.html View 1 chunk +31 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/navigation/001.html View 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/navigation/002.html View 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/reporting-errors/001.html View 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/reporting-errors/002.html View 1 chunk +59 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/reporting-errors/003.html View 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/reporting-errors/004.html View 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/run-a-worker/001.html View 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/run-a-worker/002.html View 1 chunk +24 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/run-a-worker/003.html View 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/structured-clone/common.js View 1 chunk +596 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/structured-clone/dedicated.html View 1 chunk +4 lines, -2 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/structured-clone/dedicated.js View 1 chunk +4 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/structured-clone/shared.html View 1 chunk +4 lines, -2 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/structured-clone/shared.js View 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/structured-clone/worker-common.js View 1 chunk +1018 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/xhr/001.html View 1 chunk +35 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/xhr/002.html View 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/xhr/003.html View 1 chunk +41 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/xhr/004.html View 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/xhr/005.html View 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/xhr/006.html View 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/xhr/support/001-1.xml View 1 chunk +1 line, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/xhr/support/005-1.js View 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/semantics/xhr/support/006-1.js View 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/support/ErrorEvent.js View 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/support/ErrorEvent-error.js View 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/support/ImportScripts.js View 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/support/ImportScriptsNetworkErr.js View 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/support/Timer.js View 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/support/WorkerBasic.js View 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/support/WorkerClose.js View 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/support/WorkerDataCloneErr.js View 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/support/WorkerLocation.js View 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/support/WorkerNavigator.js View 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/support/WorkerTerminate.js View 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/workers/support/WorkerText.txt View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (10 generated)
nhiroki
tkent@, can you review this again? Thanks.
4 years, 2 months ago (2016-10-14 03:48:03 UTC) #8
tkent
lgtm
4 years, 2 months ago (2016-10-14 04:09:57 UTC) #10
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/2418853003/60001
4 years, 2 months ago (2016-10-14 04:10:12 UTC) #11
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years, 2 months ago (2016-10-14 04:21:28 UTC) #13
commit-bot: I haz the power
4 years, 2 months ago (2016-10-14 04:24:30 UTC) #15
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/73080676d122f02c806548b21dd47729fc3a51df
Cr-Commit-Position: refs/heads/master@{#425251}

Powered by Google App Engine
This is Rietveld 408576698