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

Issue 164145: Modified the browser controller so that it can revert... (Closed)

Created:
11 years, 4 months ago by Yusuke Sato
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, John Grabowski, Ben Goodger (Google)
Visibility:
Public.

Description

Modified the browser controller so that it can revert the location bar when a user pressed RELOAD, FORWARD, or BACK buttons. Note that this change does not revert the bar when Command+r is pressed. That's intentional. Please see the comment #7 by pkasting in http://crbug.com/15464 . Windows change: http://codereview.chromium.org/155908 Linux change: http://codereview.chromium.org/164137 BUG=18710 TEST=The same as http://codereview.chromium.org/155908 (except the F5 stuff since Chromium Mac seems not to support F5 reload?) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=22894

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 4

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -0 lines) Patch
M chrome/browser/cocoa/browser_window_controller.mm View 1 2 2 chunks +17 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Yusuke Sato
Mike, could you review this change?
11 years, 4 months ago (2009-08-08 03:59:58 UTC) #1
John Grabowski
http://codereview.chromium.org/164145/diff/1001/4 File chrome/browser/cocoa/browser_window_controller.mm (right): http://codereview.chromium.org/164145/diff/1001/4#newcode470 Line 470: if ([sender isKindOfClass:[NSButton class]]) { This behavior doesn't ...
11 years, 4 months ago (2009-08-08 04:38:20 UTC) #2
Yusuke Sato
Thanks for the review! http://codereview.chromium.org/164145/diff/1001/4 File chrome/browser/cocoa/browser_window_controller.mm (right): http://codereview.chromium.org/164145/diff/1001/4#newcode470 Line 470: if ([sender isKindOfClass:[NSButton class]]) ...
11 years, 4 months ago (2009-08-08 04:46:46 UTC) #3
John Grabowski
LGTM if comment added. Thanks for going all-out here and covering all 3 platforms. http://codereview.chromium.org/164145/diff/1001/4 ...
11 years, 4 months ago (2009-08-08 04:50:16 UTC) #4
Yusuke Sato
11 years, 4 months ago (2009-08-08 05:13:55 UTC) #5
http://codereview.chromium.org/164145/diff/1001/4
File chrome/browser/cocoa/browser_window_controller.mm (right):

http://codereview.chromium.org/164145/diff/1001/4#newcode470
Line 470: if ([sender isKindOfClass:[NSButton class]]) {
> Excellent.  Please add a comment to that effect in this code so if a
comparison
> is done this question will be answered.

Done.

> Excellent.  Perhaps reference in main CL comments to make easier to find.

Modified the CL description.

Thanks!

Powered by Google App Engine
This is Rietveld 408576698