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

Issue 2513423002: [NaCl SDK] Implement FakeURLRequestInfoInterface::AppendDataToBody (Closed)

Created:
4 years, 1 month ago by chanpatorikku
Modified:
4 years 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] Implement FakeURLRequestInfoInterface::AppendDataToBody AppendDataToBody is going to be called by the future code, which includes a fake server. The fake server's going to respond requests sent from GoogleDriveFs, a file system exposed to nacl_io. 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/bc3878414c047c5485b4403c2cf682bee9e737da Cr-Commit-Position: refs/heads/master@{#435228}

Patch Set 1 #

Total comments: 4

Patch Set 2 #

Patch Set 3 #

Total comments: 8

Patch Set 4 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -2 lines) Patch
M native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc View 1 2 3 1 chunk +14 lines, -2 lines 0 comments Download
M native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_util.h View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_util.cc View 1 2 3 1 chunk +29 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (12 generated)
chanpatorikku
Its another patch set before the PRs of GoogleDriveFs implementation code and test code > ...
4 years, 1 month ago (2016-11-21 13:52:35 UTC) #5
binji
https://codereview.chromium.org/2513423002/diff/1/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc File native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc (right): https://codereview.chromium.org/2513423002/diff/1/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc#newcode560 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc:560: char path_buffer[1024]; See https://developer.chrome.com/native-client/pepper_dev/cpp/classpp_1_1_u_r_l_response_info#a77debd316d7b575b6cae43cb1bb14cbc, this file should only be ...
4 years, 1 month ago (2016-11-21 18:50:47 UTC) #6
chanpatorikku
Thanks for the comments. ptal https://codereview.chromium.org/2513423002/diff/1/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc File native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc (right): https://codereview.chromium.org/2513423002/diff/1/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc#newcode560 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc:560: char path_buffer[1024]; On 2016/11/21 ...
4 years, 1 month ago (2016-11-22 15:40:45 UTC) #9
chanpatorikku
Some long comment exists to explain why the change was made so more of your ...
4 years ago (2016-11-23 12:54:18 UTC) #10
chanpatorikku
Some long comment exists to explain why the change was made so more of your ...
4 years ago (2016-11-23 12:55:32 UTC) #11
chanpatorikku
I did not mean to mail double comments. Please ignore.
4 years ago (2016-11-23 12:56:31 UTC) #12
chanpatorikku
My apology. After looking at the comment about GetBodyAsFileRef, I was going to check the ...
4 years ago (2016-11-28 15:27:03 UTC) #14
chanpatorikku
Sam, could you please take a look? I guess binji is unavailable.
4 years ago (2016-11-29 18:18:22 UTC) #15
binji
lgtm, w/ some small fixes https://codereview.chromium.org/2513423002/diff/60001/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc File native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc (right): https://codereview.chromium.org/2513423002/diff/60001/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc#newcode490 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc:490: request_resource->body.assign(static_cast<const char*>(data), len); This ...
4 years ago (2016-11-29 20:53:57 UTC) #16
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/2513423002/80001
4 years ago (2016-11-30 10:16:06 UTC) #19
commit-bot: I haz the power
Committed patchset #4 (id:80001)
4 years ago (2016-11-30 12:09:35 UTC) #22
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/bc3878414c047c5485b4403c2cf682bee9e737da Cr-Commit-Position: refs/heads/master@{#435228}
4 years ago (2016-11-30 12:12:16 UTC) #24
chanpatorikku
Sorry. AppendDataToBody was written to replace data to body. The latest patch has been corrected ...
4 years ago (2016-11-30 15:28:27 UTC) #25
binji
4 years ago (2016-11-30 20:30:47 UTC) #26
Message was sent while issue was closed.
It's fine, but since this CL has already landed, please upload the new changes
to a separate review.

Powered by Google App Engine
This is Rietveld 408576698