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

Issue 2184263003: Move RawResourceClient to Oilpan heap (Closed)

Created:
4 years, 4 months ago by yhirano
Modified:
4 years, 4 months ago
CC:
chromium-reviews, tyoshino+watch_chromium.org, Yoav Weiss, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, caseq+blink_chromium.org, apavlov+blink_chromium.org, gavinp+loader_chromium.org, devtools-reviews_chromium.org, blink-reviews, loading-reviews+fetch_chromium.org, sergeyv+blink_chromium.org, Nate Chapin, loading-reviews_chromium.org, kozyatinskiy+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@onheap-threadable-loader
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move RawResourceClient to Oilpan heap This CL makes RawResourceClient a GarbageCollectedMixin. This CL also removes weak-pointer destruction detection from RawResource::didAddClient as Oilpan ensures that a memory region will not be reused until all pointers pointing to the region are gone. BUG=587663 Committed: https://crrev.com/b8ef2c595740c8dca0c5bf4e676da7ad8eb2f0ba Cr-Commit-Position: refs/heads/master@{#411920}

Patch Set 1 #

Patch Set 2 : fix #

Patch Set 3 : rebase #

Patch Set 4 : rebase #

Total comments: 4

Patch Set 5 : rebase #

Patch Set 6 : rebase #

Patch Set 7 : fix #

Patch Set 8 : rebase #

Messages

Total messages: 60 (51 generated)
yhirano
4 years, 4 months ago (2016-07-28 12:26:51 UTC) #25
haraken
LGTM
4 years, 4 months ago (2016-07-28 12:28:58 UTC) #26
yhirano
Nate, Hiroshige: ping
4 years, 4 months ago (2016-08-03 02:25:56 UTC) #36
Nate Chapin
Awesome! LGTM, just a couple of nitpicks. https://codereview.chromium.org/2184263003/diff/120001/third_party/WebKit/Source/core/fetch/RawResource.h File third_party/WebKit/Source/core/fetch/RawResource.h (right): https://codereview.chromium.org/2184263003/diff/120001/third_party/WebKit/Source/core/fetch/RawResource.h#newcode105 third_party/WebKit/Source/core/fetch/RawResource.h:105: class CORE_EXPORT ...
4 years, 4 months ago (2016-08-03 19:37:01 UTC) #37
hiroshige
lgtm.
4 years, 4 months ago (2016-08-05 09:21:15 UTC) #38
yhirano
https://codereview.chromium.org/2184263003/diff/120001/third_party/WebKit/Source/core/fetch/RawResource.h File third_party/WebKit/Source/core/fetch/RawResource.h (right): https://codereview.chromium.org/2184263003/diff/120001/third_party/WebKit/Source/core/fetch/RawResource.h#newcode105 third_party/WebKit/Source/core/fetch/RawResource.h:105: class CORE_EXPORT RawResourceClient : public GarbageCollectedMixin, public ResourceClient { ...
4 years, 4 months ago (2016-08-09 07:16:44 UTC) #47
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/2184263003/200001
4 years, 4 months ago (2016-08-14 14:13:56 UTC) #56
commit-bot: I haz the power
Committed patchset #8 (id:200001)
4 years, 4 months ago (2016-08-14 15:37:19 UTC) #58
commit-bot: I haz the power
4 years, 4 months ago (2016-08-14 15:39:17 UTC) #60
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/b8ef2c595740c8dca0c5bf4e676da7ad8eb2f0ba
Cr-Commit-Position: refs/heads/master@{#411920}

Powered by Google App Engine
This is Rietveld 408576698