Files
servo/components/script/dom/bindings
benshu f2d4a7bbca Clean up of script timer code.
The code was split into the following two abstractions.
 - OneshotTimers can be used to schedule arbitrary oneshot timers, such
   as XHR-Timeouts.
 - JsTimers (`setTimeout` and `setInterval`) which use OneshotTimers to
   schedule individual callbacks.

With this change the implementation (of JsTimers in particular) is in
much closer alignment with the specification.
2016-02-20 22:43:16 +01:00
..
2016-01-10 17:58:13 +09:00
2016-02-04 22:03:32 +01:00
2016-02-20 22:43:16 +01:00
2015-11-18 11:14:05 +01:00
2015-11-18 11:14:05 +01:00
2015-11-18 11:14:05 +01:00
2016-01-10 17:58:13 +09:00
2015-11-18 11:14:05 +01:00
2016-02-13 11:13:19 +01:00
2016-02-04 22:03:32 +01:00
2016-01-02 23:27:15 +01:00