aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/cell.rs
Commit message (Expand)AuthorAgeFilesLines
* Introduce PendingScriptAnthony Ramine2017-01-111-1/+1
* Update to Rust 1.14.0-nightly (19ac57926 2016-10-08)Anthony Ramine2016-10-091-2/+2
* Don’t pretend DOMRefCell is Send or Sync, after all.Simon Sapin2016-10-041-7/+0
* Revert "Make DOMRefCell use style’s copy of RefCell"Simon Sapin2016-10-041-1/+1
* Move DOMRefCell back into script.Simon Sapin2016-10-041-0/+135
* Move DOMRefCell to style.Simon Sapin2016-08-311-139/+0
* Make DOMRefCell use style’s copy of RefCellSimon Sapin2016-08-311-1/+1
* Update Rust to 1.13.0-nightly (3c5a0fa45 2016-08-22)Anthony Ramine2016-08-231-3/+3
* Move thread_state to style.Ms2ger2016-08-221-2/+2
* Use feature try_borrow instead of borrow_state in scriptAnthony Ramine2016-08-201-44/+31
* task -> threadrohan.prinja2016-01-101-10/+10
* Rustfmt some of script.Ms2ger2015-11-181-2/+2
* Check modified event state from layout and dirty it there.Bobby Holley2015-10-271-0/+7
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-3/+1
* Elide most 'a lifetimesManish Goregaokar2015-09-041-7/+7
* Start reporting memory usage for Window and all nodes in all DOM trees for fr...Josh Matthews2015-08-031-1/+1
* Fix some warnings caused by the SM upgradeMichael Wu2015-06-191-1/+1
* Upgrade to SM 39Michael Wu2015-06-191-1/+3
* Make async XMLHttpRequest requests use async network events.Josh Matthews2015-04-161-0/+1
* Utilize Option::expectCorey Farwell2015-04-061-8/+2
* Replace unsafe_blocks by unsafe_code.Manish Goregaokar2015-03-211-0/+3
* Replace borrow with borrow_for_gc_trace in JSTraceable::trace (Issue #4778).Avi Weinstock2015-03-031-1/+3
* DOMRefCell<T>.is_mutably_borrowed() should return the state correctly.Tetsuharu OHZEKI2015-02-131-1/+1
* Fix warnings about RefCell<T>.try_borrow().Tetsuharu OHZEKI2015-02-131-3/+9
* Adds borrow_for_script_deallocation and unsafe_mut_js_info method to avoid 'D...Diego Marcos2015-01-301-0/+7
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-2/+2
* Require documentation for all code in dom::bindings (excluding dom::bindings:...Ms2ger2015-01-251-2/+0
* Document DOMRefCell.Ms2ger2014-12-201-0/+46
* Remove the unused DOMRefCell::unwrap method.Ms2ger2014-12-201-4/+0
* Use RefCell in DOMRefCell to reduce duplicated code.Ms2ger2014-11-141-85/+9
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-6/+6
* Provide safety check helpers in release buildsKeegan McAllister2014-10-241-1/+0
* Ignore the HTML parser's borrow flag in GC tracingKeegan McAllister2014-10-241-0/+18
* Dynamically check DOMRefCell access from layout in debug buildsKeegan McAllister2014-10-241-21/+26
* Customize RefCell instead of wrapping itKeegan McAllister2014-10-241-30/+108
* Add DOMRefCell<T> for safe borrowing in layout.Tetsuharu OHZEKI2014-10-151-0/+68