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

Issue 11418229: alternate ntp: implement right-aligned search token (Closed)

Created:
8 years ago by kuan
Modified:
7 years, 11 months ago
CC:
chromium-reviews, tfarina
Visibility:
Public.

Description

alternate ntp: implement right-aligned search token implement separator handling in layout system: - separator behaves like a decoration, which is now 1 of 3 types: normal, auto-collapse or separator - layout system decides if separator should show depending on if: * prev decoration is visible * separator is by the edge (leading) or trailing * 2 separators are side by side when omnibox replaces query terms with the url and has enough space, show right-aligned search token in omnibox: - it has text "<Search provider> Search", and a divider on the right if there's neighboring decorations. - it's on the right side of the omnibox, and left of all icons. - it disappears when query in omnibox is too long. BUG=163190 TEST=verify per bug rpt TBR=sky for chrome dir Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=177601

Patch Set 1 #

Patch Set 2 : better commments #

Total comments: 9

Patch Set 3 : addressed beaudoin's comments #

Total comments: 2

Patch Set 4 : addressed david's comments #

Patch Set 5 : rebase, add dchks, fix padding #

Patch Set 6 : re-impl as per pkasting's comments #

Patch Set 7 : rebased #

Patch Set 8 : re-impl as tab-to-search-ui-like bubble #

Total comments: 16

Patch Set 9 : addressed peter's comments #

Patch Set 10 : re-impl as right-aligned search token #

Patch Set 11 : #

Patch Set 12 : prev was rebased, this changes copyright year #

Total comments: 32

Patch Set 13 : addressed peter's comments #

Patch Set 14 : addressed peter's comments #

Patch Set 15 : re-impl based on philippe's new layout design #

Total comments: 14

Patch Set 16 : impl new design to handle separator in layout system #

Total comments: 20

Patch Set 17 : re-impl layout system for separators #

Total comments: 16

Patch Set 18 : addressed philippe's comments #

Patch Set 19 : addressed philippe's comments #

Total comments: 2

Patch Set 20 : addressed philippe's nit #

Total comments: 30

Patch Set 21 : addressed peter's comments #

Total comments: 7

Patch Set 22 : addressed nits from peter #

Unified diffs Side-by-side diffs Delta from patch set Stats (+263 lines, -53 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/app/theme/default_100_percent/action_box_button_hover.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/app/theme/default_100_percent/action_box_button_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/app/theme/default_100_percent/action_box_button_pushed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/app/theme/default_200_percent/action_box_button_hover.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/app/theme/default_200_percent/action_box_button_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/app/theme/default_200_percent/action_box_button_pushed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/app/theme/touch_100_percent/action_box_button_hover.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/app/theme/touch_100_percent/action_box_button_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/app/theme/touch_100_percent/action_box_button_pushed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_layout.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 3 chunks +18 lines, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_layout.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 6 chunks +117 lines, -45 lines 0 comments Download
A chrome/browser/ui/views/location_bar/location_bar_separator_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +35 lines, -0 lines 0 comments Download
A chrome/browser/ui/views/location_bar/location_bar_separator_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +31 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 10 chunks +59 lines, -16 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 64 (0 generated)
kuan
8 years ago (2012-11-29 14:17:23 UTC) #1
beaudoin
Some ideas on ways to clean-up using a bool or enum. https://codereview.chromium.org/11418229/diff/2001/chrome/browser/ui/views/location_bar/location_bar_view.cc File chrome/browser/ui/views/location_bar/location_bar_view.cc (right): ...
8 years ago (2012-11-29 15:07:49 UTC) #2
kuan
i've addressed beaudoin's comments in patch set 3. ptal. thx. https://codereview.chromium.org/11418229/diff/2001/chrome/browser/ui/views/location_bar/location_bar_view.cc File chrome/browser/ui/views/location_bar/location_bar_view.cc (right): https://codereview.chromium.org/11418229/diff/2001/chrome/browser/ui/views/location_bar/location_bar_view.cc#newcode712 ...
8 years ago (2012-11-29 16:48:27 UTC) #3
dhollowa
lgtm https://codereview.chromium.org/11418229/diff/7001/chrome/browser/ui/views/location_bar/location_bar_view.cc File chrome/browser/ui/views/location_bar/location_bar_view.cc (right): https://codereview.chromium.org/11418229/diff/7001/chrome/browser/ui/views/location_bar/location_bar_view.cc#newcode724 chrome/browser/ui/views/location_bar/location_bar_view.cc:724: // We'll determine if EV bubble is beside ...
8 years ago (2012-11-29 17:01:26 UTC) #4
kuan
i've addressed david's comments in patch set 4. ptal. thx. https://codereview.chromium.org/11418229/diff/7001/chrome/browser/ui/views/location_bar/location_bar_view.cc File chrome/browser/ui/views/location_bar/location_bar_view.cc (right): https://codereview.chromium.org/11418229/diff/7001/chrome/browser/ui/views/location_bar/location_bar_view.cc#newcode724 ...
8 years ago (2012-11-29 17:19:20 UTC) #5
sky
Peter is a better reviewer for EV bubble related changes.
8 years ago (2012-11-29 20:23:24 UTC) #6
beaudoin
lgtm I quite like your bitfield approach. Very nice! https://codereview.chromium.org/11418229/diff/2001/chrome/browser/ui/views/location_bar/location_bar_view.cc File chrome/browser/ui/views/location_bar/location_bar_view.cc (right): https://codereview.chromium.org/11418229/diff/2001/chrome/browser/ui/views/location_bar/location_bar_view.cc#newcode725 chrome/browser/ui/views/location_bar/location_bar_view.cc:725: ...
8 years ago (2012-11-30 01:24:30 UTC) #7
kuan
gideon, pls approve the string in generated_resources.grd. peter, pls look at everything. thx.
8 years ago (2012-12-01 00:02:13 UTC) #8
gideonwald
On 2012/12/01 00:02:13, kuan wrote: > gideon, pls approve the string in generated_resources.grd. > peter, ...
8 years ago (2012-12-01 00:09:30 UTC) #9
Peter Kasting
This implementation is too complex: we shouldn't need something like the enum you've added. Instead ...
8 years ago (2012-12-01 01:29:37 UTC) #10
beaudoin
On 2012/12/01 01:29:37, Peter Kasting wrote: > This implementation is too complex: we shouldn't need ...
8 years ago (2012-12-02 14:26:31 UTC) #11
beaudoin
+stromme to answer question in previous reply.
8 years ago (2012-12-02 14:29:31 UTC) #12
stromme1
On 2012/12/02 14:29:31, beaudoin wrote: > "Rip out the action box" as in "take it ...
8 years ago (2012-12-03 05:07:34 UTC) #13
kuan
i've re-implemented the cl per peter's and philippe's comments. however, i've not modified the action ...
8 years ago (2012-12-03 23:34:14 UTC) #14
Peter Kasting
On 2012/12/03 23:34:14, kuan wrote: > i've re-implemented the cl per peter's and philippe's comments. ...
8 years ago (2012-12-04 00:06:35 UTC) #15
Peter Kasting
Oops, sorry for that last message, misclicked "send"... I left some comments on the bug ...
8 years ago (2012-12-04 00:08:19 UTC) #16
stromme1
I think it's fine to have the TODO for now, because I don't want to ...
8 years ago (2012-12-04 08:07:01 UTC) #17
kuan
now that we're duplicating the style of SelectedKeywordView but without the icon, i'm hoping to ...
8 years ago (2012-12-04 10:46:35 UTC) #18
kuan
On 2012/12/04 10:46:35, kuan wrote: > now that we're duplicating the style of SelectedKeywordView but ...
8 years ago (2012-12-04 12:23:35 UTC) #19
beaudoin1
Going with option (1) would you even have to extend IconLabelBubbleView? Looking at SelectedKeywordView it ...
8 years ago (2012-12-04 14:04:57 UTC) #20
kuan
i've re-implemented cl as similar to tab-to-search ui, using approach 2 i.e. modifying IconLabelBubbleView to ...
8 years ago (2012-12-04 14:50:18 UTC) #21
kuan
On 2012/12/04 14:50:18, kuan wrote: > i've re-implemented cl as similar to tab-to-search ui, using ...
8 years ago (2012-12-04 14:51:19 UTC) #22
beaudoin
LGTM with some optional suggestions. https://codereview.chromium.org/11418229/diff/9004/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h File chrome/browser/ui/views/location_bar/icon_label_bubble_view.h (right): https://codereview.chromium.org/11418229/diff/9004/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h#newcode34 chrome/browser/ui/views/location_bar/icon_label_bubble_view.h:34: // Set |contained_image| to ...
8 years ago (2012-12-04 15:20:09 UTC) #23
Peter Kasting
Without looking at the change (I'll do that tomorrow), my only comment on the two ...
8 years ago (2012-12-04 21:51:08 UTC) #24
Peter Kasting
https://codereview.chromium.org/11418229/diff/9004/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h File chrome/browser/ui/views/location_bar/icon_label_bubble_view.h (right): https://codereview.chromium.org/11418229/diff/9004/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h#newcode31 chrome/browser/ui/views/location_bar/icon_label_bubble_view.h:31: // replaces the URL with its query terms. Nit: ...
8 years ago (2012-12-05 21:13:19 UTC) #25
kuan
there's nothing to review for now; i just want to publish this, for the benefit ...
8 years ago (2012-12-11 21:10:29 UTC) #26
kuan
i've re-implemented cl as a right-aligned search token, as detailed in cl description. i've already ...
8 years ago (2012-12-13 02:28:18 UTC) #27
kuan
i think peter could be ooo, so i'm adding scott as reviewer.
8 years ago (2012-12-13 02:33:24 UTC) #28
kuan
On 2012/12/13 02:33:24, kuan wrote: > i think peter could be ooo, so i'm adding ...
8 years ago (2012-12-13 16:49:58 UTC) #29
kuan
we'll wait for peter to review the cl when he returns next mon, so i'm ...
8 years ago (2012-12-13 22:54:12 UTC) #30
beaudoin
Two notes: 1) I'd go with Peter comments on my comments (ie. no overloaded constructor, ...
8 years ago (2012-12-17 14:01:43 UTC) #31
Peter Kasting
https://codereview.chromium.org/11418229/diff/33002/chrome/browser/ui/views/location_bar/location_bar_view.cc File chrome/browser/ui/views/location_bar/location_bar_view.cc (right): https://codereview.chromium.org/11418229/diff/33002/chrome/browser/ui/views/location_bar/location_bar_view.cc#newcode272 chrome/browser/ui/views/location_bar/location_bar_view.cc:272: search_token_view_->SetVisible(false); Nit: For consistency and efficiency, can you make ...
8 years ago (2012-12-17 21:01:00 UTC) #32
kuan
i've addressed peter's comments in patch set 13. ptal. thx. https://codereview.chromium.org/11418229/diff/33002/chrome/browser/ui/views/location_bar/location_bar_view.cc File chrome/browser/ui/views/location_bar/location_bar_view.cc (right): https://codereview.chromium.org/11418229/diff/33002/chrome/browser/ui/views/location_bar/location_bar_view.cc#newcode272 ...
8 years ago (2012-12-20 00:26:14 UTC) #33
Peter Kasting
https://codereview.chromium.org/11418229/diff/33002/chrome/browser/ui/views/location_bar/location_bar_view.cc File chrome/browser/ui/views/location_bar/location_bar_view.cc (right): https://codereview.chromium.org/11418229/diff/33002/chrome/browser/ui/views/location_bar/location_bar_view.cc#newcode931 chrome/browser/ui/views/location_bar/location_bar_view.cc:931: search_token_view_->SetVisible(pref_width < AvailableWidth(max_edit_width)); On 2012/12/20 00:26:14, kuan wrote: > ...
8 years ago (2012-12-20 01:45:39 UTC) #34
beaudoin
https://codereview.chromium.org/11418229/diff/33002/chrome/browser/ui/views/location_bar/location_bar_view.cc File chrome/browser/ui/views/location_bar/location_bar_view.cc (right): https://codereview.chromium.org/11418229/diff/33002/chrome/browser/ui/views/location_bar/location_bar_view.cc#newcode931 chrome/browser/ui/views/location_bar/location_bar_view.cc:931: search_token_view_->SetVisible(pref_width < AvailableWidth(max_edit_width)); On 2012/12/20 01:45:39, Peter Kasting wrote: ...
8 years ago (2012-12-20 03:05:01 UTC) #35
kuan
i've addressed peter's comments in patch set 14, i'll follow up w/ screenshots. ptal. thx. ...
8 years ago (2012-12-20 16:51:22 UTC) #36
Peter Kasting
https://codereview.chromium.org/11418229/diff/33002/chrome/browser/ui/views/location_bar/search_token_view.cc File chrome/browser/ui/views/location_bar/search_token_view.cc (right): https://codereview.chromium.org/11418229/diff/33002/chrome/browser/ui/views/location_bar/search_token_view.cc#newcode18 chrome/browser/ui/views/location_bar/search_token_view.cc:18: const int kRightPadding = 8; On 2012/12/20 16:51:22, kuan ...
8 years ago (2012-12-20 19:15:07 UTC) #37
kuan
i've re-implemented based on philippe's new layout design in patch set 15. ptal. thx.
7 years, 11 months ago (2013-01-04 17:56:03 UTC) #38
Peter Kasting
Since Philippe has been staring at location bar layout, I'll let him take the first ...
7 years, 11 months ago (2013-01-05 00:36:18 UTC) #39
beaudoin
One question for pkasting in there. https://codereview.chromium.org/11418229/diff/54001/chrome/browser/ui/views/location_bar/location_bar_layout.h File chrome/browser/ui/views/location_bar/location_bar_layout.h (right): https://codereview.chromium.org/11418229/diff/54001/chrome/browser/ui/views/location_bar/location_bar_layout.h#newcode76 chrome/browser/ui/views/location_bar/location_bar_layout.h:76: // Sets the ...
7 years, 11 months ago (2013-01-07 17:27:52 UTC) #40
kuan
https://codereview.chromium.org/11418229/diff/54001/chrome/browser/ui/views/location_bar/search_token_view.cc File chrome/browser/ui/views/location_bar/search_token_view.cc (right): https://codereview.chromium.org/11418229/diff/54001/chrome/browser/ui/views/location_bar/search_token_view.cc#newcode48 chrome/browser/ui/views/location_bar/search_token_view.cc:48: size.Enlarge(LocationBarView::GetItemPadding(), 0); On 2013/01/07 17:27:53, beaudoin wrote: > Comment ...
7 years, 11 months ago (2013-01-07 17:43:38 UTC) #41
beaudoin
https://codereview.chromium.org/11418229/diff/54001/chrome/browser/ui/views/location_bar/search_token_view.cc File chrome/browser/ui/views/location_bar/search_token_view.cc (right): https://codereview.chromium.org/11418229/diff/54001/chrome/browser/ui/views/location_bar/search_token_view.cc#newcode48 chrome/browser/ui/views/location_bar/search_token_view.cc:48: size.Enlarge(LocationBarView::GetItemPadding(), 0); On 2013/01/07 17:43:38, kuan wrote: > On ...
7 years, 11 months ago (2013-01-07 18:42:30 UTC) #42
Peter Kasting
I think the idea of having the separator get added separately is fine.
7 years, 11 months ago (2013-01-07 19:27:46 UTC) #43
beaudoin
https://codereview.chromium.org/11418229/diff/54001/chrome/browser/ui/views/location_bar/location_bar_view.cc File chrome/browser/ui/views/location_bar/location_bar_view.cc (right): https://codereview.chromium.org/11418229/diff/54001/chrome/browser/ui/views/location_bar/location_bar_view.cc#newcode794 chrome/browser/ui/views/location_bar/location_bar_view.cc:794: GetItemPadding(), 0, search_token_view_); "true" means this component is auto-collapsible. ...
7 years, 11 months ago (2013-01-07 22:18:40 UTC) #44
kuan
patch set 16 includes: - re-implementing the search token as 2 view - separator handling ...
7 years, 11 months ago (2013-01-09 19:52:58 UTC) #45
kuan
fyi, the assets are new ones for action box, with the separator removed. i added ...
7 years, 11 months ago (2013-01-09 19:55:07 UTC) #46
beaudoin
Proposing a slightly different separator design that should lead to much simpler code. https://codereview.chromium.org/11418229/diff/66001/chrome/browser/ui/views/location_bar/location_bar_layout.cc File ...
7 years, 11 months ago (2013-01-09 20:36:52 UTC) #47
kuan
in patch set 17, i've: - re-implemented layout system using philippe's proposal - addressed remaining ...
7 years, 11 months ago (2013-01-11 21:21:20 UTC) #48
beaudoin
Just a couple of nits and minor changes to the algo. https://codereview.chromium.org/11418229/diff/78001/chrome/browser/ui/views/location_bar/location_bar_layout.cc File chrome/browser/ui/views/location_bar/location_bar_layout.cc (right): ...
7 years, 11 months ago (2013-01-12 05:47:15 UTC) #49
kuan
i've addressed philippe's comments in patch set 18. ptal. thx. https://codereview.chromium.org/11418229/diff/78001/chrome/browser/ui/views/location_bar/location_bar_layout.cc File chrome/browser/ui/views/location_bar/location_bar_layout.cc (right): https://codereview.chromium.org/11418229/diff/78001/chrome/browser/ui/views/location_bar/location_bar_layout.cc#newcode88 ...
7 years, 11 months ago (2013-01-14 16:47:47 UTC) #50
beaudoin
LGTM but I think you can remove at_least_one_non_separator_visible before committing. Good work on that one. ...
7 years, 11 months ago (2013-01-14 18:12:14 UTC) #51
kuan
i've addressed philippe's last comment in patch set 19. ptal. thx. https://codereview.chromium.org/11418229/diff/78001/chrome/browser/ui/views/location_bar/location_bar_layout.cc File chrome/browser/ui/views/location_bar/location_bar_layout.cc (right): ...
7 years, 11 months ago (2013-01-14 18:33:11 UTC) #52
beaudoin
LGTM https://codereview.chromium.org/11418229/diff/80004/chrome/browser/ui/views/location_bar/location_bar_layout.cc File chrome/browser/ui/views/location_bar/location_bar_layout.cc (right): https://codereview.chromium.org/11418229/diff/80004/chrome/browser/ui/views/location_bar/location_bar_layout.cc#newcode209 chrome/browser/ui/views/location_bar/location_bar_layout.cc:209: // separator will be hidden. Nit: separators
7 years, 11 months ago (2013-01-14 19:20:31 UTC) #53
kuan
peter, cld u take a look now that philippe has lgtm'ed? thx. https://codereview.chromium.org/11418229/diff/80004/chrome/browser/ui/views/location_bar/location_bar_layout.cc File chrome/browser/ui/views/location_bar/location_bar_layout.cc ...
7 years, 11 months ago (2013-01-14 19:30:32 UTC) #54
Peter Kasting
Basically fine, most of these are small. https://codereview.chromium.org/11418229/diff/83004/chrome/browser/ui/views/location_bar/location_bar_layout.cc File chrome/browser/ui/views/location_bar/location_bar_layout.cc (right): https://codereview.chromium.org/11418229/diff/83004/chrome/browser/ui/views/location_bar/location_bar_layout.cc#newcode89 chrome/browser/ui/views/location_bar/location_bar_layout.cc:89: DCHECK(max_fraction >= ...
7 years, 11 months ago (2013-01-17 04:14:22 UTC) #55
kuan
i've addressed peter's comments in patch set 21. ptal. thx. https://codereview.chromium.org/11418229/diff/83004/chrome/browser/ui/views/location_bar/location_bar_layout.cc File chrome/browser/ui/views/location_bar/location_bar_layout.cc (right): https://codereview.chromium.org/11418229/diff/83004/chrome/browser/ui/views/location_bar/location_bar_layout.cc#newcode89 ...
7 years, 11 months ago (2013-01-17 17:57:43 UTC) #56
Peter Kasting
LGTM https://codereview.chromium.org/11418229/diff/97001/chrome/browser/ui/views/location_bar/location_bar_layout.cc File chrome/browser/ui/views/location_bar/location_bar_layout.cc (right): https://codereview.chromium.org/11418229/diff/97001/chrome/browser/ui/views/location_bar/location_bar_layout.cc#newcode88 chrome/browser/ui/views/location_bar/location_bar_layout.cc:88: if (type == NORMAL) { Nit: {} not ...
7 years, 11 months ago (2013-01-17 23:30:43 UTC) #57
kuan
i've addressed nits in patch set 22. since they're really small nits, i'm going to ...
7 years, 11 months ago (2013-01-17 23:46:34 UTC) #58
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kuan@chromium.org/11418229/108001
7 years, 11 months ago (2013-01-17 23:48:00 UTC) #59
commit-bot: I haz the power
Presubmit check for 11418229-108001 failed and returned exit status 1. Running presubmit commit checks ...
7 years, 11 months ago (2013-01-17 23:48:08 UTC) #60
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kuan@chromium.org/11418229/108001
7 years, 11 months ago (2013-01-17 23:50:55 UTC) #61
Peter Kasting
https://codereview.chromium.org/11418229/diff/97001/chrome/browser/ui/views/location_bar/location_bar_layout.cc File chrome/browser/ui/views/location_bar/location_bar_layout.cc (right): https://codereview.chromium.org/11418229/diff/97001/chrome/browser/ui/views/location_bar/location_bar_layout.cc#newcode88 chrome/browser/ui/views/location_bar/location_bar_layout.cc:88: if (type == NORMAL) { On 2013/01/17 23:46:34, kuan ...
7 years, 11 months ago (2013-01-18 00:01:50 UTC) #62
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kuan@chromium.org/11418229/108001
7 years, 11 months ago (2013-01-18 02:47:02 UTC) #63
commit-bot: I haz the power
7 years, 11 months ago (2013-01-18 05:21:29 UTC) #64
Message was sent while issue was closed.
Change committed as 177601

Powered by Google App Engine
This is Rietveld 408576698