RESOLVED FIXED Bug 35852
[DRT/Chromium] Add PlainTextController and TextInputController
https://bugs.webkit.org/show_bug.cgi?id=35852
Summary [DRT/Chromium] Add PlainTextController and TextInputController
Kent Tamura
Reported 2010-03-07 21:41:21 PST
[DRT/Chromium] Add PlainTextController and TextInputController
Attachments
Proposed patch (17.45 KB, patch)
2010-03-07 21:44 PST, Kent Tamura
dglazkov: review+
Kent Tamura
Comment 1 2010-03-07 21:44:48 PST
Created attachment 50188 [details] Proposed patch
Kent Tamura
Comment 2 2010-03-07 21:51:39 PST
Note: - NOTIMPELMENTED() macros in the original code was replaced with notImplemented(). notImplemented() is not one in WebCore/platform/NotImplemented.h, and is defined as empty in config.h for now.
Dimitri Glazkov (Google)
Comment 3 2010-03-08 09:16:08 PST
I think we can just remove notImplemented and replace it with a FIXME: Implement this -- this is what other ports are doing.
Dimitri Glazkov (Google)
Comment 4 2010-03-08 20:52:48 PST
Comment on attachment 50188 [details] Proposed patch ok, except replace notImplemented with FIXMEs.
Kent Tamura
Comment 5 2010-03-08 22:39:48 PST
Kent Tamura
Comment 6 2010-03-08 22:40:44 PST
(In reply to comment #4) > (From update of attachment 50188 [details]) > ok, except replace notImplemented with FIXMEs. I replaced notImplemented() with FIXME, and landed.
Note You need to log in before you can comment on or make changes to this bug.