[Webkit-unassigned] [Bug 46535] New: webkit does not build when PLUGIN_PROXY_FOR_VIDEO

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 24 15:51:50 PDT 2010


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

           Summary: webkit does not build when PLUGIN_PROXY_FOR_VIDEO
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jmason at rim.com
                CC: eric at webkit.org, eric.carlson at apple.com,
                    simon.fraser at apple.com



Joe Mason <jmason at rim.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #68777|                            |review?, commit-queue?
               Flag|                            |


Created an attachment (id=68777)
 --> (https://bugs.webkit.org/attachment.cgi?id=68777)
build fixes

The patches for these three bugs introduced a lot of build errors in code that's wrapped in "if ENABLE(PLUGIN_PROXY_FOR_VIDEO)":

        https://bugs.webkit.org/show_bug.cgi?id=36681
        https://bugs.webkit.org/show_bug.cgi?id=42770
        https://bugs.webkit.org/show_bug.cgi?id=45058

The attached patch fixes them.

I'm not 100% sure that changing "url = src()" to "url = currentSrc()" is correct, but I don't see anything else obvious to do here.

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