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

Issue 14195005: DevTools: Fix missing message about the snapshot is too big. (Closed)

Created:
7 years, 8 months ago by alph
Modified:
7 years, 8 months ago
Reviewers:
Toon Verwaest, yurys, loislo
CC:
v8-dev
Visibility:
Public.

Description

DevTools: Fix missing message about the snapshot is too big. The message object has to have a shortcut link from the root. Otherwise it is filtered out as a system object and not visible to the user. R=yurys@chromium.org

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M src/heap-snapshot-generator.cc View 1 chunk +2 lines, -2 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
alph
Yury, Toon, could you please take a look. Thanks.
7 years, 8 months ago (2013-04-17 16:47:04 UTC) #1
loislo
lgtm
7 years, 8 months ago (2013-04-18 03:54:18 UTC) #2
yurys
https://codereview.chromium.org/14195005/diff/1/src/heap-snapshot-generator.cc File src/heap-snapshot-generator.cc (left): https://codereview.chromium.org/14195005/diff/1/src/heap-snapshot-generator.cc#oldcode2420 src/heap-snapshot-generator.cc:2420: result->root()->SetIndexedReference(HeapGraphEdge::kElement, 1, message); Can you add a test for ...
7 years, 8 months ago (2013-04-18 07:05:40 UTC) #3
alph
7 years, 8 months ago (2013-04-18 09:09:08 UTC) #4
https://codereview.chromium.org/14195005/diff/1/src/heap-snapshot-generator.cc
File src/heap-snapshot-generator.cc (left):

https://codereview.chromium.org/14195005/diff/1/src/heap-snapshot-generator.c...
src/heap-snapshot-generator.cc:2420:
result->root()->SetIndexedReference(HeapGraphEdge::kElement, 1, message);
On 2013/04/18 07:05:41, Yury Semikhatsky wrote:
> Can you add a test for this?
To trigger this code execution I have to create a 6GB snapshot. I don't think
the test worths it.

Powered by Google App Engine
This is Rietveld 408576698