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

Issue 587943003: Fix doodle verification URL. (Closed)

Created:
6 years, 3 months ago by newt (away)
Modified:
6 years, 3 months ago
CC:
chromium-reviews, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Fix doodle verification URL. When verifying that the cached doodle is still valid, we load the doodle URL and append the query param "async=es_dfp:<fingerprint>". Previously, the ":" was being escape to "%3A", causing the server to respond with a 400 error. This mollifies the server by keeping the colon unescaped. BUG=413845 Committed: https://crrev.com/673cc76103079eaada968c537c6605dbaf8d909c Cr-Commit-Position: refs/heads/master@{#296512}

Patch Set 1 #

Total comments: 1

Patch Set 2 : updated test #

Total comments: 2

Patch Set 3 : added TODO to use net::AppendQueryParameter #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -4 lines) Patch
M components/search_provider_logos/google_logo_api.cc View 1 2 2 chunks +16 lines, -2 lines 0 comments Download
M components/search_provider_logos/logo_tracker_unittest.cc View 1 2 chunks +11 lines, -2 lines 0 comments Download

Messages

Total messages: 38 (11 generated)
newt (away)
tfarina: PTAL. Let me know if there's a better way to do this. Thanks!
6 years, 3 months ago (2014-09-20 02:27:55 UTC) #2
newt (away)
FYI, I checked with the server-side team to see if they could accept "%3A" in ...
6 years, 3 months ago (2014-09-20 02:31:14 UTC) #3
tfarina
I think you meant Justin rather than me. Moving myself to CC. Regards,
6 years, 3 months ago (2014-09-20 02:32:22 UTC) #5
justincohen
lgtm
6 years, 3 months ago (2014-09-20 11:50:15 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/587943003/1
6 years, 3 months ago (2014-09-21 16:50:10 UTC) #8
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
6 years, 3 months ago (2014-09-21 16:50:12 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/587943003/1
6 years, 3 months ago (2014-09-21 16:54:06 UTC) #12
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
6 years, 3 months ago (2014-09-21 16:54:10 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/587943003/1
6 years, 3 months ago (2014-09-21 17:32:15 UTC) #16
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
6 years, 3 months ago (2014-09-21 17:32:19 UTC) #18
newt (away)
rsleevi: PTAL, thanks!
6 years, 3 months ago (2014-09-21 18:09:37 UTC) #20
tfarina
Owners should be full committers. http://www.chromium.org/developers/owners-files#TOC-Who-should-be-in-an-OWNERS-file- If Just isn't yet, maybe remove it from components/search_provider_logos/OWNERS ...
6 years, 3 months ago (2014-09-21 18:57:37 UTC) #21
newt (away)
+mmenke: PTAL (rsleevi has "expect delays" in his username) This is a small change that ...
6 years, 3 months ago (2014-09-23 20:11:52 UTC) #23
mmenke
https://codereview.chromium.org/587943003/diff/1/components/search_provider_logos/logo_tracker_unittest.cc File components/search_provider_logos/logo_tracker_unittest.cc (right): https://codereview.chromium.org/587943003/diff/1/components/search_provider_logos/logo_tracker_unittest.cc#newcode375 components/search_provider_logos/logo_tracker_unittest.cc:375: url_with_fp = GURL(url_with_fp.spec() + ":" + fingerprint); This seems ...
6 years, 3 months ago (2014-09-23 21:16:17 UTC) #24
Ryan Sleevi
On 2014/09/23 21:16:17, mmenke wrote: > https://codereview.chromium.org/587943003/diff/1/components/search_provider_logos/logo_tracker_unittest.cc > File components/search_provider_logos/logo_tracker_unittest.cc (right): > > https://codereview.chromium.org/587943003/diff/1/components/search_provider_logos/logo_tracker_unittest.cc#newcode375 > ...
6 years, 3 months ago (2014-09-23 21:20:22 UTC) #25
mmenke
On 2014/09/23 21:20:22, Ryan Sleevi (expect_delays) wrote: > On 2014/09/23 21:16:17, mmenke wrote: > > ...
6 years, 3 months ago (2014-09-23 21:28:31 UTC) #26
newt (away)
On 2014/09/23 21:28:31, mmenke wrote: > On 2014/09/23 21:20:22, Ryan Sleevi (expect_delays) wrote: > > ...
6 years, 3 months ago (2014-09-23 22:16:33 UTC) #27
mmenke
On 2014/09/23 22:16:33, newt wrote: > On 2014/09/23 21:28:31, mmenke wrote: > > On 2014/09/23 ...
6 years, 3 months ago (2014-09-24 15:50:08 UTC) #28
newt (away)
On 2014/09/24 15:50:08, mmenke wrote: > On 2014/09/23 22:16:33, newt wrote: > > On 2014/09/23 ...
6 years, 3 months ago (2014-09-24 16:29:41 UTC) #29
mmenke
On 2014/09/24 16:29:41, newt wrote: > On 2014/09/24 15:50:08, mmenke wrote: > > On 2014/09/23 ...
6 years, 3 months ago (2014-09-24 16:44:46 UTC) #30
newt (away)
On 2014/09/24 16:44:46, mmenke wrote: > I'm fine with a test that verifies that, but ...
6 years, 3 months ago (2014-09-24 19:45:26 UTC) #31
mmenke
LGTM. https://codereview.chromium.org/587943003/diff/20001/components/search_provider_logos/google_logo_api.cc File components/search_provider_logos/google_logo_api.cc (right): https://codereview.chromium.org/587943003/diff/20001/components/search_provider_logos/google_logo_api.cc#newcode23 components/search_provider_logos/google_logo_api.cc:23: // See: http://crbug.com/413845 nit: Could you add something ...
6 years, 3 months ago (2014-09-24 19:48:58 UTC) #32
newt (away)
https://codereview.chromium.org/587943003/diff/20001/components/search_provider_logos/google_logo_api.cc File components/search_provider_logos/google_logo_api.cc (right): https://codereview.chromium.org/587943003/diff/20001/components/search_provider_logos/google_logo_api.cc#newcode23 components/search_provider_logos/google_logo_api.cc:23: // See: http://crbug.com/413845 On 2014/09/24 19:48:58, mmenke wrote: > ...
6 years, 3 months ago (2014-09-24 19:56:10 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/587943003/40001
6 years, 3 months ago (2014-09-24 19:57:32 UTC) #35
commit-bot: I haz the power
Committed patchset #3 (id:40001) as e3ae15d9a65015f3cb6722eb9d3b03ab21e2324a
6 years, 3 months ago (2014-09-24 20:55:14 UTC) #36
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/673cc76103079eaada968c537c6605dbaf8d909c Cr-Commit-Position: refs/heads/master@{#296512}
6 years, 3 months ago (2014-09-24 20:55:52 UTC) #37
jiayl
6 years, 3 months ago (2014-09-24 22:48:30 UTC) #38
Message was sent while issue was closed.
A revert of this CL (patchset #3 id:40001) has been created in
https://codereview.chromium.org/599243002/ by jiayl@chromium.org.

The reason for reverting is: Caused test failure:
http://build.chromium.org/p/chromium.memory/builders/Linux%20ASan%20LSan%20Te....

Powered by Google App Engine
This is Rietveld 408576698