mirror of
https://github.com/servo/servo.git
synced 2025-08-23 14:25:33 +01:00
Add Servo_GetStyleFoo functions to get style structs from GeckoComputedValues.
While we're here we also: * remove any code conditional on style_struct.gecko_ffi_name, since all style structs now do have a corresponding Geckos struct * add new UIReset and XUL style structs, so that all Gecko structs are now present (apart from Variables, which is special)
This commit is contained in:
parent
aa078a0780
commit
88f51af3f8
27 changed files with 71 additions and 37 deletions
|
@ -66,8 +66,10 @@ pub mod longhands {
|
|||
<%include file="/longhand/position.mako.rs" />
|
||||
<%include file="/longhand/table.mako.rs" />
|
||||
<%include file="/longhand/text.mako.rs" />
|
||||
<%include file="/longhand/ui.mako.rs" />
|
||||
<%include file="/longhand/svg_inherited.mako.rs" />
|
||||
<%include file="/longhand/svg.mako.rs" />
|
||||
<%include file="/longhand/xul.mako.rs" />
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue