[Webkit-unassigned] [Bug 31860] New: Console.log() calls with multiple arguments are not passed to ChromeClient::addMessageToConsole

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 25 00:39:38 PST 2009


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

           Summary: Console.log() calls with multiple arguments are not
                    passed to ChromeClient::addMessageToConsole
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hausmann at webkit.org


The code in Console.cpp's addMessage() overload that operates on a
ScriptCallStack suggests that console message like

    console.log("x equals", x, "right now")

is only passed to the web inspector and the stdout.

I think it should be passed to the ChromeClient, too, to allow embedding
applications to fully catch the output of the Console API.

-- 
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