Dão Gottwald
dfaaa87fe2
use gBrowser instead of getBrowser() in browser chrome tests
2009-09-14 01:18:19 +02:00
Margaret Leibovic
f963a637ac
Bug 430148 - Remove or hide the more/less button in details pane for items which doesn't use extended properties (e.g. history), r=adw, mano
2009-09-11 15:25:42 +02:00
Marco Bonardo
afdea37f53
Bug 509870 - Places transactions service should preserve GUIDS on created items, r=dietrich
2009-09-05 01:36:14 +02:00
Jesse Ruderman
067a9a9574
Re-enable tests now that bug 507199 is fixed (revert e22ff796c703)
2009-08-26 08:55:48 -07:00
Ted Mielczarek
ad775e7a7a
bug 459114 - helper function to provide a clean profile directory for xpcshell tests. r=sdwilsh
...
--HG--
extra : rebase_source : 76f547c1f055f18f57e09c67f1a2f7b2f548c3cd
2009-05-14 07:37:40 -04:00
Ted Mielczarek
bf94951904
Backed out changeset 9ddc25fb2246 - bug 459114 - helper function to provide a clean profile directory for xpcshell tests. r=sdwilsh - for test failures
2009-08-05 15:36:20 -04:00
Ted Mielczarek
b6d8d93b5c
bug 459114 - helper function to provide a clean profile directory for xpcshell tests. r=sdwilsh
...
--HG--
extra : rebase_source : 7bd4c374609a9eea15d0b244c1415ae853146e84
2009-05-14 07:37:40 -04:00
Marco Bonardo
a04cbd87f8
followup to Bug 481437 - adding at least one test to browser_library_open_leak.js, trivial change
2009-08-03 10:48:02 +02:00
Marco Bonardo
87ab63a2f9
Bug 507172 - random failure in browser_ui_bookmarks_sidebar.js, disable test for now while CLOSED TREE
2009-08-01 10:03:13 +02:00
Shawn Wilsher
1f2b2d387e
Disable these two randomly crashing tests until bug 506042 is fixed and we can get stacks from the crashes.
2009-07-30 08:48:48 -07:00
Ehsan Akhgari
821f9279d3
Bustage fix for the test for bug 501413
2009-07-29 12:09:38 +04:30
Ehsan Akhgari
1a574c8f1d
Bug 501413 - In a right-to-left localization, clicking any url in the bookmark sidebar doesn't work (tests); r=mak77
2009-07-29 12:06:34 +04:30
Mark Finkle ext:(%2C%20Shawn%20Wilsher%20%3Cme%40shawnwilsher.com%3E%2C%20Marco%20Bonardo%20%3Cmak77%40bonardo.net%3E)
cf0241bf3f
Bug 483980 - Allow history/bookmark observer components to register with a startup category
...
This changeset allows for history and bookmark observers to be registered via
the category manager. This means the bookmarks service does not have to be
initialized at startup to register observers with it, as well as the history
service.
r=sdwilsh
r=mak
r=dietrich
2009-03-25 15:31:36 -05:00
Dave Townsend
b7bbffcf77
Bug 481406: Stop using dump in browser chrome tests. r=mak77
2009-07-06 10:27:26 +01:00
Marco Bonardo
f5eaa3ca95
Bug 496058 - mochitest-browser-chrome: browser_bookmarksProperties.js times out intermittently, r=enn
2009-07-01 11:19:11 +02:00
Neil Deakin
8eb3e02e5d
Bug 499547, double click on bookmark in library not raising window, r=dao
2009-06-24 13:12:31 -04:00
Marco Bonardo
09c76bcf32
Bug 494372 - when views are notified skip static content, r=dietrich
2009-06-24 18:29:26 +02:00
Marco Bonardo
13fb524dd9
Bug 498620 - Saved search folder is not visible in left folder pane or open-able in right pane immediately after saving, r=dietrich
2009-06-24 10:59:30 +02:00
Marco Bonardo
c4d4ef8419
Bug 490742 - Transactions Manager should batch child transactions, r=sdwilsh
2009-06-23 11:40:26 +02:00
Marco Bonardo
0e672ad5f9
Bug 498407 - Adding search keyword doesn't work on many sites, transactions manager tries to get anno for an invalid itemId, r=dietrich
2009-06-16 17:17:43 +02:00
Marco Bonardo
6122b135ac
Bug 496266 - unit test for bug 496103 (browser_drag_bookmarks_on_toolbar.js) causes page navigation, r=gavin
2009-06-12 14:59:15 +02:00
Marco Bonardo
fabd399a05
Bug 496277 - unit test for bug 496103 (browser_drag_bookmarks_on_toolbar.js) fails on Linux, r=gavin
2009-06-12 14:59:10 +02:00
Marco Bonardo
a42c49ee0e
Bug 496635: Middle click bookmark in the right-upper pane of the library does not open in new tab, r=dietrich
2009-06-12 00:07:06 -04:00
Shawn Wilsher
b84cbee827
Backed out changeset d891a7418d95 (bug 483980)
2009-06-11 16:08:07 -07:00
Mark Finkle ext:(%2C%20Shawn%20Wilsher%20%3Cme%40shawnwilsher.com%3E%2C%20Marco%20Bonardo%20%3Cmak77%40bonardo.net%3E)
2cf526db39
Bug 483980 - Allow history/bookmark observer components to register with a startup category
...
This changeset allows for history and bookmark observers to be registered via
the category manager. This means the bookmarks service does not have to be
initialized at startup to register observers with it, as well as the history
service.
r=sdwilsh
r=mak
r=dietrich
2009-03-25 15:31:36 -05:00
Gavin Sharp
60fc4e646d
add bug # ref in comment for bug 496103's test
2009-06-04 03:40:11 -04:00
Gavin Sharp
30b5394653
disable test for bug 496103 on linux
2009-06-04 03:35:56 -04:00
Gavin Sharp
4b6dbc8ae5
Tweak comment for unit test bustage fix for bug 496103
2009-06-04 01:54:23 -04:00
Gavin Sharp
dbf7fff25e
Unit test bustage fix for bug 496103
2009-06-04 01:50:16 -04:00
Gavin Sharp
cda659cb28
Bug 496103: don't cancel mousedown events for menus (prevents dragging bookmark folders on the bookmark toolbar), r+sr=Neil. Test by Marco Bonardo <mak77@bonardo.net>, r=dietrich
2009-06-03 22:43:03 -04:00
Asaf Romano
4b1e16bc03
bug 490068 - leak window after showing bookmarks panel. r=dietrich.
2009-05-17 23:14:27 +03:00
Marco Bonardo
cfc1954b44
Bug 491269 - Test that editing folder name in bookmarks properties dialog does not accept the dialog, r=adw
2009-05-14 14:11:51 +02:00
timeless@mozdev.org
77811df3a6
Bug 489953 Remove extraneous semicolons
...
r=gavin
2009-05-03 09:28:43 -07:00
Marco Bonardo
33ca0a3df6
Bug 487823 - mochitest-browser-chrome hang/timeout (1200 seconds without output) on mozilla-central Linux box, r=adw
2009-04-30 11:10:38 -07:00
Marco Bonardo
4db0aabc10
Bug 490156 - Can't delete smart bookmark containers, r=adw
2009-04-30 09:52:49 -07:00
Marco Bonardo
5f4896e73d
Bug 484019 - Fix corrupt or wrong roots titles in the database and in the Library, r=dietrich
2009-04-30 09:52:40 -07:00
Marco Bonardo
27a80f377c
backout Bug 484019 due to test failures.
2009-04-24 17:57:24 +02:00
Marco Bonardo
0d545b7758
Bug 484019 - Fix corrupt or wrong roots titles in the database and in the Library, r=dietrich
2009-04-24 15:11:06 +02:00
Marco Bonardo
d4ef0e29ff
Bug 489351 - Date containers under History in Library cannot be deleted/cut, r=adw
2009-04-24 15:11:01 +02:00
Marco Bonardo
b0986bde8b
Bug 487040 - Crash [@ nsNavHistoryResult::OnItemAdded ] in mochitest-browser-chrome, r=dietrich,sdwilsh,smaug a=blocking191
2009-04-18 14:12:01 +02:00
Drew Willcoxon
609d0b7cf5
Bug 470314 - Send a bookmarks-restore notification, r=mak77
2009-04-17 14:42:34 +02:00
Ehsan Akhgari
8145a3302c
Fix the orange from bug 485773 caused by a typo in the test
2009-04-16 02:51:20 +03:30
Marco Bonardo
70b36105e3
Bug 486707 - Unable to search through the whole history in the Library, r=dietrich
2009-04-08 14:26:57 +02:00
Marco Bonardo
a68e4b85d2
fix key code typo in browser_bookmarksProperties.js (bug 485458)
2009-04-07 11:44:59 +02:00
Ehsan Akhgari
6d20b1e85c
Bug 485773 - Forget This Site should only be enabled for single selections; r=mak77
2009-04-03 14:00:16 +03:30
Marco Bonardo
f2b57a8ead
Bug 485458 - browser-chrome test for bookmarks Properties dialog, r=dietrich
2009-04-03 01:41:29 +02:00
Marco Bonardo
709721be3e
Bug 422163 - Split History container in the Library (like sidebar BY DATE), r=dietrich ui-r=beltzner
2009-04-03 01:41:20 +02:00
Marco Bonardo
18a643c289
test for Bug 427633 - Disable creating a New Folder in the bookmarks dialogs if insertionPoint is invalid, r=dietrich
2009-04-01 19:11:18 +02:00
Marco Bonardo
2d20882353
Bug 486008 - test_browserGlue_corrupt_nobackup.js is wrong, r=dietrich a=tests-only
2009-04-01 11:39:47 +02:00
Dietrich Ayala
2dd8d1275e
imported patch backout-bug-422163
2009-03-30 18:24:43 -07:00