Jon Coppeard
|
e8462c961e
|
Bug 1342012 - Allow dynamic import in cases where there's no referencing script or module r=smaug
|
2018-12-06 16:52:18 -05:00 |
Jon Coppeard
|
142826e981
|
Bug 1342012 - Support dynamic import from classic scripts by creating ClassicScript objects and associating them with the compiled JSScriptsr r=smaug
|
2018-12-06 16:52:17 -05:00 |
Jon Coppeard
|
ce265eb48d
|
Bug 1342012 - Initial browser support for dynamic import from module scripts r=smaug
|
2018-12-06 16:52:15 -05:00 |
Sylvestre Ledru
|
265e672179
|
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
# ignore-this-changeset
--HG--
extra : amend_source : 4d301d3b0b8711c4692392aa76088ba7fd7d1022
|
2018-11-30 11:46:48 +01:00 |
Jon Coppeard
|
7e4b3bcb99
|
Bug 1480720 - Factor out script fetch options from script load request classes r=baku
|
2018-08-06 10:54:28 +01:00 |
Jon Coppeard
|
9b97fa3a81
|
Bug 1342416 - Preload module scripts r=baku
|
2018-02-15 13:18:59 +00:00 |
Andrea Marchesini
|
8f0c2b3ab9
|
Bug 1428745 - Remove support for version parameter from script loader, r=jonco
|
2018-01-09 17:00:49 +01:00 |
Narcis Beleuzu
|
0cc8c52dcb
|
Backed out 6 changesets (bug 1428745) for wpt failures on script-type-and-language-with-params.html. r=backout on a CLOSED TREE
Backed out changeset 9e84285278fe (bug 1428745)
Backed out changeset e199f1ccf64c (bug 1428745)
Backed out changeset dfb9af93ac53 (bug 1428745)
Backed out changeset 1d975770bd9a (bug 1428745)
Backed out changeset 1d5dc7dfd429 (bug 1428745)
Backed out changeset 4e53f251c5b8 (bug 1428745)
|
2018-01-10 00:37:59 +02:00 |
Andrea Marchesini
|
9d1d1b1ff3
|
Bug 1428745 - Remove support for version parameter from script loader, r=jonco
|
2018-01-09 17:00:49 +01:00 |
Jon Coppeard
|
ef759bb6a5
|
Bug 1425843 - Pass correct referrer and referrer policy when fetching modules r=smaug
|
2017-12-19 15:30:49 +00:00 |
Jon Coppeard
|
cf046ed130
|
Bug 1365187 - Keep track of which modules in a graph have been fetched using a visited set r=smaug
|
2017-12-14 15:13:57 -06:00 |
Jan de Mooij
|
a8cef631a3
|
Bug 1417895 part 2 - Use a ValidJSVersion enum instead of JSVersion in script loader. r=bz
|
2017-11-18 23:16:09 +01:00 |
Jon Coppeard
|
57cc56cf0b
|
Bug Bug 1388728 - Update module loader error handling to match the spec r=bkelly
|
2017-08-22 10:34:14 +01:00 |
Andrea Marchesini
|
cd805aa7fd
|
Bug 1362119 - part 2 - Fixing the code style in dom/script, r=ehsan
|
2017-05-08 08:25:03 +02:00 |
Andrea Marchesini
|
9326c6d072
|
Bug 1362119 - part 2 - Splitting ScriptLoader in multiple files, r=ehsan
This patch it's huge because I use hg cp in order to keep the history/blame
during the moving.
--HG--
rename : dom/script/ScriptLoader.cpp => dom/script/ModuleLoadRequest.cpp
rename : dom/script/ScriptLoader.cpp => dom/script/ModuleLoadRequest.h
rename : dom/script/ScriptLoader.cpp => dom/script/ModuleScript.cpp
rename : dom/script/ScriptLoader.cpp => dom/script/ModuleScript.h
rename : dom/script/ScriptLoader.cpp => dom/script/ScriptLoadHandler.cpp
rename : dom/script/ScriptLoader.h => dom/script/ScriptLoadHandler.h
rename : dom/script/ScriptLoader.cpp => dom/script/ScriptLoadRequest.cpp
rename : dom/script/ScriptLoader.h => dom/script/ScriptLoadRequest.h
|
2017-05-08 08:24:44 +02:00 |
Carsten "Tomcat" Book
|
6201e6527c
|
Backed out changeset a8abdd77a92c (bug 1362119)
|
2017-05-08 09:54:08 +02:00 |
Carsten "Tomcat" Book
|
a786373f4a
|
Backed out changeset 30104bffcd4b (bug 1362119)
|
2017-05-08 09:54:06 +02:00 |
Andrea Marchesini
|
f629d54e2c
|
Bug 1362119 - part 2 - Fixing the code style in dom/script, r=ehsan
|
2017-05-08 08:25:03 +02:00 |
Andrea Marchesini
|
3dec24b843
|
Bug 1362119 - part 2 - Splitting ScriptLoader in multiple files, r=ehsan
This patch it's huge because I use hg cp in order to keep the history/blame
during the moving.
--HG--
rename : dom/script/ScriptLoader.cpp => dom/script/ModuleLoadRequest.cpp
rename : dom/script/ScriptLoader.cpp => dom/script/ModuleLoadRequest.h
rename : dom/script/ScriptLoader.cpp => dom/script/ModuleScript.cpp
rename : dom/script/ScriptLoader.cpp => dom/script/ModuleScript.h
rename : dom/script/ScriptLoader.cpp => dom/script/ScriptLoadHandler.cpp
rename : dom/script/ScriptLoader.h => dom/script/ScriptLoadHandler.h
rename : dom/script/ScriptLoader.cpp => dom/script/ScriptLoadRequest.cpp
rename : dom/script/ScriptLoader.h => dom/script/ScriptLoadRequest.h
|
2017-05-08 08:24:44 +02:00 |