Bug 113790 - Web Inspector: memory instrumentation for external arrays is broken
Summary: Web Inspector: memory instrumentation for external arrays is broken
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: Yury Semikhatsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-02 08:58 PDT by Yury Semikhatsky
Modified: 2013-04-02 11:12 PDT (History)
14 users (show)

See Also:


Attachments
Patch (9.67 KB, patch)
2013-04-02 09:06 PDT, Yury Semikhatsky
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 2013-04-02 08:58:10 PDT
r144527 broke this when skipped all raw pointers in the memory instrumentation traversal algorithm. Now we don't see JS externals arrays in the native memory snapshot.
Comment 1 Yury Semikhatsky 2013-04-02 09:06:12 PDT
Created attachment 196154 [details]
Patch
Comment 2 Ilya Tikhonovsky 2013-04-02 09:13:10 PDT
Comment on attachment 196154 [details]
Patch

LGTM
Comment 3 WebKit Review Bot 2013-04-02 11:12:39 PDT
Comment on attachment 196154 [details]
Patch

Clearing flags on attachment: 196154

Committed r147465: <http://trac.webkit.org/changeset/147465>
Comment 4 WebKit Review Bot 2013-04-02 11:12:43 PDT
All reviewed patches have been landed.  Closing bug.