Name Description Size Coverage
browser.ini 344 -
browser_0_library_left_pane_migration.js Test we correctly migrate Library left pane to the latest version. Note: this test MUST be the first between browser chrome tests, or results of next tests could be unexpected due to PlacesUIUtils getters. 4435 -
browser_425884.js Deep copy of bookmark data, using the front-end codepath: - create test folder A - add a subfolder to folder A, and add items to it - validate folder A (sanity check) - copy folder A, creating new folder B, using the front-end path - validate folder B - undo copy transaction - validate folder B (empty) - redo copy transaction - validate folder B's contents 4143 -
browser_drag_bookmarks_on_toolbar.js Tests dragging on toolbar. We must test these 2 cases: - Dragging toward left, top, right should start a drag. - Dragging toward down should should open the container if the item is a container, drag the item otherwise. @param aElement DOM node element we will drag @param aExpectedDragData Array of flavors and values in the form: [ ["text/plain: sometext", "text/html: <b>sometext</b>"], [...] ] Pass an empty array to check that drag even has been canceled. @param aDirection Direction for the dragging gesture, see dragDirections helper object. 8056 -
browser_library_infoBox.js Test appropriate visibility of infoBoxExpanderWrapper and additionalInfoFields in infoBox section of library 5900 -
browser_library_left_pane_commands.js Test enabled commands in the left pane folder of the Library. 3504 -
browser_library_left_pane_fixnames.js Test we correctly fix broken Library left pane queries names. 3782 -
browser_library_open_leak.js Bug 474831 https://bugzilla.mozilla.org/show_bug.cgi?id=474831 Tests for leaks caused by simply opening and closing the Places Library window. Opens the Places Library window, waits for it to load, closes it, and finishes. 738 -
browser_library_views_liveupdate.js Tests Library Left pane view for liveupdate. 10535 -
browser_sort_in_library.js Tests the following bugs: Bug 443745 - View>Sort>of "alpha" sort items is default to Z>A instead of A>Z https://bugzilla.mozilla.org/show_bug.cgi?id=443745 Bug 444179 - Library>Views>Sort>Sort by Tags does nothing https://bugzilla.mozilla.org/show_bug.cgi?id=444179 Basically, fully tests sorting the placeContent tree in the Places Library window. Sorting is verified by comparing the nsINavHistoryResult returned by placeContent.result to the expected sort values. 9556 -
head.js Waits for completion of a clear history operation, before proceeding with aCallback. @param aCallback Function to be called when done. 3130 -