Description was changed from ========== Implement ModuleScript::RunScript() BUG= ========== to ========== Implement ModuleScript::RunScript() This makes ...
3 years, 8 months ago
(2017-04-13 23:49:02 UTC)
#3
Description was changed from
==========
Implement ModuleScript::RunScript()
BUG=
==========
to
==========
Implement ModuleScript::RunScript()
This makes Modulator::ExecuteModule() to implement "run a module script"
https://html.spec.whatwg.org/#run-a-module-script, especially its Steps 1--5,
and calls it from ModuleScript::RunScript().
BUG=594639
==========
Dry run: Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/271886)
3 years, 8 months ago
(2017-04-14 00:08:27 UTC)
#7
Description was changed from ========== Implement ModuleScript::RunScript() This makes Modulator::ExecuteModule() to implement "run a module ...
3 years, 8 months ago
(2017-04-15 00:36:57 UTC)
#10
Description was changed from
==========
Implement ModuleScript::RunScript()
This makes Modulator::ExecuteModule() to implement "run a module script"
https://html.spec.whatwg.org/#run-a-module-script, especially its Steps 1--5,
and calls it from ModuleScript::RunScript().
BUG=594639
==========
to
==========
Implement ModuleScript::RunScript()
This makes Modulator::ExecuteModule() to implement "run a module script"
https://html.spec.whatwg.org/#run-a-module-script, especially its Steps 1--5,
and calls it from ModuleScript::RunScript().
This CL doesn't change the behavior because ModuleScript::RunScript() is not
yet called from ScriptLoader.
BUG=594639
==========
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
3 years, 8 months ago
(2017-04-15 00:51:29 UTC)
#11
Dry run: Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/272615)
3 years, 8 months ago
(2017-04-15 00:51:30 UTC)
#12
Is there any way to add a test? https://codereview.chromium.org/2819733002/diff/40001/third_party/WebKit/Source/core/dom/ModuleScript.cpp File third_party/WebKit/Source/core/dom/ModuleScript.cpp (right): https://codereview.chromium.org/2819733002/diff/40001/third_party/WebKit/Source/core/dom/ModuleScript.cpp#newcode48 third_party/WebKit/Source/core/dom/ModuleScript.cpp:48: InstantiationState()); ...
3 years, 8 months ago
(2017-04-17 07:33:43 UTC)
#15
On 2017/04/17 07:33:43, haraken wrote: > Is there any way to add a test? I ...
3 years, 8 months ago
(2017-04-17 07:36:14 UTC)
#16
On 2017/04/17 07:33:43, haraken wrote:
> Is there any way to add a test?
I think I can add a TESTF(ScriptModuleTest, Evalulate) for
ScriptModule::Evaluate. For ModulatorImpl, I think wpt layout tests are more
reasonable.
hiroshige
The CQ bit was checked by hiroshige@chromium.org to run a CQ dry run
3 years, 8 months ago
(2017-04-21 18:14:52 UTC)
#17
Dry run: Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/428040)
3 years, 8 months ago
(2017-04-21 20:39:17 UTC)
#20
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/436521)
3 years, 8 months ago
(2017-04-22 03:20:42 UTC)
#24
3 years, 8 months ago
(2017-04-25 02:45:51 UTC)
#28
Dry run: This issue passed the CQ dry run.
kouhei (in TOK)
On 2017/04/17 07:36:14, kouhei wrote: > On 2017/04/17 07:33:43, haraken wrote: > > Is there ...
3 years, 8 months ago
(2017-04-25 06:22:39 UTC)
#29
On 2017/04/17 07:36:14, kouhei wrote:
> On 2017/04/17 07:33:43, haraken wrote:
> > Is there any way to add a test?
> I think I can add a TESTF(ScriptModuleTest, Evalulate) for
> ScriptModule::Evaluate. For ModulatorImpl, I think wpt layout tests are more
> reasonable.
Done: https://codereview.chromium.org/2835133004/
hiroshige
The CQ bit was checked by hiroshige@chromium.org to run a CQ dry run
3 years, 8 months ago
(2017-04-26 00:46:31 UTC)
#30
CQ is committing da patch. Bot data: {"patchset_id": 140001, "attempt_start_ts": 1493248752692660, "parent_rev": "9efa729c382c00ae0746a4abf98e4358d9f12ff4", "commit_rev": "47926b6e51657d2dc6d10899f00357e06825956a"}
3 years, 8 months ago
(2017-04-26 23:29:23 UTC)
#45
CQ is committing da patch.
Bot data: {"patchset_id": 140001, "attempt_start_ts": 1493248752692660,
"parent_rev": "9efa729c382c00ae0746a4abf98e4358d9f12ff4", "commit_rev":
"47926b6e51657d2dc6d10899f00357e06825956a"}
commit-bot: I haz the power
Description was changed from ========== Implement ModuleScript::RunScript() This makes Modulator::ExecuteModule() to implement "run a module ...
3 years, 8 months ago
(2017-04-26 23:29:34 UTC)
#46
Message was sent while issue was closed.
Description was changed from
==========
Implement ModuleScript::RunScript()
This makes Modulator::ExecuteModule() to implement "run a module script"
https://html.spec.whatwg.org/#run-a-module-script, especially its Steps 1--5,
and calls it from ModuleScript::RunScript().
This CL doesn't change the behavior because ModuleScript::RunScript() is not
yet called from ScriptLoader.
BUG=594639
==========
to
==========
Implement ModuleScript::RunScript()
This makes Modulator::ExecuteModule() to implement "run a module script"
https://html.spec.whatwg.org/#run-a-module-script, especially its Steps 1--5,
and calls it from ModuleScript::RunScript().
This CL doesn't change the behavior because ModuleScript::RunScript() is not
yet called from ScriptLoader.
BUG=594639
Review-Url: https://codereview.chromium.org/2819733002
Cr-Commit-Position: refs/heads/master@{#467506}
Committed:
https://chromium.googlesource.com/chromium/src/+/47926b6e51657d2dc6d10899f003...
==========
commit-bot: I haz the power
Committed patchset #8 (id:140001) as https://chromium.googlesource.com/chromium/src/+/47926b6e51657d2dc6d10899f00357e06825956a
3 years, 8 months ago
(2017-04-26 23:29:35 UTC)
#47
Issue 2819733002: Implement ModuleScript::RunScript()
(Closed)
Created 3 years, 8 months ago by hiroshige
Modified 3 years, 8 months ago
Reviewers: kouhei (in TOK), haraken, module-dev_chromium.org, neis, Nate Chapin
Base URL:
Comments: 16