[webkit-reviews] review granted: [Bug 76121] WebKit should expose the DOM 4 Event.isTrusted property : [Attachment 122127] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 11 16:38:44 PST 2012


Adam Barth <abarth at webkit.org> has granted Eric Seidel <eric at webkit.org>'s
request for review:
Bug 76121: WebKit should expose the DOM 4 Event.isTrusted property
https://bugs.webkit.org/show_bug.cgi?id=76121

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

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


> Source/WebCore/dom/Event.idl:90
> +	   // DOM Level 4 Additions.
> +	   readonly attribute boolean isTrusted;

This isn't a DOM4 addition.  It's a legacy feature from DOM2:
http://www.w3.org/TR/DOM-Level-3-Events/#events-event-type-isTrusted


More information about the webkit-reviews mailing list