Bug 100916

Summary: Web Inspector: No "Save Heap Snapshot" option after canceling save to file dialog.
Product: WebKit Reporter: eustas.bug
Component: Web Inspector (Deprecated)Assignee: eustas.bug
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, caseq, eustas.bug, joepeck, keishi, loislo, pfeldman, pmuellr, rik, vsevik, web-inspector-bugs, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: http://code.google.com/p/chromium/issues/detail?id=158730
Attachments:
Description Flags
Patch
none
Patch yurys: review+

eustas.bug
Reported 2012-10-31 22:19:32 PDT
Steps to reproduce: 1. Take heap snapshot. 2. Right click on the snapshot, "Save Heap Snapshot". 3. Click "CANCEL" on the save to file dialog. 4. Right click on the snapshot. Result: "Save Heap Snapshot" menu item do not appear.
Attachments
Patch (8.81 KB, patch)
2012-10-31 23:28 PDT, eustas.bug
no flags
Patch (8.70 KB, patch)
2012-11-01 04:57 PDT, eustas.bug
yurys: review+
eustas.bug
Comment 1 2012-10-31 23:28:42 PDT
Yury Semikhatsky
Comment 2 2012-11-01 04:16:29 PDT
Comment on attachment 171777 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=171777&action=review > LayoutTests/inspector/profiler/heap-snapshot-loader.html:141 > + InspectorFrontendHost.save = function saveMock(url, data) Use InspectorTest.override instead.
eustas.bug
Comment 3 2012-11-01 04:57:48 PDT
eustas.bug
Comment 4 2012-11-01 04:59:59 PDT
Comment on attachment 171777 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=171777&action=review >> LayoutTests/inspector/profiler/heap-snapshot-loader.html:141 >> + InspectorFrontendHost.save = function saveMock(url, data) > > Use InspectorTest.override instead. Done
Andrey Kosyakov
Comment 5 2012-11-23 03:32:08 PST
Note You need to log in before you can comment on or make changes to this bug.