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

Issue 40145: [chromium-reviews] Fix the bug: Scrolling the Spell-checker drop-down box adds add the languages... (Closed)

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

Description

Fix the bug: Scrolling the Spell-checker drop-down box adds the languages scrolled. Basically, when a spell check language changes, it is added to the accept languages list so that it is remembered later. However, when the list gets scrolled, it keeps adding all the languages it scrolled. So, I decided to fix this by adding only the latest language selected as the spell check dictionary language in the drop down. Issue=8374 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=11022

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -2 lines) Patch
M chrome/browser/views/options/languages_page_view.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/views/options/languages_page_view.cc View 1 2 3 chunks +43 lines, -2 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
sidchat (Google)
11 years, 9 months ago (2009-03-05 02:08:42 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698