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

Issue 14500010: [NaCl SDK] Google Drive example (Closed)

Created:
7 years, 7 months ago by binji
Modified:
7 years, 7 months ago
Reviewers:
noelallen1
CC:
chromium-reviews, Sam Clegg
Visibility:
Public.

Description

[NaCl SDK] Google Drive example Also: * generate app permissions automatically from examples * stop using --incognito in make run * use --user-data-dir instead, which is cleaned up in "make clean" * share CHROME_ARGS with "make run_package" and "make run" BUG=none R=noelallen@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=201407

Patch Set 1 #

Total comments: 1

Patch Set 2 : synchronous on thread #

Total comments: 18

Patch Set 3 : feedback #

Patch Set 4 : comments #

Total comments: 4

Patch Set 5 : override RUN behavior #

Patch Set 6 : . #

Patch Set 7 : merge master #

Patch Set 8 : remove key from build_app generated manifest #

Unified diffs Side-by-side diffs Delta from patch set Stats (+751 lines, -9 lines) Patch
M native_client_sdk/src/build_tools/build_app.py View 1 2 3 4 5 6 7 1 chunk +7 lines, -6 lines 0 comments Download
M native_client_sdk/src/build_tools/generate_make.py View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M native_client_sdk/src/build_tools/parse_dsc.py View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
M native_client_sdk/src/build_tools/sdk_files.list View 1 2 3 4 5 6 7 1 chunk +9 lines, -0 lines 0 comments Download
M native_client_sdk/src/examples/common.js View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A native_client_sdk/src/examples/demo/drive/drive.cc View 1 2 3 4 1 chunk +564 lines, -0 lines 0 comments Download
A native_client_sdk/src/examples/demo/drive/example.dsc View 1 2 3 4 5 1 chunk +30 lines, -0 lines 0 comments Download
A native_client_sdk/src/examples/demo/drive/example.js View 1 2 3 1 chunk +70 lines, -0 lines 0 comments Download
A native_client_sdk/src/examples/demo/drive/index.html View 1 2 3 1 chunk +51 lines, -0 lines 0 comments Download
M native_client_sdk/src/examples/resources/manifest.json.template View 1 2 3 4 5 6 7 1 chunk +7 lines, -0 lines 0 comments Download
M native_client_sdk/src/tools/common.mk View 1 2 3 4 5 3 chunks +5 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
binji
Take a look, this is the async version. I'm going to work on a blocking ...
7 years, 7 months ago (2013-04-29 18:48:24 UTC) #1
binji
PTAL, much simpler due to using synchronous calls.
7 years, 7 months ago (2013-04-30 00:45:15 UTC) #2
noelallen1
https://codereview.chromium.org/14500010/diff/4001/native_client_sdk/src/examples/demo/drive/drive.cc File native_client_sdk/src/examples/demo/drive/drive.cc (right): https://codereview.chromium.org/14500010/diff/4001/native_client_sdk/src/examples/demo/drive/drive.cc#newcode53 native_client_sdk/src/examples/demo/drive/drive.cc:53: void AddQueryParameter(std::string* s, Incorrect indent. https://codereview.chromium.org/14500010/diff/4001/native_client_sdk/src/examples/demo/drive/drive.cc#newcode314 native_client_sdk/src/examples/demo/drive/drive.cc:314: Instance::~Instance() {} ...
7 years, 7 months ago (2013-04-30 18:46:08 UTC) #3
binji
Going to add some comments now. https://codereview.chromium.org/14500010/diff/4001/native_client_sdk/src/examples/demo/drive/drive.cc File native_client_sdk/src/examples/demo/drive/drive.cc (right): https://codereview.chromium.org/14500010/diff/4001/native_client_sdk/src/examples/demo/drive/drive.cc#newcode53 native_client_sdk/src/examples/demo/drive/drive.cc:53: void AddQueryParameter(std::string* s, ...
7 years, 7 months ago (2013-04-30 20:07:27 UTC) #4
binji
Added comments, modified app's manifest.json. TODO: modify make RUN to run as packaged app.
7 years, 7 months ago (2013-05-02 23:11:02 UTC) #5
noelallen1
LGTM https://codereview.chromium.org/14500010/diff/13001/native_client_sdk/src/examples/demo/drive/drive.cc File native_client_sdk/src/examples/demo/drive/drive.cc (right): https://codereview.chromium.org/14500010/diff/13001/native_client_sdk/src/examples/demo/drive/drive.cc#newcode27 native_client_sdk/src/examples/demo/drive/drive.cc:27: Comment, what is this? https://codereview.chromium.org/14500010/diff/13001/native_client_sdk/src/examples/demo/drive/drive.cc#newcode142 native_client_sdk/src/examples/demo/drive/drive.cc:142: size_t num_bytes ...
7 years, 7 months ago (2013-05-03 18:31:12 UTC) #6
binji
I'm going to wait until after the branch point to land. https://codereview.chromium.org/14500010/diff/13001/native_client_sdk/src/examples/demo/drive/drive.cc File native_client_sdk/src/examples/demo/drive/drive.cc (right): ...
7 years, 7 months ago (2013-05-03 23:00:39 UTC) #7
binji
PTAL: * removed --incognito * added --user-data-dir * generate packaged app permissions from .dsc * ...
7 years, 7 months ago (2013-05-17 21:10:02 UTC) #8
noelallen1
lgtm
7 years, 7 months ago (2013-05-21 22:58:50 UTC) #9
binji
7 years, 7 months ago (2013-05-22 00:40:28 UTC) #10
Message was sent while issue was closed.
Committed patchset #8 manually as r201407 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698