[Webkit-unassigned] [Bug 98636] [Web Inspector] Performance Timeline Panel metabug

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 1 22:56:02 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=98636





--- Comment #7 from Pavel Feldman <pfeldman at chromium.org>  2012-11-01 22:57:25 PST ---
> Thanks, I guess the reason we shall not keep this panel is similiar functionality existed in other tabs, rather than they are api. Same story on web storage and indexDB, right :)

It is both, although you are right that duplication is more important.

IndexedDB and AppCache are implemented using native instrumentation that is not available via web-facing API. If there was a reliable way of implementing them on top of web-facing api, we would consider forming them as extensions. Btw, you could put your extension into a separate tab in the inspector at least in Chrome. See chrome.devtools.* extensions API for that. You can access window's performance object from there via async eval api.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list