Tetsuharu OHZEKI
|
4d562f893c
|
Rename TaskState::RENDER -> TaskState::PAINT
|
2014-12-08 14:25:08 +09:00 |
|
Jack Moffitt
|
d1b433a3b3
|
Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a
|
2014-11-13 11:17:43 +10:00 |
|
Keegan McAllister
|
f508a82582
|
Provide safety check helpers in release builds
debug_assert! uses
if cfg!(not(ndebug)) { ... }
so the body in a release build is dead code, but it still needs to compile.
|
2014-10-24 16:53:58 -07:00 |
|
Keegan McAllister
|
4dee8ecdf0
|
task_state: Generate the list of task types
Also fix warnings.
|
2014-10-24 16:44:34 -07:00 |
|
Keegan McAllister
|
49234484d6
|
Ignore the HTML parser's borrow flag in GC tracing
Adds some other dynamic checks in debug builds.
|
2014-10-24 16:27:37 -07:00 |
|
Keegan McAllister
|
6ec0939a22
|
Dynamically check DOMRefCell access from layout in debug builds
|
2014-10-24 16:27:37 -07:00 |
|