|
|
Enable users to alter their custom dictionary from an overlay on chrome://settings/editDictionary. This overlay can also be accessed through:
Settings
|_Show advanced settings...
..|_Language and spell-checker settings...
....|_Custom spelling dictionary
When a user types an unknown word into a textarea, the browser underlines this word as a misspelling. The user can right-click on this word and select "Add to Dictionary". If the user made a mistake, the user needs a way to remove a word from their custom dictionary. This CL provides this functionality.
Automated tests are in https://codereview.chromium.org/11280013/ and https://codereview.chromium.org/11308076/.
BUG= 18238
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=168760
Total comments: 20
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+684 lines, -113 lines) |
Patch |
 |
M |
DEPS
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/app/generated_resources.grd
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/resources/options/language_dictionary_overlay.css
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/resources/options/language_dictionary_overlay.html
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/resources/options/language_dictionary_overlay.js
|
View
|
1
|
1 chunk |
+50 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/resources/options/language_dictionary_overlay_word_list.js
|
View
|
1
2
3
4
|
1 chunk |
+76 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/options/language_options.css
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/options/language_options.html
|
View
|
1
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/options/language_options.js
|
View
|
1
2
3
4
5
6
|
2 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/options/options.html
|
View
|
1
2
3
4
5
6
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/options/options.js
|
View
|
1
2
3
4
5
6
|
2 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/options/options_bundle.js
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/spellchecker/spellcheck_custom_dictionary.h
|
View
|
1
2
|
1 chunk |
+46 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/spellchecker/spellcheck_custom_dictionary.cc
|
View
|
1
2
|
4 chunks |
+135 lines, -36 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/spellchecker/spellcheck_service.h
|
View
|
1
2
3
4
|
4 chunks |
+12 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/spellchecker/spellcheck_service.cc
|
View
|
1
2
3
4
|
5 chunks |
+39 lines, -37 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/options/core_options_handler.cc
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/webui/options/language_dictionary_overlay_handler.h
|
View
|
1
2
|
1 chunk |
+60 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/webui/options/language_dictionary_overlay_handler.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+138 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/options/options_ui.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser_ui.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/spellcheck_messages.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/spellchecker/cocoa_spelling_engine_mac.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/spellchecker/cocoa_spelling_engine_mac.cc
|
View
|
1
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/spellchecker/hunspell_engine.h
|
View
|
|
3 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/spellchecker/hunspell_engine.cc
|
View
|
|
3 chunks |
+18 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/spellchecker/spellcheck.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/spellchecker/spellcheck.cc
|
View
|
1
|
3 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/spellchecker/spelling_engine.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 27 (0 generated)
|