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

Issue 415073003: Move omnibox icons to components (1/2) (Closed)

Created:
6 years, 5 months ago by hashimoto
Modified:
6 years, 4 months ago
Reviewers:
Peter Kasting, blundell
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, extensions-reviews_chromium.org, tfarina, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, James Su
Project:
chromium
Visibility:
Public.

Description

Move omnibox icons to components (1/2) To stop depending on resources under chrome/ from AutocompleteMatch. Add a new file autocomplete_scaled_resources.grdp. Inline AutocompleteMatch::TypeToLocationBarIcon() to its exclusive user omnibox_view.cc. BUG=388510 TEST=build Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285870

Patch Set 1 : #

Patch Set 2 : Split into 2 changes #

Patch Set 3 : Fix Linux #

Total comments: 2

Patch Set 4 : Autocomplete -> Omnibox #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -14 lines) Patch
M chrome/browser/autocomplete/autocomplete_match.h View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_match.cc View 1 1 chunk +0 lines, -8 lines 0 comments Download
M chrome/browser/ui/app_list/search/search_controller.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/libgtk2ui/gtk2_ui.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/libgtk2ui/libgtk2ui.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/omnibox/omnibox_view.cc View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/ui/toolbar/toolbar_model_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_result_view.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M components/resources/components_scaled_resources.grd View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A components/resources/omnibox_scaled_resources.grdp View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
hashimoto
blundell@: Please review as an owner of components. pkasting@: Please review as an owner of ...
6 years, 5 months ago (2014-07-24 10:16:00 UTC) #1
Jun Mukai
On 2014/07/24 10:16:00, hashimoto wrote: > blundell@: Please review as an owner of components. > ...
6 years, 5 months ago (2014-07-24 17:14:48 UTC) #2
Peter Kasting
LGTM https://codereview.chromium.org/415073003/diff/100001/chrome/browser/ui/omnibox/omnibox_view.cc File chrome/browser/ui/omnibox/omnibox_view.cc (right): https://codereview.chromium.org/415073003/diff/100001/chrome/browser/ui/omnibox/omnibox_view.cc#newcode129 chrome/browser/ui/omnibox/omnibox_view.cc:129: return id; Nit: Simpler: return (id == IDR_OMNIBOX_HTTP) ...
6 years, 5 months ago (2014-07-24 18:40:17 UTC) #3
hashimoto
Renamed to omnibox_scaled_resources.grdp. https://codereview.chromium.org/415073003/diff/100001/chrome/browser/ui/omnibox/omnibox_view.cc File chrome/browser/ui/omnibox/omnibox_view.cc (right): https://codereview.chromium.org/415073003/diff/100001/chrome/browser/ui/omnibox/omnibox_view.cc#newcode129 chrome/browser/ui/omnibox/omnibox_view.cc:129: return id; On 2014/07/24 18:40:17, Peter ...
6 years, 5 months ago (2014-07-25 05:23:23 UTC) #4
hashimoto
Colin, could you take a look at this change as an owner of components?
6 years, 5 months ago (2014-07-25 05:23:44 UTC) #5
blundell
//components LGTM pending PK's confirmation that merging the autocomplete and omnibox code into a single ...
6 years, 5 months ago (2014-07-25 07:42:43 UTC) #6
Peter Kasting
On 2014/07/25 07:42:43, blundell (OOO until August 6) wrote: > //components LGTM pending PK's confirmation ...
6 years, 5 months ago (2014-07-25 18:20:58 UTC) #7
hashimoto
The CQ bit was checked by hashimoto@chromium.org
6 years, 4 months ago (2014-07-28 03:22:59 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hashimoto@chromium.org/415073003/160001
6 years, 4 months ago (2014-07-28 03:23:42 UTC) #9
commit-bot: I haz the power
6 years, 4 months ago (2014-07-28 06:20:32 UTC) #10
Message was sent while issue was closed.
Change committed as 285870

Powered by Google App Engine
This is Rietveld 408576698