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

Issue 141433030: [GCM] Updating the list of restricted keys for GCM API messages (Closed)

Created:
6 years, 10 months ago by fgorski
Modified:
6 years, 10 months ago
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

[GCM] Updating the list of restricted keys for GCM API messages * ensuring that "goog." and "google" are case-insensitive * adding "collapse_key" (case-sensitive) * fixing a typo in error messages in gcm_api.cc and tests: occured -> occurred. BUG=316683 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=250868

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressing code reviews from jianli@ and kalman@, fixing a typo in error messages" #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -13 lines) Patch
M chrome/browser/extensions/api/gcm/gcm_api.cc View 1 4 chunks +13 lines, -7 lines 0 comments Download
M chrome/common/extensions/api/gcm.json View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/resources/extensions/gcm_custom_bindings.js View 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/test/data/extensions/api_test/gcm/events/on_send_error.js View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/test/data/extensions/api_test/gcm/functions/send/send.js View 2 chunks +15 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
fgorski
PTAL.
6 years, 10 months ago (2014-02-11 23:51:04 UTC) #1
jianli
lgtm https://codereview.chromium.org/141433030/diff/1/chrome/browser/extensions/api/gcm/gcm_api.cc File chrome/browser/extensions/api/gcm/gcm_api.cc (right): https://codereview.chromium.org/141433030/diff/1/chrome/browser/extensions/api/gcm/gcm_api.cc#newcode77 chrome/browser/extensions/api/gcm/gcm_api.cc:77: std::transform(key.begin(), key.end(), lower.begin(), ::tolower); nit: use base::StringToLowerASCII. Or ...
6 years, 10 months ago (2014-02-12 01:30:32 UTC) #2
not at google - send to devlin
lgtm but you can TBR me on documentation changes. I did a drive-by nit anyway ...
6 years, 10 months ago (2014-02-12 01:42:23 UTC) #3
fgorski
Thanks for the review, all comments were addressed. https://codereview.chromium.org/141433030/diff/1/chrome/browser/extensions/api/gcm/gcm_api.cc File chrome/browser/extensions/api/gcm/gcm_api.cc (right): https://codereview.chromium.org/141433030/diff/1/chrome/browser/extensions/api/gcm/gcm_api.cc#newcode26 chrome/browser/extensions/api/gcm/gcm_api.cc:26: const ...
6 years, 10 months ago (2014-02-12 21:52:22 UTC) #4
fgorski
The CQ bit was checked by fgorski@chromium.org
6 years, 10 months ago (2014-02-12 21:53:02 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fgorski@chromium.org/141433030/80001
6 years, 10 months ago (2014-02-12 21:55:39 UTC) #6
commit-bot: I haz the power
6 years, 10 months ago (2014-02-13 00:36:57 UTC) #7
Message was sent while issue was closed.
Change committed as 250868

Powered by Google App Engine
This is Rietveld 408576698