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

Issue 1308523004: Implement GetSkiaTraceMemoryDump and AddSuballocation on chrome blink platform impl (Closed)

Created:
5 years, 3 months ago by ssid
Modified:
5 years, 2 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@web_cache_move
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement GetSkiaTraceMemoryDump and AddSuballocation on chrome blink platform impl This is Chrome side implementation of GetSkiaTraceMemoryDump and AddSuballocation interface added in www.crrev.com/1313223007. BUG=520842 Committed: https://crrev.com/207a9def5f4b68549e6ac143237292a0eb7f3bf8 Cr-Commit-Position: refs/heads/master@{#351643}

Patch Set 1 #

Total comments: 5

Patch Set 2 : fixes. #

Patch Set 3 : $Rebase. #

Total comments: 6

Patch Set 4 : Add args in impl. #

Total comments: 1

Patch Set 5 : Fixes. #

Patch Set 6 : Nits. #

Patch Set 7 : Storing just level of detail. #

Patch Set 8 : rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -5 lines) Patch
M content/child/web_memory_dump_provider_adapter.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M content/child/web_process_memory_dump_impl.h View 1 2 3 4 5 6 7 6 chunks +18 lines, -0 lines 0 comments Download
M content/child/web_process_memory_dump_impl.cc View 1 2 3 4 5 6 7 2 chunks +21 lines, -4 lines 0 comments Download

Messages

Total messages: 22 (8 generated)
ssid
PTAL.
5 years, 3 months ago (2015-09-04 08:52:39 UTC) #2
ssid
https://codereview.chromium.org/1308523004/diff/1/content/child/web_process_memory_dump_impl.cc File content/child/web_process_memory_dump_impl.cc (right): https://codereview.chromium.org/1308523004/diff/1/content/child/web_process_memory_dump_impl.cc#newcode9 content/child/web_process_memory_dump_impl.cc:9: #include "skia/ext/SkTraceMemoryDump_chrome.h" Also, deps addition is not required, it ...
5 years, 3 months ago (2015-09-04 08:54:00 UTC) #3
Primiano Tucci (use gerrit)
https://codereview.chromium.org/1308523004/diff/1/content/child/web_process_memory_dump_impl.cc File content/child/web_process_memory_dump_impl.cc (right): https://codereview.chromium.org/1308523004/diff/1/content/child/web_process_memory_dump_impl.cc#newcode138 content/child/web_process_memory_dump_impl.cc:138: sk_trace_dump_.reset(new skia::SkTraceMemoryDump_Chrome( Hmm if you store it into a ...
5 years, 3 months ago (2015-09-04 10:02:17 UTC) #4
ssid
I have also added AddSuballocation. See https://codereview.chromium.org/1327793003/ for the use case. PTAL, thanks. https://codereview.chromium.org/1308523004/diff/1/content/child/web_process_memory_dump_impl.cc File ...
5 years, 3 months ago (2015-09-07 17:29:53 UTC) #5
Primiano Tucci (use gerrit)
LGTM with some minor comments. Also please just few lines lines to the commit message ...
5 years, 3 months ago (2015-09-09 16:16:42 UTC) #6
Primiano Tucci (use gerrit)
https://codereview.chromium.org/1308523004/diff/40001/content/child/web_process_memory_dump_impl.cc File content/child/web_process_memory_dump_impl.cc (right): https://codereview.chromium.org/1308523004/diff/40001/content/child/web_process_memory_dump_impl.cc#newcode145 content/child/web_process_memory_dump_impl.cc:145: blink::WebMemoryDumpLevelOfDetail levelOfDetail, Wait I realized only now: you don't ...
5 years, 3 months ago (2015-09-09 17:21:36 UTC) #7
ssid
+jochen PTAL, thanks https://codereview.chromium.org/1308523004/diff/40001/content/child/web_process_memory_dump_impl.cc File content/child/web_process_memory_dump_impl.cc (right): https://codereview.chromium.org/1308523004/diff/40001/content/child/web_process_memory_dump_impl.cc#newcode145 content/child/web_process_memory_dump_impl.cc:145: blink::WebMemoryDumpLevelOfDetail levelOfDetail, On 2015/09/09 17:21:36, Primiano ...
5 years, 3 months ago (2015-09-10 11:08:26 UTC) #9
Primiano Tucci (use gerrit)
https://codereview.chromium.org/1308523004/diff/60001/content/child/web_process_memory_dump_impl.h File content/child/web_process_memory_dump_impl.h (right): https://codereview.chromium.org/1308523004/diff/60001/content/child/web_process_memory_dump_impl.h#newcode85 content/child/web_process_memory_dump_impl.h:85: const base::trace_event::MemoryDumpArgs* dump_args_; since MDArgs is very small and ...
5 years, 3 months ago (2015-09-10 11:11:13 UTC) #10
ssid
On 2015/09/10 11:11:13, Primiano Tucci wrote: > https://codereview.chromium.org/1308523004/diff/60001/content/child/web_process_memory_dump_impl.h > File content/child/web_process_memory_dump_impl.h (right): > > https://codereview.chromium.org/1308523004/diff/60001/content/child/web_process_memory_dump_impl.h#newcode85 ...
5 years, 3 months ago (2015-09-10 11:22:05 UTC) #11
Primiano Tucci (use gerrit)
Patchset 7 LGTM, thanks
5 years, 3 months ago (2015-09-10 11:43:41 UTC) #12
jochen (gone - plz use gerrit)
lgtm
5 years, 3 months ago (2015-09-14 09:37:08 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1308523004/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1308523004/220001
5 years, 2 months ago (2015-09-30 21:27:00 UTC) #20
commit-bot: I haz the power
Committed patchset #8 (id:220001)
5 years, 2 months ago (2015-09-30 21:33:50 UTC) #21
commit-bot: I haz the power
5 years, 2 months ago (2015-09-30 21:34:26 UTC) #22
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/207a9def5f4b68549e6ac143237292a0eb7f3bf8
Cr-Commit-Position: refs/heads/master@{#351643}

Powered by Google App Engine
This is Rietveld 408576698