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

Issue 6596026: Don't allow multiple opens for Pepper FileSystem. (Closed)

Created:
9 years, 10 months ago by yzshen1
Modified:
9 years, 7 months ago
Reviewers:
brettw
CC:
chromium-reviews, darin-cc_chromium.org
Visibility:
Public.

Description

Don't allow multiple opens for Pepper FileSystem. BUG=73667 TEST=test_file_system.{h,cc} Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=76278

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+122 lines, -21 lines) Patch
M ppapi/ppapi_tests.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/proxy/ppb_file_system_proxy.cc View 4 chunks +6 lines, -4 lines 0 comments Download
M ppapi/tests/test_file_ref.cc View 1 chunk +0 lines, -14 lines 0 comments Download
A ppapi/tests/test_file_system.h View 1 chunk +26 lines, -0 lines 0 comments Download
A ppapi/tests/test_file_system.cc View 1 chunk +79 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/ppb_file_system_impl.h View 1 chunk +3 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/ppb_file_system_impl.cc View 2 chunks +6 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
yzshen1
Hi, Brett. I have considered to return PP_ERROR_INPROGRESS when we are waiting for a previous ...
9 years, 10 months ago (2011-02-26 19:22:05 UTC) #1
brettw
9 years, 10 months ago (2011-02-26 19:32:57 UTC) #2
Looks great, thanks for the new test file. LGTM

Powered by Google App Engine
This is Rietveld 408576698