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

Issue 14759009: Docserver: fix SubversionFileSystem (Closed)

Created:
7 years, 7 months ago by not at google - send to devlin
Modified:
7 years, 7 months ago
Reviewers:
Yoyo Zhou
CC:
chromium-reviews, Aaron Boodman, chromium-apps-reviews_chromium.org
Visibility:
Public.

Description

Docserver: fix bug where SubversionFileSystem was returning the wrong Stat data for files. R=yoz@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=198208

Patch Set 1 #

Patch Set 2 : . #

Total comments: 4

Patch Set 3 : posixpath #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -11 lines) Patch
M chrome/common/extensions/docs/server2/subversion_file_system.py View 1 2 2 chunks +7 lines, -7 lines 0 comments Download
M chrome/common/extensions/docs/server2/subversion_file_system_test.py View 1 2 chunks +11 lines, -4 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
not at google - send to devlin
7 years, 7 months ago (2013-05-03 16:20:03 UTC) #1
not at google - send to devlin
Hey yoz can you review this, clark is away.
7 years, 7 months ago (2013-05-03 19:48:13 UTC) #2
Yoyo Zhou
https://codereview.chromium.org/14759009/diff/2001/chrome/common/extensions/docs/server2/subversion_file_system.py File chrome/common/extensions/docs/server2/subversion_file_system.py (right): https://codereview.chromium.org/14759009/diff/2001/chrome/common/extensions/docs/server2/subversion_file_system.py#newcode122 chrome/common/extensions/docs/server2/subversion_file_system.py:122: directory, filename = path.rsplit('/', 1) How about os.path.dirname and ...
7 years, 7 months ago (2013-05-03 20:01:24 UTC) #3
not at google - send to devlin
https://codereview.chromium.org/14759009/diff/2001/chrome/common/extensions/docs/server2/subversion_file_system.py File chrome/common/extensions/docs/server2/subversion_file_system.py (right): https://codereview.chromium.org/14759009/diff/2001/chrome/common/extensions/docs/server2/subversion_file_system.py#newcode122 chrome/common/extensions/docs/server2/subversion_file_system.py:122: directory, filename = path.rsplit('/', 1) On 2013/05/03 20:01:24, Yoyo ...
7 years, 7 months ago (2013-05-03 20:41:25 UTC) #4
Yoyo Zhou
https://codereview.chromium.org/14759009/diff/2001/chrome/common/extensions/docs/server2/subversion_file_system.py File chrome/common/extensions/docs/server2/subversion_file_system.py (right): https://codereview.chromium.org/14759009/diff/2001/chrome/common/extensions/docs/server2/subversion_file_system.py#newcode122 chrome/common/extensions/docs/server2/subversion_file_system.py:122: directory, filename = path.rsplit('/', 1) On 2013/05/03 20:41:25, kalman ...
7 years, 7 months ago (2013-05-03 20:52:47 UTC) #5
not at google - send to devlin
https://codereview.chromium.org/14759009/diff/2001/chrome/common/extensions/docs/server2/subversion_file_system.py File chrome/common/extensions/docs/server2/subversion_file_system.py (right): https://codereview.chromium.org/14759009/diff/2001/chrome/common/extensions/docs/server2/subversion_file_system.py#newcode122 chrome/common/extensions/docs/server2/subversion_file_system.py:122: directory, filename = path.rsplit('/', 1) On 2013/05/03 20:52:47, Yoyo ...
7 years, 7 months ago (2013-05-03 21:06:49 UTC) #6
not at google - send to devlin
posixpath is handy.
7 years, 7 months ago (2013-05-03 21:28:01 UTC) #7
Yoyo Zhou
LGTM
7 years, 7 months ago (2013-05-03 21:29:41 UTC) #8
not at google - send to devlin
7 years, 7 months ago (2013-05-03 22:13:32 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 manually as r198208 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698