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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 24 19:12:24 PDT 2012


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





--- Comment #21 from Robert Flack <flackr at chromium.org>  2012-10-24 19:13:30 PST ---
(In reply to comment #17)
> Perhaps that means we should implement it without a prefix and just the ENABLE and runtime flags to avoid shipping it to stable until we think it is ready.

I've removed the prefix and hidden the accessor behind ENABLE_EVENT_SYSTEM_TIME. I'm not sure I understand how we would enable this with a runtime flag, we can't change the exposed properties on DOM events (Event.idl) from runtime preferences can we? I'll try to find some other examples but any advice is appreciated, thanks!

Also, I haven't actually removed the property from event since it's passed through in so many places. Should I if ENABLE(...) all of these places too?

-- 
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