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

Issue 11659005: Added common function to check for supported syncable file system service names. (Closed)

Created:
8 years ago by calvinlo
Modified:
7 years, 11 months ago
Reviewers:
kinuko, benwells, tzik
CC:
chromium-reviews, tzik+watch_chromium.org, Aaron Boodman, kinuko+watch, chromium-apps-reviews_chromium.org
Visibility:
Public.

Description

Added common function to check for supported syncable file system service names. BUG=160496 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175731

Patch Set 1 #

Total comments: 4

Patch Set 2 : tzik review #1 #

Total comments: 2

Patch Set 3 : tzik review #2 #

Total comments: 2

Patch Set 4 : Kinuko review #1 #

Total comments: 2

Patch Set 5 : Removed TODO #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -11 lines) Patch
M chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc View 1 2 3 4 3 chunks +14 lines, -11 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
calvinlo
Hi Taiju San, can you please take a quick look at this before I send ...
8 years ago (2012-12-21 06:09:48 UTC) #1
tzik
https://codereview.chromium.org/11659005/diff/1/chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc File chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc (right): https://codereview.chromium.org/11659005/diff/1/chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc#newcode75 chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc:75: bool isValidServiceName(const std::string& service_name, std::string& error) { Our coding ...
7 years, 12 months ago (2012-12-25 05:53:28 UTC) #2
calvinlo
https://codereview.chromium.org/11659005/diff/1/chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc File chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc (right): https://codereview.chromium.org/11659005/diff/1/chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc#newcode75 chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc:75: bool isValidServiceName(const std::string& service_name, std::string& error) { On 2012/12/25 ...
7 years, 12 months ago (2012-12-25 06:10:27 UTC) #3
tzik
lgtm https://codereview.chromium.org/11659005/diff/6001/chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc File chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc (right): https://codereview.chromium.org/11659005/diff/6001/chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc#newcode75 chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc:75: bool isValidServiceName(const std::string& service_name, std::string* error) { Could ...
7 years, 12 months ago (2012-12-25 06:14:26 UTC) #4
calvinlo
https://codereview.chromium.org/11659005/diff/6001/chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc File chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc (right): https://codereview.chromium.org/11659005/diff/6001/chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc#newcode75 chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc:75: bool isValidServiceName(const std::string& service_name, std::string* error) { On 2012/12/25 ...
7 years, 12 months ago (2012-12-25 06:35:38 UTC) #5
calvinlo
Hi Ben, can you please check this patch for extension/ ownership. Thanks.
7 years, 12 months ago (2012-12-25 06:36:12 UTC) #6
benwells
lgtm
7 years, 11 months ago (2013-01-03 00:54:14 UTC) #7
kinuko
https://codereview.chromium.org/11659005/diff/8001/chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc File chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc (right): https://codereview.chromium.org/11659005/diff/8001/chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc#newcode75 chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc:75: bool isValidServiceName(const std::string& service_name, std::string* error) { naming: please ...
7 years, 11 months ago (2013-01-04 10:45:53 UTC) #8
calvinlo
Updated to capitalize function names.
7 years, 11 months ago (2013-01-08 03:34:16 UTC) #9
calvinlo
Updated to capitalize function names. https://codereview.chromium.org/11659005/diff/8001/chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc File chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc (right): https://codereview.chromium.org/11659005/diff/8001/chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc#newcode75 chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc:75: bool isValidServiceName(const std::string& service_name, ...
7 years, 11 months ago (2013-01-08 03:34:46 UTC) #10
kinuko
lgtm https://codereview.chromium.org/11659005/diff/14001/chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc File chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc (right): https://codereview.chromium.org/11659005/diff/14001/chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc#newcode77 chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc:77: // TODO(calvinlo): For now only Google Drive cloud ...
7 years, 11 months ago (2013-01-08 04:07:48 UTC) #11
calvinlo
https://codereview.chromium.org/11659005/diff/14001/chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc File chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc (right): https://codereview.chromium.org/11659005/diff/14001/chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc#newcode77 chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc:77: // TODO(calvinlo): For now only Google Drive cloud service ...
7 years, 11 months ago (2013-01-08 04:30:18 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/calvinlo@chromium.org/11659005/16003
7 years, 11 months ago (2013-01-08 04:37:13 UTC) #13
commit-bot: I haz the power
Retried try job too often on win_aura for step(s) content_browsertests
7 years, 11 months ago (2013-01-08 09:26:52 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/calvinlo@chromium.org/11659005/16003
7 years, 11 months ago (2013-01-09 04:01:21 UTC) #15
commit-bot: I haz the power
7 years, 11 months ago (2013-01-09 07:51:29 UTC) #16
Message was sent while issue was closed.
Change committed as 175731

Powered by Google App Engine
This is Rietveld 408576698