|
Get rid of explicit editor dependency from text field
This patch removes explicit editor dependency in text field by
- moves member functions in EditorClientImpl to ChromeClientImpl
- changes to call SpellChecker function directly rather than via Editor.
BUG=n/a
TEST=n/a; no behavior changes
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=162195
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+54 lines, -82 lines) |
Patch |
 |
M |
Source/core/editing/Editor.h
|
View
|
1
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/core/editing/Editor.cpp
|
View
|
1
|
1 chunk |
+0 lines, -21 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLInputElement.cpp
|
View
|
1
2
|
4 chunks |
+10 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLTextAreaElement.cpp
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/html/forms/TextFieldInputType.cpp
|
View
|
1
|
4 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/core/loader/EmptyClients.h
|
View
|
1
2
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/core/page/ChromeClient.h
|
View
|
1
2
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/page/EditorClient.h
|
View
|
1
2
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/web/ChromeClientImpl.h
|
View
|
1
2
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/web/ChromeClientImpl.cpp
|
View
|
1
2
|
2 chunks |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/web/EditorClientImpl.h
|
View
|
1
2
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/web/EditorClientImpl.cpp
|
View
|
1
2
|
3 chunks |
+0 lines, -34 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|