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

Issue 14419003: PPAPI: Move PPB_DirectoryReader_Dev to stable (won't commit) (Closed)

Created:
7 years, 8 months ago by nhiroki
Modified:
7 years, 7 months ago
CC:
chromium-reviews, yusukes+watch_chromium.org, raymes+watch_chromium.org, yzshen+watch_chromium.org, darin-cc_chromium.org, Sam Clegg, piman+watch_chromium.org, binji, ihf+watch_chromium.org, Yusuke Sato
Visibility:
Public.

Description

PPAPI: Move PPB_DirectoryReader_Dev to stable A separate patch for the same issue was landed, so I'd like to close this without commit. https://codereview.chromium.org/14784002/ BUG=234513 TEST=browser_tests --gtest_filter=\*DirectoryReader\*

Patch Set 1 #

Total comments: 16

Patch Set 2 : review fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+301 lines, -458 lines) Patch
M native_client_sdk/src/libraries/nacl_io/mount_node_html5fs.cc View 1 chunk +1 line, -2 lines 0 comments Download
M native_client_sdk/src/libraries/nacl_io/pepper/all_interfaces.h View 1 chunk +3 lines, -3 lines 0 comments Download
M native_client_sdk/src/libraries/nacl_io/pepper_interface.h View 1 chunk +1 line, -1 line 0 comments Download
M native_client_sdk/src/libraries/nacl_io_test/mount_html5fs_test.cc View 1 chunk +5 lines, -5 lines 0 comments Download
D ppapi/api/dev/ppb_directory_reader_dev.idl View 1 chunk +0 lines, -46 lines 0 comments Download
A ppapi/api/ppb_directory_reader.idl View 1 1 chunk +59 lines, -0 lines 0 comments Download
D ppapi/c/dev/ppb_directory_reader_dev.h View 1 chunk +0 lines, -78 lines 0 comments Download
A + ppapi/c/ppb_directory_reader.h View 1 5 chunks +30 lines, -18 lines 0 comments Download
M ppapi/cpp/array_output.h View 3 chunks +13 lines, -15 lines 0 comments Download
D ppapi/cpp/dev/directory_entry_dev.h View 1 chunk +0 lines, -38 lines 0 comments Download
D ppapi/cpp/dev/directory_entry_dev.cc View 1 chunk +0 lines, -45 lines 0 comments Download
D ppapi/cpp/dev/directory_reader_dev.h View 1 chunk +0 lines, -56 lines 0 comments Download
D ppapi/cpp/dev/directory_reader_dev.cc View 1 chunk +0 lines, -44 lines 0 comments Download
M ppapi/cpp/dev/file_chooser_dev.h View 1 chunk +2 lines, -2 lines 0 comments Download
A ppapi/cpp/directory_entry.h View 1 1 chunk +76 lines, -0 lines 0 comments Download
A + ppapi/cpp/directory_entry.cc View 2 chunks +6 lines, -8 lines 0 comments Download
A + ppapi/cpp/directory_reader.h View 1 3 chunks +19 lines, -11 lines 0 comments Download
A + ppapi/cpp/directory_reader.cc View 2 chunks +12 lines, -12 lines 0 comments Download
M ppapi/cpp/output_traits.h View 3 chunks +5 lines, -5 lines 0 comments Download
M ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c View 12 chunks +37 lines, -37 lines 0 comments Download
M ppapi/ppapi_sources.gypi View 4 chunks +5 lines, -5 lines 0 comments Download
M ppapi/proxy/directory_reader_resource.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M ppapi/proxy/interface_list.cc View 2 chunks +1 line, -1 line 0 comments Download
M ppapi/proxy/ppapi_messages.h View 2 chunks +1 line, -1 line 0 comments Download
M ppapi/tests/all_c_includes.h View 2 chunks +1 line, -1 line 0 comments Download
M ppapi/tests/all_cpp_includes.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/tests/test_directory_reader.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M ppapi/tests/test_file_ref.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M ppapi/thunk/interfaces_ppb_public_dev.h View 1 chunk +0 lines, -2 lines 0 comments Download
M ppapi/thunk/interfaces_ppb_public_stable.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/thunk/ppb_directory_reader_api.h View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/thunk/ppb_directory_reader_thunk.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M webkit/plugins/ppapi/plugin_module.cc View 2 chunks +1 line, -1 line 0 comments Download

Messages

Total messages: 19 (0 generated)
nhiroki
Hi, yusukes@'d like this change *ASAP*. I think that he or someone in his team ...
7 years, 8 months ago (2013-04-23 05:24:42 UTC) #1
raymes1
yzshen is OOO until next week. How urgent is this? On Mon, Apr 22, 2013 ...
7 years, 8 months ago (2013-04-23 07:04:55 UTC) #2
nhiroki
On 2013/04/23 07:04:55, raymes1 wrote: > yzshen is OOO until next week. How urgent is ...
7 years, 8 months ago (2013-04-23 07:40:47 UTC) #3
nhiroki
+dmichael@ Hi dmichael, could you review ppapi/ and webkit/plugins/ppapi/? Thanks.
7 years, 8 months ago (2013-04-23 07:49:19 UTC) #4
dmichael (off chromium)
Thank you for doing this! Looks good overall. I just have some nits because we ...
7 years, 8 months ago (2013-04-23 16:08:59 UTC) #5
dmichael (off chromium)
I apologize, I was just re-reading the discussion we had around this API and realized ...
7 years, 8 months ago (2013-04-23 16:21:54 UTC) #6
yzshen1
Thanks for taking care of this, David! On 2013/04/23 16:21:54, dmichael wrote: > I apologize, ...
7 years, 8 months ago (2013-04-23 17:14:01 UTC) #7
binji
native_client_sdk lgtm, thanks!
7 years, 8 months ago (2013-04-23 17:26:27 UTC) #8
raymes1
I confirmed with ihf that this is not used in Flash. In general a manifest ...
7 years, 8 months ago (2013-04-24 00:02:20 UTC) #9
nhiroki
Thank you for your review and comments! Please take another look, thanks. https://codereview.chromium.org/14419003/diff/1/ppapi/api/dev/ppb_directory_reader_dev.idl File ppapi/api/dev/ppb_directory_reader_dev.idl ...
7 years, 8 months ago (2013-04-24 02:01:44 UTC) #10
nhiroki
+jln@ Hi Julien, could you review ppapi/proxy/ppapi_messages.h? This is one line include change. Thanks.
7 years, 8 months ago (2013-04-24 02:06:31 UTC) #11
jln (very slow on Chromium)
On 2013/04/24 02:06:31, nhiroki wrote: > +jln@ > > Hi Julien, could you review ppapi/proxy/ppapi_messages.h? ...
7 years, 8 months ago (2013-04-24 05:20:51 UTC) #12
dmichael (off chromium)
I'm thinking now that this is going to stable, we could just put ReadEntries on ...
7 years, 8 months ago (2013-04-24 16:10:20 UTC) #13
nhiroki
On 2013/04/24 16:10:20, dmichael wrote: > I'm thinking now that this is going to stable, ...
7 years, 8 months ago (2013-04-25 02:28:00 UTC) #14
dmichael (off chromium)
On Wed, Apr 24, 2013 at 8:28 PM, <nhiroki@chromium.org> wrote: > On 2013/04/24 16:10:20, dmichael ...
7 years, 8 months ago (2013-04-25 02:48:17 UTC) #15
nhiroki
On 2013/04/25 02:48:17, dmichael wrote: > I'm sorry, I'm not sure I understand what you ...
7 years, 8 months ago (2013-04-25 03:40:52 UTC) #16
kinuko
On 2013/04/25 03:40:52, nhiroki wrote: > On 2013/04/25 02:48:17, dmichael wrote: > > I'm sorry, ...
7 years, 8 months ago (2013-04-25 04:16:26 UTC) #17
nhiroki
On 2013/04/25 04:16:26, kinuko wrote: > Can we decide one of either before spending too ...
7 years, 8 months ago (2013-04-25 04:36:55 UTC) #18
dmichael (off chromium)
7 years, 8 months ago (2013-04-25 22:14:29 UTC) #19
I think we should put it on PPB_FileRef. This seems like the best thing from an
API perspective. I apologize for not suggesting this sooner.

Powered by Google App Engine
This is Rietveld 408576698