Bug 79881 - Move BLOB code out of WorkerContext and into the fileapi folder
Summary: Move BLOB code out of WorkerContext and into the fileapi folder
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 79327
  Show dependency treegraph
 
Reported: 2012-02-28 23:48 PST by Ashod Nakashian
Modified: 2012-03-02 15:47 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ashod Nakashian 2012-02-28 23:48:02 PST
Move BLOB code out of WorkerContext and into the fileapi/WorkerContextFileSystem folder[1].

[1]: https://docs.google.com/spreadsheet/ccc?key=0AppchfQ5mBrEdFlodHlLb0prdEd1ZEZyUHdCbEpoc2c#gid=0
Comment 1 Kentaro Hara 2012-02-28 23:49:51 PST
The movement might be controversial. Let's wait until the webkit-dev@ discussion reaches consensus.
Comment 2 Ashod Nakashian 2012-02-29 02:30:58 PST
(In reply to comment #1)
> The movement might be controversial. Let's wait until the webkit-dev@ discussion reaches consensus.

Yes, I took note of the controversy and decided to postpone changes. Thanks for the note.
Comment 3 Adam Barth 2012-03-02 15:47:11 PST
Based on the webkit-dev discussion, I think blob-related concepts are going to stay in the core since they are used by many different features.