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

Issue 1773273004: Move code to register/unregister memory dump provider from blink::initialize/shutdown (Closed)

Created:
4 years, 9 months ago by haraken
Modified:
4 years, 9 months ago
Reviewers:
sof
CC:
chromium-reviews, blink-reviews, kinuko+watch
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move code to register/unregister memory dump provider from blink::initialize/shutdown WebCacheMemoryDumpProvider is a core feature, so the initialization/shutdown should be handled by CoreInitializer. FontCacheMemoryDumpProvider is a platform features, so the initialization/shutdown should be handled by Platform::initialize. BUG=593269 Committed: https://crrev.com/69718c022399c18cae3dbc2e12362adfac5d8b3f Cr-Commit-Position: refs/heads/master@{#380530}

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Patch Set 3 : #

Total comments: 1

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -11 lines) Patch
M third_party/WebKit/Source/core/Init.cpp View 1 2 3 3 chunks +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/exported/Platform.cpp View 1 2 3 5 chunks +15 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/WebKit.cpp View 1 2 3 4 chunks +0 lines, -9 lines 0 comments Download

Messages

Total messages: 17 (6 generated)
haraken
PTAL
4 years, 9 months ago (2016-03-09 12:52:50 UTC) #2
sof
https://codereview.chromium.org/1773273004/diff/1/third_party/WebKit/Source/platform/exported/Platform.cpp File third_party/WebKit/Source/platform/exported/Platform.cpp (right): https://codereview.chromium.org/1773273004/diff/1/third_party/WebKit/Source/platform/exported/Platform.cpp#newcode72 third_party/WebKit/Source/platform/exported/Platform.cpp:72: platform->registerMemoryDumpProvider(FontCacheMemoryDumpProvider::instance(), "FontCaches"); Needs a null check (or ~TestingPlatformSupport change)? ...
4 years, 9 months ago (2016-03-09 16:41:39 UTC) #3
haraken
On 2016/03/09 16:41:39, sof wrote: > https://codereview.chromium.org/1773273004/diff/1/third_party/WebKit/Source/platform/exported/Platform.cpp > File third_party/WebKit/Source/platform/exported/Platform.cpp (right): > > https://codereview.chromium.org/1773273004/diff/1/third_party/WebKit/Source/platform/exported/Platform.cpp#newcode72 > ...
4 years, 9 months ago (2016-03-10 07:36:17 UTC) #4
sof
https://codereview.chromium.org/1773273004/diff/10004/third_party/WebKit/Source/platform/exported/Platform.cpp File third_party/WebKit/Source/platform/exported/Platform.cpp (right): https://codereview.chromium.org/1773273004/diff/10004/third_party/WebKit/Source/platform/exported/Platform.cpp#newcode72 third_party/WebKit/Source/platform/exported/Platform.cpp:72: platform->registerMemoryDumpProvider(FontCacheMemoryDumpProvider::instance(), "FontCaches"); So what is the status of |platform|, ...
4 years, 9 months ago (2016-03-10 07:40:12 UTC) #5
haraken
On 2016/03/10 07:40:12, sof wrote: > https://codereview.chromium.org/1773273004/diff/10004/third_party/WebKit/Source/platform/exported/Platform.cpp > File third_party/WebKit/Source/platform/exported/Platform.cpp (right): > > https://codereview.chromium.org/1773273004/diff/10004/third_party/WebKit/Source/platform/exported/Platform.cpp#newcode72 > ...
4 years, 9 months ago (2016-03-10 11:19:12 UTC) #6
sof
lgtm once dependent CL has landed.
4 years, 9 months ago (2016-03-10 11:51:43 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1773273004/50001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1773273004/50001
4 years, 9 months ago (2016-03-10 14:01:42 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/194574)
4 years, 9 months ago (2016-03-10 14:58:26 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1773273004/50001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1773273004/50001
4 years, 9 months ago (2016-03-10 23:36:07 UTC) #14
commit-bot: I haz the power
Committed patchset #4 (id:50001)
4 years, 9 months ago (2016-03-11 05:30:15 UTC) #15
commit-bot: I haz the power
4 years, 9 months ago (2016-03-11 05:32:23 UTC) #17
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/69718c022399c18cae3dbc2e12362adfac5d8b3f
Cr-Commit-Position: refs/heads/master@{#380530}

Powered by Google App Engine
This is Rietveld 408576698