|
Add/remove spell checking markers in text inputs depending on focus.
Inputs are spell checked by default. However since it's very
likely user names, cities, addresses and other stuff that
possibly isn't in the dictionary will be put into them when
unfocused misspelling markers are removed from them (so
they are not all red all the time). However they are
added again on input re-focusing.
BUG= 168029
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=155420
Total comments: 13
Total comments: 5
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+175 lines, -29 lines) |
Patch |
|
A |
LayoutTests/editing/spelling/markers-input-type-text.html
|
View
|
1
2
3
|
1 chunk |
+61 lines, -0 lines |
0 comments
|
Download
|
|
A |
LayoutTests/editing/spelling/markers-input-type-text-expected.txt
|
View
|
1
2
3
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
|
M |
LayoutTests/editing/spelling/resources/util.js
|
View
|
1
2
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
|
M |
LayoutTests/editing/spelling/spellcheck-async-mutation.html
|
View
|
1
|
3 chunks |
+5 lines, -24 lines |
0 comments
|
Download
|
|
M |
Source/core/editing/Editor.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/editing/Editor.cpp
|
View
|
1
|
4 chunks |
+39 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/editing/SpellChecker.cpp
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLInputElement.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLInputElement.cpp
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/html/TextFieldInputType.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/html/TextFieldInputType.cpp
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/web/EditorClientImpl.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 23 (0 generated)
|