[Webkit-unassigned] [Bug 72810] Web Inspector: [Extensions API] Allow extensions to add functions to the console object

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 19 23:23:29 PST 2011


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





--- Comment #1 from Pavel Feldman <pfeldman at chromium.org>  2011-11-19 23:23:29 PST ---
(In reply to comment #0)
> Allow extensions to add functions to the console object. For example: console.table. The patch around these parts (bug 38664) never made it in after 1yr+, so be able to implement it from an extension would be a big plus!

We'd like to control the way pages contribute APIs into the main world of the page (so they would not clash). I know Andrey was working on the "reload" extensions API command that was accepting scripts to evaluate on load.

So the missing piece is the ability to render arbitrary UI components (iframes) as console messages. It can get tricky though. How about we land the console.table for you instead?

-- 
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