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

Issue 462103003: Docserver: Implement ContentProvider.GetVersion. (Closed)

Created:
6 years, 4 months ago by not at google - send to devlin
Modified:
6 years, 4 months ago
Reviewers:
Yoyo Zhou
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Docserver: Implement ContentProvider.GetVersion. BUG=402903 R=yoz@chromium.org NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289373

Patch Set 1 #

Total comments: 2

Patch Set 2 : futurize #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -68 lines) Patch
M chrome/common/extensions/docs/server2/app.yaml View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/content_provider.py View 1 2 chunks +66 lines, -46 lines 3 comments Download
M chrome/common/extensions/docs/server2/content_provider_test.py View 6 chunks +23 lines, -12 lines 0 comments Download
M chrome/common/extensions/docs/server2/cron.yaml View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/future.py View 1 4 chunks +17 lines, -6 lines 0 comments Download
M chrome/common/extensions/docs/server2/future_test.py View 1 2 chunks +25 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
not at google - send to devlin
6 years, 4 months ago (2014-08-12 16:08:22 UTC) #1
Yoyo Zhou
LGTM https://chromiumcodereview.appspot.com/462103003/diff/1/chrome/common/extensions/docs/server2/content_provider.py File chrome/common/extensions/docs/server2/content_provider.py (right): https://chromiumcodereview.appspot.com/462103003/diff/1/chrome/common/extensions/docs/server2/content_provider.py#newcode151 chrome/common/extensions/docs/server2/content_provider.py:151: return Future(callback=lambda: stat_future.Get().version) Is this a Then?
6 years, 4 months ago (2014-08-12 22:32:57 UTC) #2
not at google - send to devlin
I converted every other Get() in this file to be a Then(). Sorry :\ When ...
6 years, 4 months ago (2014-08-13 02:14:29 UTC) #3
not at google - send to devlin
(PTAL)
6 years, 4 months ago (2014-08-13 02:14:39 UTC) #4
Yoyo Zhou
LGTM https://chromiumcodereview.appspot.com/462103003/diff/40001/chrome/common/extensions/docs/server2/content_provider.py File chrome/common/extensions/docs/server2/content_provider.py (right): https://chromiumcodereview.appspot.com/462103003/diff/40001/chrome/common/extensions/docs/server2/content_provider.py#newcode173 chrome/common/extensions/docs/server2/content_provider.py:173: def get_first_path_which_exists(existence): Seems like this wants to be ...
6 years, 4 months ago (2014-08-13 18:30:50 UTC) #5
not at google - send to devlin
https://chromiumcodereview.appspot.com/462103003/diff/40001/chrome/common/extensions/docs/server2/content_provider.py File chrome/common/extensions/docs/server2/content_provider.py (right): https://chromiumcodereview.appspot.com/462103003/diff/40001/chrome/common/extensions/docs/server2/content_provider.py#newcode173 chrome/common/extensions/docs/server2/content_provider.py:173: def get_first_path_which_exists(existence): On 2014/08/13 18:30:50, Yoyo Zhou wrote: > ...
6 years, 4 months ago (2014-08-13 19:38:22 UTC) #6
Yoyo Zhou
https://chromiumcodereview.appspot.com/462103003/diff/40001/chrome/common/extensions/docs/server2/content_provider.py File chrome/common/extensions/docs/server2/content_provider.py (right): https://chromiumcodereview.appspot.com/462103003/diff/40001/chrome/common/extensions/docs/server2/content_provider.py#newcode173 chrome/common/extensions/docs/server2/content_provider.py:173: def get_first_path_which_exists(existence): On 2014/08/13 19:38:22, kalman wrote: > On ...
6 years, 4 months ago (2014-08-13 20:34:15 UTC) #7
not at google - send to devlin
On 2014/08/13 20:34:15, Yoyo Zhou wrote: > https://chromiumcodereview.appspot.com/462103003/diff/40001/chrome/common/extensions/docs/server2/content_provider.py > File chrome/common/extensions/docs/server2/content_provider.py (right): > > https://chromiumcodereview.appspot.com/462103003/diff/40001/chrome/common/extensions/docs/server2/content_provider.py#newcode173 ...
6 years, 4 months ago (2014-08-13 20:39:37 UTC) #8
Yoyo Zhou
On 2014/08/13 20:39:37, kalman wrote: > On 2014/08/13 20:34:15, Yoyo Zhou wrote: > > > ...
6 years, 4 months ago (2014-08-13 20:44:12 UTC) #9
not at google - send to devlin
> On the other hand, it might not be any easier to read once you've ...
6 years, 4 months ago (2014-08-13 20:46:31 UTC) #10
not at google - send to devlin
The CQ bit was checked by kalman@chromium.org
6 years, 4 months ago (2014-08-13 20:46:48 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kalman@chromium.org/462103003/40001
6 years, 4 months ago (2014-08-13 20:49:29 UTC) #12
commit-bot: I haz the power
6 years, 4 months ago (2014-08-13 20:54:53 UTC) #13
Message was sent while issue was closed.
Committed patchset #2 (40001) as 289373

Powered by Google App Engine
This is Rietveld 408576698