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

Issue 2467223003: [NaCl SDK] Refactor FakeHtml5FsFilesystem and FakeHtml5FsNode. (Closed)

Created:
4 years, 1 month ago by chanpatorikku
Modified:
4 years, 1 month ago
Reviewers:
binji, Sam Clegg
CC:
chromium-reviews, binji+watch_chromium.org, Sam Clegg
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[NaCl SDK] Refactor FakeHtml5FsFilesystem and FakeHtml5FsNode. Move FakeHtml5FsFilesystem and FakeHtml5FsNode from fake_pepper_interface_html5_fs.{cc,h} to fake_filesystem.{cc,h} and fake_node.{cc,h} to share the code with the future code. depot_tools/clang-format was run so the formatting of code is accepted in the code review by policy. It was run in all the {.cc,.h} files, and the code formats of some files were changed. Refactor 2 classes but not 1 class because while refactoring only FakeHtml5FsFilesystem, the files have a circular header reference. Refactoring FakeHtml5FsFilesystem and FakeHtml5FsNode takes away the circular header reference. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_nacl_sdk;master.tryserver.chromium.mac:mac_nacl_sdk;master.tryserver.chromium.win:win_nacl_sdk Committed: https://crrev.com/0101f681f950a25b6708f522e24bdbd30ca50934 Cr-Commit-Position: refs/heads/master@{#431044}

Patch Set 1 #

Patch Set 2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+384 lines, -356 lines) Patch
M native_client_sdk/src/tests/nacl_io_test/example.dsc View 1 chunk +4 lines, -0 lines 0 comments Download
M native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_file_io_interface.cc View 3 chunks +6 lines, -7 lines 0 comments Download
M native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_file_ref_interface.cc View 7 chunks +22 lines, -22 lines 0 comments Download
M native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_file_system_interface.cc View 2 chunks +2 lines, -2 lines 0 comments Download
A native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_filesystem.h View 1 chunk +53 lines, -0 lines 0 comments Download
A native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_filesystem.cc View 1 chunk +161 lines, -0 lines 0 comments Download
A native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_node.h View 1 chunk +40 lines, -0 lines 0 comments Download
A native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_node.cc View 1 1 chunk +69 lines, -0 lines 0 comments Download
M native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.h View 4 chunks +4 lines, -74 lines 0 comments Download
M native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_html5_fs.cc View 2 chunks +2 lines, -224 lines 0 comments Download
M native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_util.h View 4 chunks +5 lines, -5 lines 0 comments Download
M native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc View 7 chunks +16 lines, -22 lines 0 comments Download

Messages

Total messages: 19 (10 generated)
chanpatorikku
Just in case you may wonder why I did not ask for a review yesterday ...
4 years, 1 month ago (2016-11-03 13:42:16 UTC) #3
chanpatorikku
The review looks to head to double the review time. Risky if the review time ...
4 years, 1 month ago (2016-11-04 13:58:16 UTC) #4
binji
lgtm % trybots
4 years, 1 month ago (2016-11-04 19:09:43 UTC) #6
binji
On 2016/11/04 19:09:43, binji wrote: > lgtm % trybots Looks like there are some compile ...
4 years, 1 month ago (2016-11-04 20:37:27 UTC) #10
chanpatorikku
The compile error appeared from the glibc toolchain. The codes were tested in only pnacl ...
4 years, 1 month ago (2016-11-07 13:19:22 UTC) #11
chanpatorikku
When you are not busy, ptal at the build.
4 years, 1 month ago (2016-11-09 13:18:56 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2467223003/20001
4 years, 1 month ago (2016-11-09 20:04:48 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 1 month ago (2016-11-09 21:57:57 UTC) #17
commit-bot: I haz the power
4 years, 1 month ago (2016-11-09 22:02:23 UTC) #19
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/0101f681f950a25b6708f522e24bdbd30ca50934
Cr-Commit-Position: refs/heads/master@{#431044}

Powered by Google App Engine
This is Rietveld 408576698