Revision dd79be3ee575503e4e9595dfe8ce8141d8aedb72 authored by Hiroki Nakagawa on 22 March 2018, 05:53:36 UTC, committed by Chromium WPT Sync on 22 March 2018, 05:53:36 UTC
This CL supports ES Modules on DedicatedWorker behind the ModuleDedicatedWorker
flag and adds WPT tests.

With the flag, you can specify 'type' option on the constructor of
DedicatedWorker (i.e., new Worker) to start a dedicated worker as a module
script. On DedicatedWorkerGlobalScope, static import is available, but dynamic
import() hasn't been implemented yet.

Bug: 680046
Change-Id: I3aca350228ec07be7884c7a2eb8cd351e7fd6b6e
Reviewed-on: https://chromium-review.googlesource.com/967908
Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org>
Reviewed-by: Kouhei Ueno <kouhei@chromium.org>
Cr-Commit-Position: refs/heads/master@{#544983}
1 parent 14f1aec
History
File Mode Size
OWNERS -rw-r--r-- 33 bytes
battery-charging-manual.https.html -rw-r--r-- 1.7 KB
battery-discharging-manual.https.html -rw-r--r-- 1.7 KB
battery-full-manual.https.html -rw-r--r-- 1.3 KB
battery-iframe.https.html -rw-r--r-- 995 bytes
battery-insecure-context.html -rw-r--r-- 801 bytes
battery-interface-idlharness.https.html -rw-r--r-- 2.5 KB
battery-plugging-in-manual.https.html -rw-r--r-- 3.9 KB
battery-promise-window.https.html -rw-r--r-- 920 bytes
battery-promise.https.html -rw-r--r-- 820 bytes
battery-unplugging-manual.https.html -rw-r--r-- 3.5 KB
support-iframe.html -rw-r--r-- 59 bytes
support-window-open.html -rw-r--r-- 278 bytes

back to top