NEW 111139
[WK2] Create a port independent test view for Coordinated Graphics
https://bugs.webkit.org/show_bug.cgi?id=111139
Summary [WK2] Create a port independent test view for Coordinated Graphics
Luiz Agostini
Reported 2013-02-28 21:59:06 PST
It would be nice to have a very simple Coordinated Graphics view that is independent from Qt or Efl. That view would be used on port independent API tests for Coordinated Graphics.
Attachments
patch (15.03 KB, patch)
2013-03-01 01:51 PST, Luiz Agostini
eflews.bot: commit-queue-
patch (16.26 KB, patch)
2013-03-06 04:21 PST, Luiz Agostini
noam: review-
eflews.bot: commit-queue-
Luiz Agostini
Comment 1 2013-03-01 01:51:42 PST
Luiz Agostini
Comment 2 2013-03-01 01:57:02 PST
the patch is not expected to build without bug #110323.
EFL EWS Bot
Comment 3 2013-03-01 01:58:02 PST
Luiz Agostini
Comment 4 2013-03-06 04:21:04 PST
Kenneth Rohde Christiansen
Comment 5 2013-03-06 04:29:48 PST
Comment on attachment 191714 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=191714&action=review > Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedView.cpp:47 > +class CoordinatedPageClient : public WebKit::PageClient { I dont see how this will work together with the EFL WKView. Can't you not just test it using EFL for now and we turn our WKView cross platform later > Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedView.cpp:60 > + virtual void didReceiveMessageFromNavigatorQtObject(const String&) { notImplemented(); } doesnt look so port independent.
Luiz Agostini
Comment 6 2013-03-06 10:59:27 PST
(In reply to comment #5) > (From update of attachment 191714 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=191714&action=review > > > Source/WebKit2/UIProcess/CoordinatedGraphics/CoordinatedView.cpp:47 > > +class CoordinatedPageClient : public WebKit::PageClient { > > I dont see how this will work together with the EFL WKView. Can't you not just test it using EFL for now and we turn our WKView cross platform later It would be just a simple view for tests. Just want to be less intrusive. For example, having this view, WKView does not need to expose its WKCoordinatedScene for us to be able to test.
EFL EWS Bot
Comment 7 2013-04-23 17:44:37 PDT
Noam Rosenthal
Comment 8 2013-07-17 19:15:55 PDT
Comment on attachment 191714 [details] patch Doesn't seem relevant anymore :)
Note You need to log in before you can comment on or make changes to this bug.