Summary: | Inspector should support console.debug | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> | ||||||
Component: | Web Inspector (Deprecated) | Assignee: | Adam Roben (:aroben) <aroben> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Enhancement | CC: | qfox | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | All | ||||||||
OS: | All | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 14354 | ||||||||
Attachments: |
|
Description
Adam Roben (:aroben)
2008-05-20 16:14:10 PDT
*** Bug 19154 has been marked as a duplicate of this bug. *** Created attachment 21265 [details]
patch v1 + ChangeLog
Comment on attachment 21265 [details]
patch v1 + ChangeLog
The aliasing should be done in Console, not JSConsole. The JS wrapper is supposed to be a thin wrapper that knows as little as possible about the implementation.
Created attachment 21268 [details]
patch v2 + ChangeLog
Addresses Sam's comments
DevTools in Chrome have console-debug-level style class, but console.debug creates div with console-log-level. console.info method exists but also with class console-log-level. They're really different messages. Why they creates with the same class? |