mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Re-import generated Gecko bindings.
This commit is contained in:
parent
d6380188e9
commit
82012cbf2b
4 changed files with 2066 additions and 4687 deletions
|
@ -1798,6 +1798,8 @@ cfg_if! {
|
|||
pub static nsGkAtoms_only: *mut nsIAtom;
|
||||
#[link_name = "_ZN9nsGkAtoms9onmessageE"]
|
||||
pub static nsGkAtoms_onmessage: *mut nsIAtom;
|
||||
#[link_name = "_ZN9nsGkAtoms14onmessageerrorE"]
|
||||
pub static nsGkAtoms_onmessageerror: *mut nsIAtom;
|
||||
#[link_name = "_ZN9nsGkAtoms11onmousedownE"]
|
||||
pub static nsGkAtoms_onmousedown: *mut nsIAtom;
|
||||
#[link_name = "_ZN9nsGkAtoms12onmouseenterE"]
|
||||
|
@ -6961,6 +6963,8 @@ cfg_if! {
|
|||
pub static nsGkAtoms_only: *mut nsIAtom;
|
||||
#[link_name = "?onmessage@nsGkAtoms@@2PEAVnsIAtom@@EA"]
|
||||
pub static nsGkAtoms_onmessage: *mut nsIAtom;
|
||||
#[link_name = "?onmessageerror@nsGkAtoms@@2PEAVnsIAtom@@EA"]
|
||||
pub static nsGkAtoms_onmessageerror: *mut nsIAtom;
|
||||
#[link_name = "?onmousedown@nsGkAtoms@@2PEAVnsIAtom@@EA"]
|
||||
pub static nsGkAtoms_onmousedown: *mut nsIAtom;
|
||||
#[link_name = "?onmouseenter@nsGkAtoms@@2PEAVnsIAtom@@EA"]
|
||||
|
@ -12124,6 +12128,8 @@ cfg_if! {
|
|||
pub static nsGkAtoms_only: *mut nsIAtom;
|
||||
#[link_name = "\x01?onmessage@nsGkAtoms@@2PAVnsIAtom@@A"]
|
||||
pub static nsGkAtoms_onmessage: *mut nsIAtom;
|
||||
#[link_name = "\x01?onmessageerror@nsGkAtoms@@2PAVnsIAtom@@A"]
|
||||
pub static nsGkAtoms_onmessageerror: *mut nsIAtom;
|
||||
#[link_name = "\x01?onmousedown@nsGkAtoms@@2PAVnsIAtom@@A"]
|
||||
pub static nsGkAtoms_onmousedown: *mut nsIAtom;
|
||||
#[link_name = "\x01?onmouseenter@nsGkAtoms@@2PAVnsIAtom@@A"]
|
||||
|
@ -17290,6 +17296,8 @@ macro_rules! atom {
|
|||
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_only as *mut _) } };
|
||||
("onmessage") =>
|
||||
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onmessage as *mut _) } };
|
||||
("onmessageerror") =>
|
||||
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onmessageerror as *mut _) } };
|
||||
("onmousedown") =>
|
||||
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onmousedown as *mut _) } };
|
||||
("onmouseenter") =>
|
||||
|
|
|
@ -2956,6 +2956,10 @@ extern "C" {
|
|||
snapshots:
|
||||
*const ServoElementSnapshotTable);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_HasPendingRestyleAncestor(element: RawGeckoElementBorrowed)
|
||||
-> bool;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_CreateCSSErrorReporter(sheet: *mut ServoStyleSheet,
|
||||
loader: *mut Loader, uri: *mut nsIURI)
|
||||
|
|
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