[webkit-reviews] review requested: [Bug 28047] add utility method to enable logging messages for inspector development : [Attachment 34485] proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 10 11:11:24 PDT 2009


Patrick Mueller <pmuellr at yahoo.com> has asked  for review:
Bug 28047: add utility method to enable logging messages for inspector
development
https://bugs.webkit.org/show_bug.cgi?id=28047

Attachment 34485: proposed patch
https://bugs.webkit.org/attachment.cgi?id=34485&action=review

------- Additional Comments from Patrick Mueller <pmuellr at yahoo.com>
New patch adds a method "log" to the WebInspector global which takes a string
and prints it to the existing console, using a "magnifying glass" icon to
distinguish it from other console messages.  Intended to be used while
developing Web Inspector code, so you can easily print a message to the console
that's already available.


More information about the webkit-reviews mailing list