Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stylo: update bindings #14667

Merged
merged 2 commits into from Dec 22, 2016
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Update atoms.

  • Loading branch information
heycam committed Dec 22, 2016
commit e1f86377bda877f936b44663c2454b23a462f7fd
@@ -1364,6 +1364,8 @@ cfg_if! {
pub static nsGkAtoms_onattributewritereq: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms14onaudioprocessE"]
pub static nsGkAtoms_onaudioprocess: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms10onauxclickE"]
pub static nsGkAtoms_onauxclick: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms12onbeforecopyE"]
pub static nsGkAtoms_onbeforecopy: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms11onbeforecutE"]
@@ -1636,14 +1638,6 @@ cfg_if! {
pub static nsGkAtoms_onmouseup: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms15onMozAfterPaintE"]
pub static nsGkAtoms_onMozAfterPaint: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms24onmozbrowserafterkeydownE"]
pub static nsGkAtoms_onmozbrowserafterkeydown: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms22onmozbrowserafterkeyupE"]
pub static nsGkAtoms_onmozbrowserafterkeyup: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms25onmozbrowserbeforekeydownE"]
pub static nsGkAtoms_onmozbrowserbeforekeydown: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms23onmozbrowserbeforekeyupE"]
pub static nsGkAtoms_onmozbrowserbeforekeyup: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms21onmozfullscreenchangeE"]
pub static nsGkAtoms_onmozfullscreenchange: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms20onmozfullscreenerrorE"]
@@ -1838,6 +1832,8 @@ cfg_if! {
pub static nsGkAtoms_ontouchmove: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms13ontouchcancelE"]
pub static nsGkAtoms_ontouchcancel: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms18ontransitioncancelE"]
pub static nsGkAtoms_ontransitioncancel: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms15ontransitionendE"]
pub static nsGkAtoms_ontransitionend: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms15ontransitionrunE"]
@@ -2300,8 +2296,6 @@ cfg_if! {
pub static nsGkAtoms_spinner: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms5splitE"]
pub static nsGkAtoms_split: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms9splitmenuE"]
pub static nsGkAtoms_splitmenu: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms8splitterE"]
pub static nsGkAtoms_splitter: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms6springE"]
@@ -4006,6 +4000,8 @@ cfg_if! {
pub static nsGkAtoms_svgForeignObjectFrame: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms24svgGenericContainerFrameE"]
pub static nsGkAtoms_svgGenericContainerFrame: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms16svgGeometryFrameE"]
pub static nsGkAtoms_svgGeometryFrame: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms9svgGFrameE"]
pub static nsGkAtoms_svgGFrame: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms16svgGradientFrameE"]
@@ -4026,8 +4022,6 @@ cfg_if! {
pub static nsGkAtoms_svgOuterSVGFrame: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms25svgOuterSVGAnonChildFrameE"]
pub static nsGkAtoms_svgOuterSVGAnonChildFrame: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms20svgPathGeometryFrameE"]
pub static nsGkAtoms_svgPathGeometryFrame: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms15svgPatternFrameE"]
pub static nsGkAtoms_svgPatternFrame: *mut nsIAtom;
#[link_name = "_ZN9nsGkAtoms22svgRadialGradientFrameE"]
@@ -6283,6 +6277,8 @@ cfg_if! {
pub static nsGkAtoms_onattributewritereq: *mut nsIAtom;
#[link_name = "?onaudioprocess@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_onaudioprocess: *mut nsIAtom;
#[link_name = "?onauxclick@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_onauxclick: *mut nsIAtom;
#[link_name = "?onbeforecopy@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_onbeforecopy: *mut nsIAtom;
#[link_name = "?onbeforecut@nsGkAtoms@@2PEAVnsIAtom@@EA"]
@@ -6555,14 +6551,6 @@ cfg_if! {
pub static nsGkAtoms_onmouseup: *mut nsIAtom;
#[link_name = "?onMozAfterPaint@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_onMozAfterPaint: *mut nsIAtom;
#[link_name = "?onmozbrowserafterkeydown@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_onmozbrowserafterkeydown: *mut nsIAtom;
#[link_name = "?onmozbrowserafterkeyup@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_onmozbrowserafterkeyup: *mut nsIAtom;
#[link_name = "?onmozbrowserbeforekeydown@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_onmozbrowserbeforekeydown: *mut nsIAtom;
#[link_name = "?onmozbrowserbeforekeyup@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_onmozbrowserbeforekeyup: *mut nsIAtom;
#[link_name = "?onmozfullscreenchange@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_onmozfullscreenchange: *mut nsIAtom;
#[link_name = "?onmozfullscreenerror@nsGkAtoms@@2PEAVnsIAtom@@EA"]
@@ -6757,6 +6745,8 @@ cfg_if! {
pub static nsGkAtoms_ontouchmove: *mut nsIAtom;
#[link_name = "?ontouchcancel@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_ontouchcancel: *mut nsIAtom;
#[link_name = "?ontransitioncancel@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_ontransitioncancel: *mut nsIAtom;
#[link_name = "?ontransitionend@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_ontransitionend: *mut nsIAtom;
#[link_name = "?ontransitionrun@nsGkAtoms@@2PEAVnsIAtom@@EA"]
@@ -7219,8 +7209,6 @@ cfg_if! {
pub static nsGkAtoms_spinner: *mut nsIAtom;
#[link_name = "?split@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_split: *mut nsIAtom;
#[link_name = "?splitmenu@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_splitmenu: *mut nsIAtom;
#[link_name = "?splitter@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_splitter: *mut nsIAtom;
#[link_name = "?spring@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_svgForeignObjectFrame: *mut nsIAtom;
#[link_name = "?svgGenericContainerFrame@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_svgGenericContainerFrame: *mut nsIAtom;
#[link_name = "?svgGeometryFrame@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_svgGeometryFrame: *mut nsIAtom;
#[link_name = "?svgGFrame@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_svgGFrame: *mut nsIAtom;
#[link_name = "?svgGradientFrame@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_svgOuterSVGFrame: *mut nsIAtom;
#[link_name = "?svgOuterSVGAnonChildFrame@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_svgOuterSVGAnonChildFrame: *mut nsIAtom;
#[link_name = "?svgPathGeometryFrame@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_svgPathGeometryFrame: *mut nsIAtom;
#[link_name = "?svgPatternFrame@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_svgPatternFrame: *mut nsIAtom;
#[link_name = "?svgRadialGradientFrame@nsGkAtoms@@2PEAVnsIAtom@@EA"]
pub static nsGkAtoms_onattributewritereq: *mut nsIAtom;
#[link_name = "\x01?onaudioprocess@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_onaudioprocess: *mut nsIAtom;
#[link_name = "\x01?onauxclick@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_onauxclick: *mut nsIAtom;
#[link_name = "\x01?onbeforecopy@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_onbeforecopy: *mut nsIAtom;
#[link_name = "\x01?onbeforecut@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_onmouseup: *mut nsIAtom;
#[link_name = "\x01?onMozAfterPaint@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_onMozAfterPaint: *mut nsIAtom;
#[link_name = "\x01?onmozbrowserafterkeydown@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_onmozbrowserafterkeydown: *mut nsIAtom;
#[link_name = "\x01?onmozbrowserafterkeyup@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_onmozbrowserafterkeyup: *mut nsIAtom;
#[link_name = "\x01?onmozbrowserbeforekeydown@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_onmozbrowserbeforekeydown: *mut nsIAtom;
#[link_name = "\x01?onmozbrowserbeforekeyup@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_onmozbrowserbeforekeyup: *mut nsIAtom;
#[link_name = "\x01?onmozfullscreenchange@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_onmozfullscreenchange: *mut nsIAtom;
#[link_name = "\x01?onmozfullscreenerror@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_ontouchmove: *mut nsIAtom;
#[link_name = "\x01?ontouchcancel@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_ontouchcancel: *mut nsIAtom;
#[link_name = "\x01?ontransitioncancel@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_ontransitioncancel: *mut nsIAtom;
#[link_name = "\x01?ontransitionend@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_ontransitionend: *mut nsIAtom;
#[link_name = "\x01?ontransitionrun@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_spinner: *mut nsIAtom;
#[link_name = "\x01?split@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_split: *mut nsIAtom;
#[link_name = "\x01?splitmenu@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_splitmenu: *mut nsIAtom;
#[link_name = "\x01?splitter@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_splitter: *mut nsIAtom;
#[link_name = "\x01?spring@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_svgForeignObjectFrame: *mut nsIAtom;
#[link_name = "\x01?svgGenericContainerFrame@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_svgGenericContainerFrame: *mut nsIAtom;
#[link_name = "\x01?svgGeometryFrame@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_svgGeometryFrame: *mut nsIAtom;
#[link_name = "\x01?svgGFrame@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_svgGFrame: *mut nsIAtom;
#[link_name = "\x01?svgGradientFrame@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_svgOuterSVGFrame: *mut nsIAtom;
#[link_name = "\x01?svgOuterSVGAnonChildFrame@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_svgOuterSVGAnonChildFrame: *mut nsIAtom;
#[link_name = "\x01?svgPathGeometryFrame@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_svgPathGeometryFrame: *mut nsIAtom;
#[link_name = "\x01?svgPatternFrame@nsGkAtoms@@2PAVnsIAtom@@A"]
pub static nsGkAtoms_svgPatternFrame: *mut nsIAtom;
#[link_name = "\x01?svgRadialGradientFrame@nsGkAtoms@@2PAVnsIAtom@@A"]
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onattributewritereq as *mut _) } };
("onaudioprocess") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onaudioprocess as *mut _) } };
("onauxclick") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onauxclick as *mut _) } };
("onbeforecopy") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onbeforecopy as *mut _) } };
("onbeforecut") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onmouseup as *mut _) } };
("onMozAfterPaint") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onMozAfterPaint as *mut _) } };
("onmozbrowserafterkeydown") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onmozbrowserafterkeydown as *mut _) } };
("onmozbrowserafterkeyup") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onmozbrowserafterkeyup as *mut _) } };
("onmozbrowserbeforekeydown") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onmozbrowserbeforekeydown as *mut _) } };
("onmozbrowserbeforekeyup") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onmozbrowserbeforekeyup as *mut _) } };
("onmozfullscreenchange") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onmozfullscreenchange as *mut _) } };
("onmozfullscreenerror") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_ontouchmove as *mut _) } };
("ontouchcancel") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_ontouchcancel as *mut _) } };
("ontransitioncancel") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_ontransitioncancel as *mut _) } };
("ontransitionend") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_ontransitionend as *mut _) } };
("ontransitionrun") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_spinner as *mut _) } };
("split") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_split as *mut _) } };
("splitmenu") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_splitmenu as *mut _) } };
("splitter") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_splitter as *mut _) } };
("spring") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_svgForeignObjectFrame as *mut _) } };
("SVGGenericContainerFrame") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_svgGenericContainerFrame as *mut _) } };
("SVGGeometryFrame") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_svgGeometryFrame as *mut _) } };
("SVGGFrame") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_svgGFrame as *mut _) } };
("SVGGradientFrame") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_svgOuterSVGFrame as *mut _) } };
("SVGOuterSVGAnonChildFrame") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_svgOuterSVGAnonChildFrame as *mut _) } };
("SVGPathGeometryFrame") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_svgPathGeometryFrame as *mut _) } };
("SVGPatternFrame") =>
{ unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_svgPatternFrame as *mut _) } };
("SVGRadialGradientFrame") =>
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.