style: Regenerate Gecko bindings.

This commit is contained in:
Cameron McCormack 2017-11-21 12:35:33 +08:00
parent f2bc28f358
commit ca10caa85d
3 changed files with 25 additions and 20 deletions

View file

@ -4058,8 +4058,6 @@ cfg_if! {
pub static nsGkAtoms_ondevicelight: *mut nsStaticAtom; pub static nsGkAtoms_ondevicelight: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms14ondevicechangeE"] #[link_name = "_ZN9nsGkAtoms14ondevicechangeE"]
pub static nsGkAtoms_ondevicechange: *mut nsStaticAtom; pub static nsGkAtoms_ondevicechange: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms33mozinputrangeignorepreventdefaultE"]
pub static nsGkAtoms_mozinputrangeignorepreventdefault: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms13moz_extensionE"] #[link_name = "_ZN9nsGkAtoms13moz_extensionE"]
pub static nsGkAtoms_moz_extension: *mut nsStaticAtom; pub static nsGkAtoms_moz_extension: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms18all_urlsPermissionE"] #[link_name = "_ZN9nsGkAtoms18all_urlsPermissionE"]
@ -9237,8 +9235,6 @@ cfg_if! {
pub static nsGkAtoms_ondevicelight: *mut nsStaticAtom; pub static nsGkAtoms_ondevicelight: *mut nsStaticAtom;
#[link_name = "?ondevicechange@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?ondevicechange@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_ondevicechange: *mut nsStaticAtom; pub static nsGkAtoms_ondevicechange: *mut nsStaticAtom;
#[link_name = "?mozinputrangeignorepreventdefault@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_mozinputrangeignorepreventdefault: *mut nsStaticAtom;
#[link_name = "?moz_extension@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?moz_extension@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_moz_extension: *mut nsStaticAtom; pub static nsGkAtoms_moz_extension: *mut nsStaticAtom;
#[link_name = "?all_urlsPermission@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?all_urlsPermission@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
@ -14416,8 +14412,6 @@ cfg_if! {
pub static nsGkAtoms_ondevicelight: *mut nsStaticAtom; pub static nsGkAtoms_ondevicelight: *mut nsStaticAtom;
#[link_name = "\x01?ondevicechange@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?ondevicechange@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_ondevicechange: *mut nsStaticAtom; pub static nsGkAtoms_ondevicechange: *mut nsStaticAtom;
#[link_name = "\x01?mozinputrangeignorepreventdefault@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_mozinputrangeignorepreventdefault: *mut nsStaticAtom;
#[link_name = "\x01?moz_extension@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?moz_extension@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_moz_extension: *mut nsStaticAtom; pub static nsGkAtoms_moz_extension: *mut nsStaticAtom;
#[link_name = "\x01?all_urlsPermission@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?all_urlsPermission@nsGkAtoms@@2PAVnsStaticAtom@@A"]
@ -19598,8 +19592,6 @@ macro_rules! atom {
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_ondevicelight as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_ondevicelight as *mut _) } }};
("ondevicechange") => ("ondevicechange") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_ondevicechange as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_ondevicechange as *mut _) } }};
("mozinputrangeignorepreventdefault") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_mozinputrangeignorepreventdefault as *mut _) } }};
("moz-extension") => ("moz-extension") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_moz_extension as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_moz_extension as *mut _) } }};
("<all_urls>") => ("<all_urls>") =>

View file

@ -850,9 +850,7 @@ extern "C" {
} extern "C" { } extern "C" {
pub fn Gecko_ReleaseURLExtraDataArbitraryThread ( aPtr : * mut RawGeckoURLExtraData , ) ; pub fn Gecko_ReleaseURLExtraDataArbitraryThread ( aPtr : * mut RawGeckoURLExtraData , ) ;
} extern "C" { } extern "C" {
pub fn Gecko_FillAllBackgroundLists ( layers : * mut nsStyleImageLayers , max_len : u32 , ) ; pub fn Gecko_FillAllImageLayers ( layers : * mut nsStyleImageLayers , max_len : u32 , ) ;
} extern "C" {
pub fn Gecko_FillAllMaskLists ( layers : * mut nsStyleImageLayers , max_len : u32 , ) ;
} extern "C" { } extern "C" {
pub fn Gecko_AddRefCalcArbitraryThread ( aPtr : * mut nsStyleCoord_Calc , ) ; pub fn Gecko_AddRefCalcArbitraryThread ( aPtr : * mut nsStyleCoord_Calc , ) ;
} extern "C" { } extern "C" {

File diff suppressed because one or more lines are too long