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

Issue 7248047: Migrating PPB_FileIO_Dev, PPB_FileRef_Dev, and PPB_FileSystem_Dev dependencies to PPB_FileIO, PPB... (Closed)

Created:
9 years, 5 months ago by sanga
Modified:
9 years, 5 months ago
CC:
chromium-reviews, piman+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Migrating PPB_FileIO_Dev, PPB_FileRef_Dev, and PPB_FileSystem_Dev dependencies to PPB_FileIO, PPB_FileRef, and PPB_FileSystem. Also fixed some lint errors. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=91733

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 7

Patch Set 3 : '' #

Total comments: 9

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+184 lines, -160 lines) Patch
M ppapi/c/dev/ppb_directory_reader_dev.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/c/private/ppb_flash_file.h View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M ppapi/cpp/dev/directory_entry_dev.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M ppapi/cpp/dev/directory_reader_dev.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M ppapi/cpp/dev/directory_reader_dev.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M ppapi/proxy/ppapi_param_traits.h View 1 2 3 3 chunks +6 lines, -3 lines 0 comments Download
M ppapi/proxy/ppapi_param_traits.cc View 1 2 3 4 chunks +7 lines, -7 lines 0 comments Download
M ppapi/proxy/ppb_file_ref_proxy.cc View 1 2 3 6 chunks +6 lines, -6 lines 0 comments Download
M ppapi/proxy/ppb_file_system_proxy.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/proxy/ppb_file_system_proxy.cc View 1 2 3 8 chunks +9 lines, -9 lines 0 comments Download
M ppapi/proxy/ppb_flash_file_proxy.h View 1 2 3 4 chunks +4 lines, -3 lines 0 comments Download
M ppapi/proxy/ppb_flash_file_proxy.cc View 1 2 3 6 chunks +6 lines, -6 lines 0 comments Download
M ppapi/proxy/ppb_flash_proxy.h View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M ppapi/proxy/resource_creation_proxy.h View 1 2 3 3 chunks +4 lines, -2 lines 0 comments Download
M ppapi/proxy/resource_creation_proxy.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ppapi/proxy/serialized_structs.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ppapi/proxy/serialized_structs.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/all_c_includes.h View 1 2 3 4 chunks +5 lines, -5 lines 0 comments Download
M ppapi/tests/all_cpp_includes.h View 1 2 3 3 chunks +3 lines, -4 lines 0 comments Download
M ppapi/tests/test_directory_reader.cc View 1 2 3 8 chunks +11 lines, -11 lines 0 comments Download
M ppapi/thunk/ppb_file_io_api.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/thunk/ppb_file_io_thunk.cc View 1 2 3 4 chunks +3 lines, -4 lines 0 comments Download
M ppapi/thunk/ppb_file_io_trusted_thunk.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M ppapi/thunk/ppb_file_ref_api.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/thunk/ppb_file_ref_thunk.cc View 1 2 3 4 chunks +5 lines, -5 lines 0 comments Download
M ppapi/thunk/ppb_file_system_api.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/thunk/ppb_file_system_thunk.cc View 1 2 3 4 chunks +5 lines, -5 lines 0 comments Download
M ppapi/thunk/resource_creation_api.h View 1 2 3 3 chunks +2 lines, -2 lines 0 comments Download
M ppapi/thunk/thunk.h View 1 2 3 2 chunks +8 lines, -8 lines 0 comments Download
M webkit/plugins/ppapi/file_callbacks.h View 1 2 3 4 chunks +6 lines, -3 lines 0 comments Download
M webkit/plugins/ppapi/file_callbacks.cc View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M webkit/plugins/ppapi/file_type_conversions.cc View 1 2 3 2 chunks +1 line, -2 lines 0 comments Download
M webkit/plugins/ppapi/plugin_module.cc View 1 2 3 4 5 6 chunks +26 lines, -9 lines 0 comments Download
M webkit/plugins/ppapi/ppb_file_io_impl.h View 1 2 3 4 chunks +6 lines, -6 lines 0 comments Download
M webkit/plugins/ppapi/ppb_file_io_impl.cc View 1 2 3 3 chunks +5 lines, -4 lines 0 comments Download
M webkit/plugins/ppapi/ppb_file_ref_impl.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/plugins/ppapi/ppb_file_ref_impl.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webkit/plugins/ppapi/ppb_file_system_impl.h View 1 2 3 3 chunks +7 lines, -7 lines 0 comments Download
M webkit/plugins/ppapi/ppb_file_system_impl.cc View 1 2 3 4 chunks +4 lines, -5 lines 0 comments Download
M webkit/plugins/ppapi/ppb_flash_file_impl.cc View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
M webkit/plugins/ppapi/resource_creation_impl.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/plugins/ppapi/resource_creation_impl.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
sanga
9 years, 5 months ago (2011-06-30 23:42:20 UTC) #1
piman
drive-by: shouldn't APIs get rev'ed by this change ?
9 years, 5 months ago (2011-06-30 23:44:41 UTC) #2
Sang Ahn
Yep, they were rev'ed with this <http://codereview.chromium.org/7261004/>change. On Thu, Jun 30, 2011 at 5:44 PM, ...
9 years, 5 months ago (2011-07-01 14:43:13 UTC) #3
Sang Ahn
ping On Thu, Jun 30, 2011 at 5:42 PM, <sanga@chromium.org> wrote: > Reviewers: brettw, nfullagar, ...
9 years, 5 months ago (2011-07-01 21:26:28 UTC) #4
nfullagar
couple of nits, otherwise looks good from here... http://codereview.chromium.org/7248047/diff/8001/ppapi/proxy/ppapi_messages.h File ppapi/proxy/ppapi_messages.h (right): http://codereview.chromium.org/7248047/diff/8001/ppapi/proxy/ppapi_messages.h#newcode21 ppapi/proxy/ppapi_messages.h:21: #include ...
9 years, 5 months ago (2011-07-02 00:16:45 UTC) #5
brettw
LGTM http://codereview.chromium.org/7248047/diff/8001/ppapi/proxy/ppapi_param_traits.h File ppapi/proxy/ppapi_param_traits.h (right): http://codereview.chromium.org/7248047/diff/8001/ppapi/proxy/ppapi_param_traits.h#newcode9 ppapi/proxy/ppapi_param_traits.h:9: #include <vector> I think he was fixing lint ...
9 years, 5 months ago (2011-07-06 16:00:34 UTC) #6
sanga
9 years, 5 months ago (2011-07-06 16:18:59 UTC) #7
http://codereview.chromium.org/7248047/diff/8001/ppapi/proxy/ppapi_messages.h
File ppapi/proxy/ppapi_messages.h (right):

http://codereview.chromium.org/7248047/diff/8001/ppapi/proxy/ppapi_messages.h...
ppapi/proxy/ppapi_messages.h:21: #include "ppapi/c/pp_file_info.h"
On 2011/07/02 00:16:45, nfullagar wrote:
> pp_bool... comes before pp_file...

Done.

http://codereview.chromium.org/7248047/diff/8001/ppapi/proxy/ppapi_param_trai...
File ppapi/proxy/ppapi_param_traits.h (right):

http://codereview.chromium.org/7248047/diff/8001/ppapi/proxy/ppapi_param_trai...
ppapi/proxy/ppapi_param_traits.h:9: #include <vector>
I'm addressing some lint errors. 
On 2011/07/02 00:16:45, nfullagar wrote:
> curious why this is needed now?

http://codereview.chromium.org/7248047/diff/8001/webkit/plugins/ppapi/plugin_...
File webkit/plugins/ppapi/plugin_module.cc (right):

http://codereview.chromium.org/7248047/diff/8001/webkit/plugins/ppapi/plugin_...
webkit/plugins/ppapi/plugin_module.cc:271: if (strcmp(name,
"PPB_FileIO(Dev);0.3") == 0)
Yes, I get enum type value conflicts.
On 2011/07/02 00:16:45, nfullagar wrote:
> Is it possible to use PPB_FILEIO_DEV_INTERFACE, etc. or do you get conflicts
on
> the enums?

http://codereview.chromium.org/7248047/diff/19001/ppapi/proxy/serialized_stru...
File ppapi/proxy/serialized_structs.cc (right):

http://codereview.chromium.org/7248047/diff/19001/ppapi/proxy/serialized_stru...
ppapi/proxy/serialized_structs.cc:9: #include "ppapi/c/pp_file_info.h"
On 2011/07/06 16:00:34, brettw wrote:
> Should be moved above to be in order.

Done.

http://codereview.chromium.org/7248047/diff/19001/webkit/plugins/ppapi/file_c...
File webkit/plugins/ppapi/file_callbacks.cc (right):

http://codereview.chromium.org/7248047/diff/19001/webkit/plugins/ppapi/file_c...
webkit/plugins/ppapi/file_callbacks.cc:8: #include "ppapi/c/pp_file_info.h"
On 2011/07/06 16:00:34, brettw wrote:
> Should be below to be in order.

Done.

http://codereview.chromium.org/7248047/diff/19001/webkit/plugins/ppapi/file_t...
File webkit/plugins/ppapi/file_type_conversions.cc (right):

http://codereview.chromium.org/7248047/diff/19001/webkit/plugins/ppapi/file_t...
webkit/plugins/ppapi/file_type_conversions.cc:7: #include
"ppapi/c/ppb_file_io.h"
On 2011/07/06 16:00:34, brettw wrote:
> Should be below.

Done.

http://codereview.chromium.org/7248047/diff/19001/webkit/plugins/ppapi/plugin...
File webkit/plugins/ppapi/plugin_module.cc (right):

http://codereview.chromium.org/7248047/diff/19001/webkit/plugins/ppapi/plugin...
webkit/plugins/ppapi/plugin_module.cc:264: // Support the dev interfaces for
file io, fileref and file system
On 2011/07/06 16:00:34, brettw wrote:
> Can you put this condition below with the GL stuff so all the "regular"
> interfaces are in one block?

Done.

Powered by Google App Engine
This is Rietveld 408576698