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

Issue 1150463002: [chrome-devtools-frontend] Migrate to cloudstorage client (Closed)

Created:
5 years, 7 months ago by mnaganov (inactive)
Modified:
5 years, 7 months ago
Reviewers:
pfeldman
CC:
chromium-reviews, pfeldman-cc_chromium.org, mnaganov-cc_chromium.org
Target Ref:
refs/remotes/origin/master
Project:
tools
Visibility:
Public.

Description

[chrome-devtools-frontend] Migrate to cloudstorage client Import the cloudstorage library into the project to replace deprecated 'files' API. Change pre_cacher module to populate local Cloud Storage server instead of the cache. file_reader module now relies on cloudstorage library's retries mechanism instead of doing retries on its own. TBR=pfeldman@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=295320

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2977 lines, -24 lines) Patch
A gae/cloudstorage.LICENSE View 1 chunk +201 lines, -0 lines 0 comments Download
A gae/cloudstorage/__init__.py View 1 chunk +29 lines, -0 lines 0 comments Download
A gae/cloudstorage/api_utils.py View 1 chunk +353 lines, -0 lines 0 comments Download
A gae/cloudstorage/cloudstorage_api.py View 1 chunk +587 lines, -0 lines 0 comments Download
A gae/cloudstorage/common.py View 1 chunk +429 lines, -0 lines 0 comments Download
A gae/cloudstorage/errors.py View 1 chunk +143 lines, -0 lines 0 comments Download
A gae/cloudstorage/rest_api.py View 1 chunk +258 lines, -0 lines 0 comments Download
A gae/cloudstorage/storage_api.py View 1 chunk +924 lines, -0 lines 0 comments Download
A gae/cloudstorage/test_utils.py View 1 chunk +25 lines, -0 lines 0 comments Download
M gae/config.py View 1 chunk +1 line, -1 line 0 comments Download
M gae/content_type.py View 1 chunk +2 lines, -1 line 0 comments Download
M gae/file_reader.py View 2 chunks +9 lines, -10 lines 0 comments Download
M gae/pre_cacher.py View 1 chunk +16 lines, -12 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
mnaganov (inactive)
5 years, 7 months ago (2015-05-20 00:06:28 UTC) #1
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 295320 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698