Bug 14354
Summary: | Inspector should support the Firebug Console API | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Enhancement | CC: | ddkilzer, dev+webkit, sam, timothy |
Priority: | P2 | Keywords: | InRadar |
Version: | 523.x (Safari 3) | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://getfirebug.com/console.html | ||
Bug Depends on: | 14263, 14953, 17227, 17228, 17234, 19134, 19153, 19154, 19155, 19156, 19157, 19158, 19159, 19160 | ||
Bug Blocks: | 17775 |
Adam Roben (:aroben)
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)
<rdar://problem/5018042>
David Kilzer (:ddkilzer)
Once WebCore has an implementation, it will be automatically available in the Inspector.
David Kilzer (:ddkilzer)
Reverting bug to its original intent.
Adam Roben (:aroben)
<rdar://problem/5712814>
Adam Roben (:aroben)
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
I'll take this.
Adam Roben (:aroben)
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
console.profile() and console.profileEnd()
Timothy Hatcher
With the hard work of Keishi Hattori, we now support the entire console API. Closing this now!