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

Issue 100196: A quick fix for supporting bidirectional texts in omnibox2.... (Closed)

Created:
11 years, 7 months ago by Hironori Bono
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

A quick fix for supporting bidirectional texts in omnibox2. It seems the AutocompleteResultView::DrawString() function calls the AutocompleteResultView::DrawStringFragment() function even when |text_start| is greater than |text_end|, i.e. there are not matching characters. This change filters out the above case and fixes a couple of lint errors. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=14933

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -5 lines) Patch
M chrome/browser/views/autocomplete/autocomplete_popup_contents_view.cc View 3 chunks +6 lines, -5 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Hironori Bono
11 years, 7 months ago (2009-04-30 05:32:53 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698