mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Update checked-in bindings.
MozReview-Commit-ID: 34zO9Jp9VEr
This commit is contained in:
parent
6148db670b
commit
5a1550401a
3 changed files with 8345 additions and 8103 deletions
|
@ -44,8 +44,7 @@ use gecko_bindings::structs::RawGeckoXBLBinding;
|
|||
use gecko_bindings::structs::RefPtr;
|
||||
use gecko_bindings::structs::CSSPseudoClassType;
|
||||
use gecko_bindings::structs::CSSPseudoElementType;
|
||||
use gecko_bindings::structs::TraversalRestyleBehavior;
|
||||
use gecko_bindings::structs::TraversalRootBehavior;
|
||||
use gecko_bindings::structs::ServoTraversalFlags;
|
||||
use gecko_bindings::structs::ComputedTimingFunction_BeforeFlag;
|
||||
use gecko_bindings::structs::CounterStylePtr;
|
||||
use gecko_bindings::structs::FontFamilyList;
|
||||
|
@ -2740,13 +2739,17 @@ extern "C" {
|
|||
}
|
||||
extern "C" {
|
||||
pub fn Servo_TakeChangeHint(element: RawGeckoElementBorrowed,
|
||||
restyle_behavior: TraversalRestyleBehavior,
|
||||
flags: ServoTraversalFlags,
|
||||
was_restyled: *mut bool) -> nsChangeHint;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_ResolveStyle(element: RawGeckoElementBorrowed,
|
||||
set: RawServoStyleSetBorrowed,
|
||||
restyle_behavior: TraversalRestyleBehavior)
|
||||
flags: ServoTraversalFlags)
|
||||
-> ServoStyleContextStrong;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_ResolveStyleAllowStale(element: RawGeckoElementBorrowed)
|
||||
-> ServoStyleContextStrong;
|
||||
}
|
||||
extern "C" {
|
||||
|
@ -2780,9 +2783,7 @@ extern "C" {
|
|||
pub fn Servo_TraverseSubtree(root: RawGeckoElementBorrowed,
|
||||
set: RawServoStyleSetBorrowed,
|
||||
snapshots: *const ServoElementSnapshotTable,
|
||||
root_behavior: TraversalRootBehavior,
|
||||
restyle_behavior: TraversalRestyleBehavior)
|
||||
-> bool;
|
||||
flags: ServoTraversalFlags) -> bool;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_AssertTreeIsClean(root: RawGeckoElementBorrowed);
|
||||
|
@ -2846,5 +2847,6 @@ extern "C" {
|
|||
*const ::std::os::raw::c_char,
|
||||
sourceLen: u32, lineNumber: u32,
|
||||
colNumber: u32, aURI: *mut nsIURI,
|
||||
followup: *const ::std::os::raw::c_char);
|
||||
followup:
|
||||
*const ::std::os::raw::c_char);
|
||||
}
|
||||
|
|
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