This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 17656 - Rewrite Blob constructor algorithm
Summary: Rewrite Blob constructor algorithm
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: File API (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Arun
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-29 17:04 UTC by Ms2ger
Modified: 2012-07-02 17:43 UTC (History)
2 users (show)

See Also:


Attachments
Patch (26.30 KB, patch)
2012-06-29 17:04 UTC, Ms2ger
Details

Description Ms2ger 2012-06-29 17:04:43 UTC
Created attachment 1150 [details]
Patch

It's an unreadable mess with a lot of hand-waving and at least one obvious bug (it doesn't take into account blobParts[0]). Patch for the rewrite attached.
Comment 1 Arun 2012-07-02 17:42:57 UTC
OK, your formulation (in the patch) is superior to what was there before, so I've included it.  Thanks for the patch.