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

Issue 3161030: Adding a sample CWS license server client written for Python App Engine. (Closed)

Created:
10 years, 4 months ago by kurrik.chromium
Modified:
9 years, 7 months ago
CC:
chromium-reviews, Aaron Boodman, Erik does not do reviews, pam+watch_chromium.org
Base URL:
http://src.chromium.org/git/chromium.git
Visibility:
Public.

Description

Adding a sample CWS license server client written for Python App Engine. BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=56986

Patch Set 1 #

Total comments: 26

Patch Set 2 : Changes from Eric's codereview #

Patch Set 3 : Address Kathy's comments #

Patch Set 4 : Adding a zipped version of the sample. #

Patch Set 5 : More sensible fallback for dev environment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2472 lines, --1 lines) Patch
A chrome/common/extensions/docs/examples/apps/hello-python.zip View Binary file 0 comments Download
A chrome/common/extensions/docs/examples/apps/hello-python/NOTICE View 1 chunk +53 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/examples/apps/hello-python/README View 1 2 1 chunk +30 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/examples/apps/hello-python/app.yaml View 1 chunk +17 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/examples/apps/hello-python/favicon.ico View Binary file 0 comments Download
A chrome/common/extensions/docs/examples/apps/hello-python/httplib2/__init__.py View 1 chunk +1202 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/examples/apps/hello-python/httplib2/iri2uri.py View 1 chunk +110 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/examples/apps/hello-python/index.yaml View 1 chunk +16 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/examples/apps/hello-python/main.py View 1 2 3 4 1 chunk +149 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/examples/apps/hello-python/oauth2/__init__.py View 1 chunk +758 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/examples/apps/hello-python/oauth2/clients/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/common/extensions/docs/examples/apps/hello-python/oauth2/clients/imap.py View 1 chunk +40 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/examples/apps/hello-python/oauth2/clients/smtp.py View 1 chunk +41 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/examples/apps/hello-python/templates/index.html View 1 chunk +57 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
kurrik.chromium
Here is my Python sample. Most of the files are library code - only main.py ...
10 years, 4 months ago (2010-08-19 01:25:16 UTC) #1
ericbidelman
http://codereview.chromium.org/3161030/diff/1/9 File chrome/common/extensions/docs/examples/apps/hello-python/main.py (right): http://codereview.chromium.org/3161030/diff/1/9#newcode24 chrome/common/extensions/docs/examples/apps/hello-python/main.py:24: 'license_server': 'INSERT SERVER HERE', lets put the server in ...
10 years, 4 months ago (2010-08-19 21:24:24 UTC) #2
kathyw
A couple of comments on the README. http://codereview.chromium.org/3161030/diff/1/3 File chrome/common/extensions/docs/examples/apps/hello-python/README (right): http://codereview.chromium.org/3161030/diff/1/3#newcode6 chrome/common/extensions/docs/examples/apps/hello-python/README:6: This application ...
10 years, 4 months ago (2010-08-19 22:05:56 UTC) #3
kurrik.chromium
Thanks for the review. Specific comments inline: http://codereview.chromium.org/3161030/diff/1/9 File chrome/common/extensions/docs/examples/apps/hello-python/main.py (right): http://codereview.chromium.org/3161030/diff/1/9#newcode24 chrome/common/extensions/docs/examples/apps/hello-python/main.py:24: 'license_server': 'INSERT ...
10 years, 4 months ago (2010-08-19 22:45:33 UTC) #4
kurrik.chromium
Thanks, updated the README. http://codereview.chromium.org/3161030/diff/1/3 File chrome/common/extensions/docs/examples/apps/hello-python/README (right): http://codereview.chromium.org/3161030/diff/1/3#newcode6 chrome/common/extensions/docs/examples/apps/hello-python/README:6: This application implements a sample ...
10 years, 4 months ago (2010-08-19 22:48:58 UTC) #5
ericbidelman
I didn't see a delta 2 on this, but I assume you've made the changes. ...
10 years, 4 months ago (2010-08-19 22:53:26 UTC) #6
bkennish
http://codereview.chromium.org/3161030/diff/1/9 File chrome/common/extensions/docs/examples/apps/hello-python/main.py (right): http://codereview.chromium.org/3161030/diff/1/9#newcode114 chrome/common/extensions/docs/examples/apps/hello-python/main.py:114: userid = user.federated_identity() or user.user_id() I don't think falling ...
10 years, 4 months ago (2010-08-19 22:58:27 UTC) #7
kurrik.chromium
http://codereview.chromium.org/3161030/diff/1/9 File chrome/common/extensions/docs/examples/apps/hello-python/main.py (right): http://codereview.chromium.org/3161030/diff/1/9#newcode114 chrome/common/extensions/docs/examples/apps/hello-python/main.py:114: userid = user.federated_identity() or user.user_id() I don't like the ...
10 years, 4 months ago (2010-08-20 01:35:16 UTC) #8
bkennish
10 years, 4 months ago (2010-08-20 01:43:57 UTC) #9
On Thu, Aug 19, 2010 at 6:35 PM,  <kurrik@chromium.org> wrote:
> I don't like the idea of not making this work at all on Dev, so I put in
> a more sophisticated check to see what environment the app is currently
> running in.

Looks good. Will add similar to the Java sample.

Powered by Google App Engine
This is Rietveld 408576698