The Web Intents spec seems to be pretty much dead and Google is planning to remove support for it from WebKit soon (See mailing list announcement). We should therefore disable Web Intents in EFL port and remove the corresponding code.
I totally agree
AFAIK, Tizen WebKit also disable it because of same reason. CC'ing Kihong.
(In reply to comment #2) > AFAIK, Tizen WebKit also disable it because of same reason. CC'ing Kihong. Yes, it was never enabled for Tizen AFAIK.
Created attachment 185764 [details] Patch
Comment on attachment 185764 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=185764&action=review Nice > Tools/DumpRenderTree/efl/TestRunnerEfl.cpp:911 > - DumpRenderTreeSupportEfl::deliverWebIntent(browser->mainFrame(), action, type, data); > + notImplemented(); maybe add a comment that it is not intended to be implemented?
Created attachment 185766 [details] Patch Take Kenneth's comments into consideration.
Comment on attachment 185766 [details] Patch rs=me
Comment on attachment 185766 [details] Patch Clearing flags on attachment: 185766 Committed r141439: <http://trac.webkit.org/changeset/141439>
All reviewed patches have been landed. Closing bug.