servo/components/script
Tetsuharu OHZEKI bc06526610 Add guards to almost CanvasRenderingContext2D methods according to the spec.
http://www.w3.org/html/wg/drafts/2dcontext/html5_canvas_CR/ says

"Except where otherwise specified, for the 2D context interface,
 any method call with a numeric argument whose value is infinite or a
 NaN value must be ignored."

We might define the annotation to generate this behavior in glue code.
However, at now, I use this workaround way.
2015-03-25 15:13:34 +09:00
..
dom Add guards to almost CanvasRenderingContext2D methods according to the spec. 2015-03-25 15:13:34 +09:00
parse Replace unsafe_blocks by unsafe_code. 2015-03-21 10:27:32 +01:00
build.rs Fix build scripts warnings. 2015-03-18 21:53:48 +01:00
Cargo.toml Move profiler code from util into a new crate profile. 2015-03-24 02:09:31 -07:00
cors.rs Remove AccessControl header implementations in favor of hyper’s (fixes #5090) 2015-02-27 08:35:02 -08:00
devtools.rs Use Finite<T> for our dom code (excluding CanvasRenderingContext2D) 2015-03-25 10:45:30 +09:00
layout_interface.rs Move profiler code from util into a new crate profile. 2015-03-24 02:09:31 -07:00
lib.rs Move profiler code from util into a new crate profile. 2015-03-24 02:09:31 -07:00
makefile.cargo
page.rs Remove unused subpage field from page 2015-03-11 14:13:30 +10:00
script_task.rs Ensures that iframe navigation updates the parent iframe element subpage id. 2015-03-24 10:14:49 +10:00
tests.rs Use NonZero to reduce the size of DOM smart pointers (fixes #4502). 2015-01-30 22:18:22 +01:00
textinput.rs Use platform-sized integers for textinput.rs 2015-02-20 16:12:58 -05:00
timers.rs Replace unsafe_blocks by unsafe_code. 2015-03-21 10:27:32 +01:00