[webkit-reviews] review granted: [Bug 17228] console.{log, warn,
info, error} should support format strings,
variable arguments : [Attachment 19931] Step 1: Pass JSConsole's
arguments to Console unmodified
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 2 02:37:02 PDT 2008
Darin Adler <darin at apple.com> has granted Adam Roben (aroben)
<aroben at apple.com>'s request for review:
Bug 17228: console.{log,warn,info,error} should support format strings,
variable arguments
http://bugs.webkit.org/show_bug.cgi?id=17228
Attachment 19931: Step 1: Pass JSConsole's arguments to Console unmodified
http://bugs.webkit.org/attachment.cgi?id=19931&action=edit
------- Additional Comments from Darin Adler <darin at apple.com>
This is unconventional structure. It's not really a "binding" if we're passing
the JavaScript arguments directly to the underlying DOM object.
I'm going to say r=me, but if console is really going to be a pure JavaScript
object, then maybe we shouldn't use .idl to create the object.
More information about the webkit-reviews
mailing list