[Webkit-unassigned] [Bug 14354] Inspector should support the Firebug Console API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 10 13:51:49 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=14354





------- Comment #5 from aroben at apple.com  2008-03-10 13:51 PDT -------
Currently (as of r30941), our console support is as follows:

console.error, console.info, console.warn, and console.log exist, but each
takes a single string parameter (as opposed to Firebug's format string +
objects parameter list).

You can see our window.console object's IDL at
http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/page/Console.idl


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



More information about the webkit-unassigned mailing list