Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(276)

Issue 21091007: Support synchronous mode for FileSystem/FileWriter API (Closed)

Created:
7 years, 4 months ago by kinuko
Modified:
7 years, 4 months ago
Reviewers:
michaeln, tzik
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, kinuko+watch, jam, tzik+watch_chromium.org
Visibility:
Public.

Description

Support synchronous mode for FileSystem/FileWriter API BUG=257349 TEST=no behavioral changes (until we switch blink code) R=michaeln@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=215024

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+171 lines, -59 lines) Patch
M content/child/fileapi/webfilesystem_impl.cc View 1 11 chunks +171 lines, -59 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
kinuko
Making the bridge code work synchronously.. can you take a look?
7 years, 4 months ago (2013-07-31 07:04:11 UTC) #1
michaeln
i think this lgtm, but its gotten very dense in there as to what actually ...
7 years, 4 months ago (2013-07-31 23:34:03 UTC) #2
michaeln
https://codereview.chromium.org/21091007/diff/1/content/child/fileapi/webfilesystem_impl.cc File content/child/fileapi/webfilesystem_impl.cc (right): https://codereview.chromium.org/21091007/diff/1/content/child/fileapi/webfilesystem_impl.cc#newcode329 content/child/fileapi/webfilesystem_impl.cc:329: CurrentWorkerId(), callbacks_id, waitable_results)), Using base::Unretained(waitable_results) for the callback closure ...
7 years, 4 months ago (2013-07-31 23:51:27 UTC) #3
kinuko
https://codereview.chromium.org/21091007/diff/1/content/child/fileapi/webfilesystem_impl.cc File content/child/fileapi/webfilesystem_impl.cc (right): https://codereview.chromium.org/21091007/diff/1/content/child/fileapi/webfilesystem_impl.cc#newcode102 content/child/fileapi/webfilesystem_impl.cc:102: if (callbacks->shouldBlockUntilCompletion()) On 2013/07/31 23:34:03, michaeln wrote: > Looks ...
7 years, 4 months ago (2013-08-01 06:12:26 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kinuko@chromium.org/21091007/31001
7 years, 4 months ago (2013-08-01 10:31:42 UTC) #5
kinuko
7 years, 4 months ago (2013-08-01 13:51:33 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r215024 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698