RESOLVED FIXED 86865
[EFL] EFL's LayoutTestController needs to implement deliverWebIntent
https://bugs.webkit.org/show_bug.cgi?id=86865
Summary [EFL] EFL's LayoutTestController needs to implement deliverWebIntent
Chris Dumez
Reported 2012-05-18 10:02:53 PDT
EFL's LayoutTestController needs to implement deliverWebIntent which is required by the following test case: webintents/web-intents-delivery.html
Attachments
Patch (16.03 KB, patch)
2012-06-01 03:24 PDT, Chris Dumez
no flags
Patch (16.18 KB, patch)
2012-06-01 03:34 PDT, Chris Dumez
no flags
Patch (16.19 KB, patch)
2012-06-01 03:51 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2012-06-01 03:24:57 PDT
Chris Dumez
Comment 2 2012-06-01 03:34:30 PDT
Created attachment 145259 [details] Patch Add missing documentation.
Gyuyoung Kim
Comment 3 2012-06-01 03:43:24 PDT
Comment on attachment 145259 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=145259&action=review > Source/WebKit/efl/ewk/ewk_frame.cpp:753 > +void ewk_frame_intent_deliver(Evas_Object *ewkFrame, Ewk_Intent *ewkIntent) Move '*' operator to data type side. By the way, it looks this is to get smartData object form ewkFrame object. Is it better to add const keyword ? > Source/WebKit/efl/ewk/ewk_frame.h:711 > +EAPI void ewk_frame_intent_deliver(Evas_Object *o, Ewk_Intent *ewkIntent); Change ewkIntent with ewk_intent.
Chris Dumez
Comment 4 2012-06-01 03:51:29 PDT
Created attachment 145265 [details] Patch Thanks for catching this Gyuyoung.
WebKit Review Bot
Comment 5 2012-06-01 08:49:20 PDT
Comment on attachment 145265 [details] Patch Clearing flags on attachment: 145265 Committed r119237: <http://trac.webkit.org/changeset/119237>
WebKit Review Bot
Comment 6 2012-06-01 08:49:25 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.