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

Issue 72543005: Get rid of explict editor dependency from text field (Closed)

Created:
7 years, 1 month ago by yosin_UTC9
Modified:
7 years, 1 month ago
Reviewers:
tkent
CC:
blink-reviews, gavinp+loader_chromium.org, dglazkov+blink, Nate Chapin, groby+blinkspell_chromium.org, adamk+blink_chromium.org
Visibility:
Public.

Description

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

Patch Set 1 : 2013-11-15T16:10:10 #

Total comments: 6

Patch Set 2 : 2013-11-15T19:11:25 #

Patch Set 3 : 2013-11-18T17:22:32 #

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

Messages

Total messages: 8 (0 generated)
yosin_UTC9
Could you review this patch? Thanks in advance.
7 years, 1 month ago (2013-11-15 07:57:50 UTC) #1
tkent
lgtm. The function names are not nice, and the function arguments can be references. But ...
7 years, 1 month ago (2013-11-15 08:18:06 UTC) #2
yosin_UTC9
PTAL - Renames function names. - Use InputType::chrome() Since try bots have old chromium code ...
7 years, 1 month ago (2013-11-15 11:05:59 UTC) #3
tkent
lgtm
7 years, 1 month ago (2013-11-17 21:46:10 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yosin@chromium.org/72543005/160001
7 years, 1 month ago (2013-11-17 21:46:21 UTC) #5
commit-bot: I haz the power
Failed to apply patch for Source/core/loader/EmptyClients.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 1 month ago (2013-11-17 21:46:26 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yosin@chromium.org/72543005/280001
7 years, 1 month ago (2013-11-18 09:08:09 UTC) #7
commit-bot: I haz the power
7 years, 1 month ago (2013-11-18 12:31:18 UTC) #8
Message was sent while issue was closed.
Change committed as 162195

Powered by Google App Engine
This is Rietveld 408576698