RESOLVED FIXED 116181
[EFL] Move EFL port off legacy clipboard
https://bugs.webkit.org/show_bug.cgi?id=116181
Summary [EFL] Move EFL port off legacy clipboard
Darin Adler
Reported 2013-05-15 12:49:25 PDT
I have a patch for this in the works.
Attachments
Patch (12.02 KB, patch)
2013-05-16 20:21 PDT, Darin Adler
no flags
Patch (12.04 KB, patch)
2013-05-16 20:44 PDT, Darin Adler
no flags
Patch (11.99 KB, patch)
2013-05-16 20:59 PDT, Darin Adler
no flags
Patch (12.00 KB, patch)
2013-05-16 21:09 PDT, Darin Adler
no flags
Patch (11.91 KB, patch)
2013-05-17 08:25 PDT, Darin Adler
no flags
Patch (10.67 KB, patch)
2013-05-17 09:20 PDT, Darin Adler
no flags
Patch (10.74 KB, patch)
2013-05-17 09:25 PDT, Darin Adler
no flags
Patch (10.88 KB, patch)
2013-05-17 09:31 PDT, Darin Adler
no flags
Patch (11.01 KB, patch)
2013-05-17 09:41 PDT, Darin Adler
no flags
Patch (11.02 KB, patch)
2013-05-17 09:48 PDT, Darin Adler
andersca: review+
Darin Adler
Comment 1 2013-05-16 20:21:59 PDT
Darin Adler
Comment 2 2013-05-16 20:22:52 PDT
This patch is a bit silly because EFL does not implement clipboard operations at all. Because there is no EWS bot for EFL, I need help from someone who works on the EFL port to test this patch.
EFL EWS Bot
Comment 3 2013-05-16 20:33:45 PDT
EFL EWS Bot
Comment 4 2013-05-16 20:38:58 PDT
Darin Adler
Comment 5 2013-05-16 20:44:33 PDT
Darin Adler
Comment 6 2013-05-16 20:59:03 PDT
EFL EWS Bot
Comment 7 2013-05-16 21:02:50 PDT
EFL EWS Bot
Comment 8 2013-05-16 21:04:44 PDT
Darin Adler
Comment 9 2013-05-16 21:09:21 PDT
EFL EWS Bot
Comment 10 2013-05-16 21:14:45 PDT
EFL EWS Bot
Comment 11 2013-05-16 21:14:56 PDT
Raphael Kubo da Costa (:rakuco)
Comment 12 2013-05-17 05:35:18 PDT
Comment on attachment 202045 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=202045&action=review > Source/WebCore/ChangeLog:13 > + * page/efl/EventHandlerEfl.cpp: Removed EventHandler::createDraggingClipboard > + function since DRAG_SUPPORT is not defined for EFL anyway. DRAG_SUPPORT is on for EFL by default. See wtf/FeatureDefines.h, OptionsEFL.cmake or the EWS build logs > Source/WebCore/ChangeLog:20 > + Deleted unneeded writePlainText, writeSelection, and writeURL functions. The EWS bots seem to disagree that they are unneeded.
Darin Adler
Comment 13 2013-05-17 08:20:10 PDT
(In reply to comment #12) > > Source/WebCore/ChangeLog:13 > > + * page/efl/EventHandlerEfl.cpp: Removed EventHandler::createDraggingClipboard > > + function since DRAG_SUPPORT is not defined for EFL anyway. > > DRAG_SUPPORT is on for EFL by default. See wtf/FeatureDefines.h, OptionsEFL.cmake or the EWS build logs That seems silly. None of the underlying code for dragging seems to be there. It’s all just notImplemented(). Maybe there is some way to use dragging within a webpage without any of the platform dragging hooked up? > > Source/WebCore/ChangeLog:20 > > + Deleted unneeded writePlainText, writeSelection, and writeURL functions. > > The EWS bots seem to disagree that they are unneeded. Yes, they would be unneeded if DRAG_SUPPORT wasn’t on. OK. I’ll do the version of this patch with lots more notImplemented(). As I said, very silly.
Darin Adler
Comment 14 2013-05-17 08:25:00 PDT
Raphael Kubo da Costa (:rakuco)
Comment 15 2013-05-17 08:31:02 PDT
(In reply to comment #13) > (In reply to comment #12) > > > Source/WebCore/ChangeLog:13 > > > + * page/efl/EventHandlerEfl.cpp: Removed EventHandler::createDraggingClipboard > > > + function since DRAG_SUPPORT is not defined for EFL anyway. > > > > DRAG_SUPPORT is on for EFL by default. See wtf/FeatureDefines.h, OptionsEFL.cmake or the EWS build logs > > That seems silly. None of the underlying code for dragging seems to be there. It’s all just notImplemented(). If it makes more sense, removing the line which enables it in OptionsEFL.cmake should be easy, and if that's OK with you #ifdef'ing the part which enables it in FeatureDefines.h is also fine. This should also decrease the amount of silliness in this patch :-)
Darin Adler
Comment 16 2013-05-17 08:38:48 PDT
(In reply to comment #15) > If it makes more sense, removing the line which enables it in OptionsEFL.cmake should be easy, and if that's OK with you #ifdef'ing the part which enables it in FeatureDefines.h is also fine. This should also decrease the amount of silliness in this patch :-) I think my new try will probably be OK. But someone who works on EFL should figure out why the feature is on. There’s no point turning it on if the back end is not implemented.
Raphael Kubo da Costa (:rakuco)
Comment 17 2013-05-17 08:46:55 PDT
(In reply to comment #16) > But someone who works on EFL should figure out why the feature is on. Before the CMake changes got in and FeatureDefines.h was created, it looks like it was on by default on !iOS in Platform.h (http://trac.webkit.org/browser/trunk/Source/WTF/wtf/Platform.h?rev=114985), so I guess people just implemented stubs to get the code compiling when the port was upstreamed.
EFL EWS Bot
Comment 18 2013-05-17 08:50:55 PDT
EFL EWS Bot
Comment 19 2013-05-17 09:09:59 PDT
Darin Adler
Comment 20 2013-05-17 09:20:19 PDT
EFL EWS Bot
Comment 21 2013-05-17 09:24:47 PDT
EFL EWS Bot
Comment 22 2013-05-17 09:25:27 PDT
Darin Adler
Comment 23 2013-05-17 09:25:57 PDT
EFL EWS Bot
Comment 24 2013-05-17 09:30:37 PDT
Darin Adler
Comment 25 2013-05-17 09:31:39 PDT
EFL EWS Bot
Comment 26 2013-05-17 09:36:26 PDT
EFL EWS Bot
Comment 27 2013-05-17 09:37:47 PDT
Darin Adler
Comment 28 2013-05-17 09:41:35 PDT
EFL EWS Bot
Comment 29 2013-05-17 09:46:14 PDT
EFL EWS Bot
Comment 30 2013-05-17 09:47:53 PDT
Darin Adler
Comment 31 2013-05-17 09:48:22 PDT
Darin Adler
Comment 32 2013-05-17 09:57:09 PDT
Note You need to log in before you can comment on or make changes to this bug.