DescriptionImplement Worker-MainThread bridge for FileSystem API in Chrome
This basically adds the same worker/mainThread bridge functionality
for FileSystem API in Chrome side.
Keeping bridge code around is suboptimal, but this allows us to remove
bridge code in Blink side which in turn allows us to make further
worker-related cleanups in Blink.
This change doesn't contain FileWriter related changes yet.
(For reference, combined patch is uploaded here:
https://codereview.chromium.org/19287010/)
BUG=257349
TEST=no behavioral changes yet
R=atwilson@chromium.org, jochen@chromium.org, michaeln@chromium.org, tzik@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=214160
Patch Set 1 : #Patch Set 2 : rebase + nits fix #
Total comments: 15
Patch Set 3 : #Patch Set 4 : #
Total comments: 6
Patch Set 5 : more fix #Patch Set 6 : thread-local map #Patch Set 7 : rebase #Messages
Total messages: 22 (0 generated)
|