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

Issue 5271009: Replace 'descriptionStyles' in omnibox API with a simple xml (Closed)

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

Description

Replace 'descriptionStyles' in omnibox API with a simple xml syntax. This should make it a bit easier to use. BUG=64539 TEST=n/a Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=67687

Patch Set 1 #

Total comments: 6

Patch Set 2 : review comments #

Total comments: 1

Patch Set 3 : one more try #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -85 lines) Patch
M chrome/common/extensions/api/extension_api.json View 1 2 3 chunks +8 lines, -59 lines 0 comments Download
M chrome/renderer/resources/extension_process_bindings.js View 1 2 5 chunks +80 lines, -19 lines 0 comments Download
M chrome/test/data/extensions/api_test/omnibox/test.html View 1 chunk +3 lines, -7 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Aaron Boodman
10 years ago (2010-11-29 02:47:03 UTC) #1
Matt Perry
mostly LG, a few questions chrome_search still needs to be changed http://codereview.chromium.org/5271009/diff/1/chrome/common/extensions/api/extension_api.json File chrome/common/extensions/api/extension_api.json (right): ...
10 years ago (2010-11-29 22:06:51 UTC) #2
Aaron Boodman
http://codereview.chromium.org/5271009/diff/1/chrome/common/extensions/api/extension_api.json File chrome/common/extensions/api/extension_api.json (right): http://codereview.chromium.org/5271009/diff/1/chrome/common/extensions/api/extension_api.json#newcode3961 chrome/common/extensions/api/extension_api.json:3961: "type": "object", On 2010/11/29 22:06:52, Matt Perry wrote: > ...
10 years ago (2010-11-30 01:13:57 UTC) #3
Aaron Boodman
Oh, and regarding chrome_search, I'm going to update that with some other changes all together.
10 years ago (2010-11-30 01:14:21 UTC) #4
Matt Perry
LGTM http://codereview.chromium.org/5271009/diff/7001/chrome/renderer/resources/extension_process_bindings.js File chrome/renderer/resources/extension_process_bindings.js (right): http://codereview.chromium.org/5271009/diff/7001/chrome/renderer/resources/extension_process_bindings.js#newcode764 chrome/renderer/resources/extension_process_bindings.js:764: apiFunctions["omnibox.sendSuggestions"].updateArguments = Will this validate against the incoming ...
10 years ago (2010-11-30 01:17:31 UTC) #5
Aaron Boodman
10 years ago (2010-11-30 01:21:32 UTC) #6
On 2010/11/30 01:17:31, Matt Perry wrote:
> LGTM
> 
>
http://codereview.chromium.org/5271009/diff/7001/chrome/renderer/resources/ex...
> File chrome/renderer/resources/extension_process_bindings.js (right):
> 
>
http://codereview.chromium.org/5271009/diff/7001/chrome/renderer/resources/ex...
> chrome/renderer/resources/extension_process_bindings.js:764:
> apiFunctions["omnibox.sendSuggestions"].updateArguments =
> Will this validate against the incoming arguments, or the result of this
> function? If it's the former, can we put this back to accepting a
SuggestResult
> in the api.json?

It validates against the result of this function. See:
http://git.chromium.org/gitweb/?p=chromium.git;a=blob;f=chrome/renderer/resou...

Powered by Google App Engine
This is Rietveld 408576698