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

Issue 3394017: Pepper's FileSystem implementation. (Closed)

Created:
10 years, 3 months ago by dumi
Modified:
9 years, 7 months ago
CC:
chromium-reviews, jam, darin-cc_chromium.org, stuartmorgan+watch_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Pepper's FileSystem implementation. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=60729

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 8

Patch Set 3 : '' #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+348 lines, -12 lines) Patch
M chrome/renderer/pepper_plugin_delegate_impl.h View 1 chunk +14 lines, -0 lines 0 comments Download
M chrome/renderer/pepper_plugin_delegate_impl.cc View 1 2 3 chunks +50 lines, -0 lines 0 comments Download
A webkit/glue/plugins/pepper_error_util.h View 2 1 chunk +16 lines, -0 lines 0 comments Download
A webkit/glue/plugins/pepper_error_util.cc View 1 chunk +32 lines, -0 lines 0 comments Download
M webkit/glue/plugins/pepper_file_system.h View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M webkit/glue/plugins/pepper_file_system.cc View 1 2 1 chunk +209 lines, -12 lines 6 comments Download
M webkit/glue/plugins/pepper_plugin_delegate.h View 2 chunks +20 lines, -0 lines 0 comments Download
M webkit/glue/webkit_glue.gypi View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
dumi
Depends on http://codereview.chromium.org/3417018. Pepper test to come.
10 years, 3 months ago (2010-09-23 06:01:14 UTC) #1
brettw
http://codereview.chromium.org/3394017/diff/6001/7001 File chrome/renderer/pepper_plugin_delegate_impl.cc (right): http://codereview.chromium.org/3394017/diff/6001/7001#newcode650 chrome/renderer/pepper_plugin_delegate_impl.cc:650: DCHECK(file_system_dispatcher); I wouldn't bother with these DCHECKs. I usually ...
10 years, 3 months ago (2010-09-23 17:47:14 UTC) #2
dumi
http://codereview.chromium.org/3394017/diff/6001/7001 File chrome/renderer/pepper_plugin_delegate_impl.cc (right): http://codereview.chromium.org/3394017/diff/6001/7001#newcode650 chrome/renderer/pepper_plugin_delegate_impl.cc:650: DCHECK(file_system_dispatcher); On 2010/09/23 17:47:15, brettw wrote: > I wouldn't ...
10 years, 3 months ago (2010-09-23 19:12:03 UTC) #3
brettw
LGTM http://codereview.chromium.org/3394017/diff/17002/18005 File webkit/glue/plugins/pepper_file_system.cc (right): http://codereview.chromium.org/3394017/diff/17002/18005#newcode60 webkit/glue/plugins/pepper_file_system.cc:60: std::swap(callback, callback_); I don't think this swap is ...
10 years, 3 months ago (2010-09-23 19:35:56 UTC) #4
dumi
http://codereview.chromium.org/3394017/diff/17002/18005 File webkit/glue/plugins/pepper_file_system.cc (right): http://codereview.chromium.org/3394017/diff/17002/18005#newcode60 webkit/glue/plugins/pepper_file_system.cc:60: std::swap(callback, callback_); On 2010/09/23 19:35:56, brettw wrote: > I ...
10 years, 3 months ago (2010-09-23 22:31:40 UTC) #5
darin (slow to review)
10 years, 3 months ago (2010-09-24 00:09:36 UTC) #6
lgtm

Powered by Google App Engine
This is Rietveld 408576698