style: Re-import generated Gecko bindings.

This commit is contained in:
Markus Stange 2017-09-14 16:33:54 +02:00 committed by Emilio Cobos Álvarez
parent d6380188e9
commit 82012cbf2b
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
4 changed files with 2066 additions and 4687 deletions

View file

@ -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") =>

View file

@ -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