Update bindings.

This commit is contained in:
Xidorn Quan 2018-03-15 11:56:48 +11:00
parent f7ee1befc5
commit afa377acfd
3 changed files with 4415 additions and 2489 deletions

View file

@ -268,6 +268,8 @@ cfg_if! {
pub static nsGkAtoms_autocheck: *mut nsStaticAtom; pub static nsGkAtoms_autocheck: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms12autocompleteE"] #[link_name = "_ZN9nsGkAtoms12autocompleteE"]
pub static nsGkAtoms_autocomplete: *mut nsStaticAtom; pub static nsGkAtoms_autocomplete: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms24autocomplete_richlistboxE"]
pub static nsGkAtoms_autocomplete_richlistbox: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms9autofocusE"] #[link_name = "_ZN9nsGkAtoms9autofocusE"]
pub static nsGkAtoms_autofocus: *mut nsStaticAtom; pub static nsGkAtoms_autofocus: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms8autoplayE"] #[link_name = "_ZN9nsGkAtoms8autoplayE"]
@ -358,8 +360,6 @@ cfg_if! {
pub static nsGkAtoms_browser: *mut nsStaticAtom; pub static nsGkAtoms_browser: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms10mozbrowserE"] #[link_name = "_ZN9nsGkAtoms10mozbrowserE"]
pub static nsGkAtoms_mozbrowser: *mut nsStaticAtom; pub static nsGkAtoms_mozbrowser: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms13bulletinboardE"]
pub static nsGkAtoms_bulletinboard: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms6buttonE"] #[link_name = "_ZN9nsGkAtoms6buttonE"]
pub static nsGkAtoms_button: *mut nsStaticAtom; pub static nsGkAtoms_button: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms24brighttitlebarforegroundE"] #[link_name = "_ZN9nsGkAtoms24brighttitlebarforegroundE"]
@ -558,6 +558,12 @@ cfg_if! {
pub static nsGkAtoms_data: *mut nsStaticAtom; pub static nsGkAtoms_data: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms8datalistE"] #[link_name = "_ZN9nsGkAtoms8datalistE"]
pub static nsGkAtoms_datalist: *mut nsStaticAtom; pub static nsGkAtoms_datalist: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms10datal10nidE"]
pub static nsGkAtoms_datal10nid: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms12datal10nargsE"]
pub static nsGkAtoms_datal10nargs: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms13datal10nattrsE"]
pub static nsGkAtoms_datal10nattrs: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms8dataTypeE"] #[link_name = "_ZN9nsGkAtoms8dataTypeE"]
pub static nsGkAtoms_dataType: *mut nsStaticAtom; pub static nsGkAtoms_dataType: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms8dateTimeE"] #[link_name = "_ZN9nsGkAtoms8dateTimeE"]
@ -1232,8 +1238,6 @@ cfg_if! {
pub static nsGkAtoms_line: *mut nsStaticAtom; pub static nsGkAtoms_line: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms4linkE"] #[link_name = "_ZN9nsGkAtoms4linkE"]
pub static nsGkAtoms_link: *mut nsStaticAtom; pub static nsGkAtoms_link: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms4listE"]
pub static nsGkAtoms_list: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms7listboxE"] #[link_name = "_ZN9nsGkAtoms7listboxE"]
pub static nsGkAtoms_listbox: *mut nsStaticAtom; pub static nsGkAtoms_listbox: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms11listboxbodyE"] #[link_name = "_ZN9nsGkAtoms11listboxbodyE"]
@ -1380,8 +1384,8 @@ cfg_if! {
pub static nsGkAtoms_minusSign: *mut nsStaticAtom; pub static nsGkAtoms_minusSign: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms8minwidthE"] #[link_name = "_ZN9nsGkAtoms8minwidthE"]
pub static nsGkAtoms_minwidth: *mut nsStaticAtom; pub static nsGkAtoms_minwidth: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms6_mixedE"] #[link_name = "_ZN9nsGkAtoms5mixedE"]
pub static nsGkAtoms__mixed: *mut nsStaticAtom; pub static nsGkAtoms_mixed: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms19messagemanagergroupE"] #[link_name = "_ZN9nsGkAtoms19messagemanagergroupE"]
pub static nsGkAtoms_messagemanagergroup: *mut nsStaticAtom; pub static nsGkAtoms_messagemanagergroup: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms3modE"] #[link_name = "_ZN9nsGkAtoms3modE"]
@ -1820,6 +1824,8 @@ cfg_if! {
pub static nsGkAtoms_onmessage: *mut nsStaticAtom; pub static nsGkAtoms_onmessage: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms14onmessageerrorE"] #[link_name = "_ZN9nsGkAtoms14onmessageerrorE"]
pub static nsGkAtoms_onmessageerror: *mut nsStaticAtom; pub static nsGkAtoms_onmessageerror: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms13onmidimessageE"]
pub static nsGkAtoms_onmidimessage: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms11onmousedownE"] #[link_name = "_ZN9nsGkAtoms11onmousedownE"]
pub static nsGkAtoms_onmousedown: *mut nsStaticAtom; pub static nsGkAtoms_onmousedown: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms12onmouseenterE"] #[link_name = "_ZN9nsGkAtoms12onmouseenterE"]
@ -2588,8 +2594,6 @@ cfg_if! {
pub static nsGkAtoms_sup: *mut nsStaticAtom; pub static nsGkAtoms_sup: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms7summaryE"] #[link_name = "_ZN9nsGkAtoms7summaryE"]
pub static nsGkAtoms_summary: *mut nsStaticAtom; pub static nsGkAtoms_summary: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms7_switchE"]
pub static nsGkAtoms__switch: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms14systemPropertyE"] #[link_name = "_ZN9nsGkAtoms14systemPropertyE"]
pub static nsGkAtoms_systemProperty: *mut nsStaticAtom; pub static nsGkAtoms_systemProperty: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms3tabE"] #[link_name = "_ZN9nsGkAtoms3tabE"]
@ -2928,6 +2932,8 @@ cfg_if! {
pub static nsGkAtoms_colorInterpolation: *mut nsStaticAtom; pub static nsGkAtoms_colorInterpolation: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms25colorInterpolationFiltersE"] #[link_name = "_ZN9nsGkAtoms25colorInterpolationFiltersE"]
pub static nsGkAtoms_colorInterpolationFilters: *mut nsStaticAtom; pub static nsGkAtoms_colorInterpolationFilters: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms11colorpickerE"]
pub static nsGkAtoms_colorpicker: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms12colorProfileE"] #[link_name = "_ZN9nsGkAtoms12colorProfileE"]
pub static nsGkAtoms_colorProfile: *mut nsStaticAtom; pub static nsGkAtoms_colorProfile: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms6cursorE"] #[link_name = "_ZN9nsGkAtoms6cursorE"]
@ -3280,8 +3286,6 @@ cfg_if! {
pub static nsGkAtoms_saturate: *mut nsStaticAtom; pub static nsGkAtoms_saturate: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms10saturationE"] #[link_name = "_ZN9nsGkAtoms10saturationE"]
pub static nsGkAtoms_saturation: *mut nsStaticAtom; pub static nsGkAtoms_saturation: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms3setE"]
pub static nsGkAtoms_set: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms4seedE"] #[link_name = "_ZN9nsGkAtoms4seedE"]
pub static nsGkAtoms_seed: *mut nsStaticAtom; pub static nsGkAtoms_seed: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms15shape_renderingE"] #[link_name = "_ZN9nsGkAtoms15shape_renderingE"]
@ -3612,8 +3616,8 @@ cfg_if! {
pub static nsGkAtoms_domainofapplication_: *mut nsStaticAtom; pub static nsGkAtoms_domainofapplication_: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms5edge_E"] #[link_name = "_ZN9nsGkAtoms5edge_E"]
pub static nsGkAtoms_edge_: *mut nsStaticAtom; pub static nsGkAtoms_edge_: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms3el_E"] #[link_name = "_ZN9nsGkAtoms2elE"]
pub static nsGkAtoms_el_: *mut nsStaticAtom; pub static nsGkAtoms_el: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms9emptyset_E"] #[link_name = "_ZN9nsGkAtoms9emptyset_E"]
pub static nsGkAtoms_emptyset_: *mut nsStaticAtom; pub static nsGkAtoms_emptyset_: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms3eq_E"] #[link_name = "_ZN9nsGkAtoms3eq_E"]
@ -3854,8 +3858,8 @@ cfg_if! {
pub static nsGkAtoms_notsubset_: *mut nsStaticAtom; pub static nsGkAtoms_notsubset_: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms9numalign_E"] #[link_name = "_ZN9nsGkAtoms9numalign_E"]
pub static nsGkAtoms_numalign_: *mut nsStaticAtom; pub static nsGkAtoms_numalign_: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms6other_E"] #[link_name = "_ZN9nsGkAtoms5otherE"]
pub static nsGkAtoms_other_: *mut nsStaticAtom; pub static nsGkAtoms_other: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms13outerproduct_E"] #[link_name = "_ZN9nsGkAtoms13outerproduct_E"]
pub static nsGkAtoms_outerproduct_: *mut nsStaticAtom; pub static nsGkAtoms_outerproduct_: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms12partialdiff_E"] #[link_name = "_ZN9nsGkAtoms12partialdiff_E"]
@ -4264,6 +4268,8 @@ cfg_if! {
pub static nsGkAtoms_apzCallbackTransform: *mut nsStaticAtom; pub static nsGkAtoms_apzCallbackTransform: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms23restylableAnonymousNodeE"] #[link_name = "_ZN9nsGkAtoms23restylableAnonymousNodeE"]
pub static nsGkAtoms_restylableAnonymousNode: *mut nsStaticAtom; pub static nsGkAtoms_restylableAnonymousNode: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms30docLevelNativeAnonymousContentE"]
pub static nsGkAtoms_docLevelNativeAnonymousContent: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms16paintRequestTimeE"] #[link_name = "_ZN9nsGkAtoms16paintRequestTimeE"]
pub static nsGkAtoms_paintRequestTime: *mut nsStaticAtom; pub static nsGkAtoms_paintRequestTime: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms14pseudoPropertyE"] #[link_name = "_ZN9nsGkAtoms14pseudoPropertyE"]
@ -4332,8 +4338,6 @@ cfg_if! {
pub static nsGkAtoms_ba: *mut nsStaticAtom; pub static nsGkAtoms_ba: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms3crhE"] #[link_name = "_ZN9nsGkAtoms3crhE"]
pub static nsGkAtoms_crh: *mut nsStaticAtom; pub static nsGkAtoms_crh: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms2elE"]
pub static nsGkAtoms_el: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms2gaE"] #[link_name = "_ZN9nsGkAtoms2gaE"]
pub static nsGkAtoms_ga: *mut nsStaticAtom; pub static nsGkAtoms_ga: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms2nlE"] #[link_name = "_ZN9nsGkAtoms2nlE"]
@ -4358,8 +4362,6 @@ cfg_if! {
pub static nsGkAtoms_monospace: *mut nsStaticAtom; pub static nsGkAtoms_monospace: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms8mozfixedE"] #[link_name = "_ZN9nsGkAtoms8mozfixedE"]
pub static nsGkAtoms_mozfixed: *mut nsStaticAtom; pub static nsGkAtoms_mozfixed: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms6RemoteE"]
pub static nsGkAtoms_Remote: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms8RemoteIdE"] #[link_name = "_ZN9nsGkAtoms8RemoteIdE"]
pub static nsGkAtoms_RemoteId: *mut nsStaticAtom; pub static nsGkAtoms_RemoteId: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms10RemoteTypeE"] #[link_name = "_ZN9nsGkAtoms10RemoteTypeE"]
@ -4562,8 +4564,6 @@ cfg_if! {
pub static nsGkAtoms_pages: *mut nsStaticAtom; pub static nsGkAtoms_pages: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms10scrollbarsE"] #[link_name = "_ZN9nsGkAtoms10scrollbarsE"]
pub static nsGkAtoms_scrollbars: *mut nsStaticAtom; pub static nsGkAtoms_scrollbars: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms5otherE"]
pub static nsGkAtoms_other: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms3apzE"] #[link_name = "_ZN9nsGkAtoms3apzE"]
pub static nsGkAtoms_apz: *mut nsStaticAtom; pub static nsGkAtoms_apz: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms7restoreE"] #[link_name = "_ZN9nsGkAtoms7restoreE"]
@ -4654,8 +4654,6 @@ cfg_if! {
pub static nsGkAtoms_menuitemcheckbox: *mut nsStaticAtom; pub static nsGkAtoms_menuitemcheckbox: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms13menuitemradioE"] #[link_name = "_ZN9nsGkAtoms13menuitemradioE"]
pub static nsGkAtoms_menuitemradio: *mut nsStaticAtom; pub static nsGkAtoms_menuitemradio: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms5mixedE"]
pub static nsGkAtoms_mixed: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms9multilineE"] #[link_name = "_ZN9nsGkAtoms9multilineE"]
pub static nsGkAtoms_multiline: *mut nsStaticAtom; pub static nsGkAtoms_multiline: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms10navigationE"] #[link_name = "_ZN9nsGkAtoms10navigationE"]
@ -4804,6 +4802,28 @@ cfg_if! {
pub static nsGkAtoms_onaddsourcebuffer: *mut nsStaticAtom; pub static nsGkAtoms_onaddsourcebuffer: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms20onremovesourcebufferE"] #[link_name = "_ZN9nsGkAtoms20onremovesourcebufferE"]
pub static nsGkAtoms_onremovesourcebuffer: *mut nsStaticAtom; pub static nsGkAtoms_onremovesourcebuffer: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms5aboutE"]
pub static nsGkAtoms_about: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms2IDE"]
pub static nsGkAtoms_ID: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms6nodeIDE"]
pub static nsGkAtoms_nodeID: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms9aboutEachE"]
pub static nsGkAtoms_aboutEach: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms8resourceE"]
pub static nsGkAtoms_resource: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms3RDFE"]
pub static nsGkAtoms_RDF: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms11DescriptionE"]
pub static nsGkAtoms_Description: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms3BagE"]
pub static nsGkAtoms_Bag: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms3SeqE"]
pub static nsGkAtoms_Seq: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms3AltE"]
pub static nsGkAtoms_Alt: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms9parseTypeE"]
pub static nsGkAtoms_parseType: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms5xlinkE"] #[link_name = "_ZN9nsGkAtoms5xlinkE"]
pub static nsGkAtoms_xlink: *mut nsStaticAtom; pub static nsGkAtoms_xlink: *mut nsStaticAtom;
#[link_name = "_ZN9nsGkAtoms9xml_spaceE"] #[link_name = "_ZN9nsGkAtoms9xml_spaceE"]
@ -5473,6 +5493,8 @@ cfg_if! {
pub static nsGkAtoms_autocheck: *mut nsStaticAtom; pub static nsGkAtoms_autocheck: *mut nsStaticAtom;
#[link_name = "?autocomplete@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?autocomplete@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_autocomplete: *mut nsStaticAtom; pub static nsGkAtoms_autocomplete: *mut nsStaticAtom;
#[link_name = "?autocomplete_richlistbox@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_autocomplete_richlistbox: *mut nsStaticAtom;
#[link_name = "?autofocus@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?autofocus@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_autofocus: *mut nsStaticAtom; pub static nsGkAtoms_autofocus: *mut nsStaticAtom;
#[link_name = "?autoplay@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?autoplay@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
@ -5563,8 +5585,6 @@ cfg_if! {
pub static nsGkAtoms_browser: *mut nsStaticAtom; pub static nsGkAtoms_browser: *mut nsStaticAtom;
#[link_name = "?mozbrowser@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?mozbrowser@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_mozbrowser: *mut nsStaticAtom; pub static nsGkAtoms_mozbrowser: *mut nsStaticAtom;
#[link_name = "?bulletinboard@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_bulletinboard: *mut nsStaticAtom;
#[link_name = "?button@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?button@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_button: *mut nsStaticAtom; pub static nsGkAtoms_button: *mut nsStaticAtom;
#[link_name = "?brighttitlebarforeground@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?brighttitlebarforeground@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
@ -5763,6 +5783,12 @@ cfg_if! {
pub static nsGkAtoms_data: *mut nsStaticAtom; pub static nsGkAtoms_data: *mut nsStaticAtom;
#[link_name = "?datalist@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?datalist@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_datalist: *mut nsStaticAtom; pub static nsGkAtoms_datalist: *mut nsStaticAtom;
#[link_name = "?datal10nid@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_datal10nid: *mut nsStaticAtom;
#[link_name = "?datal10nargs@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_datal10nargs: *mut nsStaticAtom;
#[link_name = "?datal10nattrs@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_datal10nattrs: *mut nsStaticAtom;
#[link_name = "?dataType@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?dataType@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_dataType: *mut nsStaticAtom; pub static nsGkAtoms_dataType: *mut nsStaticAtom;
#[link_name = "?dateTime@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?dateTime@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
@ -6437,8 +6463,6 @@ cfg_if! {
pub static nsGkAtoms_line: *mut nsStaticAtom; pub static nsGkAtoms_line: *mut nsStaticAtom;
#[link_name = "?link@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?link@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_link: *mut nsStaticAtom; pub static nsGkAtoms_link: *mut nsStaticAtom;
#[link_name = "?list@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_list: *mut nsStaticAtom;
#[link_name = "?listbox@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?listbox@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_listbox: *mut nsStaticAtom; pub static nsGkAtoms_listbox: *mut nsStaticAtom;
#[link_name = "?listboxbody@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?listboxbody@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
@ -6585,8 +6609,8 @@ cfg_if! {
pub static nsGkAtoms_minusSign: *mut nsStaticAtom; pub static nsGkAtoms_minusSign: *mut nsStaticAtom;
#[link_name = "?minwidth@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?minwidth@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_minwidth: *mut nsStaticAtom; pub static nsGkAtoms_minwidth: *mut nsStaticAtom;
#[link_name = "?_mixed@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?mixed@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms__mixed: *mut nsStaticAtom; pub static nsGkAtoms_mixed: *mut nsStaticAtom;
#[link_name = "?messagemanagergroup@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?messagemanagergroup@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_messagemanagergroup: *mut nsStaticAtom; pub static nsGkAtoms_messagemanagergroup: *mut nsStaticAtom;
#[link_name = "?mod@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?mod@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
@ -7025,6 +7049,8 @@ cfg_if! {
pub static nsGkAtoms_onmessage: *mut nsStaticAtom; pub static nsGkAtoms_onmessage: *mut nsStaticAtom;
#[link_name = "?onmessageerror@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?onmessageerror@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_onmessageerror: *mut nsStaticAtom; pub static nsGkAtoms_onmessageerror: *mut nsStaticAtom;
#[link_name = "?onmidimessage@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_onmidimessage: *mut nsStaticAtom;
#[link_name = "?onmousedown@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?onmousedown@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_onmousedown: *mut nsStaticAtom; pub static nsGkAtoms_onmousedown: *mut nsStaticAtom;
#[link_name = "?onmouseenter@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?onmouseenter@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
@ -7793,8 +7819,6 @@ cfg_if! {
pub static nsGkAtoms_sup: *mut nsStaticAtom; pub static nsGkAtoms_sup: *mut nsStaticAtom;
#[link_name = "?summary@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?summary@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_summary: *mut nsStaticAtom; pub static nsGkAtoms_summary: *mut nsStaticAtom;
#[link_name = "?_switch@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms__switch: *mut nsStaticAtom;
#[link_name = "?systemProperty@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?systemProperty@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_systemProperty: *mut nsStaticAtom; pub static nsGkAtoms_systemProperty: *mut nsStaticAtom;
#[link_name = "?tab@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?tab@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
@ -8133,6 +8157,8 @@ cfg_if! {
pub static nsGkAtoms_colorInterpolation: *mut nsStaticAtom; pub static nsGkAtoms_colorInterpolation: *mut nsStaticAtom;
#[link_name = "?colorInterpolationFilters@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?colorInterpolationFilters@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_colorInterpolationFilters: *mut nsStaticAtom; pub static nsGkAtoms_colorInterpolationFilters: *mut nsStaticAtom;
#[link_name = "?colorpicker@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_colorpicker: *mut nsStaticAtom;
#[link_name = "?colorProfile@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?colorProfile@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_colorProfile: *mut nsStaticAtom; pub static nsGkAtoms_colorProfile: *mut nsStaticAtom;
#[link_name = "?cursor@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?cursor@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
@ -8485,8 +8511,6 @@ cfg_if! {
pub static nsGkAtoms_saturate: *mut nsStaticAtom; pub static nsGkAtoms_saturate: *mut nsStaticAtom;
#[link_name = "?saturation@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?saturation@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_saturation: *mut nsStaticAtom; pub static nsGkAtoms_saturation: *mut nsStaticAtom;
#[link_name = "?set@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_set: *mut nsStaticAtom;
#[link_name = "?seed@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?seed@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_seed: *mut nsStaticAtom; pub static nsGkAtoms_seed: *mut nsStaticAtom;
#[link_name = "?shape_rendering@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?shape_rendering@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
@ -8817,8 +8841,8 @@ cfg_if! {
pub static nsGkAtoms_domainofapplication_: *mut nsStaticAtom; pub static nsGkAtoms_domainofapplication_: *mut nsStaticAtom;
#[link_name = "?edge_@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?edge_@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_edge_: *mut nsStaticAtom; pub static nsGkAtoms_edge_: *mut nsStaticAtom;
#[link_name = "?el_@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?el@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_el_: *mut nsStaticAtom; pub static nsGkAtoms_el: *mut nsStaticAtom;
#[link_name = "?emptyset_@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?emptyset_@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_emptyset_: *mut nsStaticAtom; pub static nsGkAtoms_emptyset_: *mut nsStaticAtom;
#[link_name = "?eq_@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?eq_@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
@ -9059,8 +9083,8 @@ cfg_if! {
pub static nsGkAtoms_notsubset_: *mut nsStaticAtom; pub static nsGkAtoms_notsubset_: *mut nsStaticAtom;
#[link_name = "?numalign_@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?numalign_@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_numalign_: *mut nsStaticAtom; pub static nsGkAtoms_numalign_: *mut nsStaticAtom;
#[link_name = "?other_@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?other@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_other_: *mut nsStaticAtom; pub static nsGkAtoms_other: *mut nsStaticAtom;
#[link_name = "?outerproduct_@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?outerproduct_@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_outerproduct_: *mut nsStaticAtom; pub static nsGkAtoms_outerproduct_: *mut nsStaticAtom;
#[link_name = "?partialdiff_@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?partialdiff_@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
@ -9469,6 +9493,8 @@ cfg_if! {
pub static nsGkAtoms_apzCallbackTransform: *mut nsStaticAtom; pub static nsGkAtoms_apzCallbackTransform: *mut nsStaticAtom;
#[link_name = "?restylableAnonymousNode@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?restylableAnonymousNode@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_restylableAnonymousNode: *mut nsStaticAtom; pub static nsGkAtoms_restylableAnonymousNode: *mut nsStaticAtom;
#[link_name = "?docLevelNativeAnonymousContent@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_docLevelNativeAnonymousContent: *mut nsStaticAtom;
#[link_name = "?paintRequestTime@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?paintRequestTime@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_paintRequestTime: *mut nsStaticAtom; pub static nsGkAtoms_paintRequestTime: *mut nsStaticAtom;
#[link_name = "?pseudoProperty@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?pseudoProperty@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
@ -9537,8 +9563,6 @@ cfg_if! {
pub static nsGkAtoms_ba: *mut nsStaticAtom; pub static nsGkAtoms_ba: *mut nsStaticAtom;
#[link_name = "?crh@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?crh@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_crh: *mut nsStaticAtom; pub static nsGkAtoms_crh: *mut nsStaticAtom;
#[link_name = "?el@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_el: *mut nsStaticAtom;
#[link_name = "?ga@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?ga@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_ga: *mut nsStaticAtom; pub static nsGkAtoms_ga: *mut nsStaticAtom;
#[link_name = "?nl@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?nl@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
@ -9563,8 +9587,6 @@ cfg_if! {
pub static nsGkAtoms_monospace: *mut nsStaticAtom; pub static nsGkAtoms_monospace: *mut nsStaticAtom;
#[link_name = "?mozfixed@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?mozfixed@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_mozfixed: *mut nsStaticAtom; pub static nsGkAtoms_mozfixed: *mut nsStaticAtom;
#[link_name = "?Remote@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_Remote: *mut nsStaticAtom;
#[link_name = "?RemoteId@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?RemoteId@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_RemoteId: *mut nsStaticAtom; pub static nsGkAtoms_RemoteId: *mut nsStaticAtom;
#[link_name = "?RemoteType@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?RemoteType@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
@ -9767,8 +9789,6 @@ cfg_if! {
pub static nsGkAtoms_pages: *mut nsStaticAtom; pub static nsGkAtoms_pages: *mut nsStaticAtom;
#[link_name = "?scrollbars@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?scrollbars@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_scrollbars: *mut nsStaticAtom; pub static nsGkAtoms_scrollbars: *mut nsStaticAtom;
#[link_name = "?other@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_other: *mut nsStaticAtom;
#[link_name = "?apz@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?apz@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_apz: *mut nsStaticAtom; pub static nsGkAtoms_apz: *mut nsStaticAtom;
#[link_name = "?restore@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?restore@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
@ -9859,8 +9879,6 @@ cfg_if! {
pub static nsGkAtoms_menuitemcheckbox: *mut nsStaticAtom; pub static nsGkAtoms_menuitemcheckbox: *mut nsStaticAtom;
#[link_name = "?menuitemradio@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?menuitemradio@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_menuitemradio: *mut nsStaticAtom; pub static nsGkAtoms_menuitemradio: *mut nsStaticAtom;
#[link_name = "?mixed@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_mixed: *mut nsStaticAtom;
#[link_name = "?multiline@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?multiline@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_multiline: *mut nsStaticAtom; pub static nsGkAtoms_multiline: *mut nsStaticAtom;
#[link_name = "?navigation@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?navigation@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
@ -10009,6 +10027,28 @@ cfg_if! {
pub static nsGkAtoms_onaddsourcebuffer: *mut nsStaticAtom; pub static nsGkAtoms_onaddsourcebuffer: *mut nsStaticAtom;
#[link_name = "?onremovesourcebuffer@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?onremovesourcebuffer@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_onremovesourcebuffer: *mut nsStaticAtom; pub static nsGkAtoms_onremovesourcebuffer: *mut nsStaticAtom;
#[link_name = "?about@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_about: *mut nsStaticAtom;
#[link_name = "?ID@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_ID: *mut nsStaticAtom;
#[link_name = "?nodeID@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_nodeID: *mut nsStaticAtom;
#[link_name = "?aboutEach@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_aboutEach: *mut nsStaticAtom;
#[link_name = "?resource@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_resource: *mut nsStaticAtom;
#[link_name = "?RDF@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_RDF: *mut nsStaticAtom;
#[link_name = "?Description@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_Description: *mut nsStaticAtom;
#[link_name = "?Bag@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_Bag: *mut nsStaticAtom;
#[link_name = "?Seq@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_Seq: *mut nsStaticAtom;
#[link_name = "?Alt@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_Alt: *mut nsStaticAtom;
#[link_name = "?parseType@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_parseType: *mut nsStaticAtom;
#[link_name = "?xlink@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?xlink@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
pub static nsGkAtoms_xlink: *mut nsStaticAtom; pub static nsGkAtoms_xlink: *mut nsStaticAtom;
#[link_name = "?xml_space@nsGkAtoms@@2PEAVnsStaticAtom@@EA"] #[link_name = "?xml_space@nsGkAtoms@@2PEAVnsStaticAtom@@EA"]
@ -10678,6 +10718,8 @@ cfg_if! {
pub static nsGkAtoms_autocheck: *mut nsStaticAtom; pub static nsGkAtoms_autocheck: *mut nsStaticAtom;
#[link_name = "\x01?autocomplete@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?autocomplete@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_autocomplete: *mut nsStaticAtom; pub static nsGkAtoms_autocomplete: *mut nsStaticAtom;
#[link_name = "\x01?autocomplete_richlistbox@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_autocomplete_richlistbox: *mut nsStaticAtom;
#[link_name = "\x01?autofocus@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?autofocus@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_autofocus: *mut nsStaticAtom; pub static nsGkAtoms_autofocus: *mut nsStaticAtom;
#[link_name = "\x01?autoplay@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?autoplay@nsGkAtoms@@2PAVnsStaticAtom@@A"]
@ -10768,8 +10810,6 @@ cfg_if! {
pub static nsGkAtoms_browser: *mut nsStaticAtom; pub static nsGkAtoms_browser: *mut nsStaticAtom;
#[link_name = "\x01?mozbrowser@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?mozbrowser@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_mozbrowser: *mut nsStaticAtom; pub static nsGkAtoms_mozbrowser: *mut nsStaticAtom;
#[link_name = "\x01?bulletinboard@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_bulletinboard: *mut nsStaticAtom;
#[link_name = "\x01?button@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?button@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_button: *mut nsStaticAtom; pub static nsGkAtoms_button: *mut nsStaticAtom;
#[link_name = "\x01?brighttitlebarforeground@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?brighttitlebarforeground@nsGkAtoms@@2PAVnsStaticAtom@@A"]
@ -10968,6 +11008,12 @@ cfg_if! {
pub static nsGkAtoms_data: *mut nsStaticAtom; pub static nsGkAtoms_data: *mut nsStaticAtom;
#[link_name = "\x01?datalist@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?datalist@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_datalist: *mut nsStaticAtom; pub static nsGkAtoms_datalist: *mut nsStaticAtom;
#[link_name = "\x01?datal10nid@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_datal10nid: *mut nsStaticAtom;
#[link_name = "\x01?datal10nargs@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_datal10nargs: *mut nsStaticAtom;
#[link_name = "\x01?datal10nattrs@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_datal10nattrs: *mut nsStaticAtom;
#[link_name = "\x01?dataType@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?dataType@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_dataType: *mut nsStaticAtom; pub static nsGkAtoms_dataType: *mut nsStaticAtom;
#[link_name = "\x01?dateTime@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?dateTime@nsGkAtoms@@2PAVnsStaticAtom@@A"]
@ -11642,8 +11688,6 @@ cfg_if! {
pub static nsGkAtoms_line: *mut nsStaticAtom; pub static nsGkAtoms_line: *mut nsStaticAtom;
#[link_name = "\x01?link@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?link@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_link: *mut nsStaticAtom; pub static nsGkAtoms_link: *mut nsStaticAtom;
#[link_name = "\x01?list@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_list: *mut nsStaticAtom;
#[link_name = "\x01?listbox@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?listbox@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_listbox: *mut nsStaticAtom; pub static nsGkAtoms_listbox: *mut nsStaticAtom;
#[link_name = "\x01?listboxbody@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?listboxbody@nsGkAtoms@@2PAVnsStaticAtom@@A"]
@ -11790,8 +11834,8 @@ cfg_if! {
pub static nsGkAtoms_minusSign: *mut nsStaticAtom; pub static nsGkAtoms_minusSign: *mut nsStaticAtom;
#[link_name = "\x01?minwidth@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?minwidth@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_minwidth: *mut nsStaticAtom; pub static nsGkAtoms_minwidth: *mut nsStaticAtom;
#[link_name = "\x01?_mixed@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?mixed@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms__mixed: *mut nsStaticAtom; pub static nsGkAtoms_mixed: *mut nsStaticAtom;
#[link_name = "\x01?messagemanagergroup@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?messagemanagergroup@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_messagemanagergroup: *mut nsStaticAtom; pub static nsGkAtoms_messagemanagergroup: *mut nsStaticAtom;
#[link_name = "\x01?mod@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?mod@nsGkAtoms@@2PAVnsStaticAtom@@A"]
@ -12230,6 +12274,8 @@ cfg_if! {
pub static nsGkAtoms_onmessage: *mut nsStaticAtom; pub static nsGkAtoms_onmessage: *mut nsStaticAtom;
#[link_name = "\x01?onmessageerror@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?onmessageerror@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_onmessageerror: *mut nsStaticAtom; pub static nsGkAtoms_onmessageerror: *mut nsStaticAtom;
#[link_name = "\x01?onmidimessage@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_onmidimessage: *mut nsStaticAtom;
#[link_name = "\x01?onmousedown@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?onmousedown@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_onmousedown: *mut nsStaticAtom; pub static nsGkAtoms_onmousedown: *mut nsStaticAtom;
#[link_name = "\x01?onmouseenter@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?onmouseenter@nsGkAtoms@@2PAVnsStaticAtom@@A"]
@ -12998,8 +13044,6 @@ cfg_if! {
pub static nsGkAtoms_sup: *mut nsStaticAtom; pub static nsGkAtoms_sup: *mut nsStaticAtom;
#[link_name = "\x01?summary@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?summary@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_summary: *mut nsStaticAtom; pub static nsGkAtoms_summary: *mut nsStaticAtom;
#[link_name = "\x01?_switch@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms__switch: *mut nsStaticAtom;
#[link_name = "\x01?systemProperty@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?systemProperty@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_systemProperty: *mut nsStaticAtom; pub static nsGkAtoms_systemProperty: *mut nsStaticAtom;
#[link_name = "\x01?tab@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?tab@nsGkAtoms@@2PAVnsStaticAtom@@A"]
@ -13338,6 +13382,8 @@ cfg_if! {
pub static nsGkAtoms_colorInterpolation: *mut nsStaticAtom; pub static nsGkAtoms_colorInterpolation: *mut nsStaticAtom;
#[link_name = "\x01?colorInterpolationFilters@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?colorInterpolationFilters@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_colorInterpolationFilters: *mut nsStaticAtom; pub static nsGkAtoms_colorInterpolationFilters: *mut nsStaticAtom;
#[link_name = "\x01?colorpicker@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_colorpicker: *mut nsStaticAtom;
#[link_name = "\x01?colorProfile@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?colorProfile@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_colorProfile: *mut nsStaticAtom; pub static nsGkAtoms_colorProfile: *mut nsStaticAtom;
#[link_name = "\x01?cursor@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?cursor@nsGkAtoms@@2PAVnsStaticAtom@@A"]
@ -13690,8 +13736,6 @@ cfg_if! {
pub static nsGkAtoms_saturate: *mut nsStaticAtom; pub static nsGkAtoms_saturate: *mut nsStaticAtom;
#[link_name = "\x01?saturation@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?saturation@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_saturation: *mut nsStaticAtom; pub static nsGkAtoms_saturation: *mut nsStaticAtom;
#[link_name = "\x01?set@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_set: *mut nsStaticAtom;
#[link_name = "\x01?seed@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?seed@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_seed: *mut nsStaticAtom; pub static nsGkAtoms_seed: *mut nsStaticAtom;
#[link_name = "\x01?shape_rendering@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?shape_rendering@nsGkAtoms@@2PAVnsStaticAtom@@A"]
@ -14022,8 +14066,8 @@ cfg_if! {
pub static nsGkAtoms_domainofapplication_: *mut nsStaticAtom; pub static nsGkAtoms_domainofapplication_: *mut nsStaticAtom;
#[link_name = "\x01?edge_@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?edge_@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_edge_: *mut nsStaticAtom; pub static nsGkAtoms_edge_: *mut nsStaticAtom;
#[link_name = "\x01?el_@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?el@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_el_: *mut nsStaticAtom; pub static nsGkAtoms_el: *mut nsStaticAtom;
#[link_name = "\x01?emptyset_@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?emptyset_@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_emptyset_: *mut nsStaticAtom; pub static nsGkAtoms_emptyset_: *mut nsStaticAtom;
#[link_name = "\x01?eq_@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?eq_@nsGkAtoms@@2PAVnsStaticAtom@@A"]
@ -14264,8 +14308,8 @@ cfg_if! {
pub static nsGkAtoms_notsubset_: *mut nsStaticAtom; pub static nsGkAtoms_notsubset_: *mut nsStaticAtom;
#[link_name = "\x01?numalign_@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?numalign_@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_numalign_: *mut nsStaticAtom; pub static nsGkAtoms_numalign_: *mut nsStaticAtom;
#[link_name = "\x01?other_@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?other@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_other_: *mut nsStaticAtom; pub static nsGkAtoms_other: *mut nsStaticAtom;
#[link_name = "\x01?outerproduct_@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?outerproduct_@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_outerproduct_: *mut nsStaticAtom; pub static nsGkAtoms_outerproduct_: *mut nsStaticAtom;
#[link_name = "\x01?partialdiff_@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?partialdiff_@nsGkAtoms@@2PAVnsStaticAtom@@A"]
@ -14674,6 +14718,8 @@ cfg_if! {
pub static nsGkAtoms_apzCallbackTransform: *mut nsStaticAtom; pub static nsGkAtoms_apzCallbackTransform: *mut nsStaticAtom;
#[link_name = "\x01?restylableAnonymousNode@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?restylableAnonymousNode@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_restylableAnonymousNode: *mut nsStaticAtom; pub static nsGkAtoms_restylableAnonymousNode: *mut nsStaticAtom;
#[link_name = "\x01?docLevelNativeAnonymousContent@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_docLevelNativeAnonymousContent: *mut nsStaticAtom;
#[link_name = "\x01?paintRequestTime@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?paintRequestTime@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_paintRequestTime: *mut nsStaticAtom; pub static nsGkAtoms_paintRequestTime: *mut nsStaticAtom;
#[link_name = "\x01?pseudoProperty@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?pseudoProperty@nsGkAtoms@@2PAVnsStaticAtom@@A"]
@ -14742,8 +14788,6 @@ cfg_if! {
pub static nsGkAtoms_ba: *mut nsStaticAtom; pub static nsGkAtoms_ba: *mut nsStaticAtom;
#[link_name = "\x01?crh@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?crh@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_crh: *mut nsStaticAtom; pub static nsGkAtoms_crh: *mut nsStaticAtom;
#[link_name = "\x01?el@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_el: *mut nsStaticAtom;
#[link_name = "\x01?ga@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?ga@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_ga: *mut nsStaticAtom; pub static nsGkAtoms_ga: *mut nsStaticAtom;
#[link_name = "\x01?nl@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?nl@nsGkAtoms@@2PAVnsStaticAtom@@A"]
@ -14768,8 +14812,6 @@ cfg_if! {
pub static nsGkAtoms_monospace: *mut nsStaticAtom; pub static nsGkAtoms_monospace: *mut nsStaticAtom;
#[link_name = "\x01?mozfixed@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?mozfixed@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_mozfixed: *mut nsStaticAtom; pub static nsGkAtoms_mozfixed: *mut nsStaticAtom;
#[link_name = "\x01?Remote@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_Remote: *mut nsStaticAtom;
#[link_name = "\x01?RemoteId@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?RemoteId@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_RemoteId: *mut nsStaticAtom; pub static nsGkAtoms_RemoteId: *mut nsStaticAtom;
#[link_name = "\x01?RemoteType@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?RemoteType@nsGkAtoms@@2PAVnsStaticAtom@@A"]
@ -14972,8 +15014,6 @@ cfg_if! {
pub static nsGkAtoms_pages: *mut nsStaticAtom; pub static nsGkAtoms_pages: *mut nsStaticAtom;
#[link_name = "\x01?scrollbars@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?scrollbars@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_scrollbars: *mut nsStaticAtom; pub static nsGkAtoms_scrollbars: *mut nsStaticAtom;
#[link_name = "\x01?other@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_other: *mut nsStaticAtom;
#[link_name = "\x01?apz@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?apz@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_apz: *mut nsStaticAtom; pub static nsGkAtoms_apz: *mut nsStaticAtom;
#[link_name = "\x01?restore@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?restore@nsGkAtoms@@2PAVnsStaticAtom@@A"]
@ -15064,8 +15104,6 @@ cfg_if! {
pub static nsGkAtoms_menuitemcheckbox: *mut nsStaticAtom; pub static nsGkAtoms_menuitemcheckbox: *mut nsStaticAtom;
#[link_name = "\x01?menuitemradio@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?menuitemradio@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_menuitemradio: *mut nsStaticAtom; pub static nsGkAtoms_menuitemradio: *mut nsStaticAtom;
#[link_name = "\x01?mixed@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_mixed: *mut nsStaticAtom;
#[link_name = "\x01?multiline@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?multiline@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_multiline: *mut nsStaticAtom; pub static nsGkAtoms_multiline: *mut nsStaticAtom;
#[link_name = "\x01?navigation@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?navigation@nsGkAtoms@@2PAVnsStaticAtom@@A"]
@ -15214,6 +15252,28 @@ cfg_if! {
pub static nsGkAtoms_onaddsourcebuffer: *mut nsStaticAtom; pub static nsGkAtoms_onaddsourcebuffer: *mut nsStaticAtom;
#[link_name = "\x01?onremovesourcebuffer@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?onremovesourcebuffer@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_onremovesourcebuffer: *mut nsStaticAtom; pub static nsGkAtoms_onremovesourcebuffer: *mut nsStaticAtom;
#[link_name = "\x01?about@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_about: *mut nsStaticAtom;
#[link_name = "\x01?ID@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_ID: *mut nsStaticAtom;
#[link_name = "\x01?nodeID@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_nodeID: *mut nsStaticAtom;
#[link_name = "\x01?aboutEach@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_aboutEach: *mut nsStaticAtom;
#[link_name = "\x01?resource@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_resource: *mut nsStaticAtom;
#[link_name = "\x01?RDF@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_RDF: *mut nsStaticAtom;
#[link_name = "\x01?Description@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_Description: *mut nsStaticAtom;
#[link_name = "\x01?Bag@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_Bag: *mut nsStaticAtom;
#[link_name = "\x01?Seq@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_Seq: *mut nsStaticAtom;
#[link_name = "\x01?Alt@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_Alt: *mut nsStaticAtom;
#[link_name = "\x01?parseType@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_parseType: *mut nsStaticAtom;
#[link_name = "\x01?xlink@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?xlink@nsGkAtoms@@2PAVnsStaticAtom@@A"]
pub static nsGkAtoms_xlink: *mut nsStaticAtom; pub static nsGkAtoms_xlink: *mut nsStaticAtom;
#[link_name = "\x01?xml_space@nsGkAtoms@@2PAVnsStaticAtom@@A"] #[link_name = "\x01?xml_space@nsGkAtoms@@2PAVnsStaticAtom@@A"]
@ -15886,6 +15946,8 @@ macro_rules! atom {
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_autocheck as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_autocheck as *mut _) } }};
("autocomplete") => ("autocomplete") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_autocomplete as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_autocomplete as *mut _) } }};
("autocomplete-richlistbox") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_autocomplete_richlistbox as *mut _) } }};
("autofocus") => ("autofocus") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_autofocus as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_autofocus as *mut _) } }};
("autoplay") => ("autoplay") =>
@ -15976,8 +16038,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_browser as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_browser as *mut _) } }};
("mozbrowser") => ("mozbrowser") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_mozbrowser as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_mozbrowser as *mut _) } }};
("bulletinboard") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_bulletinboard as *mut _) } }};
("button") => ("button") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_button as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_button as *mut _) } }};
("brighttitlebarforeground") => ("brighttitlebarforeground") =>
@ -16176,6 +16236,12 @@ macro_rules! atom {
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_data as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_data as *mut _) } }};
("datalist") => ("datalist") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_datalist as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_datalist as *mut _) } }};
("data-l10n-id") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_datal10nid as *mut _) } }};
("data-l10n-args") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_datal10nargs as *mut _) } }};
("data-l10n-attrs") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_datal10nattrs as *mut _) } }};
("data-type") => ("data-type") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_dataType as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_dataType as *mut _) } }};
("date-time") => ("date-time") =>
@ -16850,8 +16916,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_line as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_line as *mut _) } }};
("link") => ("link") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_link as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_link as *mut _) } }};
("list") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_list as *mut _) } }};
("listbox") => ("listbox") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_listbox as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_listbox as *mut _) } }};
("listboxbody") => ("listboxbody") =>
@ -16999,7 +17063,7 @@ macro_rules! atom {
("minwidth") => ("minwidth") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_minwidth as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_minwidth as *mut _) } }};
("mixed") => ("mixed") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms__mixed as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_mixed as *mut _) } }};
("messagemanagergroup") => ("messagemanagergroup") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_messagemanagergroup as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_messagemanagergroup as *mut _) } }};
("mod") => ("mod") =>
@ -17438,6 +17502,8 @@ macro_rules! atom {
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onmessage as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onmessage as *mut _) } }};
("onmessageerror") => ("onmessageerror") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onmessageerror as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onmessageerror as *mut _) } }};
("onmidimessage") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onmidimessage as *mut _) } }};
("onmousedown") => ("onmousedown") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onmousedown as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onmousedown as *mut _) } }};
("onmouseenter") => ("onmouseenter") =>
@ -18206,8 +18272,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_sup as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_sup as *mut _) } }};
("summary") => ("summary") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_summary as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_summary as *mut _) } }};
("switch") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms__switch as *mut _) } }};
("system-property") => ("system-property") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_systemProperty as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_systemProperty as *mut _) } }};
("tab") => ("tab") =>
@ -18546,6 +18610,8 @@ macro_rules! atom {
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_colorInterpolation as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_colorInterpolation as *mut _) } }};
("color-interpolation-filters") => ("color-interpolation-filters") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_colorInterpolationFilters as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_colorInterpolationFilters as *mut _) } }};
("colorpicker") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_colorpicker as *mut _) } }};
("color-profile") => ("color-profile") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_colorProfile as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_colorProfile as *mut _) } }};
("cursor") => ("cursor") =>
@ -18898,8 +18964,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_saturate as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_saturate as *mut _) } }};
("saturation") => ("saturation") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_saturation as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_saturation as *mut _) } }};
("set") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_set as *mut _) } }};
("seed") => ("seed") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_seed as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_seed as *mut _) } }};
("shape-rendering") => ("shape-rendering") =>
@ -19231,7 +19295,7 @@ macro_rules! atom {
("edge") => ("edge") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_edge_ as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_edge_ as *mut _) } }};
("el") => ("el") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_el_ as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_el as *mut _) } }};
("emptyset") => ("emptyset") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_emptyset_ as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_emptyset_ as *mut _) } }};
("eq") => ("eq") =>
@ -19473,7 +19537,7 @@ macro_rules! atom {
("numalign") => ("numalign") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_numalign_ as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_numalign_ as *mut _) } }};
("other") => ("other") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_other_ as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_other as *mut _) } }};
("outerproduct") => ("outerproduct") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_outerproduct_ as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_outerproduct_ as *mut _) } }};
("partialdiff") => ("partialdiff") =>
@ -19882,6 +19946,8 @@ macro_rules! atom {
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_apzCallbackTransform as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_apzCallbackTransform as *mut _) } }};
("restylableAnonymousNode") => ("restylableAnonymousNode") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_restylableAnonymousNode as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_restylableAnonymousNode as *mut _) } }};
("docLevelNativeAnonymousContent") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_docLevelNativeAnonymousContent as *mut _) } }};
("PaintRequestTime") => ("PaintRequestTime") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_paintRequestTime as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_paintRequestTime as *mut _) } }};
("PseudoProperty") => ("PseudoProperty") =>
@ -19950,8 +20016,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_ba as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_ba as *mut _) } }};
("crh") => ("crh") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_crh as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_crh as *mut _) } }};
("el") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_el as *mut _) } }};
("ga") => ("ga") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_ga as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_ga as *mut _) } }};
("nl") => ("nl") =>
@ -19976,8 +20040,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_monospace as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_monospace as *mut _) } }};
("-moz-fixed") => ("-moz-fixed") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_mozfixed as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_mozfixed as *mut _) } }};
("remote") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_Remote as *mut _) } }};
("_remote_id") => ("_remote_id") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_RemoteId as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_RemoteId as *mut _) } }};
("remoteType") => ("remoteType") =>
@ -20180,8 +20242,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_pages as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_pages as *mut _) } }};
("scrollbars") => ("scrollbars") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_scrollbars as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_scrollbars as *mut _) } }};
("other") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_other as *mut _) } }};
("apz") => ("apz") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_apz as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_apz as *mut _) } }};
("restore") => ("restore") =>
@ -20272,8 +20332,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_menuitemcheckbox as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_menuitemcheckbox as *mut _) } }};
("menuitemradio") => ("menuitemradio") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_menuitemradio as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_menuitemradio as *mut _) } }};
("mixed") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_mixed as *mut _) } }};
("multiline") => ("multiline") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_multiline as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_multiline as *mut _) } }};
("navigation") => ("navigation") =>
@ -20422,6 +20480,28 @@ macro_rules! atom {
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onaddsourcebuffer as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onaddsourcebuffer as *mut _) } }};
("onremovesourcebuffer") => ("onremovesourcebuffer") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onremovesourcebuffer as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_onremovesourcebuffer as *mut _) } }};
("about") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_about as *mut _) } }};
("ID") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_ID as *mut _) } }};
("nodeID") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_nodeID as *mut _) } }};
("aboutEach") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_aboutEach as *mut _) } }};
("resource") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_resource as *mut _) } }};
("RDF") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_RDF as *mut _) } }};
("Description") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_Description as *mut _) } }};
("Bag") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_Bag as *mut _) } }};
("Seq") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_Seq as *mut _) } }};
("Alt") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_Alt as *mut _) } }};
("parseType") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_parseType as *mut _) } }};
("xlink") => ("xlink") =>
{{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_xlink as *mut _) } }}; {{ #[allow(unsafe_code)] #[allow(unused_unsafe)]unsafe { $crate::string_cache::atom_macro::atom_from_static($crate::string_cache::atom_macro::nsGkAtoms_xlink as *mut _) } }};
("xml:space") => ("xml:space") =>

View file

@ -255,60 +255,46 @@ use gecko_bindings::structs::FontFamilyName;
use gecko_bindings::structs::mozilla::SharedFontList; use gecko_bindings::structs::mozilla::SharedFontList;
pub type nsTArrayBorrowed_uintptr_t<'a> = &'a mut ::gecko_bindings::structs::nsTArray<usize>; pub type nsTArrayBorrowed_uintptr_t<'a> = &'a mut ::gecko_bindings::structs::nsTArray<usize>;
pub type RawServoStyleSetOwned = ::gecko_bindings::sugar::ownership::Owned<RawServoStyleSet>; pub type RawServoStyleSetOwned = ::gecko_bindings::sugar::ownership::Owned<RawServoStyleSet>;
pub type RawServoStyleSetOwnedOrNull = pub type RawServoStyleSetOwnedOrNull = ::gecko_bindings::sugar::ownership::OwnedOrNull<RawServoStyleSet>;
::gecko_bindings::sugar::ownership::OwnedOrNull<RawServoStyleSet>;
pub type RawServoStyleSetBorrowed<'a> = &'a RawServoStyleSet; pub type RawServoStyleSetBorrowed<'a> = &'a RawServoStyleSet;
pub type RawServoStyleSetBorrowedOrNull<'a> = Option<&'a RawServoStyleSet>; pub type RawServoStyleSetBorrowedOrNull<'a> = Option<&'a RawServoStyleSet>;
pub type RawServoStyleSetBorrowedMut<'a> = &'a mut RawServoStyleSet; pub type RawServoStyleSetBorrowedMut<'a> = &'a mut RawServoStyleSet;
pub type RawServoStyleSetBorrowedMutOrNull<'a> = Option<&'a mut RawServoStyleSet>; pub type RawServoStyleSetBorrowedMutOrNull<'a> = Option<&'a mut RawServoStyleSet>;
enum RawServoStyleSetVoid { enum RawServoStyleSetVoid { }
}
pub struct RawServoStyleSet(RawServoStyleSetVoid); pub struct RawServoStyleSet(RawServoStyleSetVoid);
pub type RawServoAuthorStylesOwned = pub type RawServoAuthorStylesOwned = ::gecko_bindings::sugar::ownership::Owned<RawServoAuthorStyles>;
::gecko_bindings::sugar::ownership::Owned<RawServoAuthorStyles>; pub type RawServoAuthorStylesOwnedOrNull = ::gecko_bindings::sugar::ownership::OwnedOrNull<RawServoAuthorStyles>;
pub type RawServoAuthorStylesOwnedOrNull =
::gecko_bindings::sugar::ownership::OwnedOrNull<RawServoAuthorStyles>;
pub type RawServoAuthorStylesBorrowed<'a> = &'a RawServoAuthorStyles; pub type RawServoAuthorStylesBorrowed<'a> = &'a RawServoAuthorStyles;
pub type RawServoAuthorStylesBorrowedOrNull<'a> = Option<&'a RawServoAuthorStyles>; pub type RawServoAuthorStylesBorrowedOrNull<'a> = Option<&'a RawServoAuthorStyles>;
pub type RawServoAuthorStylesBorrowedMut<'a> = &'a mut RawServoAuthorStyles; pub type RawServoAuthorStylesBorrowedMut<'a> = &'a mut RawServoAuthorStyles;
pub type RawServoAuthorStylesBorrowedMutOrNull<'a> = Option<&'a mut RawServoAuthorStyles>; pub type RawServoAuthorStylesBorrowedMutOrNull<'a> = Option<&'a mut RawServoAuthorStyles>;
enum RawServoAuthorStylesVoid { enum RawServoAuthorStylesVoid { }
}
pub struct RawServoAuthorStyles(RawServoAuthorStylesVoid); pub struct RawServoAuthorStyles(RawServoAuthorStylesVoid);
pub type RawServoSelectorListOwned = pub type RawServoSelectorListOwned = ::gecko_bindings::sugar::ownership::Owned<RawServoSelectorList>;
::gecko_bindings::sugar::ownership::Owned<RawServoSelectorList>; pub type RawServoSelectorListOwnedOrNull = ::gecko_bindings::sugar::ownership::OwnedOrNull<RawServoSelectorList>;
pub type RawServoSelectorListOwnedOrNull =
::gecko_bindings::sugar::ownership::OwnedOrNull<RawServoSelectorList>;
pub type RawServoSelectorListBorrowed<'a> = &'a RawServoSelectorList; pub type RawServoSelectorListBorrowed<'a> = &'a RawServoSelectorList;
pub type RawServoSelectorListBorrowedOrNull<'a> = Option<&'a RawServoSelectorList>; pub type RawServoSelectorListBorrowedOrNull<'a> = Option<&'a RawServoSelectorList>;
pub type RawServoSelectorListBorrowedMut<'a> = &'a mut RawServoSelectorList; pub type RawServoSelectorListBorrowedMut<'a> = &'a mut RawServoSelectorList;
pub type RawServoSelectorListBorrowedMutOrNull<'a> = Option<&'a mut RawServoSelectorList>; pub type RawServoSelectorListBorrowedMutOrNull<'a> = Option<&'a mut RawServoSelectorList>;
pub type RawServoSourceSizeListOwned = pub type RawServoSourceSizeListOwned = ::gecko_bindings::sugar::ownership::Owned<RawServoSourceSizeList>;
::gecko_bindings::sugar::ownership::Owned<RawServoSourceSizeList>; pub type RawServoSourceSizeListOwnedOrNull = ::gecko_bindings::sugar::ownership::OwnedOrNull<RawServoSourceSizeList>;
pub type RawServoSourceSizeListOwnedOrNull =
::gecko_bindings::sugar::ownership::OwnedOrNull<RawServoSourceSizeList>;
pub type RawServoSourceSizeListBorrowed<'a> = &'a RawServoSourceSizeList; pub type RawServoSourceSizeListBorrowed<'a> = &'a RawServoSourceSizeList;
pub type RawServoSourceSizeListBorrowedOrNull<'a> = Option<&'a RawServoSourceSizeList>; pub type RawServoSourceSizeListBorrowedOrNull<'a> = Option<&'a RawServoSourceSizeList>;
pub type RawServoSourceSizeListBorrowedMut<'a> = &'a mut RawServoSourceSizeList; pub type RawServoSourceSizeListBorrowedMut<'a> = &'a mut RawServoSourceSizeList;
pub type RawServoSourceSizeListBorrowedMutOrNull<'a> = Option<&'a mut RawServoSourceSizeList>; pub type RawServoSourceSizeListBorrowedMutOrNull<'a> = Option<&'a mut RawServoSourceSizeList>;
pub type ServoElementSnapshotOwned = pub type ServoElementSnapshotOwned = ::gecko_bindings::sugar::ownership::Owned<ServoElementSnapshot>;
::gecko_bindings::sugar::ownership::Owned<ServoElementSnapshot>; pub type ServoElementSnapshotOwnedOrNull = ::gecko_bindings::sugar::ownership::OwnedOrNull<ServoElementSnapshot>;
pub type ServoElementSnapshotOwnedOrNull =
::gecko_bindings::sugar::ownership::OwnedOrNull<ServoElementSnapshot>;
pub type ServoElementSnapshotBorrowed<'a> = &'a ServoElementSnapshot; pub type ServoElementSnapshotBorrowed<'a> = &'a ServoElementSnapshot;
pub type ServoElementSnapshotBorrowedOrNull<'a> = Option<&'a ServoElementSnapshot>; pub type ServoElementSnapshotBorrowedOrNull<'a> = Option<&'a ServoElementSnapshot>;
pub type ServoElementSnapshotBorrowedMut<'a> = &'a mut ServoElementSnapshot; pub type ServoElementSnapshotBorrowedMut<'a> = &'a mut ServoElementSnapshot;
pub type ServoElementSnapshotBorrowedMutOrNull<'a> = Option<&'a mut ServoElementSnapshot>; pub type ServoElementSnapshotBorrowedMutOrNull<'a> = Option<&'a mut ServoElementSnapshot>;
pub type RawServoAnimationValueMapOwned = pub type RawServoAnimationValueMapOwned = ::gecko_bindings::sugar::ownership::Owned<RawServoAnimationValueMap>;
::gecko_bindings::sugar::ownership::Owned<RawServoAnimationValueMap>; pub type RawServoAnimationValueMapOwnedOrNull = ::gecko_bindings::sugar::ownership::OwnedOrNull<RawServoAnimationValueMap>;
pub type RawServoAnimationValueMapOwnedOrNull =
::gecko_bindings::sugar::ownership::OwnedOrNull<RawServoAnimationValueMap>;
pub type RawServoAnimationValueMapBorrowed<'a> = &'a RawServoAnimationValueMap; pub type RawServoAnimationValueMapBorrowed<'a> = &'a RawServoAnimationValueMap;
pub type RawServoAnimationValueMapBorrowedOrNull<'a> = Option<&'a RawServoAnimationValueMap>; pub type RawServoAnimationValueMapBorrowedOrNull<'a> = Option<&'a RawServoAnimationValueMap>;
pub type RawServoAnimationValueMapBorrowedMut<'a> = &'a mut RawServoAnimationValueMap; pub type RawServoAnimationValueMapBorrowedMut<'a> = &'a mut RawServoAnimationValueMap;
pub type RawServoAnimationValueMapBorrowedMutOrNull<'a> = Option<&'a mut RawServoAnimationValueMap>; pub type RawServoAnimationValueMapBorrowedMutOrNull<'a> = Option<&'a mut RawServoAnimationValueMap>;
enum RawServoAnimationValueMapVoid { enum RawServoAnimationValueMapVoid { }
}
pub struct RawServoAnimationValueMap(RawServoAnimationValueMapVoid); pub struct RawServoAnimationValueMap(RawServoAnimationValueMapVoid);
pub type RawGeckoNodeBorrowed<'a> = &'a RawGeckoNode; pub type RawGeckoNodeBorrowed<'a> = &'a RawGeckoNode;
pub type RawGeckoNodeBorrowedOrNull<'a> = Option<&'a RawGeckoNode>; pub type RawGeckoNodeBorrowedOrNull<'a> = Option<&'a RawGeckoNode>;
@ -317,8 +303,7 @@ pub type RawGeckoElementBorrowedOrNull<'a> = Option<&'a RawGeckoElement>;
pub type RawGeckoDocumentBorrowed<'a> = &'a RawGeckoDocument; pub type RawGeckoDocumentBorrowed<'a> = &'a RawGeckoDocument;
pub type RawGeckoDocumentBorrowedOrNull<'a> = Option<&'a RawGeckoDocument>; pub type RawGeckoDocumentBorrowedOrNull<'a> = Option<&'a RawGeckoDocument>;
pub type RawServoDeclarationBlockStrongBorrowed<'a> = &'a RawServoDeclarationBlockStrong; pub type RawServoDeclarationBlockStrongBorrowed<'a> = &'a RawServoDeclarationBlockStrong;
pub type RawServoDeclarationBlockStrongBorrowedOrNull<'a> = pub type RawServoDeclarationBlockStrongBorrowedOrNull<'a> = Option<&'a RawServoDeclarationBlockStrong>;
Option<&'a RawServoDeclarationBlockStrong>;
pub type RawGeckoPresContextBorrowed<'a> = &'a RawGeckoPresContext; pub type RawGeckoPresContextBorrowed<'a> = &'a RawGeckoPresContext;
pub type RawGeckoPresContextBorrowedOrNull<'a> = Option<&'a RawGeckoPresContext>; pub type RawGeckoPresContextBorrowedOrNull<'a> = Option<&'a RawGeckoPresContext>;
pub type RawGeckoXBLBindingBorrowed<'a> = &'a RawGeckoXBLBinding; pub type RawGeckoXBLBindingBorrowed<'a> = &'a RawGeckoXBLBinding;
@ -336,11 +321,9 @@ pub type nsTimingFunctionBorrowedOrNull<'a> = Option<&'a nsTimingFunction>;
pub type nsTimingFunctionBorrowedMut<'a> = &'a mut nsTimingFunction; pub type nsTimingFunctionBorrowedMut<'a> = &'a mut nsTimingFunction;
pub type nsTimingFunctionBorrowedMutOrNull<'a> = Option<&'a mut nsTimingFunction>; pub type nsTimingFunctionBorrowedMutOrNull<'a> = Option<&'a mut nsTimingFunction>;
pub type RawGeckoAnimationPropertySegmentBorrowed<'a> = &'a RawGeckoAnimationPropertySegment; pub type RawGeckoAnimationPropertySegmentBorrowed<'a> = &'a RawGeckoAnimationPropertySegment;
pub type RawGeckoAnimationPropertySegmentBorrowedOrNull<'a> = pub type RawGeckoAnimationPropertySegmentBorrowedOrNull<'a> = Option<&'a RawGeckoAnimationPropertySegment>;
Option<&'a RawGeckoAnimationPropertySegment>;
pub type RawGeckoAnimationPropertySegmentBorrowedMut<'a> = &'a mut RawGeckoAnimationPropertySegment; pub type RawGeckoAnimationPropertySegmentBorrowedMut<'a> = &'a mut RawGeckoAnimationPropertySegment;
pub type RawGeckoAnimationPropertySegmentBorrowedMutOrNull<'a> = pub type RawGeckoAnimationPropertySegmentBorrowedMutOrNull<'a> = Option<&'a mut RawGeckoAnimationPropertySegment>;
Option<&'a mut RawGeckoAnimationPropertySegment>;
pub type RawGeckoComputedTimingBorrowed<'a> = &'a RawGeckoComputedTiming; pub type RawGeckoComputedTimingBorrowed<'a> = &'a RawGeckoComputedTiming;
pub type RawGeckoComputedTimingBorrowedOrNull<'a> = Option<&'a RawGeckoComputedTiming>; pub type RawGeckoComputedTimingBorrowedOrNull<'a> = Option<&'a RawGeckoComputedTiming>;
pub type RawGeckoComputedTimingBorrowedMut<'a> = &'a mut RawGeckoComputedTiming; pub type RawGeckoComputedTimingBorrowedMut<'a> = &'a mut RawGeckoComputedTiming;
@ -354,18 +337,13 @@ pub type RawGeckoKeyframeListBorrowedOrNull<'a> = Option<&'a RawGeckoKeyframeLis
pub type RawGeckoKeyframeListBorrowedMut<'a> = &'a mut RawGeckoKeyframeList; pub type RawGeckoKeyframeListBorrowedMut<'a> = &'a mut RawGeckoKeyframeList;
pub type RawGeckoKeyframeListBorrowedMutOrNull<'a> = Option<&'a mut RawGeckoKeyframeList>; pub type RawGeckoKeyframeListBorrowedMutOrNull<'a> = Option<&'a mut RawGeckoKeyframeList>;
pub type RawGeckoPropertyValuePairListBorrowed<'a> = &'a RawGeckoPropertyValuePairList; pub type RawGeckoPropertyValuePairListBorrowed<'a> = &'a RawGeckoPropertyValuePairList;
pub type RawGeckoPropertyValuePairListBorrowedOrNull<'a> = pub type RawGeckoPropertyValuePairListBorrowedOrNull<'a> = Option<&'a RawGeckoPropertyValuePairList>;
Option<&'a RawGeckoPropertyValuePairList>;
pub type RawGeckoPropertyValuePairListBorrowedMut<'a> = &'a mut RawGeckoPropertyValuePairList; pub type RawGeckoPropertyValuePairListBorrowedMut<'a> = &'a mut RawGeckoPropertyValuePairList;
pub type RawGeckoPropertyValuePairListBorrowedMutOrNull<'a> = pub type RawGeckoPropertyValuePairListBorrowedMutOrNull<'a> = Option<&'a mut RawGeckoPropertyValuePairList>;
Option<&'a mut RawGeckoPropertyValuePairList>;
pub type RawGeckoComputedKeyframeValuesListBorrowed<'a> = &'a RawGeckoComputedKeyframeValuesList; pub type RawGeckoComputedKeyframeValuesListBorrowed<'a> = &'a RawGeckoComputedKeyframeValuesList;
pub type RawGeckoComputedKeyframeValuesListBorrowedOrNull<'a> = pub type RawGeckoComputedKeyframeValuesListBorrowedOrNull<'a> = Option<&'a RawGeckoComputedKeyframeValuesList>;
Option<&'a RawGeckoComputedKeyframeValuesList>; pub type RawGeckoComputedKeyframeValuesListBorrowedMut<'a> = &'a mut RawGeckoComputedKeyframeValuesList;
pub type RawGeckoComputedKeyframeValuesListBorrowedMut<'a> = pub type RawGeckoComputedKeyframeValuesListBorrowedMutOrNull<'a> = Option<&'a mut RawGeckoComputedKeyframeValuesList>;
&'a mut RawGeckoComputedKeyframeValuesList;
pub type RawGeckoComputedKeyframeValuesListBorrowedMutOrNull<'a> =
Option<&'a mut RawGeckoComputedKeyframeValuesList>;
pub type RawGeckoFontFaceRuleListBorrowed<'a> = &'a RawGeckoFontFaceRuleList; pub type RawGeckoFontFaceRuleListBorrowed<'a> = &'a RawGeckoFontFaceRuleList;
pub type RawGeckoFontFaceRuleListBorrowedOrNull<'a> = Option<&'a RawGeckoFontFaceRuleList>; pub type RawGeckoFontFaceRuleListBorrowedOrNull<'a> = Option<&'a RawGeckoFontFaceRuleList>;
pub type RawGeckoFontFaceRuleListBorrowedMut<'a> = &'a mut RawGeckoFontFaceRuleList; pub type RawGeckoFontFaceRuleListBorrowedMut<'a> = &'a mut RawGeckoFontFaceRuleList;
@ -373,37 +351,28 @@ pub type RawGeckoFontFaceRuleListBorrowedMutOrNull<'a> = Option<&'a mut RawGecko
pub type RawGeckoServoStyleRuleListBorrowed<'a> = &'a RawGeckoServoStyleRuleList; pub type RawGeckoServoStyleRuleListBorrowed<'a> = &'a RawGeckoServoStyleRuleList;
pub type RawGeckoServoStyleRuleListBorrowedOrNull<'a> = Option<&'a RawGeckoServoStyleRuleList>; pub type RawGeckoServoStyleRuleListBorrowedOrNull<'a> = Option<&'a RawGeckoServoStyleRuleList>;
pub type RawGeckoServoStyleRuleListBorrowedMut<'a> = &'a mut RawGeckoServoStyleRuleList; pub type RawGeckoServoStyleRuleListBorrowedMut<'a> = &'a mut RawGeckoServoStyleRuleList;
pub type RawGeckoServoStyleRuleListBorrowedMutOrNull<'a> = pub type RawGeckoServoStyleRuleListBorrowedMutOrNull<'a> = Option<&'a mut RawGeckoServoStyleRuleList>;
Option<&'a mut RawGeckoServoStyleRuleList>;
pub type RawGeckoServoAnimationValueListBorrowed<'a> = &'a RawGeckoServoAnimationValueList; pub type RawGeckoServoAnimationValueListBorrowed<'a> = &'a RawGeckoServoAnimationValueList;
pub type RawGeckoServoAnimationValueListBorrowedOrNull<'a> = pub type RawGeckoServoAnimationValueListBorrowedOrNull<'a> = Option<&'a RawGeckoServoAnimationValueList>;
Option<&'a RawGeckoServoAnimationValueList>;
pub type RawGeckoServoAnimationValueListBorrowedMut<'a> = &'a mut RawGeckoServoAnimationValueList; pub type RawGeckoServoAnimationValueListBorrowedMut<'a> = &'a mut RawGeckoServoAnimationValueList;
pub type RawGeckoServoAnimationValueListBorrowedMutOrNull<'a> = pub type RawGeckoServoAnimationValueListBorrowedMutOrNull<'a> = Option<&'a mut RawGeckoServoAnimationValueList>;
Option<&'a mut RawGeckoServoAnimationValueList>;
pub type RawGeckoStyleAnimationListBorrowed<'a> = &'a RawGeckoStyleAnimationList; pub type RawGeckoStyleAnimationListBorrowed<'a> = &'a RawGeckoStyleAnimationList;
pub type RawGeckoStyleAnimationListBorrowedOrNull<'a> = Option<&'a RawGeckoStyleAnimationList>; pub type RawGeckoStyleAnimationListBorrowedOrNull<'a> = Option<&'a RawGeckoStyleAnimationList>;
pub type RawGeckoStyleAnimationListBorrowedMut<'a> = &'a mut RawGeckoStyleAnimationList; pub type RawGeckoStyleAnimationListBorrowedMut<'a> = &'a mut RawGeckoStyleAnimationList;
pub type RawGeckoStyleAnimationListBorrowedMutOrNull<'a> = pub type RawGeckoStyleAnimationListBorrowedMutOrNull<'a> = Option<&'a mut RawGeckoStyleAnimationList>;
Option<&'a mut RawGeckoStyleAnimationList>;
pub type RawGeckoStyleChildrenIteratorBorrowed<'a> = &'a RawGeckoStyleChildrenIterator; pub type RawGeckoStyleChildrenIteratorBorrowed<'a> = &'a RawGeckoStyleChildrenIterator;
pub type RawGeckoStyleChildrenIteratorBorrowedOrNull<'a> = pub type RawGeckoStyleChildrenIteratorBorrowedOrNull<'a> = Option<&'a RawGeckoStyleChildrenIterator>;
Option<&'a RawGeckoStyleChildrenIterator>;
pub type RawGeckoStyleChildrenIteratorBorrowedMut<'a> = &'a mut RawGeckoStyleChildrenIterator; pub type RawGeckoStyleChildrenIteratorBorrowedMut<'a> = &'a mut RawGeckoStyleChildrenIterator;
pub type RawGeckoStyleChildrenIteratorBorrowedMutOrNull<'a> = pub type RawGeckoStyleChildrenIteratorBorrowedMutOrNull<'a> = Option<&'a mut RawGeckoStyleChildrenIterator>;
Option<&'a mut RawGeckoStyleChildrenIterator>;
pub type ServoCssRulesStrong = ::gecko_bindings::sugar::ownership::Strong<ServoCssRules>; pub type ServoCssRulesStrong = ::gecko_bindings::sugar::ownership::Strong<ServoCssRules>;
pub type ServoCssRulesBorrowed<'a> = &'a ServoCssRules; pub type ServoCssRulesBorrowed<'a> = &'a ServoCssRules;
pub type ServoCssRulesBorrowedOrNull<'a> = Option<&'a ServoCssRules>; pub type ServoCssRulesBorrowedOrNull<'a> = Option<&'a ServoCssRules>;
enum ServoCssRulesVoid { enum ServoCssRulesVoid { }
}
pub struct ServoCssRules(ServoCssRulesVoid); pub struct ServoCssRules(ServoCssRulesVoid);
pub type RawServoStyleSheetContentsStrong = pub type RawServoStyleSheetContentsStrong = ::gecko_bindings::sugar::ownership::Strong<RawServoStyleSheetContents>;
::gecko_bindings::sugar::ownership::Strong<RawServoStyleSheetContents>;
pub type RawServoStyleSheetContentsBorrowed<'a> = &'a RawServoStyleSheetContents; pub type RawServoStyleSheetContentsBorrowed<'a> = &'a RawServoStyleSheetContents;
pub type RawServoStyleSheetContentsBorrowedOrNull<'a> = Option<&'a RawServoStyleSheetContents>; pub type RawServoStyleSheetContentsBorrowedOrNull<'a> = Option<&'a RawServoStyleSheetContents>;
pub type RawServoDeclarationBlockStrong = pub type RawServoDeclarationBlockStrong = ::gecko_bindings::sugar::ownership::Strong<RawServoDeclarationBlock>;
::gecko_bindings::sugar::ownership::Strong<RawServoDeclarationBlock>;
pub type RawServoDeclarationBlockBorrowed<'a> = &'a RawServoDeclarationBlock; pub type RawServoDeclarationBlockBorrowed<'a> = &'a RawServoDeclarationBlock;
pub type RawServoDeclarationBlockBorrowedOrNull<'a> = Option<&'a RawServoDeclarationBlock>; pub type RawServoDeclarationBlockBorrowedOrNull<'a> = Option<&'a RawServoDeclarationBlock>;
pub type RawServoStyleRuleStrong = ::gecko_bindings::sugar::ownership::Strong<RawServoStyleRule>; pub type RawServoStyleRuleStrong = ::gecko_bindings::sugar::ownership::Strong<RawServoStyleRule>;
@ -412,25 +381,20 @@ pub type RawServoStyleRuleBorrowedOrNull<'a> = Option<&'a RawServoStyleRule>;
pub type RawServoImportRuleStrong = ::gecko_bindings::sugar::ownership::Strong<RawServoImportRule>; pub type RawServoImportRuleStrong = ::gecko_bindings::sugar::ownership::Strong<RawServoImportRule>;
pub type RawServoImportRuleBorrowed<'a> = &'a RawServoImportRule; pub type RawServoImportRuleBorrowed<'a> = &'a RawServoImportRule;
pub type RawServoImportRuleBorrowedOrNull<'a> = Option<&'a RawServoImportRule>; pub type RawServoImportRuleBorrowedOrNull<'a> = Option<&'a RawServoImportRule>;
enum RawServoImportRuleVoid { enum RawServoImportRuleVoid { }
}
pub struct RawServoImportRule(RawServoImportRuleVoid); pub struct RawServoImportRule(RawServoImportRuleVoid);
pub type RawServoAnimationValueStrong = pub type RawServoAnimationValueStrong = ::gecko_bindings::sugar::ownership::Strong<RawServoAnimationValue>;
::gecko_bindings::sugar::ownership::Strong<RawServoAnimationValue>;
pub type RawServoAnimationValueBorrowed<'a> = &'a RawServoAnimationValue; pub type RawServoAnimationValueBorrowed<'a> = &'a RawServoAnimationValue;
pub type RawServoAnimationValueBorrowedOrNull<'a> = Option<&'a RawServoAnimationValue>; pub type RawServoAnimationValueBorrowedOrNull<'a> = Option<&'a RawServoAnimationValue>;
pub type RawServoKeyframeStrong = ::gecko_bindings::sugar::ownership::Strong<RawServoKeyframe>; pub type RawServoKeyframeStrong = ::gecko_bindings::sugar::ownership::Strong<RawServoKeyframe>;
pub type RawServoKeyframeBorrowed<'a> = &'a RawServoKeyframe; pub type RawServoKeyframeBorrowed<'a> = &'a RawServoKeyframe;
pub type RawServoKeyframeBorrowedOrNull<'a> = Option<&'a RawServoKeyframe>; pub type RawServoKeyframeBorrowedOrNull<'a> = Option<&'a RawServoKeyframe>;
enum RawServoKeyframeVoid { enum RawServoKeyframeVoid { }
}
pub struct RawServoKeyframe(RawServoKeyframeVoid); pub struct RawServoKeyframe(RawServoKeyframeVoid);
pub type RawServoKeyframesRuleStrong = pub type RawServoKeyframesRuleStrong = ::gecko_bindings::sugar::ownership::Strong<RawServoKeyframesRule>;
::gecko_bindings::sugar::ownership::Strong<RawServoKeyframesRule>;
pub type RawServoKeyframesRuleBorrowed<'a> = &'a RawServoKeyframesRule; pub type RawServoKeyframesRuleBorrowed<'a> = &'a RawServoKeyframesRule;
pub type RawServoKeyframesRuleBorrowedOrNull<'a> = Option<&'a RawServoKeyframesRule>; pub type RawServoKeyframesRuleBorrowedOrNull<'a> = Option<&'a RawServoKeyframesRule>;
enum RawServoKeyframesRuleVoid { enum RawServoKeyframesRuleVoid { }
}
pub struct RawServoKeyframesRule(RawServoKeyframesRuleVoid); pub struct RawServoKeyframesRule(RawServoKeyframesRuleVoid);
pub type RawServoMediaListStrong = ::gecko_bindings::sugar::ownership::Strong<RawServoMediaList>; pub type RawServoMediaListStrong = ::gecko_bindings::sugar::ownership::Strong<RawServoMediaList>;
pub type RawServoMediaListBorrowed<'a> = &'a RawServoMediaList; pub type RawServoMediaListBorrowed<'a> = &'a RawServoMediaList;
@ -438,49 +402,37 @@ pub type RawServoMediaListBorrowedOrNull<'a> = Option<&'a RawServoMediaList>;
pub type RawServoMediaRuleStrong = ::gecko_bindings::sugar::ownership::Strong<RawServoMediaRule>; pub type RawServoMediaRuleStrong = ::gecko_bindings::sugar::ownership::Strong<RawServoMediaRule>;
pub type RawServoMediaRuleBorrowed<'a> = &'a RawServoMediaRule; pub type RawServoMediaRuleBorrowed<'a> = &'a RawServoMediaRule;
pub type RawServoMediaRuleBorrowedOrNull<'a> = Option<&'a RawServoMediaRule>; pub type RawServoMediaRuleBorrowedOrNull<'a> = Option<&'a RawServoMediaRule>;
enum RawServoMediaRuleVoid { enum RawServoMediaRuleVoid { }
}
pub struct RawServoMediaRule(RawServoMediaRuleVoid); pub struct RawServoMediaRule(RawServoMediaRuleVoid);
pub type RawServoNamespaceRuleStrong = pub type RawServoNamespaceRuleStrong = ::gecko_bindings::sugar::ownership::Strong<RawServoNamespaceRule>;
::gecko_bindings::sugar::ownership::Strong<RawServoNamespaceRule>;
pub type RawServoNamespaceRuleBorrowed<'a> = &'a RawServoNamespaceRule; pub type RawServoNamespaceRuleBorrowed<'a> = &'a RawServoNamespaceRule;
pub type RawServoNamespaceRuleBorrowedOrNull<'a> = Option<&'a RawServoNamespaceRule>; pub type RawServoNamespaceRuleBorrowedOrNull<'a> = Option<&'a RawServoNamespaceRule>;
enum RawServoNamespaceRuleVoid { enum RawServoNamespaceRuleVoid { }
}
pub struct RawServoNamespaceRule(RawServoNamespaceRuleVoid); pub struct RawServoNamespaceRule(RawServoNamespaceRuleVoid);
pub type RawServoPageRuleStrong = ::gecko_bindings::sugar::ownership::Strong<RawServoPageRule>; pub type RawServoPageRuleStrong = ::gecko_bindings::sugar::ownership::Strong<RawServoPageRule>;
pub type RawServoPageRuleBorrowed<'a> = &'a RawServoPageRule; pub type RawServoPageRuleBorrowed<'a> = &'a RawServoPageRule;
pub type RawServoPageRuleBorrowedOrNull<'a> = Option<&'a RawServoPageRule>; pub type RawServoPageRuleBorrowedOrNull<'a> = Option<&'a RawServoPageRule>;
enum RawServoPageRuleVoid { enum RawServoPageRuleVoid { }
}
pub struct RawServoPageRule(RawServoPageRuleVoid); pub struct RawServoPageRule(RawServoPageRuleVoid);
pub type RawServoSupportsRuleStrong = pub type RawServoSupportsRuleStrong = ::gecko_bindings::sugar::ownership::Strong<RawServoSupportsRule>;
::gecko_bindings::sugar::ownership::Strong<RawServoSupportsRule>;
pub type RawServoSupportsRuleBorrowed<'a> = &'a RawServoSupportsRule; pub type RawServoSupportsRuleBorrowed<'a> = &'a RawServoSupportsRule;
pub type RawServoSupportsRuleBorrowedOrNull<'a> = Option<&'a RawServoSupportsRule>; pub type RawServoSupportsRuleBorrowedOrNull<'a> = Option<&'a RawServoSupportsRule>;
enum RawServoSupportsRuleVoid { enum RawServoSupportsRuleVoid { }
}
pub struct RawServoSupportsRule(RawServoSupportsRuleVoid); pub struct RawServoSupportsRule(RawServoSupportsRuleVoid);
pub type RawServoDocumentRuleStrong = pub type RawServoDocumentRuleStrong = ::gecko_bindings::sugar::ownership::Strong<RawServoDocumentRule>;
::gecko_bindings::sugar::ownership::Strong<RawServoDocumentRule>;
pub type RawServoDocumentRuleBorrowed<'a> = &'a RawServoDocumentRule; pub type RawServoDocumentRuleBorrowed<'a> = &'a RawServoDocumentRule;
pub type RawServoDocumentRuleBorrowedOrNull<'a> = Option<&'a RawServoDocumentRule>; pub type RawServoDocumentRuleBorrowedOrNull<'a> = Option<&'a RawServoDocumentRule>;
enum RawServoDocumentRuleVoid { enum RawServoDocumentRuleVoid { }
}
pub struct RawServoDocumentRule(RawServoDocumentRuleVoid); pub struct RawServoDocumentRule(RawServoDocumentRuleVoid);
pub type RawServoFontFeatureValuesRuleStrong = pub type RawServoFontFeatureValuesRuleStrong = ::gecko_bindings::sugar::ownership::Strong<RawServoFontFeatureValuesRule>;
::gecko_bindings::sugar::ownership::Strong<RawServoFontFeatureValuesRule>;
pub type RawServoFontFeatureValuesRuleBorrowed<'a> = &'a RawServoFontFeatureValuesRule; pub type RawServoFontFeatureValuesRuleBorrowed<'a> = &'a RawServoFontFeatureValuesRule;
pub type RawServoFontFeatureValuesRuleBorrowedOrNull<'a> = pub type RawServoFontFeatureValuesRuleBorrowedOrNull<'a> = Option<&'a RawServoFontFeatureValuesRule>;
Option<&'a RawServoFontFeatureValuesRule>; enum RawServoFontFeatureValuesRuleVoid { }
enum RawServoFontFeatureValuesRuleVoid {
}
pub struct RawServoFontFeatureValuesRule(RawServoFontFeatureValuesRuleVoid); pub struct RawServoFontFeatureValuesRule(RawServoFontFeatureValuesRuleVoid);
pub type RawServoRuleNodeStrong = ::gecko_bindings::sugar::ownership::Strong<RawServoRuleNode>; pub type RawServoRuleNodeStrong = ::gecko_bindings::sugar::ownership::Strong<RawServoRuleNode>;
pub type RawServoRuleNodeBorrowed<'a> = &'a RawServoRuleNode; pub type RawServoRuleNodeBorrowed<'a> = &'a RawServoRuleNode;
pub type RawServoRuleNodeBorrowedOrNull<'a> = Option<&'a RawServoRuleNode>; pub type RawServoRuleNodeBorrowedOrNull<'a> = Option<&'a RawServoRuleNode>;
enum RawServoRuleNodeVoid { enum RawServoRuleNodeVoid { }
}
pub struct RawServoRuleNode(RawServoRuleNodeVoid); pub struct RawServoRuleNode(RawServoRuleNodeVoid);
extern "C" { extern "C" {
@ -992,23 +944,6 @@ extern "C" {
extern "C" { extern "C" {
pub fn Gecko_ReleaseAtom(aAtom: *mut nsAtom); pub fn Gecko_ReleaseAtom(aAtom: *mut nsAtom);
} }
extern "C" {
pub fn Gecko_GetAtomAsUTF16(aAtom: *mut nsAtom, aLength: *mut u32) -> *const u16;
}
extern "C" {
pub fn Gecko_AtomEqualsUTF8(
aAtom: *mut nsAtom,
aString: *const ::std::os::raw::c_char,
aLength: u32,
) -> bool;
}
extern "C" {
pub fn Gecko_AtomEqualsUTF8IgnoreCase(
aAtom: *mut nsAtom,
aString: *const ::std::os::raw::c_char,
aLength: u32,
) -> bool;
}
extern "C" { extern "C" {
pub fn Gecko_CopyFontFamilyFrom(dst: *mut nsFont, src: *const nsFont); pub fn Gecko_CopyFontFamilyFrom(dst: *mut nsFont, src: *const nsFont);
} }
@ -1591,11 +1526,6 @@ extern "C" {
aElement: RawGeckoElementBorrowed, aElement: RawGeckoElementBorrowed,
) -> RawGeckoElementBorrowedOrNull; ) -> RawGeckoElementBorrowedOrNull;
} }
extern "C" {
pub fn Gecko_GetXBLBinding(
aElement: RawGeckoElementBorrowed,
) -> RawGeckoXBLBindingBorrowedOrNull;
}
extern "C" { extern "C" {
pub fn Gecko_XBLBinding_GetRawServoStyles( pub fn Gecko_XBLBinding_GetRawServoStyles(
aXBLBinding: RawGeckoXBLBindingBorrowed, aXBLBinding: RawGeckoXBLBindingBorrowed,

File diff suppressed because it is too large Load diff