Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Combine DOM-related concepts in Layout 2020 into dom.rs | Martin Robinson | 2023-05-13 | 1 | -19/+0 |
| | |||||
* | Update MPL license to https (part 4) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | Move DL items from gfx to layout | Pyfisch | 2018-04-22 | 1 | -1/+1 |
| | | | | | | | | | Implement corner clipping. Remove PixelFormat from WebrenderImageInfo. Use WebRender text shadow. Remove MallocSizeOf and Deserialize for DL items. Closes #19649, #19680, #19802 | ||||
* | Introduce LayoutJS<Node>::opaque() to replace ↵ | Ms2ger | 2016-06-20 | 1 | -15/+1 |
| | | | | OpaqueNodeMethods::from_jsmanaged(). | ||||
* | Remove unused OpaqueNodeMethods::from_script_node. | Ms2ger | 2016-06-20 | 1 | -10/+0 |
| | |||||
* | Make layout only depend on script::layout_interface. | Ms2ger | 2016-06-07 | 1 | -2/+2 |
| | |||||
* | Report use statements that use {} with only one entry | Cullen Rhodes | 2016-05-27 | 1 | -1/+1 |
| | |||||
* | use self.0 instead of destructing single item tuple structs | faineance | 2016-03-27 | 1 | -2/+1 |
| | |||||
* | Replace OpaqueNodeMethods::from_{threadsafe_,}layout_node by opaque methods. | Ms2ger | 2015-06-24 | 1 | -19/+0 |
| | |||||
* | Replace TLayoutNode by inherent methods. | Ms2ger | 2015-06-22 | 1 | -1/+1 |
| | | | | There is no reason for this trait to exist. | ||||
* | Replace unsafe_blocks by unsafe_code. | Manish Goregaokar | 2015-03-21 | 1 | -1/+1 |
| | |||||
* | Extract OpaqueNodeMethods to own file | Dan Fox | 2015-03-03 | 1 | -0/+63 |