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

Issue 2815453006: Introduce ModulePendingScript (Closed)

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

Description

Introduce ModulePendingScript BUG=594639 Review-Url: https://codereview.chromium.org/2815453006 Cr-Commit-Position: refs/heads/master@{#464627} Committed: https://chromium.googlesource.com/chromium/src/+/2e5a5b8efccf655f183cc7ce0c59a88f77bb50f5

Patch Set 1 #

Total comments: 9

Patch Set 2 : Remove TraceWrappers #

Patch Set 3 : Add header #

Patch Set 4 : refine #

Total comments: 1

Patch Set 5 : update comments #

Patch Set 6 : Rebase #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+189 lines, -0 lines) Patch
M third_party/WebKit/Source/core/dom/BUILD.gn View 1 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Modulator.h View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/dom/ModulePendingScript.h View 1 2 3 1 chunk +98 lines, -0 lines 1 comment Download
A third_party/WebKit/Source/core/dom/ModulePendingScript.cpp View 1 2 3 1 chunk +82 lines, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 30 (20 generated)
hiroshige
This CL makes ModulePendingScript to be TraceWrapperBase, because ModulePendingScript has an indirect reference to ModuleScript. ...
3 years, 8 months ago (2017-04-12 19:43:48 UTC) #2
kouhei (in TOK)
https://codereview.chromium.org/2815453006/diff/1/third_party/WebKit/Source/core/dom/ModulePendingScript.h File third_party/WebKit/Source/core/dom/ModulePendingScript.h (right): https://codereview.chromium.org/2815453006/diff/1/third_party/WebKit/Source/core/dom/ModulePendingScript.h#newcode1 third_party/WebKit/Source/core/dom/ModulePendingScript.h:1: #ifndef ModulePendingScript_h missing the copyright 2017 comment https://codereview.chromium.org/2815453006/diff/1/third_party/WebKit/Source/core/dom/ModulePendingScript.h#newcode21 third_party/WebKit/Source/core/dom/ModulePendingScript.h:21: ...
3 years, 8 months ago (2017-04-13 02:25:24 UTC) #8
kouhei (in TOK)
mostly lg % TraceWrapper stuff
3 years, 8 months ago (2017-04-13 02:25:44 UTC) #9
hiroshige
https://codereview.chromium.org/2815453006/diff/1/third_party/WebKit/Source/core/dom/ModulePendingScript.h File third_party/WebKit/Source/core/dom/ModulePendingScript.h (right): https://codereview.chromium.org/2815453006/diff/1/third_party/WebKit/Source/core/dom/ModulePendingScript.h#newcode21 third_party/WebKit/Source/core/dom/ModulePendingScript.h:21: public TraceWrapperBase, On 2017/04/13 02:25:24, kouhei wrote: > This ...
3 years, 8 months ago (2017-04-13 02:55:37 UTC) #10
kouhei (in TOK)
On 2017/04/13 02:55:37, hiroshige wrote: > https://codereview.chromium.org/2815453006/diff/1/third_party/WebKit/Source/core/dom/ModulePendingScript.h > File third_party/WebKit/Source/core/dom/ModulePendingScript.h (right): > > https://codereview.chromium.org/2815453006/diff/1/third_party/WebKit/Source/core/dom/ModulePendingScript.h#newcode21 > ...
3 years, 8 months ago (2017-04-13 03:13:05 UTC) #11
hiroshige
https://codereview.chromium.org/2815453006/diff/1/third_party/WebKit/Source/core/dom/ModulePendingScript.h File third_party/WebKit/Source/core/dom/ModulePendingScript.h (right): https://codereview.chromium.org/2815453006/diff/1/third_party/WebKit/Source/core/dom/ModulePendingScript.h#newcode1 third_party/WebKit/Source/core/dom/ModulePendingScript.h:1: #ifndef ModulePendingScript_h On 2017/04/13 02:25:24, kouhei wrote: > missing ...
3 years, 8 months ago (2017-04-13 17:53:56 UTC) #16
kouhei (in TOK)
lgtm https://codereview.chromium.org/2815453006/diff/100001/third_party/WebKit/Source/core/dom/ModulePendingScript.h File third_party/WebKit/Source/core/dom/ModulePendingScript.h (right): https://codereview.chromium.org/2815453006/diff/100001/third_party/WebKit/Source/core/dom/ModulePendingScript.h#newcode86 third_party/WebKit/Source/core/dom/ModulePendingScript.h:86: void RemoveFromMemoryCache() override { NOTREACHED(); } Comment explaining ...
3 years, 8 months ago (2017-04-14 00:20:46 UTC) #24
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/2815453006/100001
3 years, 8 months ago (2017-04-14 00:21:09 UTC) #25
commit-bot: I haz the power
Committed patchset #6 (id:100001) as https://chromium.googlesource.com/chromium/src/+/2e5a5b8efccf655f183cc7ce0c59a88f77bb50f5
3 years, 8 months ago (2017-04-14 00:37:37 UTC) #29
hiroshige
3 years, 8 months ago (2017-04-14 18:55:06 UTC) #30
Message was sent while issue was closed.
A revert of this CL (patchset #6 id:100001) has been created in
https://codereview.chromium.org/2816043005/ by hiroshige@chromium.org.

The reason for reverting is: Reason for revert:
https://codereview.chromium.org/2653923008/ is
suspected to cause CHECK() failure (crbug.com/711703)
inside PendingScript's prefinalizer.

BUG=711703.

Powered by Google App Engine
This is Rietveld 408576698