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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 25 15:48:53 PDT 2012


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





--- Comment #44 from Adam Barth <abarth at webkit.org>  2012-10-25 15:50:00 PST ---
> I'm having trouble with my tests, enabling the runtime feature from the test doesn't immediately affect newly created events and event.systemTime is undefined when queried later. Is there a way to refresh the Event object after changing runtime features?

Nope.  You should just turn it on all the time during testing.

> >> Source/WebCore/page/Settings.h:652
> >> +#endif
> > 
> > These changes don't seem to be needed.
> 
> This is the entry point with which we usually enable runtime features from chromium isn't it? I guess just the set method would be required for that.

Nope.  The runtime enabled features are different from WebCore::Settings.  The former is static state, whereas the latter is per-page state.

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