Bug 63703 - Web Inspector: [Chromium] Heap snapshots doesn't work when running a remote debugging session from Safari (WK r89812)
Summary: Web Inspector: [Chromium] Heap snapshots doesn't work when running a remote d...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Mikhail Naganov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-30 05:36 PDT by Mikhail Naganov
Modified: 2011-07-01 05:38 PDT (History)
10 users (show)

See Also:


Attachments
patch (1.50 KB, patch)
2011-06-30 06:45 PDT, Mikhail Naganov
yurys: review+
mnaganov: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Naganov 2011-06-30 05:36:55 PDT
Run Chromium with --remote-debugging-port=9222, start Safari using a recent WebKit.
Try taking a heap snapshot. UI stops at the "Parsing..." phase.
Comment 1 Mikhail Naganov 2011-06-30 06:45:31 PDT
Created attachment 99292 [details]
patch
Comment 2 Mikhail Naganov 2011-07-01 05:38:03 PDT
Manually committed http://trac.webkit.org/changeset/90222

2011-06-30  Mikhail Naganov  <mnaganov@chromium.org>

        Reviewed by Yury Semikhatsky.

        Web Inspector: [Chromium] Fix heap snapshots in a remote debugging session from Safari.
        https://bugs.webkit.org/show_bug.cgi?id=63703

        * inspector/front-end/HeapSnapshotWorker.js:
        (.Function.prototype.bind.return.bound):
        (.Function.prototype.bind):