[webkit-reviews] review requested: [Bug 19874] Inspector should support inspect() in the command line : [Attachment 33039] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 19 05:14:12 PDT 2009


Keishi Hattori <casey.hattori at gmail.com> has asked  for review:
Bug 19874: Inspector should support inspect() in the command line
https://bugs.webkit.org/show_bug.cgi?id=19874

Attachment 33039: Patch
https://bugs.webkit.org/attachment.cgi?id=33039&action=review

------- Additional Comments from Keishi Hattori <casey.hattori at gmail.com>
inspect(document.body) jumps to the Elements panel and selects the node in the
dom tree
inspect(db) jumps to the Databases panel and selects the database
inspect(window.localStorage) jumps to the Databases panel and selects the
domStorage

For other objects, like inspect("foo"), there is no appropriate panel so it
fallsback to console.log
Firebug shows "foo" in the DOM tab.

inspect() with no arguments is ignored.
Firebug shows window in the DOM tab.
Is that better?


More information about the webkit-reviews mailing list