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

Issue 176029: Linux: Simplify omnibox selection code and stop taking back selection. (Closed)

Created:
11 years, 3 months ago by Daniel Erat
Modified:
9 years, 7 months ago
Reviewers:
Evan Stade
CC:
chromium-reviews_googlegroups.com, Evan Martin, Dean McNamee
Visibility:
Public.

Description

Linux: Simplify omnibox selection code and stop taking back selection. This fixes a long-time bug (mentioned at the end of my description in http://codereview.chromium.org/159185 but reported more recently) where Chrome would steal back the PRIMARY selection the first time that another app takes it. I tested by going through my test cases from the following earlier changes and also confirming that the selection-stealing issue is also fixed: http://codereview.chromium.org/151006 http://codereview.chromium.org/155971 http://codereview.chromium.org/159185 http://codereview.chromium.org/164539 http://codereview.chromium.org/173098 BUG=20460 TESTED=see above Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=24971

Patch Set 1 #

Total comments: 2

Patch Set 2 : simplify selection ownership test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -25 lines) Patch
M chrome/browser/autocomplete/autocomplete_edit_view_gtk.h View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc View 1 5 chunks +22 lines, -21 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Daniel Erat
http://codereview.chromium.org/176029/diff/1/2 File chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc (right): http://codereview.chromium.org/176029/diff/1/2#newcode887 Line 887: gtk_clipboard_get_owner(clipboard)) { This part feels a bit strange ...
11 years, 3 months ago (2009-08-29 00:52:48 UTC) #1
Evan Stade
overall lg, just one question http://codereview.chromium.org/176029/diff/1/2 File chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc (right): http://codereview.chromium.org/176029/diff/1/2#newcode887 Line 887: gtk_clipboard_get_owner(clipboard)) { is ...
11 years, 3 months ago (2009-08-31 18:17:09 UTC) #2
use derat at chromium.org
On Mon, Aug 31, 2009 at 11:17 AM, <estade@chromium.org> wrote: > overall lg, just one ...
11 years, 3 months ago (2009-08-31 23:00:09 UTC) #3
Evan Stade
11 years, 3 months ago (2009-08-31 23:31:23 UTC) #4
ok cool lgtm

Powered by Google App Engine
This is Rietveld 408576698