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

Issue 100198: Redraw the location bar on reload (Closed)

Created:
11 years, 7 months ago by Yusuke (unused)
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Redraw the location bar on reload as well. o Added following functions: - LocationBar::Revert() (pure virtual) - LocationBarView::Revert() which calls AutocompleteEditView::RevertAll() so that the bar's permanent is shown. o Modified Browser::Reload() so that the function calls the Revert() function above. BUG=2985

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 4

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Total comments: 2

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Patch Set 11 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -1 line) Patch
M chrome/browser/browser.cc View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/cocoa/location_bar_view_mac.h View 8 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/cocoa/location_bar_view_mac.mm View 8 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/gtk/location_bar_view_gtk.h View 8 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/gtk/location_bar_view_gtk.cc View 8 2 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/location_bar.h View 5 6 7 8 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/views/location_bar_view.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/views/location_bar_view.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/test/test_location_bar.h View 7 8 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Yusuke (unused)
Could you review this change? (please ignore the patch set 1 and 2.) Thanks, Yusuke
11 years, 7 months ago (2009-04-30 06:53:55 UTC) #1
Peter Kasting
There are two problems with this patch. First, turning off INVALIDATE_URL for auto-navigations breaks location ...
11 years, 7 months ago (2009-04-30 13:08:00 UTC) #2
Yusuke (unused)
Thanks for your review. I've reverted navigation_controller.cc and modified Reload() handler in browser.cc as you ...
11 years, 7 months ago (2009-04-30 22:57:07 UTC) #3
Peter Kasting
http://codereview.chromium.org/100198/diff/29/1042 File chrome/browser/browser.cc (right): http://codereview.chromium.org/100198/diff/29/1042#newcode693 Line 693: // http://code.google.com/p/chromium/issues/detail?id=2985 Don't mention bug numbers; instead just ...
11 years, 7 months ago (2009-04-30 23:34:43 UTC) #4
Yusuke (unused)
Thanks. The number of modified files is significantly reduced. Now checking Mac/Linux builds using try ...
11 years, 7 months ago (2009-05-01 00:58:14 UTC) #5
Yusuke (unused)
Mac/Linux builds and tests succeeded. Could you take another look? --Yusuke On 2009/05/01 00:58:14, Yusuke ...
11 years, 7 months ago (2009-05-01 01:42:22 UTC) #6
Peter Kasting
http://codereview.chromium.org/100198/diff/49/53 File chrome/browser/location_bar.h (right): http://codereview.chromium.org/100198/diff/49/53#newcode57 Line 57: #if defined(OS_WIN) Don't use #ifdefs to stub things. ...
11 years, 7 months ago (2009-05-01 01:50:54 UTC) #7
Yusuke (unused)
http://codereview.chromium.org/100198/diff/49/53 File chrome/browser/location_bar.h (right): http://codereview.chromium.org/100198/diff/49/53#newcode57 Line 57: #if defined(OS_WIN) On 2009/05/01 01:50:54, pkasting wrote: > ...
11 years, 7 months ago (2009-05-01 17:12:26 UTC) #8
Yusuke (unused)
Mac/Linux builds and tests passed. Could you take another look? --Yusuke On 2009/05/01 17:12:26, Yusuke ...
11 years, 7 months ago (2009-05-01 19:52:55 UTC) #9
Peter Kasting
LGTM
11 years, 7 months ago (2009-05-01 19:55:32 UTC) #10
Peter Kasting
11 years, 7 months ago (2009-05-04 17:11:10 UTC) #11
Landed in r15211.

Powered by Google App Engine
This is Rietveld 408576698