[Webkit-unassigned] [Bug 46788] New: check for ENABLE(GLIB_SUPPORT) in WebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 29 00:50:15 PDT 2010


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

           Summary: check for ENABLE(GLIB_SUPPORT) in WebView
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pnormand at igalia.com


WebView.mm contains a small runloop observer used to trigger the main glib context iterations. That code is guarded with ENABLE(VIDEO) && USE(GSTREAMER). It would make more sense to guard it with ENABLE(GLIB_SUPPORT) instead because it's not specific to video or gstreamer support in the end.

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