[Webkit-unassigned] [Bug 94987] Add systemTime to DOM events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 25 07:47:31 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=94987





--- Comment #26 from Robert Flack <flackr at chromium.org>  2012-10-25 07:48:38 PST ---
(In reply to comment #24)
> (From update of attachment 170536 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=170536&action=review
> 
> Also you don't appear to have written any tests.  :(

I'll write some tests in the next patch, just updating the rest of it.

> 
> > Source/WebKit/chromium/ChangeLog:8
> > +        Adds a webkitSystemTime property to DOM events which exposes the platform event
> 
> webkitSystemTime <--- does this need to be updated?

Done.

> 
> > Source/WebCore/dom/Event.idl:65
> > +#if defined(ENABLE_EVENT_SYSTEM_TIME)
> > +    readonly attribute double           systemTime;
> > +#endif
> 
> Should this be InitializedByEventConstructor ?

I'm not sure I fully understand what this is for. timeStamp, type, etc are not initializedByEventConstructor. Should this be?

> 
> Please make this runtime enabled.

Done.

> 
> You don't need to use #if.  You can use the Conditional attribute.

Done.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list