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

Issue 11434043: Remove duplicate words from custom spelling dictionary on load (Closed)

Created:
8 years ago by please use gerrit instead
Modified:
8 years ago
Reviewers:
groby-ooo-7-16, csilv
CC:
chromium-reviews, groby+spellwatch_chromium.org, dbeam+watch-options_chromium.org, rpetterson, yusukes+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Remove duplicate words from custom spelling dictionary on load BUG=51636 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170540

Patch Set 1 #

Total comments: 8

Patch Set 2 : Address comments #

Patch Set 3 : Fix unit test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -12 lines) Patch
M chrome/browser/spellchecker/spellcheck_custom_dictionary.h View 1 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/spellchecker/spellcheck_custom_dictionary.cc View 1 2 chunks +20 lines, -2 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/language_dictionary_overlay_handler.cc View 2 chunks +1 line, -9 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
please use gerrit instead
Rachel - chrome/browser/spellchecker Chris - chrome/browser/ui/webui/options
8 years ago (2012-11-29 23:23:19 UTC) #1
groby-ooo-7-16
LGTM w/nits https://codereview.chromium.org/11434043/diff/1/chrome/browser/spellchecker/spellcheck_custom_dictionary.cc File chrome/browser/spellchecker/spellcheck_custom_dictionary.cc (right): https://codereview.chromium.org/11434043/diff/1/chrome/browser/spellchecker/spellcheck_custom_dictionary.cc#newcode65 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc:65: custom_words->resize(it - custom_words->begin()); nit: Use custom_words.erase instead ...
8 years ago (2012-11-29 23:35:47 UTC) #2
please use gerrit instead
Addressed Rachel's comments. https://codereview.chromium.org/11434043/diff/1/chrome/browser/spellchecker/spellcheck_custom_dictionary.cc File chrome/browser/spellchecker/spellcheck_custom_dictionary.cc (right): https://codereview.chromium.org/11434043/diff/1/chrome/browser/spellchecker/spellcheck_custom_dictionary.cc#newcode65 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc:65: custom_words->resize(it - custom_words->begin()); On 2012/11/29 23:35:47, ...
8 years ago (2012-11-29 23:48:03 UTC) #3
csilv
lgtm
8 years ago (2012-11-30 18:35:33 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rouslan@chromium.org/11434043/5001
8 years ago (2012-11-30 18:40:13 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rouslan@chromium.org/11434043/4005
8 years ago (2012-11-30 19:19:04 UTC) #6
commit-bot: I haz the power
8 years ago (2012-11-30 21:17:01 UTC) #7
Message was sent while issue was closed.
Change committed as 170540

Powered by Google App Engine
This is Rietveld 408576698