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

Issue 547053002: [NaCl SDK] nacl_io: Remove Node::Access method. (Closed)

Created:
6 years, 3 months ago by Sam Clegg
Modified:
6 years, 3 months ago
Reviewers:
binji
CC:
chromium-reviews, binji+watch_chromium.org, Sam Clegg
Base URL:
https://chromium.googlesource.com/chromium/src.git@http_fs_root
Project:
chromium
Visibility:
Public.

Description

[NaCl SDK] nacl_io: Remove Node::Access method. This is implemented generically in terms of GetStat(). Committed: https://crrev.com/bbadba6b25ff7c7fa3cd2656519693b7fae9c5b8 Cr-Commit-Position: refs/heads/master@{#294057}

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+117 lines, -230 lines) Patch
M native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.h View 1 chunk +0 lines, -1 line 0 comments Download
M native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc View 1 chunk +0 lines, -15 lines 0 comments Download
M native_client_sdk/src/libraries/nacl_io/filesystem.h View 1 chunk +0 lines, -4 lines 0 comments Download
M native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.h View 1 chunk +0 lines, -1 line 0 comments Download
M native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc View 1 chunk +0 lines, -13 lines 0 comments Download
M native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.h View 1 chunk +0 lines, -1 line 0 comments Download
M native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc View 1 2 1 chunk +0 lines, -25 lines 0 comments Download
M native_client_sdk/src/libraries/nacl_io/jsfs/js_fs.h View 1 chunk +0 lines, -1 line 0 comments Download
M native_client_sdk/src/libraries/nacl_io/jsfs/js_fs.cc View 1 chunk +0 lines, -13 lines 0 comments Download
M native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc View 1 1 chunk +8 lines, -10 lines 0 comments Download
M native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.h View 1 chunk +0 lines, -1 line 0 comments Download
M native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc View 1 chunk +0 lines, -17 lines 0 comments Download
M native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.h View 1 chunk +0 lines, -1 line 0 comments Download
M native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M native_client_sdk/src/libraries/nacl_io/stream/stream_fs.h View 1 chunk +0 lines, -1 line 0 comments Download
M native_client_sdk/src/libraries/nacl_io/stream/stream_fs.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M native_client_sdk/src/tests/nacl_io_test/dev_fs_for_testing.h View 1 1 chunk +9 lines, -0 lines 0 comments Download
M native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc View 11 chunks +40 lines, -27 lines 0 comments Download
M native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc View 8 chunks +31 lines, -31 lines 0 comments Download
M native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc View 1 2 3 chunks +14 lines, -26 lines 0 comments Download
M native_client_sdk/src/tests/nacl_io_test/js_fs_test.cc View 1 chunk +0 lines, -21 lines 0 comments Download
M native_client_sdk/src/tests/nacl_io_test/jspipe_test.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc View 1 chunk +0 lines, -1 line 0 comments Download
M native_client_sdk/src/tests/nacl_io_test/mem_fs_node_test.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M native_client_sdk/src/tests/nacl_io_test/tty_test.cc View 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
Sam Clegg
6 years, 3 months ago (2014-09-05 22:48:11 UTC) #2
binji
lgtm https://codereview.chromium.org/547053002/diff/1/native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc File native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc (right): https://codereview.chromium.org/547053002/diff/1/native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc#newcode849 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc:849: errno = rtn; stat above calls KernelProxy::stat, which ...
6 years, 3 months ago (2014-09-08 18:48:26 UTC) #3
Sam Clegg
https://codereview.chromium.org/547053002/diff/1/native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc File native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc (right): https://codereview.chromium.org/547053002/diff/1/native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc#newcode849 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc:849: errno = rtn; On 2014/09/08 18:48:26, binji wrote: > ...
6 years, 3 months ago (2014-09-09 19:58:30 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sbc@chromium.org/547053002/40001
6 years, 3 months ago (2014-09-09 21:42:10 UTC) #6
commit-bot: I haz the power
Committed patchset #3 (id:40001) as be3306c1d1d63628100a1c55cae5238ced1c8abd
6 years, 3 months ago (2014-09-10 00:58:16 UTC) #7
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:57:09 UTC) #8
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/bbadba6b25ff7c7fa3cd2656519693b7fae9c5b8
Cr-Commit-Position: refs/heads/master@{#294057}

Powered by Google App Engine
This is Rietveld 408576698