Bug 27536 - Make possible introducing custom panels in Inspector.
Summary: Make possible introducing custom panels in Inspector.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-22 02:53 PDT by Mikhail Naganov
Modified: 2009-07-23 10:32 PDT (History)
3 users (show)

See Also:


Attachments
proposed change (2.63 KB, patch)
2009-07-22 02:54 PDT, Mikhail Naganov
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Naganov 2009-07-22 02:53:42 PDT
Currently WebInspector.panels is filled inside 'loaded' event handler, so it's hardly possible to add any custom panel. To overcome this, I've moved panels creation into a separate function which can be wrapped to add custom panel instances.
Comment 1 Mikhail Naganov 2009-07-22 02:54:37 PDT
Created attachment 33250 [details]
proposed change
Comment 2 Pavel Feldman 2009-07-22 06:35:31 PDT
Sending        WebCore/ChangeLog
Sending        WebCore/inspector/front-end/inspector.js
Transmitting file data ..
Committed revision 46222.
Comment 3 Timothy Hatcher 2009-07-22 14:36:12 PDT
What panels do you have in mind? :)
Comment 4 Mikhail Naganov 2009-07-23 01:18:05 PDT
I'm planning to add JS & DOM memory monitoring. Initially I'm targeting on Chrome/V8, but with your help I think I could expand it for Safari/JSC too.
Comment 5 Brent Fulgham 2009-07-23 10:32:15 PDT
Closing issue to remove from commit queue.