[Webkit-unassigned] [Bug 53707] Viewport Warning/Error Messages Are Now Inaccurate

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 21 16:31:53 PST 2011


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





--- Comment #6 from Joseph Pecoraro <joepeck at webkit.org>  2011-02-21 16:31:54 PST ---
Arg, the expected results for all of these tests are going to be blank.
That is because CONSOLE MESSAGES only make it to the DumpRenderTree
delegate if they are JSMessageSource messages and these messages
are HTMLMessageSource, because they come from parsing the HTML.

    if (source == JSMessageSource)
        page->chrome()->client()->addMessageToConsole(source, type, level, message, lineNumber, sourceURL);

I think its still worth keeping the tests. But it will be weird checking in
blank expected results. I can add private delegates, but that seems
like a lot of code that isn't used by anyone. I could also make these
manual tests. Any preferences?

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