servo/components/script/dom/bindings
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
..
codegen Implement an Unrooted smart pointer to replace JS when it is not traced. 2015-02-06 12:33:32 +01:00
callback.rs Rename GetContext to get_context. 2015-01-29 21:13:15 +01:00
cell.rs DOMRefCell<T>.is_mutably_borrowed() should return the state correctly. 2015-02-13 05:53:22 +09:00
conversions.rs Fix some warnings in script. 2015-02-12 20:05:14 +01:00
error.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
global.rs Import net as net rather than servo_net. 2015-02-10 12:55:24 +01:00
js.rs Improve documentation for MutHeap and RootCollection. 2015-02-10 12:52:52 +01:00
mod.rs Document the DOM. 2015-02-05 14:41:12 +01:00
proxyhandler.rs Rename getOwnPropertyNames_ and enumerate_ to get_own_property_names and enumerate. 2015-01-29 17:28:07 +01:00
refcounted.rs Implement an Unrooted smart pointer to replace JS when it is not traced. 2015-02-06 12:33:32 +01:00
str.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
structuredclone.rs auto merge of #4717 : Ms2ger/servo/doc-proxy, r=saneyuki 2015-01-28 01:48:52 -07:00
trace.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
utils.rs Rename CreateDOMGlobal to create_dom_global. 2015-01-29 19:40:39 +01:00