[Webkit-unassigned] [Bug 62661] New: Implementation of webkitSplice does not match splice api

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 14 13:15:55 PDT 2011


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

           Summary: Implementation of webkitSplice does not match splice
                    api
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pdr at google.com


Chrome Version: 13.0.782.20
OS Version: OS X 10.6.7

The FileApi specifies that Blob should have a method splice that takes a start and a length parameter. webkitSplice implements this as a start and an end parameter.

The Blob API spec requires:
Blob slice(in unsigned long long start, in unsigned long long length, optional DOMString contentType);
http://www.w3.org/TR/FileAPI/#dfn-Blob

The problematic function is in Blob.cpp:
PassRefPtr<Blob> Blob::webkitSlice(long long start, long long end, const String& contentType) const

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