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

Issue 16765005: Pepper: Add append support to FileIO. (Closed)

Created:
7 years, 6 months ago by teravest
Modified:
7 years, 6 months ago
CC:
chromium-reviews, piman+watch_chromium.org, raymes+watch_chromium.org, yusukes+watch_chromium.org, yzshen+watch_chromium.org, ihf+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Pepper: Add append support to FileIO. This change adds a PP_FILEOPENFLAG_APPEND flag to PP_FileOpenFlags which will force all writes to be appended to the end of the file instead of the current file position. This flag is mutually exclusive with PP_FILEOPENFLAG_WRITE. BUG=242383 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=205817

Patch Set 1 #

Total comments: 2

Patch Set 2 : Added version 1.2 / M29 to IDL. #

Total comments: 1

Patch Set 3 : Add version annotation to IDL. #

Total comments: 1

Patch Set 4 : Comment: M29 -> Chrome 29. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -5 lines) Patch
M ppapi/api/ppb_file_io.idl View 1 2 3 2 chunks +13 lines, -3 lines 0 comments Download
M ppapi/c/ppb_file_io.h View 1 2 3 2 chunks +9 lines, -2 lines 0 comments Download
M ppapi/shared_impl/file_type_conversion.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M ppapi/tests/test_file_io.cc View 2 chunks +17 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
teravest
Presumably we'll want to make the new flag only usable for M29 and newer versions ...
7 years, 6 months ago (2013-06-11 18:18:21 UTC) #1
dmichael (off chromium)
+yzshen: Yuzhu, do you have any opinion about adding an enum value here and revving ...
7 years, 6 months ago (2013-06-11 20:02:22 UTC) #2
teravest
On Tue, Jun 11, 2013 at 2:02 PM, <dmichael@chromium.org> wrote: > +yzshen: Yuzhu, do you ...
7 years, 6 months ago (2013-06-11 20:20:26 UTC) #3
yzshen1
Hi, David and Justin. It looks good to add a new enum value. It would ...
7 years, 6 months ago (2013-06-11 20:49:32 UTC) #4
teravest
On Tue, Jun 11, 2013 at 2:49 PM, <yzshen@chromium.org> wrote: > Hi, David and Justin. ...
7 years, 6 months ago (2013-06-11 20:51:42 UTC) #5
yzshen1
On 2013/06/11 20:51:42, teravest wrote: > On Tue, Jun 11, 2013 at 2:49 PM, <mailto:yzshen@chromium.org> ...
7 years, 6 months ago (2013-06-11 21:07:17 UTC) #6
teravest
On Tue, Jun 11, 2013 at 3:07 PM, <yzshen@chromium.org> wrote: > On 2013/06/11 20:51:42, teravest ...
7 years, 6 months ago (2013-06-11 21:09:58 UTC) #7
dmichael (off chromium)
lgtm https://codereview.chromium.org/16765005/diff/8002/ppapi/api/ppb_file_io.idl File ppapi/api/ppb_file_io.idl (right): https://codereview.chromium.org/16765005/diff/8002/ppapi/api/ppb_file_io.idl#newcode58 ppapi/api/ppb_file_io.idl:58: * This is only supported in version 1.2 ...
7 years, 6 months ago (2013-06-11 21:18:29 UTC) #8
teravest
On Tue, Jun 11, 2013 at 3:18 PM, <dmichael@chromium.org> wrote: > lgtm > > > ...
7 years, 6 months ago (2013-06-11 21:23:49 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/teravest@chromium.org/16765005/16001
7 years, 6 months ago (2013-06-11 21:24:37 UTC) #10
commit-bot: I haz the power
7 years, 6 months ago (2013-06-12 16:33:57 UTC) #11
Message was sent while issue was closed.
Change committed as 205817

Powered by Google App Engine
This is Rietveld 408576698