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

Issue 330021: Move glue/EditorClientImpl.h/cpp to webkit/api/src (Closed)

Created:
11 years, 1 month ago by yaar
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Move glue/EditorClientImpl.h/cpp to webkit/api/src Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30270

Patch Set 1 #

Total comments: 29

Patch Set 2 : Patch 2 #

Total comments: 1

Patch Set 3 : Patch 3 #

Patch Set 4 : Patch 4 #

Total comments: 8

Patch Set 5 : Patch 5 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+1117 lines, -1103 lines) Patch
A webkit/api/src/EditorClientImpl.h View 1 2 3 4 1 chunk +195 lines, -0 lines 0 comments Download
A webkit/api/src/EditorClientImpl.cpp View 1 2 3 4 1 chunk +915 lines, -0 lines 1 comment Download
D webkit/glue/editor_client_impl.h View 1 chunk +0 lines, -187 lines 0 comments Download
D webkit/glue/editor_client_impl.cc View 1 chunk +0 lines, -910 lines 0 comments Download
M webkit/glue/webview_impl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/glue/webview_impl.cc View 1 2 3 3 chunks +3 lines, -2 lines 0 comments Download
M webkit/webkit.gyp View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
yaar
Quite boring - mostly reformating. (I created a tool to automatically do that, so it ...
11 years, 1 month ago (2009-10-26 22:01:21 UTC) #1
darin (slow to review)
ooh, i like tools! but it has some bugs... http://codereview.chromium.org/330021/diff/1/2 File webkit/api/src/EditorClientImpl.cpp (right): http://codereview.chromium.org/330021/diff/1/2#newcode47 Line ...
11 years, 1 month ago (2009-10-26 23:32:26 UTC) #2
yaar
All fixed. http://codereview.chromium.org/330021/diff/1/2 File webkit/api/src/EditorClientImpl.cpp (right): http://codereview.chromium.org/330021/diff/1/2#newcode359 Line 359: // The below code was adapted ...
11 years, 1 month ago (2009-10-27 00:30:19 UTC) #3
darin (slow to review)
> Shouldn't we use the same disclaimer as the one below also at the top ...
11 years, 1 month ago (2009-10-27 04:32:47 UTC) #4
darin (slow to review)
http://codereview.chromium.org/330021/diff/4001/5002 File webkit/api/src/EditorClientImpl.h (right): http://codereview.chromium.org/330021/diff/4001/5002#newcode87 Line 87: virtual void registerCommandForUndo(PassRefPtr<WebCore::EditCommand> ); nit: extra space before ...
11 years, 1 month ago (2009-10-27 04:33:41 UTC) #5
darin (slow to review)
it looks like a revised version hasn't been uploaded yet.
11 years, 1 month ago (2009-10-27 04:33:59 UTC) #6
yaar
.h file fixed. The code was uploaded, but because its new file, there is no ...
11 years, 1 month ago (2009-10-27 16:41:38 UTC) #7
yaar
ready for (re)review
11 years, 1 month ago (2009-10-27 17:15:24 UTC) #8
darin (slow to review)
http://codereview.chromium.org/330021/diff/5011/5012 File webkit/api/src/EditorClientImpl.cpp (right): http://codereview.chromium.org/330021/diff/5011/5012#newcode44 Line 44: #include "webkit/api/public/WebEditingAction.h" please drop the google-style include paths ...
11 years, 1 month ago (2009-10-27 17:28:31 UTC) #9
yaar
One more time. (Soundtrack included, so you don't get bored: http://www.youtube.com/watch?v=lH-0s0pRleg)
11 years, 1 month ago (2009-10-27 18:10:48 UTC) #10
darin (slow to review)
11 years, 1 month ago (2009-10-27 18:20:02 UTC) #11
LGTM w/ one nit that you can fix before committing:

http://codereview.chromium.org/330021/diff/9002/10001
File webkit/api/src/EditorClientImpl.cpp (right):

http://codereview.chromium.org/330021/diff/9002/10001#newcode687
Line 687: HTMLInputElement* input_element = WebKit::toHTMLInputElement(node);
inputElement

Powered by Google App Engine
This is Rietveld 408576698