servo/components/script
Tetsuharu OHZEKI dbb0f49bc7 DOMRefCell<T>.is_mutably_borrowed() should return the state correctly.
This method returned the result of `RefCell<T>.try_borrow().is_some()`.
But it meant whether the state **is not** BorrowState::Writing.

This wrong is introduced by [1], Before it revision, this method had
returned whether the state is BorrowState::Writing or not.

This doesn't change callers of this method because git blames ([3], [4]) says
that the caller is introduced by [2] and [2] is introduced before [1].

[1]: 86d609abaf
[2]: 49234484d6
[3]: https://github.com/servo/servo/blame/2cc08f289ab909de44fa09a07b2c43b70ce379b9/components/script/dom/servohtmlparser.rs
[4]: https://github.com/servo/servo/blame/a7e29939a1df679bd865573dc71f7ba65f0268c4/components/script/dom/bindings/cell.rs
2015-02-13 05:53:22 +09:00
..
dom DOMRefCell<T>.is_mutably_borrowed() should return the state correctly. 2015-02-13 05:53:22 +09:00
parse Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
build.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
Cargo.toml Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
cors.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
devtools.rs Import msg as msg rather than servo_msg. 2015-02-10 11:40:36 +01:00
layout_interface.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
lib.rs Fix some warnings in script. 2015-02-12 20:05:14 +01:00
makefile.cargo Cargoify servo 2014-09-08 20:21:42 -06:00
page.rs Import net as net rather than servo_net. 2015-02-10 12:55:24 +01:00
script_task.rs auto merge of #4866 : KiChjang/servo/trigger-fragment-string, r=jdm 2015-02-12 10:18:45 -07: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 Fix some warnings in script. 2015-02-12 20:05:14 +01:00
timers.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00