aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/opaque_node.rs
Commit message (Expand)AuthorAgeFilesLines
* Combine DOM-related concepts in Layout 2020 into dom.rsMartin Robinson2023-05-131-19/+0
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-1/+1
* Move DL items from gfx to layoutPyfisch2018-04-221-1/+1
* Introduce LayoutJS<Node>::opaque() to replace OpaqueNodeMethods::from_jsmanag...Ms2ger2016-06-201-15/+1
* Remove unused OpaqueNodeMethods::from_script_node.Ms2ger2016-06-201-10/+0
* Make layout only depend on script::layout_interface.Ms2ger2016-06-071-2/+2
* Report use statements that use {} with only one entryCullen Rhodes2016-05-271-1/+1
* use self.0 instead of destructing single item tuple structsfaineance2016-03-271-2/+1
* Replace OpaqueNodeMethods::from_{threadsafe_,}layout_node by opaque methods.Ms2ger2015-06-241-19/+0
* Replace TLayoutNode by inherent methods.Ms2ger2015-06-221-1/+1
* Replace unsafe_blocks by unsafe_code.Manish Goregaokar2015-03-211-1/+1
* Extract OpaqueNodeMethods to own fileDan Fox2015-03-031-0/+63