RESOLVED FIXED Bug 27536
Make possible introducing custom panels in Inspector.
https://bugs.webkit.org/show_bug.cgi?id=27536
Summary Make possible introducing custom panels in Inspector.
Mikhail Naganov
Reported 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.
Attachments
proposed change (2.63 KB, patch)
2009-07-22 02:54 PDT, Mikhail Naganov
timothy: review+
Mikhail Naganov
Comment 1 2009-07-22 02:54:37 PDT
Created attachment 33250 [details] proposed change
Pavel Feldman
Comment 2 2009-07-22 06:35:31 PDT
Sending WebCore/ChangeLog Sending WebCore/inspector/front-end/inspector.js Transmitting file data .. Committed revision 46222.
Timothy Hatcher
Comment 3 2009-07-22 14:36:12 PDT
What panels do you have in mind? :)
Mikhail Naganov
Comment 4 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.
Brent Fulgham
Comment 5 2009-07-23 10:32:15 PDT
Closing issue to remove from commit queue.
Note You need to log in before you can comment on or make changes to this bug.