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

Issue 521453003: Docserver: Override Walk in CachingFileSystem (Closed)

Created:
6 years, 3 months ago by ahernandez
Modified:
6 years, 3 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Docserver: Override Walk in CachingFileSystem NOTRY=True Committed: https://crrev.com/e95c9e298410a846a8bf941833b6aa8357c5560a Cr-Commit-Position: refs/heads/master@{#292708}

Patch Set 1 : #

Total comments: 13

Patch Set 2 : #

Total comments: 3

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -27 lines) Patch
M chrome/common/extensions/docs/server2/app.yaml View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/caching_file_system.py View 1 2 3 6 chunks +33 lines, -10 lines 0 comments Download
M chrome/common/extensions/docs/server2/caching_file_system_test.py View 1 2 3 5 chunks +48 lines, -8 lines 0 comments Download
M chrome/common/extensions/docs/server2/cron.yaml View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/file_system.py View 1 2 3 chunks +19 lines, -7 lines 0 comments Download

Messages

Total messages: 18 (1 generated)
ahernandez
Patchset #1 (id:1) has been deleted
6 years, 3 months ago (2014-08-29 01:19:10 UTC) #1
ahernandez
ahernandez.miralles@gmail.com changed reviewers: + kalman@chromium.org
6 years, 3 months ago (2014-08-29 01:49:42 UTC) #2
ahernandez
Here are the requested caching changes, PTAL. https://codereview.chromium.org/521453003/diff/20001/chrome/common/extensions/docs/server2/compiled_file_system.py File chrome/common/extensions/docs/server2/compiled_file_system.py (right): https://codereview.chromium.org/521453003/diff/20001/chrome/common/extensions/docs/server2/compiled_file_system.py#newcode22 chrome/common/extensions/docs/server2/compiled_file_system.py:22: '''Functions bound ...
6 years, 3 months ago (2014-08-29 01:49:42 UTC) #3
ahernandez
https://codereview.chromium.org/521453003/diff/20001/chrome/common/extensions/docs/server2/caching_file_system.py File chrome/common/extensions/docs/server2/caching_file_system.py (right): https://codereview.chromium.org/521453003/diff/20001/chrome/common/extensions/docs/server2/caching_file_system.py#newcode155 chrome/common/extensions/docs/server2/caching_file_system.py:155: cache_stat = self._stat_object_store.Get(root).Get() These don't need to be Then-ified, ...
6 years, 3 months ago (2014-08-29 02:15:11 UTC) #4
not at google - send to devlin
Could you split this up into 2 CLs? I'd like to submit them separately and ...
6 years, 3 months ago (2014-08-29 05:00:14 UTC) #5
ahernandez
> Could you split this up into 2 CLs? I'd like to submit them > ...
6 years, 3 months ago (2014-08-29 17:20:00 UTC) #6
not at google - send to devlin
On 2014/08/29 17:20:00, ahernandez wrote: > > Could you split this up into 2 CLs? ...
6 years, 3 months ago (2014-08-29 17:46:11 UTC) #7
ahernandez
On 2014/08/29 17:46:11, kalman wrote: > On 2014/08/29 17:20:00, ahernandez wrote: > > > Could ...
6 years, 3 months ago (2014-08-29 17:49:15 UTC) #8
not at google - send to devlin
> Well, I just wrote something in delegate style so I'll send it when it's ...
6 years, 3 months ago (2014-08-29 17:49:51 UTC) #9
ahernandez
On 2014/08/29 17:49:51, kalman wrote: > > Well, I just wrote something in delegate style ...
6 years, 3 months ago (2014-08-29 18:58:55 UTC) #10
not at google - send to devlin
https://codereview.chromium.org/521453003/diff/40001/chrome/common/extensions/docs/server2/caching_file_system.py File chrome/common/extensions/docs/server2/caching_file_system.py (right): https://codereview.chromium.org/521453003/diff/40001/chrome/common/extensions/docs/server2/caching_file_system.py#newcode32 chrome/common/extensions/docs/server2/caching_file_system.py:32: self._walk_cache = create_object_store('walk', start_empty=False) A more consistent name for ...
6 years, 3 months ago (2014-08-29 19:28:31 UTC) #11
ahernandez
PTAL. https://codereview.chromium.org/521453003/diff/80001/chrome/common/extensions/docs/server2/caching_file_system.py File chrome/common/extensions/docs/server2/caching_file_system.py (right): https://codereview.chromium.org/521453003/diff/80001/chrome/common/extensions/docs/server2/caching_file_system.py#newcode151 chrome/common/extensions/docs/server2/caching_file_system.py:151: if res and res[2] == root_stat.version: Sorry I ...
6 years, 3 months ago (2014-08-29 20:13:41 UTC) #12
not at google - send to devlin
lgtm https://codereview.chromium.org/521453003/diff/80001/chrome/common/extensions/docs/server2/caching_file_system.py File chrome/common/extensions/docs/server2/caching_file_system.py (right): https://codereview.chromium.org/521453003/diff/80001/chrome/common/extensions/docs/server2/caching_file_system.py#newcode147 chrome/common/extensions/docs/server2/caching_file_system.py:147: def delegate(root): file_lister? https://codereview.chromium.org/521453003/diff/80001/chrome/common/extensions/docs/server2/caching_file_system.py#newcode151 chrome/common/extensions/docs/server2/caching_file_system.py:151: if res and ...
6 years, 3 months ago (2014-08-29 20:26:07 UTC) #13
not at google - send to devlin
Bump app.yaml though.
6 years, 3 months ago (2014-08-29 20:26:50 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ahernandez.miralles@gmail.com/521453003/100001
6 years, 3 months ago (2014-08-29 22:00:10 UTC) #16
commit-bot: I haz the power
Committed patchset #4 (id:100001) as 62ba33b84ac86776d0506136575a175d0afb57b1
6 years, 3 months ago (2014-08-29 23:08:18 UTC) #17
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:11:26 UTC) #18
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/e95c9e298410a846a8bf941833b6aa8357c5560a
Cr-Commit-Position: refs/heads/master@{#292708}

Powered by Google App Engine
This is Rietveld 408576698