mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
style: Update Gecko bindings.
This commit is contained in:
parent
2439672983
commit
95bdceaed5
3 changed files with 1900 additions and 1881 deletions
|
@ -507,7 +507,7 @@ extern "C" {
|
||||||
whitespace_is_significant: bool) -> bool;
|
whitespace_is_significant: bool) -> bool;
|
||||||
}
|
}
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub fn Gecko_GetParentNode(node: RawGeckoNodeBorrowed)
|
pub fn Gecko_GetFlattenedTreeParentNode(node: RawGeckoNodeBorrowed)
|
||||||
-> RawGeckoNodeBorrowedOrNull;
|
-> RawGeckoNodeBorrowedOrNull;
|
||||||
}
|
}
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
@ -567,6 +567,11 @@ extern "C" {
|
||||||
pub fn Gecko_GetNextStyleChild(it: StyleChildrenIteratorBorrowedMut)
|
pub fn Gecko_GetNextStyleChild(it: StyleChildrenIteratorBorrowedMut)
|
||||||
-> RawGeckoNodeBorrowedOrNull;
|
-> RawGeckoNodeBorrowedOrNull;
|
||||||
}
|
}
|
||||||
|
extern "C" {
|
||||||
|
pub fn Gecko_ElementHasBindingWithAnonymousContent(element:
|
||||||
|
RawGeckoElementBorrowed)
|
||||||
|
-> bool;
|
||||||
|
}
|
||||||
extern "C" {
|
extern "C" {
|
||||||
pub fn Gecko_ElementState(element: RawGeckoElementBorrowed) -> u64;
|
pub fn Gecko_ElementState(element: RawGeckoElementBorrowed) -> u64;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue