Chromium Code Reviews

Issue 6310003: Support specified JSON as argument to setSuggestions(). (Closed)

Created:
9 years, 11 months ago by tonyg
Modified:
9 years, 6 months ago
Reviewers:
sky
CC:
chromium-reviews, Erik does not do reviews, Paweł Hajdan Jr., Aaron Boodman, pam+watch_chromium.org, brettw-cc_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Support specified JSON as argument to setSuggestions(). Maintain backwards compatibility with the array of strings. TEST=interactive_ui_tests --gtest_filter=InstantTest.* BUG=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71450

Patch Set 1 #

Total comments: 8

Patch Set 2 : Address comments #

Unified diffs Side-by-side diffs Stats (+165 lines, -21 lines)
M chrome/browser/instant/instant_browsertest.cc View 5 chunks +104 lines, -4 lines 0 comments
M chrome/browser/instant/instant_loader.h View 1 chunk +1 line, -0 lines 0 comments
M chrome/renderer/searchbox_extension.h View 1 chunk +1 line, -1 line 0 comments
M chrome/renderer/searchbox_extension.cc View 1 chunk +50 lines, -13 lines 0 comments
M chrome/test/data/instant/search.html View 1 chunk +9 lines, -3 lines 0 comments

Messages

Total messages: 5 (0 generated)
tonyg
9 years, 11 months ago (2011-01-13 22:07:48 UTC) #1
sky
http://codereview.chromium.org/6310003/diff/1/chrome/renderer/searchbox_extension.cc File chrome/renderer/searchbox_extension.cc (right): http://codereview.chromium.org/6310003/diff/1/chrome/renderer/searchbox_extension.cc#newcode290 chrome/renderer/searchbox_extension.cc:290: // Require at least one arg. Should we treat ...
9 years, 11 months ago (2011-01-13 22:37:46 UTC) #2
tonyg
http://codereview.chromium.org/6310003/diff/1/chrome/renderer/searchbox_extension.cc File chrome/renderer/searchbox_extension.cc (right): http://codereview.chromium.org/6310003/diff/1/chrome/renderer/searchbox_extension.cc#newcode290 chrome/renderer/searchbox_extension.cc:290: // Require at least one arg. On 2011/01/13 22:37:46, ...
9 years, 11 months ago (2011-01-13 23:07:50 UTC) #3
sky
LGTM
9 years, 11 months ago (2011-01-13 23:25:13 UTC) #4
tonyg
9 years, 11 months ago (2011-01-13 23:30:58 UTC) #5
Thanks, I'll wait for the try jobs then land.

On Thu, Jan 13, 2011 at 3:25 PM,  <sky@chromium.org> wrote:
> LGTM
>
> http://codereview.chromium.org/6310003/
>

Powered by Google App Engine