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

Issue 2782403002: [ES6 modules] Implement #concept-module-script-instantiation-error (Closed)

Created:
3 years, 8 months ago by kouhei (in TOK)
Modified:
3 years, 8 months ago
CC:
blink-reviews, blink-reviews-dom_chromium.org, chromium-reviews, dglazkov+blink, eae+blinkwatch, rwlbuis, sof
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[ES6 modules] Implement #concept-module-script-instantiation-error This CL implements the spec concept "instantiation error" as ModuleScript::m_instantiationError. https://html.spec.whatwg.org/multipage/webappapis.html#concept-module-script-instantiation-error BUG=594639 Review-Url: https://codereview.chromium.org/2782403002 Cr-Commit-Position: refs/heads/master@{#462099} Committed: https://chromium.googlesource.com/chromium/src/+/6ea86583949ca6e382e3e481243236619359f29c

Patch Set 1 #

Patch Set 2 : dep #

Total comments: 2

Patch Set 3 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -5 lines) Patch
M third_party/WebKit/Source/core/dom/ModuleScript.h View 1 4 chunks +12 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ModuleScript.cpp View 1 chunk +17 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 24 (14 generated)
kouhei (in TOK)
Not landable yet, but review/lgt appreciated This CL requires https://codereview.chromium.org/2788533002/ and its subsequent CLs to ...
3 years, 8 months ago (2017-03-30 04:55:52 UTC) #4
kouhei (in TOK)
ptal
3 years, 8 months ago (2017-04-05 08:06:52 UTC) #9
domenic
https://codereview.chromium.org/2782403002/diff/20001/third_party/WebKit/Source/core/dom/ModuleScript.h File third_party/WebKit/Source/core/dom/ModuleScript.h (right): https://codereview.chromium.org/2782403002/diff/20001/third_party/WebKit/Source/core/dom/ModuleScript.h#newcode72 third_party/WebKit/Source/core/dom/ModuleScript.h:72: m_instantiationError(this), Why "this"?
3 years, 8 months ago (2017-04-05 08:26:11 UTC) #14
kouhei (in TOK)
https://codereview.chromium.org/2782403002/diff/20001/third_party/WebKit/Source/core/dom/ModuleScript.h File third_party/WebKit/Source/core/dom/ModuleScript.h (right): https://codereview.chromium.org/2782403002/diff/20001/third_party/WebKit/Source/core/dom/ModuleScript.h#newcode72 third_party/WebKit/Source/core/dom/ModuleScript.h:72: m_instantiationError(this), On 2017/04/05 08:26:11, domenic wrote: > Why "this"? ...
3 years, 8 months ago (2017-04-05 09:36:50 UTC) #15
haraken
LGTM. Can we add a test to check that the error object is not gone ...
3 years, 8 months ago (2017-04-05 11:51:50 UTC) #16
kouhei (in TOK)
On 2017/04/05 11:51:50, haraken wrote: > LGTM. > > Can we add a test to ...
3 years, 8 months ago (2017-04-05 12:07:19 UTC) #17
haraken
On 2017/04/05 12:07:19, kouhei wrote: > On 2017/04/05 11:51:50, haraken wrote: > > LGTM. > ...
3 years, 8 months ago (2017-04-05 12:15:07 UTC) #18
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/2782403002/40001
3 years, 8 months ago (2017-04-05 13:03:03 UTC) #20
hiroshige
lgtm
3 years, 8 months ago (2017-04-05 16:02:31 UTC) #21
commit-bot: I haz the power
3 years, 8 months ago (2017-04-05 16:20:12 UTC) #24
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/6ea86583949ca6e382e3e4812432...

Powered by Google App Engine
This is Rietveld 408576698