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

Issue 6028010: Fixes bug in handling of openning background tabs by way of clicking (Closed)

Created:
9 years, 11 months ago by sky
Modified:
9 years, 7 months ago
Reviewers:
Peter Kasting
CC:
chromium-reviews, pam+watch_chromium.org
Visibility:
Public.

Description

Fixes bug in handling of openning background tabs by way of clicking on omnibox. BUG=60553 TEST=see bug Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=70616

Patch Set 1 #

Total comments: 1

Patch Set 2 : Nuke IsPopupOpen. #

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

Messages

Total messages: 5 (0 generated)
sky
9 years, 11 months ago (2011-01-05 01:20:10 UTC) #1
Peter Kasting
LGTM http://codereview.chromium.org/6028010/diff/1/chrome/browser/autocomplete/autocomplete_edit.h File chrome/browser/autocomplete/autocomplete_edit.h (right): http://codereview.chromium.org/6028010/diff/1/chrome/browser/autocomplete/autocomplete_edit.h#newcode259 chrome/browser/autocomplete/autocomplete_edit.h:259: bool IsPopupOpen() const; This makes me really sad. ...
9 years, 11 months ago (2011-01-05 01:28:11 UTC) #2
sky
On Tue, Jan 4, 2011 at 5:28 PM, <pkasting@chromium.org> wrote: > LGTM > > > ...
9 years, 11 months ago (2011-01-05 16:44:41 UTC) #3
Peter Kasting
On 2011/01/05 16:44:41, sky wrote: > Instead of plumbing IsOpen through I can do: > ...
9 years, 11 months ago (2011-01-05 20:06:37 UTC) #4
sky
9 years, 11 months ago (2011-01-05 21:03:29 UTC) #5
Nuked IsPopupOpen and added TODO.

  -Scott

Powered by Google App Engine
This is Rietveld 408576698