[Webkit-unassigned] [Bug 16831] New: console.log does not log to console

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 10 18:24:04 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16831

           Summary: console.log does not log to console
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: Macintosh
               URL: javascript:console.log("Hello world!")
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: webkit at collinjackson.com


When a web page includes the script

  console.log("Hello world!");

... the message is logged to the JavaScript console, but not the Web Inspector
console.

Using XCode, it doesn't appear that WebCore::Console::log is being called.
Instead, it appears that the call is being dispatched to some objective C
function via ObjcInstance::invokeMethod (line 186 in objc_instance.mm), but we
weren't able to step into the invocation using XCode.


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



More information about the webkit-unassigned mailing list