.. |
rtlchrome
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
rtltest
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
bug263683_window.xul
|
|
|
bug304188_window.xul
|
|
|
bug331215_window.xul
|
|
|
bug360437_window.xul
|
|
|
bug366992_window.xul
|
|
|
bug409624_window.xul
|
|
|
bug429723_window.xul
|
|
|
bug451286_window.xul
|
Bug 849399. Adjust test timeouts to account for newly correct behaviour in nsTransitionManager.cpp. r=dbaron
|
2013-06-18 14:18:55 +12:00 |
bug451540_window.xul
|
Bug 859088 - Left/Right Arrow key after selection should move to the beginning/end of selection respectively (on all platforms). r=ehsan
|
2013-04-17 22:16:14 +02:00 |
bug624329_window.xul
|
|
|
dialog_dialogfocus.xul
|
|
|
file_about_networking_wsh.py
|
Bug 912103 - Tests for about:networking - http, dns, sockets, and websockets. r=valentin.gosu
|
2013-09-11 09:49:51 -04:00 |
file_autocomplete_with_composition.js
|
|
|
findbar_events_window.xul
|
|
|
findbar_window.xul
|
Bug 666816 - Refactor findbar to use a result listener and move most of the logic into a JSM. r=mikedeboer
|
2013-09-13 10:41:23 -04:00 |
frame_popup_anchor.xul
|
|
|
frame_popupremoving_frame.xul
|
|
|
frame_subframe_origin_subframe1.xul
|
|
|
frame_subframe_origin_subframe2.xul
|
|
|
Makefile.in
|
Bug 912103 - Tests for about:networking - http, dns, sockets, and websockets. r=valentin.gosu
|
2013-09-11 09:49:51 -04:00 |
moz.build
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
|
2013-04-01 11:36:59 -07:00 |
popup_childframe_node.xul
|
|
|
popup_trigger.js
|
|
|
RegisterUnregisterChrome.js
|
|
|
test_about_networking.html
|
Bug 912103 - Tests for about:networking - http, dns, sockets, and websockets. r=valentin.gosu
|
2013-09-11 09:49:51 -04:00 |
test_arrowpanel.xul
|
Bug 824963 part 1 - Rework arrow positioning and alignment code for arrow panels to be simpler, using the actual anchor/alignment position rather than guessing this from the coordinates, fix centred positioning in rtl, r=neil
|
2013-04-19 10:47:27 +10:00 |
test_autocomplete2.xul
|
|
|
test_autocomplete3.xul
|
|
|
test_autocomplete4.xul
|
|
|
test_autocomplete5.xul
|
|
|
test_autocomplete_delayOnPaste.xul
|
|
|
test_autocomplete_mac_caret.xul
|
|
|
test_autocomplete_with_composition_on_input.html
|
|
|
test_autocomplete_with_composition_on_textbox.xul
|
|
|
test_browser_drop.xul
|
|
|
test_bug253481.xul
|
|
|
test_bug263683.xul
|
|
|
test_bug304188.xul
|
|
|
test_bug331215.xul
|
|
|
test_bug360220.xul
|
|
|
test_bug360437.xul
|
|
|
test_bug365773.xul
|
|
|
test_bug366992.xul
|
|
|
test_bug382990.xul
|
|
|
test_bug409624.xul
|
|
|
test_bug418874.xul
|
|
|
test_bug429723.xul
|
|
|
test_bug437844.xul
|
Bug 404077: Use navigator.platform.startsWith rather than navigator.platform.indexOf, at Jesse's suggestion.
|
2013-02-26 22:23:08 -08:00 |
test_bug451286.xul
|
Bug 683159. Remove now-irrelevant assertion annotation. r=ms2ger
|
2013-06-05 20:51:22 -04:00 |
test_bug451540.xul
|
|
|
test_bug457632.xul
|
|
|
test_bug460942.xul
|
|
|
test_bug471776.xul
|
Bug 683159: Remove SimpleTest.expectAssertions() calls no longer needed due to SpecialPowers.gc() added in changeset 67060725ec8d.
|
2013-02-28 21:35:26 -08:00 |
test_bug509732.xul
|
Bug 683159: Remove SimpleTest.expectAssertions() calls no longer needed due to SpecialPowers.gc() added in changeset 67060725ec8d.
|
2013-02-28 21:35:26 -08:00 |
test_bug554279.xul
|
Bug 683159: Remove SimpleTest.expectAssertions() calls no longer needed due to SpecialPowers.gc() added in changeset 67060725ec8d.
|
2013-02-28 21:35:26 -08:00 |
test_bug557987.xul
|
Bug 683159: Remove SimpleTest.expectAssertions() calls no longer needed due to SpecialPowers.gc() added in changeset 67060725ec8d.
|
2013-02-28 21:35:26 -08:00 |
test_bug562554.xul
|
Bug 653881 - Rework XBL insertion points and clean up related code to more closely follow the Web Components model. Instead of maintaining a hashtable of insertion points in bindings (and removing insertions points from the tree) leave the insertion points in the tree as explicit placeholders and teach all other relevant code how to walk the explicit children of elements via two iterators (ExplicitChildIterator and FlattenedChildIterator). Note that this patch does not maintain 100% compatibility with the previous code: there are bug fixes and behavior changes included. For example, by having explicit insertion points in the bindings, it is now easier to handle dynamic changes to the bound element correctly (as well as, eventually, handling dynamic changes to the binding correctly). Patch originally by sicking. r=bzbarsky
|
2013-05-01 15:50:08 -07:00 |
test_bug570192.xul
|
Bug 683159: Remove SimpleTest.expectAssertions() calls no longer needed due to SpecialPowers.gc() added in changeset 67060725ec8d.
|
2013-02-28 21:35:26 -08:00 |
test_bug585946.xul
|
Bug 683159: Remove SimpleTest.expectAssertions() calls no longer needed due to SpecialPowers.gc() added in changeset 67060725ec8d.
|
2013-02-28 21:35:26 -08:00 |
test_bug624329.xul
|
Bug 846096: Remove SimpleTest.expectAssertions() calls annotating assertions from bug 846096.
|
2013-03-04 13:21:24 -08:00 |
test_bug792324.xul
|
Bug 846096: Remove SimpleTest.expectAssertions() calls annotating assertions from bug 846096.
|
2013-03-04 13:21:24 -08:00 |
test_button.xul
|
Bug 846096: Remove SimpleTest.expectAssertions() calls annotating assertions from bug 846096.
|
2013-03-04 13:21:24 -08:00 |
test_chromemargin.xul
|
Bug 683159: Remove SimpleTest.expectAssertions() calls no longer needed due to SpecialPowers.gc() added in changeset 67060725ec8d.
|
2013-02-28 21:35:26 -08:00 |
test_closemenu_attribute.xul
|
Bug 846096: Remove SimpleTest.expectAssertions() calls annotating assertions from bug 846096.
|
2013-03-04 13:21:24 -08:00 |
test_colorpicker_popup.xul
|
Bug 846096: Remove SimpleTest.expectAssertions() calls annotating assertions from bug 846096.
|
2013-03-04 13:21:24 -08:00 |
test_contextmenu_list.xul
|
Bug 846096: Remove SimpleTest.expectAssertions() calls annotating assertions from bug 846096.
|
2013-03-04 13:21:24 -08:00 |
test_cursorsnap.xul
|
|
|
test_datepicker.xul
|
Bug 683159: Remove SimpleTest.expectAssertions() calls no longer needed due to SpecialPowers.gc() added in changeset 67060725ec8d.
|
2013-02-28 21:35:26 -08:00 |
test_deck.xul
|
Bug 683159: Remove SimpleTest.expectAssertions() calls no longer needed due to SpecialPowers.gc() added in changeset 67060725ec8d.
|
2013-02-28 21:35:26 -08:00 |
test_dialogfocus.xul
|
Bug 683159: Remove SimpleTest.expectAssertions() calls no longer needed due to SpecialPowers.gc() added in changeset 67060725ec8d.
|
2013-02-28 21:35:26 -08:00 |
test_findbar_events.xul
|
Bug 683159: Remove SimpleTest.expectAssertions() calls no longer needed due to SpecialPowers.gc() added in changeset 67060725ec8d.
|
2013-02-28 21:35:26 -08:00 |
test_findbar.xul
|
Bug 683159: Remove SimpleTest.expectAssertions() calls no longer needed due to SpecialPowers.gc() added in changeset 67060725ec8d.
|
2013-02-28 21:35:26 -08:00 |
test_focus_anons.xul
|
Bug 683159: Remove SimpleTest.expectAssertions() calls no longer needed due to SpecialPowers.gc() added in changeset 67060725ec8d.
|
2013-02-28 21:35:26 -08:00 |
test_hiddenitems.xul
|
Bug 683159: Remove SimpleTest.expectAssertions() calls no longer needed due to SpecialPowers.gc() added in changeset 67060725ec8d.
|
2013-02-28 21:35:26 -08:00 |
test_hiddenpaging.xul
|
Bug 636564 - Implement lion style scrollbars on Mac OSX 10.7+; r=roc
|
2013-05-02 10:58:00 -04:00 |
test_keys.xul
|
Bug 683159: Remove SimpleTest.expectAssertions() calls no longer needed due to SpecialPowers.gc() added in changeset 67060725ec8d.
|
2013-02-28 21:35:26 -08:00 |
test_largemenu.xul
|
Bug 683159: Remove SimpleTest.expectAssertions() calls no longer needed due to SpecialPowers.gc() added in changeset 67060725ec8d.
|
2013-02-28 21:35:26 -08:00 |
test_menu_hide.xul
|
|
|
test_menu.xul
|
Bug 683159: Remove SimpleTest.expectAssertions() calls no longer needed due to SpecialPowers.gc() added in changeset 67060725ec8d.
|
2013-02-28 21:35:26 -08:00 |
test_menuchecks.xul
|
Bug 683159: Remove SimpleTest.expectAssertions() calls no longer needed due to SpecialPowers.gc() added in changeset 67060725ec8d.
|
2013-02-28 21:35:26 -08:00 |
test_menuitem_blink.xul
|
Bug 683159: Remove SimpleTest.expectAssertions() calls no longer needed due to SpecialPowers.gc() added in changeset 67060725ec8d.
|
2013-02-28 21:35:26 -08:00 |
test_menuitem_commands.xul
|
Bug 683159: Remove SimpleTest.expectAssertions() calls no longer needed due to SpecialPowers.gc() added in changeset 67060725ec8d.
|
2013-02-28 21:35:26 -08:00 |
test_menulist_keynav.xul
|
Bug 636564 - Implement lion style scrollbars on Mac OSX 10.7+; r=roc
|
2013-05-02 10:58:00 -04:00 |
test_menulist_null_value.xul
|
|
|
test_menulist.xul
|
Bug 683159: Remove SimpleTest.expectAssertions() calls no longer needed due to SpecialPowers.gc() added in changeset 67060725ec8d.
|
2013-02-28 21:35:26 -08:00 |
test_mousecapture.xul
|
Bug 683159: Remove SimpleTest.expectAssertions() calls no longer needed due to SpecialPowers.gc() added in changeset 67060725ec8d.
|
2013-02-28 21:35:26 -08:00 |
test_mousescroll.xul
|
|
|
test_notificationbox.xul
|
Bug 683159: Remove SimpleTest.expectAssertions() calls no longer needed due to SpecialPowers.gc() added in changeset 67060725ec8d.
|
2013-02-28 21:35:26 -08:00 |
test_panel_focus.xul
|
|
|
test_panel.xul
|
Bug 683159: Remove SimpleTest.expectAssertions() calls no longer needed due to SpecialPowers.gc() added in changeset 67060725ec8d.
|
2013-02-28 21:35:26 -08:00 |
test_panelfrommenu.xul
|
|
|
test_popup_anchor.xul
|
|
|
test_popup_attribute.xul
|
|
|
test_popup_button.xul
|
|
|
test_popup_coords.xul
|
|
|
test_popup_keys.xul
|
|
|
test_popup_moveToAnchor.xul
|
|
|
test_popup_preventdefault_chrome.xul
|
|
|
test_popup_preventdefault.xul
|
|
|
test_popup_recreate.xul
|
|
|
test_popup_scaled.xul
|
|
|
test_popup_tree.xul
|
|
|
test_popuphidden.xul
|
|
|
test_popupincontent.xul
|
|
|
test_popupremoving_frame.xul
|
|
|
test_popupremoving.xul
|
|
|
test_position.xul
|
|
|
test_preferences.xul
|
Bug 716140 - Mark test_preferences.xul as sometimes asserting once.
|
2013-03-24 09:39:47 -04:00 |
test_progressmeter.xul
|
|
|
test_props.xul
|
|
|
test_radio.xul
|
|
|
test_richlist_direction.xul
|
|
|
test_righttoleft.xul
|
|
|
test_scale.xul
|
|
|
test_scaledrag.xul
|
|
|
test_screenPersistence.xul
|
Bug 840173 - test_screenPersistence.html fails when run on Ubuntu because the left hand launcher bar interferes. r=bz
|
2013-02-12 07:28:02 -05:00 |
test_scrollbar.xul
|
Bug 636564 - Implement lion style scrollbars on Mac OSX 10.7+; r=roc
|
2013-05-02 10:58:00 -04:00 |
test_showcaret.xul
|
Bug 873727 - Use a listener instead of timers to fix intermittent failures. r=roc
|
2013-06-19 13:20:38 -04:00 |
test_sorttemplate.xul
|
|
|
test_statusbar.xul
|
|
|
test_subframe_origin.xul
|
|
|
test_tabbox.xul
|
|
|
test_tabindex.xul
|
|
|
test_textbox_dictionary.xul
|
Bug 856270 - Update spell checking to use nsIContentPrefService2 (part 3: update other tests). r=ehsan
|
2013-06-05 17:07:54 -07:00 |
test_textbox_emptytext.xul
|
|
|
test_textbox_number.xul
|
|
|
test_textbox_search.xul
|
|
|
test_timepicker.xul
|
|
|
test_titlebar.xul
|
|
|
test_toolbar.xul
|
|
|
test_tooltip_noautohide.xul
|
|
|
test_tooltip.xul
|
|
|
test_tree_hier_cell.xul
|
|
|
test_tree_hier.xul
|
|
|
test_tree_single.xul
|
|
|
test_tree_view.xul
|
bug 407956 - make nsITreeView not take a nsISupportsArray* r=neil, bz sr=neil
|
2013-01-06 19:54:42 -05:00 |
test_tree.xul
|
|
|
window_browser_drop.xul
|
Bug 635852. r=smaug
|
2013-03-08 12:04:53 +01:00 |
window_chromemargin.xul
|
|
|
window_cursorsnap_dialog.xul
|
|
|
window_cursorsnap_wizard.xul
|
|
|
window_keys.xul
|
|
|
window_largemenu.xul
|
|
|
window_panel_focus.xul
|
|
|
window_panel.xul
|
|
|
window_popup_anchor.xul
|
|
|
window_popup_attribute.xul
|
|
|
window_popup_button.xul
|
|
|
window_popup_preventdefault_chrome.xul
|
|
|
window_preferences2.xul
|
|
|
window_preferences3.xul
|
|
|
window_preferences_commandretarget.xul
|
|
|
window_preferences.xul
|
|
|
window_screenPosSize.xul
|
|
|
window_showcaret.xul
|
|
|
window_subframe_origin.xul
|
|
|
window_titlebar.xul
|
Bug 875616, disable titlebar paneltop test on Linux due to unreliable window positioning timing
|
2013-09-06 09:47:39 -04:00 |
xul_selectcontrol.js
|
|
|