[Webkit-unassigned] [Bug 29336] WebInspector.log() function not protected if console not yet created

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 22 10:24:35 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29336


Patrick Mueller <pmuellr at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #39928|                            |review?
               Flag|                            |
  Attachment #39848|0                           |1
        is obsolete|                            |




--- Comment #4 from Patrick Mueller <pmuellr at yahoo.com>  2009-09-22 10:24:35 PDT ---
Created an attachment (id=39928)
 --> (https://bugs.webkit.org/attachment.cgi?id=39928)
proposed patch - 2009/09/22

issues resolved; split out the function into a number of inner functions for
reuse

ConsoleView changed recently so that it requires the messages being logged to
be proxy objects, so you'll see that I'm creating a proxy now for the message
passed into WebInspector.log() before sending it along to
WebInspector.ConsoleMessage()

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list