[Webkit-unassigned] [Bug 30343] New: [v8] typeof(HTMLMediaElement) should return undefined if media engine is not available

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 13 15:06:26 PDT 2009


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

           Summary: [v8] typeof(HTMLMediaElement) should return undefined
                    if media engine is not available
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hclam at google.com


In Chromium:

1. Remove all ffmpeg library files
2. Run Chromium
3. Open a page and does typeof(HTMLMediaElement), it should return undefined,
but it returns "function" instead.

In the v8 binding we should check if the media engine and intercept such calls
and returns undefined.

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