aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/cell.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Fire slot change events when the slot content changes (#35137)Simon Wülker2025-01-271-0/+11
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-12/+12
* Fix incorrect documentation and add `track_caller` to DomRefCell methods (#33...Simon Wülker2024-08-191-4/+16
* clippy: Fix a bunch of warnings in `script` (#32680)Martin Robinson2024-07-041-2/+17
* clippy: Fix all errors in `components/script` (#31911)Azhar Ismagulova2024-03-281-2/+2
* script: Do not run layout in a thread (#31346)Martin Robinson2024-02-231-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-4/+6
* Fix refcell_backtrace feature.Josh Matthews2020-06-181-4/+2
* Move thread state checks out of generic methods to reduce generated code dupl...Josh Matthews2020-06-041-6/+6
* Make DomRefCell not mutate the borrow flag non-atomicallyAnthony Ramine2020-05-181-4/+5
* Add accountable-refcell as optional build time featureKunal Mohan2020-01-081-1/+7
* Make use of RefCell::try_borrow_unguardedAnthony Ramine2019-04-121-1/+3
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Format script componentchansuke2018-09-191-3/+4
* Make JSTraceable for DomRefCell<T> panic if cell is mutably borrowed (see #19...Anthony Ramine2018-01-261-12/+0
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-2/+2
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-2/+2
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-2/+2
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* Replace uses of libcore with libstd in components/scriptSimon Sapin2017-10-161-2/+2
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-9/+9
* 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