WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 14354
Inspector should support the Firebug Console API
https://bugs.webkit.org/show_bug.cgi?id=14354
Summary
Inspector should support the Firebug Console API
Adam Roben (:aroben)
Reported
2007-06-23 23:36:27 PDT
The Inspector's Console should support the Firebug Console API (
http://getfirebug.com/console.html
).
Attachments
Add attachment
proposed patch, testcase, etc.
David Kilzer (:ddkilzer)
Comment 1
2007-08-12 15:25:45 PDT
<
rdar://problem/5018042
>
David Kilzer (:ddkilzer)
Comment 2
2007-08-12 15:29:12 PDT
Once WebCore has an implementation, it will be automatically available in the Inspector.
David Kilzer (:ddkilzer)
Comment 3
2007-08-12 16:22:54 PDT
Reverting bug to its original intent.
Adam Roben (:aroben)
Comment 4
2008-01-29 10:58:37 PST
<
rdar://problem/5712814
>
Adam Roben (:aroben)
Comment 5
2008-03-10 13:51:49 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
Sam Weinig
Comment 6
2008-03-10 17:51:12 PDT
I'll take this.
Adam Roben (:aroben)
Comment 7
2008-03-10 18:14:37 PDT
I think it would be good to treat this as an umbrella bug and file sub-bugs about specific methods that are unsupported or specific differences between the behavior of our methods and Firebug's.
Kevin McCullough
Comment 8
2008-05-23 16:29:48 PDT
console.profile() and console.profileEnd()
Timothy Hatcher
Comment 9
2008-09-27 15:20:47 PDT
With the hard work of Keishi Hattori, we now support the entire console API. Closing this now!
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug