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

Issue 470403003: [AiS] Fix parsing for Answers Images. (Closed)

Created:
6 years, 4 months ago by groby-ooo-7-16
Modified:
6 years, 3 months ago
Reviewers:
Mark P
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

[AiS] Fix parsing for Answers Images. 1) Image parsing missed one nesting level of dictionaries, and so always failed. 2) Images are returned without a scheme prefix - prepend that. R=mpearson@chromium.org BUG=none Committed: https://crrev.com/bf481022576e3584fca6016b43d5909624b4c492 Cr-Commit-Position: refs/heads/master@{#291828}

Patch Set 1 #

Total comments: 15

Patch Set 2 : Address review comments. #

Total comments: 4

Patch Set 3 : Review fixes, round #2 #

Patch Set 4 : Rebase to HEAD #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -12 lines) Patch
M components/components_tests.gyp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M components/omnibox/search_suggestion_parser.h View 2 chunks +6 lines, -0 lines 0 comments Download
M components/omnibox/search_suggestion_parser.cc View 1 2 2 chunks +20 lines, -12 lines 0 comments Download
A components/omnibox/search_suggestion_parser_unittest.cc View 1 chunk +50 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
groby-ooo-7-16
PTAL
6 years, 4 months ago (2014-08-15 03:27:34 UTC) #1
groby-ooo-7-16
6 years, 4 months ago (2014-08-15 03:27:43 UTC) #2
groby-ooo-7-16
Mark:PTAL (was originally pkasting, but he's OOO)
6 years, 4 months ago (2014-08-15 03:28:36 UTC) #3
Mark P
Bet you never expected quite so many comments on a simple change! :-P :-) --mark ...
6 years, 4 months ago (2014-08-15 22:49:16 UTC) #4
groby-ooo-7-16
PTAL https://codereview.chromium.org/470403003/diff/1/components/omnibox/search_suggestion_parser.cc File components/omnibox/search_suggestion_parser.cc (right): https://codereview.chromium.org/470403003/diff/1/components/omnibox/search_suggestion_parser.cc#newcode494 components/omnibox/search_suggestion_parser.cc:494: lines->GetDictionary(line, &value); On 2014/08/15 22:49:16, Mark P wrote: ...
6 years, 4 months ago (2014-08-22 00:43:58 UTC) #5
Mark P
This looks much nicer. https://codereview.chromium.org/470403003/diff/1/components/omnibox/search_suggestion_parser_unittest.cc File components/omnibox/search_suggestion_parser_unittest.cc (right): https://codereview.chromium.org/470403003/diff/1/components/omnibox/search_suggestion_parser_unittest.cc#newcode21 components/omnibox/search_suggestion_parser_unittest.cc:21: delete value; On 2014/08/22 00:43:58, ...
6 years, 4 months ago (2014-08-22 16:21:08 UTC) #6
groby-ooo-7-16
https://codereview.chromium.org/470403003/diff/20001/components/omnibox/search_suggestion_parser.cc File components/omnibox/search_suggestion_parser.cc (right): https://codereview.chromium.org/470403003/diff/20001/components/omnibox/search_suggestion_parser.cc#newcode498 components/omnibox/search_suggestion_parser.cc:498: std::string imageUrl; On 2014/08/22 16:21:08, Mark P wrote: > ...
6 years, 4 months ago (2014-08-22 18:23:12 UTC) #7
Mark P
lgtm
6 years, 4 months ago (2014-08-22 18:30:09 UTC) #8
groby-ooo-7-16
The CQ bit was checked by groby@chromium.org
6 years, 4 months ago (2014-08-22 20:33:40 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/groby@chromium.org/470403003/60001
6 years, 4 months ago (2014-08-22 20:34:36 UTC) #10
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_gpu on tryserver.chromium.gpu ...
6 years, 4 months ago (2014-08-22 20:47:09 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-22 20:48:48 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/45362) ios_dbg_simulator on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator/builds/8282) ios_rel_device ...
6 years, 4 months ago (2014-08-22 20:48:50 UTC) #13
groby-ooo-7-16
The CQ bit was checked by groby@chromium.org
6 years, 4 months ago (2014-08-25 23:41:30 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/groby@chromium.org/470403003/80001
6 years, 4 months ago (2014-08-25 23:42:53 UTC) #15
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-26 02:57:10 UTC) #16
commit-bot: I haz the power
Committed patchset #4 (80001) as 455c26b332c6a66e38d9b19d9fbd136c93f44e81
6 years, 4 months ago (2014-08-26 03:40:17 UTC) #17
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 02:40:00 UTC) #18
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/bf481022576e3584fca6016b43d5909624b4c492
Cr-Commit-Position: refs/heads/master@{#291828}

Powered by Google App Engine
This is Rietveld 408576698