From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- toolkit/content/Makefile.in | 9 + toolkit/content/TopLevelVideoDocument.js | 48 + toolkit/content/XPCNativeWrapper.js | 7 + toolkit/content/about.js | 32 + toolkit/content/about.xhtml | 41 + toolkit/content/aboutAbout.js | 47 + toolkit/content/aboutAbout.xhtml | 25 + toolkit/content/aboutNetworking.js | 414 ++ toolkit/content/aboutNetworking.xhtml | 168 + toolkit/content/aboutProfiles.js | 339 ++ toolkit/content/aboutProfiles.xhtml | 38 + toolkit/content/aboutRights-unbranded.xhtml | 59 + toolkit/content/aboutRights.xhtml | 96 + toolkit/content/aboutServiceWorkers.js | 184 + toolkit/content/aboutServiceWorkers.xhtml | 34 + toolkit/content/aboutSupport.js | 1003 ++++ toolkit/content/aboutSupport.xhtml | 555 ++ toolkit/content/aboutTelemetry.css | 271 + toolkit/content/aboutTelemetry.js | 2175 +++++++ toolkit/content/aboutTelemetry.xhtml | 290 + toolkit/content/aboutwebrtc/aboutWebrtc.css | 97 + toolkit/content/aboutwebrtc/aboutWebrtc.html | 21 + toolkit/content/aboutwebrtc/aboutWebrtc.js | 841 +++ toolkit/content/autocomplete.css | 40 + toolkit/content/browser-child.js | 625 +++ toolkit/content/browser-content.js | 1762 ++++++ toolkit/content/buildconfig.html | 66 + toolkit/content/contentAreaUtils.js | 1330 +++++ toolkit/content/customizeToolbar.css | 39 + toolkit/content/customizeToolbar.js | 839 +++ toolkit/content/customizeToolbar.xul | 67 + toolkit/content/directionDetector.html | 13 + toolkit/content/editMenuOverlay.js | 39 + toolkit/content/editMenuOverlay.xul | 108 + toolkit/content/filepicker.properties | 12 + toolkit/content/findUtils.js | 111 + toolkit/content/finddialog.js | 151 + toolkit/content/finddialog.xul | 58 + toolkit/content/globalOverlay.js | 168 + toolkit/content/gmp-sources/eme-adobe.json | 31 + toolkit/content/gmp-sources/openh264.json | 67 + toolkit/content/gmp-sources/widevinecdm.json | 49 + toolkit/content/jar.mn | 120 + toolkit/content/license.html | 5906 ++++++++++++++++++++ toolkit/content/macWindowMenu.inc | 40 + toolkit/content/macWindowMenu.js | 51 + toolkit/content/menulist.css | 11 + toolkit/content/minimal-xul.css | 133 + toolkit/content/moz.build | 34 + toolkit/content/mozilla.xhtml | 66 + toolkit/content/plugins.css | 88 + toolkit/content/plugins.html | 217 + toolkit/content/process-content.js | 84 + toolkit/content/resetProfile.css | 15 + toolkit/content/resetProfile.js | 20 + toolkit/content/resetProfile.xul | 35 + toolkit/content/resetProfileProgress.xul | 25 + toolkit/content/select-child.js | 26 + toolkit/content/tests/browser/.eslintrc.js | 7 + toolkit/content/tests/browser/audio.ogg | Bin 0 -> 14290 bytes toolkit/content/tests/browser/browser.ini | 75 + .../tests/browser/browser_audioCompeting.js | 115 + .../browser_audioCompeting_onlyForActiveAgent.js | 176 + .../tests/browser/browser_autoscroll_disabled.js | 67 + .../tests/browser/browser_block_autoplay_media.js | 87 + .../content/tests/browser/browser_bug1170531.js | 92 + .../content/tests/browser/browser_bug1198465.js | 75 + .../browser_bug295977_autoscroll_overflow.js | 214 + toolkit/content/tests/browser/browser_bug451286.js | 152 + toolkit/content/tests/browser/browser_bug594509.js | 9 + toolkit/content/tests/browser/browser_bug982298.js | 70 + .../content/tests/browser/browser_contentTitle.js | 16 + .../browser/browser_content_url_annotation.js | 73 + .../browser/browser_crash_previous_frameloader.js | 108 + .../browser/browser_default_image_filename.js | 45 + .../tests/browser/browser_f7_caret_browsing.js | 227 + toolkit/content/tests/browser/browser_findbar.js | 249 + .../content/tests/browser/browser_isSynthetic.js | 72 + .../browser_keyevents_during_autoscrolling.js | 120 + .../tests/browser/browser_label_textlink.js | 38 + .../content/tests/browser/browser_mediaPlayback.js | 30 + .../tests/browser/browser_mediaPlayback_mute.js | 104 + .../browser/browser_mediaPlayback_suspended.js | 191 + ...rowser_mediaPlayback_suspended_multipleAudio.js | 311 ++ toolkit/content/tests/browser/browser_mute.js | 16 + toolkit/content/tests/browser/browser_mute2.js | 26 + .../tests/browser/browser_quickfind_editable.js | 47 + .../content/tests/browser/browser_saveImageURL.js | 68 + .../tests/browser/browser_save_resend_postdata.js | 145 + .../content/tests/browser/common/mockTransfer.js | 67 + .../content/tests/browser/data/post_form_inner.sjs | 31 + .../content/tests/browser/data/post_form_outer.sjs | 34 + toolkit/content/tests/browser/empty.png | Bin 0 -> 14528 bytes .../content/tests/browser/file_contentTitle.html | 14 + .../content/tests/browser/file_mediaPlayback.html | 9 + .../content/tests/browser/file_mediaPlayback2.html | 12 + .../tests/browser/file_mediaPlaybackFrame.html | 2 + .../tests/browser/file_mediaPlaybackFrame2.html | 2 + .../content/tests/browser/file_multipleAudio.html | 19 + .../tests/browser/file_multiplePlayingAudio.html | 23 + toolkit/content/tests/browser/file_redirect.html | 13 + .../content/tests/browser/file_redirect_to.html | 15 + toolkit/content/tests/browser/head.js | 33 + toolkit/content/tests/browser/image.jpg | Bin 0 -> 24204 bytes toolkit/content/tests/browser/image_page.html | 9 + toolkit/content/tests/chrome/.eslintrc.js | 7 + .../tests/chrome/RegisterUnregisterChrome.js | 161 + toolkit/content/tests/chrome/bug263683_window.xul | 210 + toolkit/content/tests/chrome/bug304188_window.xul | 94 + toolkit/content/tests/chrome/bug331215_window.xul | 102 + toolkit/content/tests/chrome/bug360437_window.xul | 120 + toolkit/content/tests/chrome/bug366992_window.xul | 57 + toolkit/content/tests/chrome/bug409624_window.xul | 98 + toolkit/content/tests/chrome/bug429723_window.xul | 84 + toolkit/content/tests/chrome/bug451540_window.xul | 248 + toolkit/content/tests/chrome/bug624329_window.xul | 22 + toolkit/content/tests/chrome/chrome.ini | 199 + .../content/tests/chrome/dialog_dialogfocus.xul | 57 + .../tests/chrome/file_about_networking_wsh.py | 9 + .../chrome/file_autocomplete_with_composition.js | 540 ++ .../tests/chrome/findbar_entireword_window.xul | 275 + .../content/tests/chrome/findbar_events_window.xul | 173 + toolkit/content/tests/chrome/findbar_window.xul | 756 +++ .../content/tests/chrome/frame_popup_anchor.xul | 82 + .../tests/chrome/frame_popupremoving_frame.xul | 75 + .../chrome/frame_subframe_origin_subframe1.xul | 43 + .../chrome/frame_subframe_origin_subframe2.xul | 39 + .../content/tests/chrome/popup_childframe_node.xul | 2 + toolkit/content/tests/chrome/popup_trigger.js | 859 +++ toolkit/content/tests/chrome/rtlchrome/rtl.css | 2 + toolkit/content/tests/chrome/rtlchrome/rtl.dtd | 1 + .../content/tests/chrome/rtlchrome/rtl.manifest | 5 + .../tests/chrome/rtltest/content/dirtest.xul | 25 + .../tests/chrome/rtltest/righttoleft.manifest | 3 + .../tests/chrome/sample_entireword_latin1.html | 11 + .../tests/chrome/test_about_networking.html | 58 + toolkit/content/tests/chrome/test_arrowpanel.xul | 327 ++ .../content/tests/chrome/test_autocomplete2.xul | 197 + .../content/tests/chrome/test_autocomplete3.xul | 188 + .../content/tests/chrome/test_autocomplete4.xul | 280 + .../content/tests/chrome/test_autocomplete5.xul | 152 + .../chrome/test_autocomplete_delayOnPaste.xul | 128 + .../tests/chrome/test_autocomplete_emphasis.xul | 175 + .../tests/chrome/test_autocomplete_mac_caret.xul | 74 + .../test_autocomplete_placehold_last_complete.xul | 309 + ...est_autocomplete_with_composition_on_input.html | 64 + ...st_autocomplete_with_composition_on_textbox.xul | 124 + toolkit/content/tests/chrome/test_browser_drop.xul | 38 + toolkit/content/tests/chrome/test_bug1048178.xul | 86 + toolkit/content/tests/chrome/test_bug253481.xul | 90 + toolkit/content/tests/chrome/test_bug263683.xul | 39 + toolkit/content/tests/chrome/test_bug304188.xul | 37 + toolkit/content/tests/chrome/test_bug331215.xul | 38 + toolkit/content/tests/chrome/test_bug360220.xul | 61 + toolkit/content/tests/chrome/test_bug360437.xul | 40 + toolkit/content/tests/chrome/test_bug365773.xul | 67 + toolkit/content/tests/chrome/test_bug366992.xul | 40 + toolkit/content/tests/chrome/test_bug382990.xul | 44 + toolkit/content/tests/chrome/test_bug409624.xul | 39 + toolkit/content/tests/chrome/test_bug418874.xul | 71 + toolkit/content/tests/chrome/test_bug429723.xul | 38 + toolkit/content/tests/chrome/test_bug437844.xul | 95 + toolkit/content/tests/chrome/test_bug451540.xul | 39 + toolkit/content/tests/chrome/test_bug457632.xul | 178 + toolkit/content/tests/chrome/test_bug460942.xul | 42 + toolkit/content/tests/chrome/test_bug471776.xul | 47 + toolkit/content/tests/chrome/test_bug509732.xul | 53 + toolkit/content/tests/chrome/test_bug554279.xul | 39 + toolkit/content/tests/chrome/test_bug557987.xul | 76 + toolkit/content/tests/chrome/test_bug562554.xul | 92 + toolkit/content/tests/chrome/test_bug570192.xul | 53 + toolkit/content/tests/chrome/test_bug585946.xul | 51 + toolkit/content/tests/chrome/test_bug624329.xul | 160 + toolkit/content/tests/chrome/test_bug792324.xul | 75 + toolkit/content/tests/chrome/test_button.xul | 71 + toolkit/content/tests/chrome/test_chromemargin.xul | 36 + .../tests/chrome/test_closemenu_attribute.xul | 96 + .../tests/chrome/test_colorpicker_popup.xul | 148 + .../content/tests/chrome/test_contextmenu_list.xul | 288 + toolkit/content/tests/chrome/test_cursorsnap.xul | 127 + toolkit/content/tests/chrome/test_datepicker.xul | 415 ++ toolkit/content/tests/chrome/test_deck.xul | 133 + toolkit/content/tests/chrome/test_dialogfocus.xul | 102 + toolkit/content/tests/chrome/test_findbar.xul | 47 + .../tests/chrome/test_findbar_entireword.xul | 41 + .../content/tests/chrome/test_findbar_events.xul | 39 + toolkit/content/tests/chrome/test_focus_anons.xul | 119 + toolkit/content/tests/chrome/test_hiddenitems.xul | 89 + toolkit/content/tests/chrome/test_hiddenpaging.xul | 161 + toolkit/content/tests/chrome/test_keys.xul | 29 + toolkit/content/tests/chrome/test_labelcontrol.xul | 44 + toolkit/content/tests/chrome/test_largemenu.xul | 29 + toolkit/content/tests/chrome/test_menu.xul | 85 + .../content/tests/chrome/test_menu_anchored.xul | 77 + toolkit/content/tests/chrome/test_menu_hide.xul | 58 + toolkit/content/tests/chrome/test_menuchecks.xul | 147 + .../content/tests/chrome/test_menuitem_blink.xul | 106 + .../tests/chrome/test_menuitem_commands.xul | 104 + toolkit/content/tests/chrome/test_menulist.xul | 314 ++ .../content/tests/chrome/test_menulist_keynav.xul | 272 + .../tests/chrome/test_menulist_null_value.xul | 96 + .../content/tests/chrome/test_menulist_paging.xul | 163 + .../tests/chrome/test_menulist_position.xul | 97 + toolkit/content/tests/chrome/test_mousescroll.xul | 274 + .../content/tests/chrome/test_notificationbox.xul | 522 ++ toolkit/content/tests/chrome/test_panel.xul | 31 + toolkit/content/tests/chrome/test_panel_focus.xul | 38 + .../content/tests/chrome/test_panelfrommenu.xul | 118 + toolkit/content/tests/chrome/test_popup_anchor.xul | 30 + .../tests/chrome/test_popup_anchoratrect.xul | 28 + .../content/tests/chrome/test_popup_attribute.xul | 28 + toolkit/content/tests/chrome/test_popup_button.xul | 28 + toolkit/content/tests/chrome/test_popup_coords.xul | 91 + toolkit/content/tests/chrome/test_popup_keys.xul | 148 + .../tests/chrome/test_popup_moveToAnchor.xul | 84 + .../tests/chrome/test_popup_preventdefault.xul | 76 + .../chrome/test_popup_preventdefault_chrome.xul | 29 + .../content/tests/chrome/test_popup_recreate.xul | 83 + toolkit/content/tests/chrome/test_popup_scaled.xul | 105 + toolkit/content/tests/chrome/test_popup_tree.xul | 72 + toolkit/content/tests/chrome/test_popuphidden.xul | 74 + .../content/tests/chrome/test_popupincontent.xul | 131 + .../content/tests/chrome/test_popupremoving.xul | 165 + .../tests/chrome/test_popupremoving_frame.xul | 80 + toolkit/content/tests/chrome/test_position.xul | 136 + toolkit/content/tests/chrome/test_preferences.xul | 533 ++ .../tests/chrome/test_preferences_beforeaccept.xul | 55 + .../test_preferences_onsyncfrompreference.xul | 62 + .../content/tests/chrome/test_progressmeter.xul | 74 + toolkit/content/tests/chrome/test_props.xul | 91 + toolkit/content/tests/chrome/test_radio.xul | 66 + .../tests/chrome/test_richlist_direction.xul | 138 + toolkit/content/tests/chrome/test_righttoleft.xul | 126 + toolkit/content/tests/chrome/test_scale.xul | 277 + toolkit/content/tests/chrome/test_scaledrag.xul | 197 + .../tests/chrome/test_screenPersistence.xul | 63 + toolkit/content/tests/chrome/test_scrollbar.xul | 137 + toolkit/content/tests/chrome/test_showcaret.xul | 101 + toolkit/content/tests/chrome/test_sorttemplate.xul | 89 + toolkit/content/tests/chrome/test_statusbar.xul | 42 + .../content/tests/chrome/test_subframe_origin.xul | 37 + toolkit/content/tests/chrome/test_tabbox.xul | 224 + toolkit/content/tests/chrome/test_tabindex.xul | 120 + .../tests/chrome/test_textbox_dictionary.xul | 98 + .../tests/chrome/test_textbox_emptytext.xul | 48 + .../content/tests/chrome/test_textbox_number.xul | 353 ++ .../content/tests/chrome/test_textbox_search.xul | 170 + toolkit/content/tests/chrome/test_timepicker.xul | 207 + toolkit/content/tests/chrome/test_titlebar.xul | 35 + toolkit/content/tests/chrome/test_toolbar.xul | 227 + toolkit/content/tests/chrome/test_tooltip.xul | 28 + .../tests/chrome/test_tooltip_noautohide.xul | 57 + toolkit/content/tests/chrome/test_tree.xul | 84 + toolkit/content/tests/chrome/test_tree_hier.xul | 136 + .../content/tests/chrome/test_tree_hier_cell.xul | 136 + toolkit/content/tests/chrome/test_tree_single.xul | 110 + toolkit/content/tests/chrome/test_tree_view.xul | 118 + .../content/tests/chrome/window_browser_drop.xul | 254 + .../content/tests/chrome/window_chromemargin.xul | 73 + .../tests/chrome/window_cursorsnap_dialog.xul | 104 + .../tests/chrome/window_cursorsnap_wizard.xul | 111 + toolkit/content/tests/chrome/window_keys.xul | 202 + toolkit/content/tests/chrome/window_largemenu.xul | 425 ++ toolkit/content/tests/chrome/window_panel.xul | 312 ++ .../content/tests/chrome/window_panel_focus.xul | 132 + .../content/tests/chrome/window_popup_anchor.xul | 28 + .../tests/chrome/window_popup_anchoratrect.xul | 117 + .../tests/chrome/window_popup_attribute.xul | 40 + .../content/tests/chrome/window_popup_button.xul | 41 + .../chrome/window_popup_preventdefault_chrome.xul | 113 + .../content/tests/chrome/window_preferences.xul | 73 + .../content/tests/chrome/window_preferences2.xul | 25 + .../content/tests/chrome/window_preferences3.xul | 74 + .../chrome/window_preferences_beforeaccept.xul | 45 + .../chrome/window_preferences_commandretarget.xul | 36 + .../window_preferences_onsyncfrompreference.xul | 42 + .../content/tests/chrome/window_screenPosSize.xul | 17 + toolkit/content/tests/chrome/window_showcaret.xul | 10 + .../tests/chrome/window_subframe_origin.xul | 42 + toolkit/content/tests/chrome/window_titlebar.xul | 223 + toolkit/content/tests/chrome/window_tooltip.xul | 311 ++ toolkit/content/tests/chrome/xul_selectcontrol.js | 390 ++ .../tests/fennec-tile-testapp/application.ini | 11 + .../fennec-tile-testapp/chrome/chrome.manifest | 1 + .../chrome/content/BrowserView.js | 694 +++ .../chrome/content/FooScript.js | 352 ++ .../chrome/content/TileManager.js | 1018 ++++ .../chrome/content/WidgetStack.js | 1438 +++++ .../chrome/content/firefoxOverlay.xul | 15 + .../fennec-tile-testapp/chrome/content/foo.xul | 460 ++ .../fennec-tile-testapp/chrome/content/main.xul | 7 + .../fennec-tile-testapp/chrome/content/overlay.js | 15 + .../chrome/locale/en-US/tile.dtd | 1 + .../chrome/locale/en-US/tile.properties | 3 + .../fennec-tile-testapp/chrome/skin/overlay.css | 5 + .../defaults/preferences/prefs.js | 2 + .../content/tests/fennec-tile-testapp/install.rdf | 17 + .../content/tests/fennec-tile-testapp/logread.py | 104 + toolkit/content/tests/mochitest/mochitest.ini | 5 + .../test_autocomplete_change_after_focus.html | 105 + .../tests/mochitest/test_mousecapture.xhtml | 340 ++ toolkit/content/tests/moz.build | 19 + .../reftests/bug-442419-progressmeter-max-ref.xul | 7 + .../reftests/bug-442419-progressmeter-max.xul | 7 + toolkit/content/tests/reftests/reftest-stylo.list | 6 + toolkit/content/tests/reftests/reftest.list | 2 + .../reftests/textbox-multiline-default-value.xul | 5 + .../tests/reftests/textbox-multiline-empty.xul | 5 + toolkit/content/tests/unit/.eslintrc.js | 7 + .../content/tests/unit/test_contentAreaUtils.js | 80 + toolkit/content/tests/unit/xpcshell.ini | 5 + toolkit/content/tests/widgets/.eslintrc.js | 8 + toolkit/content/tests/widgets/audio.ogg | Bin 0 -> 14293 bytes toolkit/content/tests/widgets/audio.wav | Bin 0 -> 1422 bytes toolkit/content/tests/widgets/chrome.ini | 20 + toolkit/content/tests/widgets/head.js | 23 + toolkit/content/tests/widgets/mochitest.ini | 40 + toolkit/content/tests/widgets/popup_shared.js | 424 ++ toolkit/content/tests/widgets/seek_with_sound.ogg | Bin 0 -> 299507 bytes .../widgets/test_audiocontrols_dimensions.html | 38 + toolkit/content/tests/widgets/test_bug898940.html | 31 + .../tests/widgets/test_contextmenu_menugroup.xul | 102 + .../tests/widgets/test_contextmenu_nested.xul | 138 + .../tests/widgets/test_editor_currentURI.xul | 39 + toolkit/content/tests/widgets/test_menubar.xul | 30 + .../tests/widgets/test_mousecapture_area.html | 109 + toolkit/content/tests/widgets/test_popupanchor.xul | 430 ++ .../content/tests/widgets/test_popupreflows.xul | 111 + .../tests/widgets/test_tree_column_reorder.xul | 76 + .../content/tests/widgets/test_videocontrols.html | 411 ++ .../tests/widgets/test_videocontrols_audio.html | 60 + .../test_videocontrols_audio_direction.html | 31 + .../test_videocontrols_iframe_fullscreen.html | 64 + .../widgets/test_videocontrols_jsdisabled.html | 70 + .../widgets/test_videocontrols_onclickplay.html | 74 + .../widgets/test_videocontrols_standalone.html | 90 + .../test_videocontrols_video_direction.html | 31 + .../tests/widgets/test_videocontrols_vtt.html | 133 + toolkit/content/tests/widgets/tree_shared.js | 1405 +++++ toolkit/content/tests/widgets/video.ogg | Bin 0 -> 285310 bytes .../widgets/videocontrols_direction-1-ref.html | 10 + .../tests/widgets/videocontrols_direction-1a.html | 10 + .../tests/widgets/videocontrols_direction-1b.html | 10 + .../tests/widgets/videocontrols_direction-1c.html | 10 + .../tests/widgets/videocontrols_direction-1d.html | 10 + .../tests/widgets/videocontrols_direction-1e.html | 10 + .../widgets/videocontrols_direction-2-ref.html | 10 + .../tests/widgets/videocontrols_direction-2a.html | 10 + .../tests/widgets/videocontrols_direction-2b.html | 10 + .../tests/widgets/videocontrols_direction-2c.html | 10 + .../tests/widgets/videocontrols_direction-2d.html | 10 + .../tests/widgets/videocontrols_direction-2e.html | 10 + .../tests/widgets/videocontrols_direction_test.js | 90 + toolkit/content/tests/widgets/videomask.css | 23 + toolkit/content/tests/widgets/window_menubar.xul | 820 +++ toolkit/content/textbox.css | 35 + toolkit/content/timepicker.xhtml | 36 + toolkit/content/treeUtils.js | 78 + toolkit/content/viewZoomOverlay.js | 117 + toolkit/content/widgets/autocomplete.xml | 2515 +++++++++ toolkit/content/widgets/browser.xml | 1571 ++++++ toolkit/content/widgets/button.xml | 389 ++ toolkit/content/widgets/checkbox.xml | 84 + toolkit/content/widgets/colorpicker.xml | 565 ++ toolkit/content/widgets/datetimebox.css | 45 + toolkit/content/widgets/datetimebox.xml | 807 +++ toolkit/content/widgets/datetimepicker.xml | 1301 +++++ toolkit/content/widgets/datetimepopup.xml | 181 + toolkit/content/widgets/dialog.xml | 448 ++ toolkit/content/widgets/editor.xml | 195 + toolkit/content/widgets/expander.xml | 86 + toolkit/content/widgets/filefield.xml | 96 + toolkit/content/widgets/findbar.xml | 1397 +++++ toolkit/content/widgets/general.xml | 231 + toolkit/content/widgets/groupbox.xml | 44 + toolkit/content/widgets/listbox.xml | 1144 ++++ toolkit/content/widgets/menu.xml | 286 + toolkit/content/widgets/menulist.xml | 606 ++ toolkit/content/widgets/notification.xml | 551 ++ toolkit/content/widgets/numberbox.xml | 304 + toolkit/content/widgets/optionsDialog.xml | 43 + toolkit/content/widgets/popup.xml | 650 +++ toolkit/content/widgets/preferences.xml | 1411 +++++ toolkit/content/widgets/progressmeter.xml | 116 + toolkit/content/widgets/radio.xml | 526 ++ toolkit/content/widgets/remote-browser.xml | 591 ++ toolkit/content/widgets/resizer.xml | 39 + toolkit/content/widgets/richlistbox.xml | 589 ++ toolkit/content/widgets/scale.xml | 232 + toolkit/content/widgets/scrollbar.xml | 35 + toolkit/content/widgets/scrollbox.xml | 908 +++ toolkit/content/widgets/spinbuttons.xml | 96 + toolkit/content/widgets/spinner.js | 514 ++ toolkit/content/widgets/splitter.xml | 37 + toolkit/content/widgets/stringbundle.xml | 96 + toolkit/content/widgets/tabbox.xml | 892 +++ toolkit/content/widgets/text.xml | 386 ++ toolkit/content/widgets/textbox.xml | 646 +++ toolkit/content/widgets/timekeeper.js | 418 ++ toolkit/content/widgets/timepicker.js | 277 + toolkit/content/widgets/toolbar.xml | 590 ++ toolkit/content/widgets/toolbarbutton.xml | 115 + toolkit/content/widgets/tree.xml | 1561 ++++++ toolkit/content/widgets/videocontrols.css | 128 + toolkit/content/widgets/videocontrols.xml | 2027 +++++++ toolkit/content/widgets/wizard.xml | 607 ++ toolkit/content/xul.css | 1210 ++++ 407 files changed, 81723 insertions(+) create mode 100644 toolkit/content/Makefile.in create mode 100644 toolkit/content/TopLevelVideoDocument.js create mode 100644 toolkit/content/XPCNativeWrapper.js create mode 100644 toolkit/content/about.js create mode 100644 toolkit/content/about.xhtml create mode 100644 toolkit/content/aboutAbout.js create mode 100644 toolkit/content/aboutAbout.xhtml create mode 100644 toolkit/content/aboutNetworking.js create mode 100644 toolkit/content/aboutNetworking.xhtml create mode 100644 toolkit/content/aboutProfiles.js create mode 100644 toolkit/content/aboutProfiles.xhtml create mode 100644 toolkit/content/aboutRights-unbranded.xhtml create mode 100644 toolkit/content/aboutRights.xhtml create mode 100644 toolkit/content/aboutServiceWorkers.js create mode 100644 toolkit/content/aboutServiceWorkers.xhtml create mode 100644 toolkit/content/aboutSupport.js create mode 100644 toolkit/content/aboutSupport.xhtml create mode 100644 toolkit/content/aboutTelemetry.css create mode 100644 toolkit/content/aboutTelemetry.js create mode 100644 toolkit/content/aboutTelemetry.xhtml create mode 100644 toolkit/content/aboutwebrtc/aboutWebrtc.css create mode 100644 toolkit/content/aboutwebrtc/aboutWebrtc.html create mode 100644 toolkit/content/aboutwebrtc/aboutWebrtc.js create mode 100644 toolkit/content/autocomplete.css create mode 100644 toolkit/content/browser-child.js create mode 100644 toolkit/content/browser-content.js create mode 100644 toolkit/content/buildconfig.html create mode 100644 toolkit/content/contentAreaUtils.js create mode 100644 toolkit/content/customizeToolbar.css create mode 100644 toolkit/content/customizeToolbar.js create mode 100644 toolkit/content/customizeToolbar.xul create mode 100644 toolkit/content/directionDetector.html create mode 100644 toolkit/content/editMenuOverlay.js create mode 100644 toolkit/content/editMenuOverlay.xul create mode 100644 toolkit/content/filepicker.properties create mode 100644 toolkit/content/findUtils.js create mode 100644 toolkit/content/finddialog.js create mode 100644 toolkit/content/finddialog.xul create mode 100644 toolkit/content/globalOverlay.js create mode 100644 toolkit/content/gmp-sources/eme-adobe.json create mode 100644 toolkit/content/gmp-sources/openh264.json create mode 100644 toolkit/content/gmp-sources/widevinecdm.json create mode 100644 toolkit/content/jar.mn create mode 100644 toolkit/content/license.html create mode 100644 toolkit/content/macWindowMenu.inc create mode 100644 toolkit/content/macWindowMenu.js create mode 100644 toolkit/content/menulist.css create mode 100644 toolkit/content/minimal-xul.css create mode 100644 toolkit/content/moz.build create mode 100644 toolkit/content/mozilla.xhtml create mode 100644 toolkit/content/plugins.css create mode 100644 toolkit/content/plugins.html create mode 100644 toolkit/content/process-content.js create mode 100644 toolkit/content/resetProfile.css create mode 100644 toolkit/content/resetProfile.js create mode 100644 toolkit/content/resetProfile.xul create mode 100644 toolkit/content/resetProfileProgress.xul create mode 100644 toolkit/content/select-child.js create mode 100644 toolkit/content/tests/browser/.eslintrc.js create mode 100644 toolkit/content/tests/browser/audio.ogg create mode 100644 toolkit/content/tests/browser/browser.ini create mode 100644 toolkit/content/tests/browser/browser_audioCompeting.js create mode 100644 toolkit/content/tests/browser/browser_audioCompeting_onlyForActiveAgent.js create mode 100644 toolkit/content/tests/browser/browser_autoscroll_disabled.js create mode 100644 toolkit/content/tests/browser/browser_block_autoplay_media.js create mode 100644 toolkit/content/tests/browser/browser_bug1170531.js create mode 100644 toolkit/content/tests/browser/browser_bug1198465.js create mode 100644 toolkit/content/tests/browser/browser_bug295977_autoscroll_overflow.js create mode 100644 toolkit/content/tests/browser/browser_bug451286.js create mode 100644 toolkit/content/tests/browser/browser_bug594509.js create mode 100644 toolkit/content/tests/browser/browser_bug982298.js create mode 100644 toolkit/content/tests/browser/browser_contentTitle.js create mode 100644 toolkit/content/tests/browser/browser_content_url_annotation.js create mode 100644 toolkit/content/tests/browser/browser_crash_previous_frameloader.js create mode 100644 toolkit/content/tests/browser/browser_default_image_filename.js create mode 100644 toolkit/content/tests/browser/browser_f7_caret_browsing.js create mode 100644 toolkit/content/tests/browser/browser_findbar.js create mode 100644 toolkit/content/tests/browser/browser_isSynthetic.js create mode 100644 toolkit/content/tests/browser/browser_keyevents_during_autoscrolling.js create mode 100644 toolkit/content/tests/browser/browser_label_textlink.js create mode 100644 toolkit/content/tests/browser/browser_mediaPlayback.js create mode 100644 toolkit/content/tests/browser/browser_mediaPlayback_mute.js create mode 100644 toolkit/content/tests/browser/browser_mediaPlayback_suspended.js create mode 100644 toolkit/content/tests/browser/browser_mediaPlayback_suspended_multipleAudio.js create mode 100644 toolkit/content/tests/browser/browser_mute.js create mode 100644 toolkit/content/tests/browser/browser_mute2.js create mode 100644 toolkit/content/tests/browser/browser_quickfind_editable.js create mode 100644 toolkit/content/tests/browser/browser_saveImageURL.js create mode 100644 toolkit/content/tests/browser/browser_save_resend_postdata.js create mode 100644 toolkit/content/tests/browser/common/mockTransfer.js create mode 100644 toolkit/content/tests/browser/data/post_form_inner.sjs create mode 100644 toolkit/content/tests/browser/data/post_form_outer.sjs create mode 100644 toolkit/content/tests/browser/empty.png create mode 100644 toolkit/content/tests/browser/file_contentTitle.html create mode 100644 toolkit/content/tests/browser/file_mediaPlayback.html create mode 100644 toolkit/content/tests/browser/file_mediaPlayback2.html create mode 100644 toolkit/content/tests/browser/file_mediaPlaybackFrame.html create mode 100644 toolkit/content/tests/browser/file_mediaPlaybackFrame2.html create mode 100644 toolkit/content/tests/browser/file_multipleAudio.html create mode 100644 toolkit/content/tests/browser/file_multiplePlayingAudio.html create mode 100644 toolkit/content/tests/browser/file_redirect.html create mode 100644 toolkit/content/tests/browser/file_redirect_to.html create mode 100644 toolkit/content/tests/browser/head.js create mode 100644 toolkit/content/tests/browser/image.jpg create mode 100644 toolkit/content/tests/browser/image_page.html create mode 100644 toolkit/content/tests/chrome/.eslintrc.js create mode 100644 toolkit/content/tests/chrome/RegisterUnregisterChrome.js create mode 100644 toolkit/content/tests/chrome/bug263683_window.xul create mode 100644 toolkit/content/tests/chrome/bug304188_window.xul create mode 100644 toolkit/content/tests/chrome/bug331215_window.xul create mode 100644 toolkit/content/tests/chrome/bug360437_window.xul create mode 100644 toolkit/content/tests/chrome/bug366992_window.xul create mode 100644 toolkit/content/tests/chrome/bug409624_window.xul create mode 100644 toolkit/content/tests/chrome/bug429723_window.xul create mode 100644 toolkit/content/tests/chrome/bug451540_window.xul create mode 100644 toolkit/content/tests/chrome/bug624329_window.xul create mode 100644 toolkit/content/tests/chrome/chrome.ini create mode 100644 toolkit/content/tests/chrome/dialog_dialogfocus.xul create mode 100644 toolkit/content/tests/chrome/file_about_networking_wsh.py create mode 100644 toolkit/content/tests/chrome/file_autocomplete_with_composition.js create mode 100644 toolkit/content/tests/chrome/findbar_entireword_window.xul create mode 100644 toolkit/content/tests/chrome/findbar_events_window.xul create mode 100644 toolkit/content/tests/chrome/findbar_window.xul create mode 100644 toolkit/content/tests/chrome/frame_popup_anchor.xul create mode 100644 toolkit/content/tests/chrome/frame_popupremoving_frame.xul create mode 100644 toolkit/content/tests/chrome/frame_subframe_origin_subframe1.xul create mode 100644 toolkit/content/tests/chrome/frame_subframe_origin_subframe2.xul create mode 100644 toolkit/content/tests/chrome/popup_childframe_node.xul create mode 100644 toolkit/content/tests/chrome/popup_trigger.js create mode 100644 toolkit/content/tests/chrome/rtlchrome/rtl.css create mode 100644 toolkit/content/tests/chrome/rtlchrome/rtl.dtd create mode 100644 toolkit/content/tests/chrome/rtlchrome/rtl.manifest create mode 100644 toolkit/content/tests/chrome/rtltest/content/dirtest.xul create mode 100644 toolkit/content/tests/chrome/rtltest/righttoleft.manifest create mode 100644 toolkit/content/tests/chrome/sample_entireword_latin1.html create mode 100644 toolkit/content/tests/chrome/test_about_networking.html create mode 100644 toolkit/content/tests/chrome/test_arrowpanel.xul create mode 100644 toolkit/content/tests/chrome/test_autocomplete2.xul create mode 100644 toolkit/content/tests/chrome/test_autocomplete3.xul create mode 100644 toolkit/content/tests/chrome/test_autocomplete4.xul create mode 100644 toolkit/content/tests/chrome/test_autocomplete5.xul create mode 100644 toolkit/content/tests/chrome/test_autocomplete_delayOnPaste.xul create mode 100644 toolkit/content/tests/chrome/test_autocomplete_emphasis.xul create mode 100644 toolkit/content/tests/chrome/test_autocomplete_mac_caret.xul create mode 100644 toolkit/content/tests/chrome/test_autocomplete_placehold_last_complete.xul create mode 100644 toolkit/content/tests/chrome/test_autocomplete_with_composition_on_input.html create mode 100644 toolkit/content/tests/chrome/test_autocomplete_with_composition_on_textbox.xul create mode 100644 toolkit/content/tests/chrome/test_browser_drop.xul create mode 100644 toolkit/content/tests/chrome/test_bug1048178.xul create mode 100644 toolkit/content/tests/chrome/test_bug253481.xul create mode 100644 toolkit/content/tests/chrome/test_bug263683.xul create mode 100644 toolkit/content/tests/chrome/test_bug304188.xul create mode 100644 toolkit/content/tests/chrome/test_bug331215.xul create mode 100644 toolkit/content/tests/chrome/test_bug360220.xul create mode 100644 toolkit/content/tests/chrome/test_bug360437.xul create mode 100644 toolkit/content/tests/chrome/test_bug365773.xul create mode 100644 toolkit/content/tests/chrome/test_bug366992.xul create mode 100644 toolkit/content/tests/chrome/test_bug382990.xul create mode 100644 toolkit/content/tests/chrome/test_bug409624.xul create mode 100644 toolkit/content/tests/chrome/test_bug418874.xul create mode 100644 toolkit/content/tests/chrome/test_bug429723.xul create mode 100644 toolkit/content/tests/chrome/test_bug437844.xul create mode 100644 toolkit/content/tests/chrome/test_bug451540.xul create mode 100644 toolkit/content/tests/chrome/test_bug457632.xul create mode 100644 toolkit/content/tests/chrome/test_bug460942.xul create mode 100644 toolkit/content/tests/chrome/test_bug471776.xul create mode 100644 toolkit/content/tests/chrome/test_bug509732.xul create mode 100644 toolkit/content/tests/chrome/test_bug554279.xul create mode 100644 toolkit/content/tests/chrome/test_bug557987.xul create mode 100644 toolkit/content/tests/chrome/test_bug562554.xul create mode 100644 toolkit/content/tests/chrome/test_bug570192.xul create mode 100644 toolkit/content/tests/chrome/test_bug585946.xul create mode 100644 toolkit/content/tests/chrome/test_bug624329.xul create mode 100644 toolkit/content/tests/chrome/test_bug792324.xul create mode 100644 toolkit/content/tests/chrome/test_button.xul create mode 100644 toolkit/content/tests/chrome/test_chromemargin.xul create mode 100644 toolkit/content/tests/chrome/test_closemenu_attribute.xul create mode 100644 toolkit/content/tests/chrome/test_colorpicker_popup.xul create mode 100644 toolkit/content/tests/chrome/test_contextmenu_list.xul create mode 100644 toolkit/content/tests/chrome/test_cursorsnap.xul create mode 100644 toolkit/content/tests/chrome/test_datepicker.xul create mode 100644 toolkit/content/tests/chrome/test_deck.xul create mode 100644 toolkit/content/tests/chrome/test_dialogfocus.xul create mode 100644 toolkit/content/tests/chrome/test_findbar.xul create mode 100644 toolkit/content/tests/chrome/test_findbar_entireword.xul create mode 100644 toolkit/content/tests/chrome/test_findbar_events.xul create mode 100644 toolkit/content/tests/chrome/test_focus_anons.xul create mode 100644 toolkit/content/tests/chrome/test_hiddenitems.xul create mode 100644 toolkit/content/tests/chrome/test_hiddenpaging.xul create mode 100644 toolkit/content/tests/chrome/test_keys.xul create mode 100644 toolkit/content/tests/chrome/test_labelcontrol.xul create mode 100644 toolkit/content/tests/chrome/test_largemenu.xul create mode 100644 toolkit/content/tests/chrome/test_menu.xul create mode 100644 toolkit/content/tests/chrome/test_menu_anchored.xul create mode 100644 toolkit/content/tests/chrome/test_menu_hide.xul create mode 100644 toolkit/content/tests/chrome/test_menuchecks.xul create mode 100644 toolkit/content/tests/chrome/test_menuitem_blink.xul create mode 100644 toolkit/content/tests/chrome/test_menuitem_commands.xul create mode 100644 toolkit/content/tests/chrome/test_menulist.xul create mode 100644 toolkit/content/tests/chrome/test_menulist_keynav.xul create mode 100644 toolkit/content/tests/chrome/test_menulist_null_value.xul create mode 100644 toolkit/content/tests/chrome/test_menulist_paging.xul create mode 100644 toolkit/content/tests/chrome/test_menulist_position.xul create mode 100644 toolkit/content/tests/chrome/test_mousescroll.xul create mode 100644 toolkit/content/tests/chrome/test_notificationbox.xul create mode 100644 toolkit/content/tests/chrome/test_panel.xul create mode 100644 toolkit/content/tests/chrome/test_panel_focus.xul create mode 100644 toolkit/content/tests/chrome/test_panelfrommenu.xul create mode 100644 toolkit/content/tests/chrome/test_popup_anchor.xul create mode 100644 toolkit/content/tests/chrome/test_popup_anchoratrect.xul create mode 100644 toolkit/content/tests/chrome/test_popup_attribute.xul create mode 100644 toolkit/content/tests/chrome/test_popup_button.xul create mode 100644 toolkit/content/tests/chrome/test_popup_coords.xul create mode 100644 toolkit/content/tests/chrome/test_popup_keys.xul create mode 100644 toolkit/content/tests/chrome/test_popup_moveToAnchor.xul create mode 100644 toolkit/content/tests/chrome/test_popup_preventdefault.xul create mode 100644 toolkit/content/tests/chrome/test_popup_preventdefault_chrome.xul create mode 100644 toolkit/content/tests/chrome/test_popup_recreate.xul create mode 100644 toolkit/content/tests/chrome/test_popup_scaled.xul create mode 100644 toolkit/content/tests/chrome/test_popup_tree.xul create mode 100644 toolkit/content/tests/chrome/test_popuphidden.xul create mode 100644 toolkit/content/tests/chrome/test_popupincontent.xul create mode 100644 toolkit/content/tests/chrome/test_popupremoving.xul create mode 100644 toolkit/content/tests/chrome/test_popupremoving_frame.xul create mode 100644 toolkit/content/tests/chrome/test_position.xul create mode 100644 toolkit/content/tests/chrome/test_preferences.xul create mode 100644 toolkit/content/tests/chrome/test_preferences_beforeaccept.xul create mode 100644 toolkit/content/tests/chrome/test_preferences_onsyncfrompreference.xul create mode 100644 toolkit/content/tests/chrome/test_progressmeter.xul create mode 100644 toolkit/content/tests/chrome/test_props.xul create mode 100644 toolkit/content/tests/chrome/test_radio.xul create mode 100644 toolkit/content/tests/chrome/test_richlist_direction.xul create mode 100644 toolkit/content/tests/chrome/test_righttoleft.xul create mode 100644 toolkit/content/tests/chrome/test_scale.xul create mode 100644 toolkit/content/tests/chrome/test_scaledrag.xul create mode 100644 toolkit/content/tests/chrome/test_screenPersistence.xul create mode 100644 toolkit/content/tests/chrome/test_scrollbar.xul create mode 100644 toolkit/content/tests/chrome/test_showcaret.xul create mode 100644 toolkit/content/tests/chrome/test_sorttemplate.xul create mode 100644 toolkit/content/tests/chrome/test_statusbar.xul create mode 100644 toolkit/content/tests/chrome/test_subframe_origin.xul create mode 100644 toolkit/content/tests/chrome/test_tabbox.xul create mode 100644 toolkit/content/tests/chrome/test_tabindex.xul create mode 100644 toolkit/content/tests/chrome/test_textbox_dictionary.xul create mode 100644 toolkit/content/tests/chrome/test_textbox_emptytext.xul create mode 100644 toolkit/content/tests/chrome/test_textbox_number.xul create mode 100644 toolkit/content/tests/chrome/test_textbox_search.xul create mode 100644 toolkit/content/tests/chrome/test_timepicker.xul create mode 100644 toolkit/content/tests/chrome/test_titlebar.xul create mode 100644 toolkit/content/tests/chrome/test_toolbar.xul create mode 100644 toolkit/content/tests/chrome/test_tooltip.xul create mode 100644 toolkit/content/tests/chrome/test_tooltip_noautohide.xul create mode 100644 toolkit/content/tests/chrome/test_tree.xul create mode 100644 toolkit/content/tests/chrome/test_tree_hier.xul create mode 100644 toolkit/content/tests/chrome/test_tree_hier_cell.xul create mode 100644 toolkit/content/tests/chrome/test_tree_single.xul create mode 100644 toolkit/content/tests/chrome/test_tree_view.xul create mode 100644 toolkit/content/tests/chrome/window_browser_drop.xul create mode 100644 toolkit/content/tests/chrome/window_chromemargin.xul create mode 100644 toolkit/content/tests/chrome/window_cursorsnap_dialog.xul create mode 100644 toolkit/content/tests/chrome/window_cursorsnap_wizard.xul create mode 100644 toolkit/content/tests/chrome/window_keys.xul create mode 100644 toolkit/content/tests/chrome/window_largemenu.xul create mode 100644 toolkit/content/tests/chrome/window_panel.xul create mode 100644 toolkit/content/tests/chrome/window_panel_focus.xul create mode 100644 toolkit/content/tests/chrome/window_popup_anchor.xul create mode 100644 toolkit/content/tests/chrome/window_popup_anchoratrect.xul create mode 100644 toolkit/content/tests/chrome/window_popup_attribute.xul create mode 100644 toolkit/content/tests/chrome/window_popup_button.xul create mode 100644 toolkit/content/tests/chrome/window_popup_preventdefault_chrome.xul create mode 100644 toolkit/content/tests/chrome/window_preferences.xul create mode 100644 toolkit/content/tests/chrome/window_preferences2.xul create mode 100644 toolkit/content/tests/chrome/window_preferences3.xul create mode 100644 toolkit/content/tests/chrome/window_preferences_beforeaccept.xul create mode 100644 toolkit/content/tests/chrome/window_preferences_commandretarget.xul create mode 100644 toolkit/content/tests/chrome/window_preferences_onsyncfrompreference.xul create mode 100644 toolkit/content/tests/chrome/window_screenPosSize.xul create mode 100644 toolkit/content/tests/chrome/window_showcaret.xul create mode 100644 toolkit/content/tests/chrome/window_subframe_origin.xul create mode 100644 toolkit/content/tests/chrome/window_titlebar.xul create mode 100644 toolkit/content/tests/chrome/window_tooltip.xul create mode 100644 toolkit/content/tests/chrome/xul_selectcontrol.js create mode 100644 toolkit/content/tests/fennec-tile-testapp/application.ini create mode 100644 toolkit/content/tests/fennec-tile-testapp/chrome/chrome.manifest create mode 100644 toolkit/content/tests/fennec-tile-testapp/chrome/content/BrowserView.js create mode 100644 toolkit/content/tests/fennec-tile-testapp/chrome/content/FooScript.js create mode 100644 toolkit/content/tests/fennec-tile-testapp/chrome/content/TileManager.js create mode 100644 toolkit/content/tests/fennec-tile-testapp/chrome/content/WidgetStack.js create mode 100644 toolkit/content/tests/fennec-tile-testapp/chrome/content/firefoxOverlay.xul create mode 100644 toolkit/content/tests/fennec-tile-testapp/chrome/content/foo.xul create mode 100644 toolkit/content/tests/fennec-tile-testapp/chrome/content/main.xul create mode 100644 toolkit/content/tests/fennec-tile-testapp/chrome/content/overlay.js create mode 100644 toolkit/content/tests/fennec-tile-testapp/chrome/locale/en-US/tile.dtd create mode 100644 toolkit/content/tests/fennec-tile-testapp/chrome/locale/en-US/tile.properties create mode 100644 toolkit/content/tests/fennec-tile-testapp/chrome/skin/overlay.css create mode 100644 toolkit/content/tests/fennec-tile-testapp/defaults/preferences/prefs.js create mode 100644 toolkit/content/tests/fennec-tile-testapp/install.rdf create mode 100644 toolkit/content/tests/fennec-tile-testapp/logread.py create mode 100644 toolkit/content/tests/mochitest/mochitest.ini create mode 100644 toolkit/content/tests/mochitest/test_autocomplete_change_after_focus.html create mode 100644 toolkit/content/tests/mochitest/test_mousecapture.xhtml create mode 100644 toolkit/content/tests/moz.build create mode 100644 toolkit/content/tests/reftests/bug-442419-progressmeter-max-ref.xul create mode 100644 toolkit/content/tests/reftests/bug-442419-progressmeter-max.xul create mode 100644 toolkit/content/tests/reftests/reftest-stylo.list create mode 100644 toolkit/content/tests/reftests/reftest.list create mode 100644 toolkit/content/tests/reftests/textbox-multiline-default-value.xul create mode 100644 toolkit/content/tests/reftests/textbox-multiline-empty.xul create mode 100644 toolkit/content/tests/unit/.eslintrc.js create mode 100644 toolkit/content/tests/unit/test_contentAreaUtils.js create mode 100644 toolkit/content/tests/unit/xpcshell.ini create mode 100644 toolkit/content/tests/widgets/.eslintrc.js create mode 100644 toolkit/content/tests/widgets/audio.ogg create mode 100644 toolkit/content/tests/widgets/audio.wav create mode 100644 toolkit/content/tests/widgets/chrome.ini create mode 100644 toolkit/content/tests/widgets/head.js create mode 100644 toolkit/content/tests/widgets/mochitest.ini create mode 100644 toolkit/content/tests/widgets/popup_shared.js create mode 100644 toolkit/content/tests/widgets/seek_with_sound.ogg create mode 100644 toolkit/content/tests/widgets/test_audiocontrols_dimensions.html create mode 100644 toolkit/content/tests/widgets/test_bug898940.html create mode 100644 toolkit/content/tests/widgets/test_contextmenu_menugroup.xul create mode 100644 toolkit/content/tests/widgets/test_contextmenu_nested.xul create mode 100644 toolkit/content/tests/widgets/test_editor_currentURI.xul create mode 100644 toolkit/content/tests/widgets/test_menubar.xul create mode 100644 toolkit/content/tests/widgets/test_mousecapture_area.html create mode 100644 toolkit/content/tests/widgets/test_popupanchor.xul create mode 100644 toolkit/content/tests/widgets/test_popupreflows.xul create mode 100644 toolkit/content/tests/widgets/test_tree_column_reorder.xul create mode 100644 toolkit/content/tests/widgets/test_videocontrols.html create mode 100644 toolkit/content/tests/widgets/test_videocontrols_audio.html create mode 100644 toolkit/content/tests/widgets/test_videocontrols_audio_direction.html create mode 100644 toolkit/content/tests/widgets/test_videocontrols_iframe_fullscreen.html create mode 100644 toolkit/content/tests/widgets/test_videocontrols_jsdisabled.html create mode 100644 toolkit/content/tests/widgets/test_videocontrols_onclickplay.html create mode 100644 toolkit/content/tests/widgets/test_videocontrols_standalone.html create mode 100644 toolkit/content/tests/widgets/test_videocontrols_video_direction.html create mode 100644 toolkit/content/tests/widgets/test_videocontrols_vtt.html create mode 100644 toolkit/content/tests/widgets/tree_shared.js create mode 100644 toolkit/content/tests/widgets/video.ogg create mode 100644 toolkit/content/tests/widgets/videocontrols_direction-1-ref.html create mode 100644 toolkit/content/tests/widgets/videocontrols_direction-1a.html create mode 100644 toolkit/content/tests/widgets/videocontrols_direction-1b.html create mode 100644 toolkit/content/tests/widgets/videocontrols_direction-1c.html create mode 100644 toolkit/content/tests/widgets/videocontrols_direction-1d.html create mode 100644 toolkit/content/tests/widgets/videocontrols_direction-1e.html create mode 100644 toolkit/content/tests/widgets/videocontrols_direction-2-ref.html create mode 100644 toolkit/content/tests/widgets/videocontrols_direction-2a.html create mode 100644 toolkit/content/tests/widgets/videocontrols_direction-2b.html create mode 100644 toolkit/content/tests/widgets/videocontrols_direction-2c.html create mode 100644 toolkit/content/tests/widgets/videocontrols_direction-2d.html create mode 100644 toolkit/content/tests/widgets/videocontrols_direction-2e.html create mode 100644 toolkit/content/tests/widgets/videocontrols_direction_test.js create mode 100644 toolkit/content/tests/widgets/videomask.css create mode 100644 toolkit/content/tests/widgets/window_menubar.xul create mode 100644 toolkit/content/textbox.css create mode 100644 toolkit/content/timepicker.xhtml create mode 100644 toolkit/content/treeUtils.js create mode 100644 toolkit/content/viewZoomOverlay.js create mode 100644 toolkit/content/widgets/autocomplete.xml create mode 100644 toolkit/content/widgets/browser.xml create mode 100644 toolkit/content/widgets/button.xml create mode 100644 toolkit/content/widgets/checkbox.xml create mode 100644 toolkit/content/widgets/colorpicker.xml create mode 100644 toolkit/content/widgets/datetimebox.css create mode 100644 toolkit/content/widgets/datetimebox.xml create mode 100644 toolkit/content/widgets/datetimepicker.xml create mode 100644 toolkit/content/widgets/datetimepopup.xml create mode 100644 toolkit/content/widgets/dialog.xml create mode 100644 toolkit/content/widgets/editor.xml create mode 100644 toolkit/content/widgets/expander.xml create mode 100644 toolkit/content/widgets/filefield.xml create mode 100644 toolkit/content/widgets/findbar.xml create mode 100644 toolkit/content/widgets/general.xml create mode 100644 toolkit/content/widgets/groupbox.xml create mode 100644 toolkit/content/widgets/listbox.xml create mode 100644 toolkit/content/widgets/menu.xml create mode 100644 toolkit/content/widgets/menulist.xml create mode 100644 toolkit/content/widgets/notification.xml create mode 100644 toolkit/content/widgets/numberbox.xml create mode 100644 toolkit/content/widgets/optionsDialog.xml create mode 100644 toolkit/content/widgets/popup.xml create mode 100644 toolkit/content/widgets/preferences.xml create mode 100644 toolkit/content/widgets/progressmeter.xml create mode 100644 toolkit/content/widgets/radio.xml create mode 100644 toolkit/content/widgets/remote-browser.xml create mode 100644 toolkit/content/widgets/resizer.xml create mode 100644 toolkit/content/widgets/richlistbox.xml create mode 100644 toolkit/content/widgets/scale.xml create mode 100644 toolkit/content/widgets/scrollbar.xml create mode 100644 toolkit/content/widgets/scrollbox.xml create mode 100644 toolkit/content/widgets/spinbuttons.xml create mode 100644 toolkit/content/widgets/spinner.js create mode 100644 toolkit/content/widgets/splitter.xml create mode 100644 toolkit/content/widgets/stringbundle.xml create mode 100644 toolkit/content/widgets/tabbox.xml create mode 100644 toolkit/content/widgets/text.xml create mode 100644 toolkit/content/widgets/textbox.xml create mode 100644 toolkit/content/widgets/timekeeper.js create mode 100644 toolkit/content/widgets/timepicker.js create mode 100644 toolkit/content/widgets/toolbar.xml create mode 100644 toolkit/content/widgets/toolbarbutton.xml create mode 100644 toolkit/content/widgets/tree.xml create mode 100644 toolkit/content/widgets/videocontrols.css create mode 100644 toolkit/content/widgets/videocontrols.xml create mode 100644 toolkit/content/widgets/wizard.xml create mode 100644 toolkit/content/xul.css (limited to 'toolkit/content') diff --git a/toolkit/content/Makefile.in b/toolkit/content/Makefile.in new file mode 100644 index 000000000..0e0e6316d --- /dev/null +++ b/toolkit/content/Makefile.in @@ -0,0 +1,9 @@ +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +DEFINES += \ + -DCXXFLAGS='$(CXXFLAGS)' \ + -DCPPFLAGS='$(CPPFLAGS)' \ + $(NULL) diff --git a/toolkit/content/TopLevelVideoDocument.js b/toolkit/content/TopLevelVideoDocument.js new file mode 100644 index 000000000..5a2b8a857 --- /dev/null +++ b/toolkit/content/TopLevelVideoDocument.js @@ -0,0 +1,48 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +"use strict"; + +//