[Webkit-unassigned] [Bug 58518] New: BlobBuilder should be vendor-prefixed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 13 23:28:33 PDT 2011


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

           Summary: BlobBuilder should be vendor-prefixed
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kinuko at chromium.org
                CC: fishd at chromium.org, ericu at chromium.org,
                    develop at tzik.jp


Since FileWriter API is not yet standard, we should vendor-prefix BlobBuilder.
(As for FileWriter it cannot be created without requesting FileSystem, whose entry point will be prefixed as well, we won't need to prefix it separately.)

window.BlobBuilder -> window.webkitBlobBuilder

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