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

Issue 144013010: Move TextInputController from CppBoundClass to gin::Wrappable. (Closed)

Created:
6 years, 10 months ago by tfarina
Modified:
6 years, 10 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, jochen+watch_chromium.org, haraken
Visibility:
Public.

Description

Move TextInputController from CppBoundClass to gin::Wrappable. Also, change the class to use chromium coding style. BUG=297480, 331301 R=jochen@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251692

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : UnmarkText #

Patch Set 5 : still missing alot of implementations #

Patch Set 6 : MarkedRange + SelectedRange #

Patch Set 7 : #

Patch Set 8 : compile more parts of SetComposition #

Patch Set 9 : compile more parts of FirstRectForCharacterRange #

Patch Set 10 : rm TextInputController.* #

Patch Set 11 : TextInputController1 -> TextInputController #

Total comments: 5

Patch Set 12 : #

Patch Set 13 : #

Patch Set 14 : . #

Patch Set 15 : TextInputControllerBindings #

Total comments: 4

Patch Set 16 : LINK content_shell ;) #

Patch Set 17 : rm webbindings #

Total comments: 11

Patch Set 18 : review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+317 lines, -244 lines) Patch
M content/content_shell.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +2 lines, -2 lines 0 comments Download
M content/shell/renderer/test_runner/TestInterfaces.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +2 lines, -2 lines 0 comments Download
M content/shell/renderer/test_runner/TestInterfaces.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 5 chunks +5 lines, -5 lines 0 comments Download
D content/shell/renderer/test_runner/TextInputController.h View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -42 lines 0 comments Download
D content/shell/renderer/test_runner/TextInputController.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -193 lines 0 comments Download
A content/shell/renderer/test_runner/text_input_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +56 lines, -0 lines 0 comments Download
A content/shell/renderer/test_runner/text_input_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +252 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
tfarina
Jochen, from here I need some help.
6 years, 10 months ago (2014-02-08 02:28:35 UTC) #1
jochen (gone - plz use gerrit)
https://codereview.chromium.org/144013010/diff/170002/content/shell/renderer/test_runner/TestInterfaces.h File content/shell/renderer/test_runner/TestInterfaces.h (left): https://codereview.chromium.org/144013010/diff/170002/content/shell/renderer/test_runner/TestInterfaces.h#oldcode65 content/shell/renderer/test_runner/TestInterfaces.h:65: scoped_ptr<TextInputController> m_textInputController; i've updated my gamepad controller to use ...
6 years, 10 months ago (2014-02-10 12:32:04 UTC) #2
tfarina
I think I addressed most of your comments, but not all. Could you do another ...
6 years, 10 months ago (2014-02-11 21:43:02 UTC) #3
tfarina
I think I addressed most of your comments, but not all. Could you do another ...
6 years, 10 months ago (2014-02-11 21:43:02 UTC) #4
jochen (gone - plz use gerrit)
On 2014/02/11 21:43:02, tfarina wrote: > I think I addressed most of your comments, but ...
6 years, 10 months ago (2014-02-12 09:45:26 UTC) #5
tfarina
Hey Jochen, I made the requested changes. Still have some things commented out and does ...
6 years, 10 months ago (2014-02-13 13:05:01 UTC) #6
jochen (gone - plz use gerrit)
https://codereview.chromium.org/144013010/diff/320001/content/shell/renderer/test_runner/text_input_controller.h File content/shell/renderer/test_runner/text_input_controller.h (right): https://codereview.chromium.org/144013010/diff/320001/content/shell/renderer/test_runner/text_input_controller.h#newcode12 content/shell/renderer/test_runner/text_input_controller.h:12: #include "third_party/WebKit/public/web/WebBindings.h" don't include this https://codereview.chromium.org/144013010/diff/320001/content/shell/renderer/test_runner/text_input_controller.h#newcode39 content/shell/renderer/test_runner/text_input_controller.h:39: NPObject* SelectedRange(); ...
6 years, 10 months ago (2014-02-13 13:08:23 UTC) #7
tfarina
https://codereview.chromium.org/144013010/diff/320001/content/shell/renderer/test_runner/text_input_controller.h File content/shell/renderer/test_runner/text_input_controller.h (right): https://codereview.chromium.org/144013010/diff/320001/content/shell/renderer/test_runner/text_input_controller.h#newcode12 content/shell/renderer/test_runner/text_input_controller.h:12: #include "third_party/WebKit/public/web/WebBindings.h" On 2014/02/13 13:08:24, jochen wrote: > don't ...
6 years, 10 months ago (2014-02-13 13:14:06 UTC) #8
jochen (gone - plz use gerrit)
https://codereview.chromium.org/144013010/diff/420001/content/shell/renderer/test_runner/TestInterfaces.cpp File content/shell/renderer/test_runner/TestInterfaces.cpp (left): https://codereview.chromium.org/144013010/diff/420001/content/shell/renderer/test_runner/TestInterfaces.cpp#oldcode48 content/shell/renderer/test_runner/TestInterfaces.cpp:48: m_textInputController->setWebView(0); please keep this logic to explicitly set the ...
6 years, 10 months ago (2014-02-14 10:01:17 UTC) #9
tfarina
https://codereview.chromium.org/144013010/diff/420001/content/shell/renderer/test_runner/TestInterfaces.cpp File content/shell/renderer/test_runner/TestInterfaces.cpp (left): https://codereview.chromium.org/144013010/diff/420001/content/shell/renderer/test_runner/TestInterfaces.cpp#oldcode48 content/shell/renderer/test_runner/TestInterfaces.cpp:48: m_textInputController->setWebView(0); On 2014/02/14 10:01:17, jochen wrote: > please keep ...
6 years, 10 months ago (2014-02-14 12:46:12 UTC) #10
jochen (gone - plz use gerrit)
lgtm, thanks
6 years, 10 months ago (2014-02-17 14:34:18 UTC) #11
tfarina
The CQ bit was checked by tfarina@chromium.org
6 years, 10 months ago (2014-02-17 16:18:17 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/144013010/470001
6 years, 10 months ago (2014-02-17 16:18:40 UTC) #13
commit-bot: I haz the power
Change committed as 251692
6 years, 10 months ago (2014-02-17 17:51:33 UTC) #14
tkent
A revert of this CL has been created in https://codereview.chromium.org/169813004/ by tkent@chromium.org. The reason for ...
6 years, 10 months ago (2014-02-18 00:41:57 UTC) #15
tkent
6 years, 10 months ago (2014-02-18 00:54:08 UTC) #16

Powered by Google App Engine
This is Rietveld 408576698