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

Issue 1197163003: Oilpan: make SuspendableScriptExecutor safe. (Closed)

Created:
5 years, 6 months ago by sof
Modified:
5 years, 6 months ago
Reviewers:
oilpan-reviews, haraken
CC:
blink-reviews
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Oilpan: make SuspendableScriptExecutor safe. This ActiveDOMObject was missing two pieces: - remove itself as an Observer upon completion. - promptly stop itself as a timer upon finalization. R=haraken BUG=502858 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197644

Patch Set 1 #

Total comments: 2

Patch Set 2 : re-intro RefCountedGarbageCollected #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -1 line) Patch
M Source/web/SuspendableScriptExecutor.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M Source/web/SuspendableScriptExecutor.cpp View 1 2 chunks +10 lines, -1 line 3 comments Download

Messages

Total messages: 18 (6 generated)
sof
please take a look.
5 years, 6 months ago (2015-06-23 07:02:21 UTC) #3
sof
please take a look.
5 years, 6 months ago (2015-06-23 07:02:21 UTC) #4
haraken
https://codereview.chromium.org/1197163003/diff/1/Source/web/SuspendableScriptExecutor.cpp File Source/web/SuspendableScriptExecutor.cpp (right): https://codereview.chromium.org/1197163003/diff/1/Source/web/SuspendableScriptExecutor.cpp#newcode21 Source/web/SuspendableScriptExecutor.cpp:21: #if !ENABLE(OILPAN) In Oilpan, who keeps the SuspendableScriptExecutor alive? ...
5 years, 6 months ago (2015-06-23 08:12:01 UTC) #6
sof
https://codereview.chromium.org/1197163003/diff/1/Source/web/SuspendableScriptExecutor.cpp File Source/web/SuspendableScriptExecutor.cpp (right): https://codereview.chromium.org/1197163003/diff/1/Source/web/SuspendableScriptExecutor.cpp#newcode21 Source/web/SuspendableScriptExecutor.cpp:21: #if !ENABLE(OILPAN) On 2015/06/23 08:12:01, haraken wrote: > > ...
5 years, 6 months ago (2015-06-23 09:17:31 UTC) #7
haraken
https://codereview.chromium.org/1197163003/diff/20001/Source/web/SuspendableScriptExecutor.cpp File Source/web/SuspendableScriptExecutor.cpp (right): https://codereview.chromium.org/1197163003/diff/20001/Source/web/SuspendableScriptExecutor.cpp#newcode91 Source/web/SuspendableScriptExecutor.cpp:91: ActiveDOMObject::clearContext(); Is this a performance optimization? Or do we ...
5 years, 6 months ago (2015-06-23 09:25:56 UTC) #8
sof
https://codereview.chromium.org/1197163003/diff/20001/Source/web/SuspendableScriptExecutor.cpp File Source/web/SuspendableScriptExecutor.cpp (right): https://codereview.chromium.org/1197163003/diff/20001/Source/web/SuspendableScriptExecutor.cpp#newcode91 Source/web/SuspendableScriptExecutor.cpp:91: ActiveDOMObject::clearContext(); On 2015/06/23 09:25:56, haraken wrote: > > Is ...
5 years, 6 months ago (2015-06-23 09:40:59 UTC) #9
haraken
https://codereview.chromium.org/1197163003/diff/20001/Source/web/SuspendableScriptExecutor.cpp File Source/web/SuspendableScriptExecutor.cpp (right): https://codereview.chromium.org/1197163003/diff/20001/Source/web/SuspendableScriptExecutor.cpp#newcode91 Source/web/SuspendableScriptExecutor.cpp:91: ActiveDOMObject::clearContext(); On 2015/06/23 09:40:59, sof wrote: > On 2015/06/23 ...
5 years, 6 months ago (2015-06-23 09:44:55 UTC) #10
haraken
On 2015/06/23 09:44:55, haraken wrote: > https://codereview.chromium.org/1197163003/diff/20001/Source/web/SuspendableScriptExecutor.cpp > File Source/web/SuspendableScriptExecutor.cpp (right): > > https://codereview.chromium.org/1197163003/diff/20001/Source/web/SuspendableScriptExecutor.cpp#newcode91 > ...
5 years, 6 months ago (2015-06-23 09:45:02 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1197163003/20001
5 years, 6 months ago (2015-06-23 09:51:56 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: mac_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/mac_blink_rel/builds/60256)
5 years, 6 months ago (2015-06-23 11:32:24 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1197163003/20001
5 years, 6 months ago (2015-06-23 12:21:07 UTC) #17
commit-bot: I haz the power
5 years, 6 months ago (2015-06-23 12:59:46 UTC) #18
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=197644

Powered by Google App Engine
This is Rietveld 408576698