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

Issue 1183373006: Promptly finalize CacheStorage's embedder object. (Closed)

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

Description

Promptly finalize CacheStorage's embedder object. The lifetime of the global object's CacheStorage is that of the global object, so when it is destructed/finalized, the CacheStorage must release its embedder object at the same. This so as to prevent the embedder calling into Blink after it has shut down or when it is in the process of finalizing and lazily sweeping out its Oilpan heap. R=haraken,jsbell@chromium.org BUG=500355 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197236

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -6 lines) Patch
M Source/modules/cachestorage/CacheStorage.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/modules/cachestorage/CacheStorage.cpp View 1 chunk +14 lines, -5 lines 0 comments Download
M Source/modules/cachestorage/GlobalCacheStorage.cpp View 2 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
sof
please take a look.
5 years, 6 months ago (2015-06-16 19:20:41 UTC) #2
haraken
LGTM Just to confirm: It is not enough to make CacheStorage eagerly-finalized, right?
5 years, 6 months ago (2015-06-16 20:09:52 UTC) #3
sof
On 2015/06/16 20:09:52, haraken wrote: > LGTM > > Just to confirm: It is not ...
5 years, 6 months ago (2015-06-16 20:23:14 UTC) #4
jsbell
lgtm
5 years, 6 months ago (2015-06-16 20:23:55 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1183373006/1
5 years, 6 months ago (2015-06-16 21:18:08 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/66894)
5 years, 6 months ago (2015-06-17 00:49:39 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1183373006/1
5 years, 6 months ago (2015-06-17 05:35:16 UTC) #11
commit-bot: I haz the power
5 years, 6 months ago (2015-06-17 06:29:47 UTC) #12
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://src.chromium.org/viewvc/blink?view=rev&revision=197236

Powered by Google App Engine
This is Rietveld 408576698