[webkit-reviews] review granted: [Bug 73039] Implement registration of WebIntents : [Attachment 140285] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 4 12:23:31 PDT 2012


Adam Barth <abarth at webkit.org> has granted Greg Billock <gbillock at google.com>'s
request for review:
Bug 73039: Implement registration of WebIntents
https://bugs.webkit.org/show_bug.cgi?id=73039

Attachment 140285: Patch
https://bugs.webkit.org/attachment.cgi?id=140285&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=140285&action=review


> LayoutTests/webintents/intent-tag.html:6
> +    <intent action="action" type="type" title="Title"
href="http://example.com/service" disposition="inline"></intent>

In a follow up patch, consider testing that you can register an intent using
DOM APIs (e.g., document.createElement("intent");
document.body.appendChild(...) )


More information about the webkit-reviews mailing list