[Webkit-unassigned] [Bug 52616] New: [Qt][WK2] Not implemented warnings should not break layout tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 18 02:40:44 PST 2011


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

           Summary: [Qt][WK2] Not implemented warnings should not break
                    layout tests
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P3
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kbalazs at webkit.org


The WebKit2 logging system always enables logging. There is a more sophistic mechanism in WebCore that actually disables logging
if the QT_WEBKIT_LOG environment variable is not set. Maybe we should fix this in the future but I am dubious about that because
the most of the qt codes does not use the wtf logging channels but qDebug and friends instead. Currently I just want to fix the
issue to not break the tests by disabling logging unconditionally.

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