Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Go to file
Hiroki Nakagawa 2a5f1429c0 Bug 1458564 [wpt PR 10776] - Worker: Throw an exception when importScripts() is called on "module" worker, a=testonly
Automatic update from web-platform-testsWorker: 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}

--

wpt-commits: 42ae4a432d5264eba6c7171c8ecfcb26dc9fa1a8
wpt-pr: 10776
2018-05-14 09:55:41 +00:00
.cargo
.vscode
accessible Bug 1455749 - Simplify text navigation and remove editstate in AccessFu (2/2). r=yzen 2018-05-11 08:30:00 +03:00
browser Merge inbound to mozilla-central. a=merge 2018-05-13 00:50:36 +03:00
build Merge inbound to mozilla-central. a=merge 2018-05-12 12:47:14 +03:00
caps
chrome
config Bug 1459285: Update tzdata in ICU data files to 2018e. r=Waldo 2018-05-09 01:12:01 -07:00
db
devtools Bug 1452715 - Add support for same-site cookie attribute to "Cookies" netmonitor side-panel; r=Honza 2018-05-05 18:24:20 +02:00
docshell
dom Bug 1456721 - Add automated test to check new CORS console message. r=ckerschb 2018-05-13 14:45:34 -04:00
editor Bug 1408301: Remove getPropertyCSSValue. r=bz 2018-05-12 11:23:47 +02:00
embedding
extensions
gfx Bug 1396450 - Don't apply ToLowerCase to font feature identifiers used in @font-feature-values rules, as the spec says they're case sensitive. r=xidorn 2018-05-14 10:05:25 +01:00
gradle/wrapper
hal
image
intl Bug 1459285: Update tzdata in ICU data files to 2018e. r=Waldo 2018-05-09 01:12:01 -07:00
ipc Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-05-10 19:46:00 +03:00
js Bug 1440610 - Rename ArenaLists::placeholder to ArenaLists::emptySentinel. r=jonco 2018-05-12 19:55:17 +02:00
layout Bug 1396450 - Don't apply ToLowerCase to font feature identifiers used in @font-feature-values rules, as the spec says they're case sensitive. r=xidorn 2018-05-14 10:05:25 +01:00
media Bug 1460966 - lib/apiwrapper.c & lib/decapiwrapper.c are unused r=cpearce 2018-05-11 21:17:59 +02:00
memory
mfbt
mobile Merge inbound to mozilla-central. a=merge 2018-05-12 12:47:14 +03:00
modules Bug 1459561 - Apply Meta CSP to Content Privileged about:studies. r=ckerschb, r=Gijs 2018-05-13 14:47:36 -04:00
mozglue Merge inbound to mozilla-central. a=merge 2018-05-11 12:36:02 +03:00
netwerk Bug 1460198 - When calling SetRef/SetQuery/SetPathQueryRef you should do the same for the inner URI r=bz 2018-05-12 16:30:07 +02:00
nsprpub
other-licenses
parser
python Bug 1460806 - Clean up Fluent migration recipes r=gandalf 2018-05-11 08:12:52 +02:00
security Merge inbound to mozilla-central. a=merge 2018-05-11 12:36:02 +03:00
services
servo Bug 1460655: Support x as a resolution unit. r=xidorn 2018-05-10 18:11:52 +02:00
startupcache
storage
taskcluster Backed out changeset ba91fec47e90 (bug 1237182) for breaking the Windows 2012 Nightlies. a=backout 2018-05-12 17:33:18 +03:00
testing Bug 1458564 [wpt PR 10776] - Worker: Throw an exception when importScripts() is called on "module" worker, a=testonly 2018-05-14 09:55:41 +00:00
third_party Bug 1459935 - Update Cargo lockfiles and re-vendor rust dependencies. r=jrmuizel 2018-05-11 09:15:09 -04:00
toolkit Bug 1460210 - Don't use GetProcAddress on Parental Control code. r=dmajor 2018-05-14 10:58:53 +09:00
tools Bug 1451853 - Include Firefox build id and source URL in profiler meta information. r=mstange 2018-05-10 21:37:35 -07:00
uriloader
view
widget Merge inbound to mozilla-central. a=merge 2018-05-12 12:47:14 +03:00
xpcom Bug 1460733 - Rename nsTArrayHeader::sEmptyHdr to extern "C" { sEmptyTArrayHeader } so that thin-vec can link with it. r=froydnj 2018-05-10 16:37:27 -04:00
xpfe/appshell
.arcconfig
.clang-format
.clang-format-ignore
.cron.yml
.eslintignore
.eslintrc.js
.flake8
.gdbinit
.gdbinit_python
.gitignore
.hgignore
.hgtags
.inferconfig
.lldbinit
.mailmap
.taskcluster.yml
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle
Cargo.lock Bug 1459935 - Update Cargo lockfiles and re-vendor rust dependencies. r=jrmuizel 2018-05-11 09:15:09 -04:00
Cargo.toml
client.mk
client.py
CLOBBER
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
LEGAL
LICENSE
mach
Makefile.in
moz.build
moz.configure
mozilla-config.h.in
old-configure.in
package-lock.json
package.json
README.txt
settings.gradle
test.mozbuild

An explanation of the Mozilla Source Code Directory Structure and links to
project pages with documentation can be found at:

    https://developer.mozilla.org/en/Mozilla_Source_Code_Directory_Structure

For information on how to build Mozilla from the source code, see:

    https://developer.mozilla.org/en/docs/Build_Documentation

To have your bug fix / feature added to Mozilla, you should create a patch and
submit it to Bugzilla (https://bugzilla.mozilla.org). Instructions are at:

    https://developer.mozilla.org/en/docs/Creating_a_patch
    https://developer.mozilla.org/en/docs/Getting_your_patch_in_the_tree

If you have a question about developing Mozilla, and can't find the solution
on https://developer.mozilla.org, you can try asking your question in a
mozilla.* Usenet group, or on IRC at irc.mozilla.org. [The Mozilla news groups
are accessible on Google Groups, or news.mozilla.org with a NNTP reader.]

You can download nightly development builds from the Mozilla FTP server.
Keep in mind that nightly builds, which are used by Mozilla developers for
testing, may be buggy. Firefox nightlies, for example, can be found at:

    https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/
            - or -
    https://www.mozilla.org/firefox/channel/desktop/#nightly