Bug 88997 - Move isolated file system code out of chromium-specific directory
Summary: Move isolated file system code out of chromium-specific directory
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kinuko Yasuda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-13 07:35 PDT by Kinuko Yasuda
Modified: 2012-06-13 23:42 PDT (History)
5 users (show)

See Also:


Attachments
Patch (12.00 KB, patch)
2012-06-13 07:38 PDT, Kinuko Yasuda
abarth: review+
webkit.review.bot: commit-queue-
Details | Formatted Diff | Diff
for submit (12.13 KB, patch)
2012-06-13 23:11 PDT, Kinuko Yasuda
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kinuko Yasuda 2012-06-13 07:35:05 PDT
Move isolated file system code out of chromium-specific directory.
The code does not need to be chromium-specific.  Any platforms that have file system implementation and manage mappings from file system id to a set of files should share the code.
Comment 1 Kinuko Yasuda 2012-06-13 07:38:59 PDT
Created attachment 147313 [details]
Patch
Comment 2 WebKit Review Bot 2012-06-13 10:43:59 PDT
Comment on attachment 147313 [details]
Patch

Attachment 147313 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/12947853
Comment 3 Kinuko Yasuda 2012-06-13 23:11:01 PDT
Created attachment 147493 [details]
for submit
Comment 4 Kinuko Yasuda 2012-06-13 23:42:45 PDT
Committed r120285: <http://trac.webkit.org/changeset/120285>