Bug 27536

Summary: Make possible introducing custom panels in Inspector.
Product: WebKit Reporter: Mikhail Naganov <mnaganov>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Enhancement CC: bfulgham, pfeldman, timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
proposed change timothy: review+

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.