Marco Bonardo
|
7833a14abd
|
Try to workaround orange caused by disabling test_browserGlue_distribution.js
|
2010-04-15 01:26:15 +02:00 |
|
Marco Bonardo
|
33d6a30ec5
|
Bug 523936 - Random failure of test_browserGlue_distribution.js. Disable till we implement a fix.
|
2010-04-15 00:14:17 +02:00 |
|
Dietrich Ayala
|
407d224a76
|
Backout the disabling of test_browserGlue_distribution.js because doing so caused a crash. See bug 523936.
|
2010-04-14 00:02:30 -07:00 |
|
Dietrich Ayala
|
0ef2d5a4bc
|
Bug 523936 - temporarily disable test_browserGlue_distribution.js (r=sdwilsh)
|
2010-04-13 22:48:27 -07:00 |
|
Dão Gottwald
|
dbbdc2f693
|
s/mTabs/tabs/ (no bug, CLOSED TREE)
|
2010-04-09 13:18:02 +02:00 |
|
Robert Sayre
|
404189ee98
|
Merge mozilla-central to tracemonkey.
|
2010-04-02 10:10:27 -04:00 |
|
Marco Bonardo
|
2ebef49bb0
|
Bug 556376 - Provide a common head for Places xpcshell-tests.
r=dietrich on code changes, blanket-rs=places-team for test changes
|
2010-04-02 00:42:25 +02:00 |
|
Robert Sayre
|
baeb2d1edf
|
Merge mozilla-central to tracemonkey.
|
2010-03-30 21:13:01 -07:00 |
|
Jeff Walden
|
e2df507656
|
Bug 551529 - Remove __count__. r=shaver
|
2010-03-12 17:09:49 -08:00 |
|
Marco Bonardo
|
2483b43786
|
Bug 546942 - Move places import-export-service to toolkit. r=sdwilsh
--HG--
rename : browser/components/places/public/nsIPlacesImportExportService.idl => toolkit/components/places/public/nsIPlacesImportExportService.idl
rename : browser/components/places/src/nsPlacesImportExportService.cpp => toolkit/components/places/src/nsPlacesImportExportService.cpp
rename : browser/components/places/src/nsPlacesImportExportService.h => toolkit/components/places/src/nsPlacesImportExportService.h
|
2010-03-24 02:17:49 +01:00 |
|
Marco Bonardo
|
c08f723746
|
Bug 529062 - Re-enable browser_views_liveupdate.js test on Mac, and make it check title changes too, r=mano
|
2010-03-05 09:26:39 -08:00 |
|
Dão Gottwald
|
e67e348580
|
add missing spaces; 'switch' is not a function
|
2010-02-06 11:40:06 +01:00 |
|
Dão Gottwald
|
00842e81bd
|
tests cleanup
|
2010-02-06 10:03:25 +01:00 |
|
Dão Gottwald
|
acef35272f
|
Use ordinary JS functions as observer callbacks in browser chrome tests
|
2010-02-06 09:47:42 +01:00 |
|
Marco Bonardo
|
a54a75b101
|
Bug 538765 - cleanup Places browserGlue tests, r=dietrich
|
2010-02-04 15:56:10 +01:00 |
|
Marco Bonardo
|
8aab88f4b7
|
Bug 525610 - Double the timeout for test browser_library_views_liveupdate.js (random orange)
|
2010-01-28 14:09:55 +01:00 |
|
Marco Bonardo
|
0f6a3324a8
|
Bug 520165 - Part9: remove old expiration code, r=mano
|
2010-01-15 17:40:19 +01:00 |
|
Marco Bonardo
|
cab846f9b0
|
Bug 510219 - disable test_browserGlue_smartBookmarks.js on Windows due to almost perma-orange
|
2010-01-12 12:40:15 +01:00 |
|
Marco Bonardo
|
60d5aafa07
|
Bug 510219 - More debug for orange in test_browserGlue_smartBookmarks.js and disable test_browserGlue_prefs.js, r=sdwilsh
|
2010-01-11 22:13:25 +01:00 |
|
Marco Bonardo
|
8606a472ed
|
More cleanup and debug for browserGlue_prefs and browserGlue_smartBookmarks random failing tests
|
2010-01-09 17:07:24 +01:00 |
|
Marco Bonardo
|
611bdc9146
|
bug 510219 - Add checks in random failing test_browserGlue_smartBookmarks.js
|
2010-01-08 18:03:05 +01:00 |
|
Marco Bonardo
|
52e8e4cf65
|
Add some logging to browserGlue random failing tests
|
2010-01-08 13:57:51 +01:00 |
|
Shawn Wilsher
|
db5d475217
|
Disabled test_browserGlue_smartBookmarks.js due to bug 510219.
|
2009-12-31 09:31:49 -08:00 |
|
Shawn Wilsher
|
1027d06dd9
|
Attempt to fix bug 510219 which is currently very orange. r=orange
|
2009-12-31 06:35:43 -08:00 |
|
Marco Bonardo
|
b97793a63e
|
Re-enable sync for random oranges that could have been fixed by bug 536435.
|
2009-12-22 21:57:46 +01:00 |
|
Marco Bonardo
|
47e2f806ca
|
Bug 531151 - Increase Annotation Service robustness, r=dietrich
|
2009-12-18 11:30:37 +01:00 |
|
Dão Gottwald
|
7fbf2f0c4b
|
Bug 531227 - Fix window watcher use in browser_bookmarksProperties.js. r=mak
|
2009-11-26 12:30:46 +01:00 |
|
John Daniels
|
b260d02c5f
|
Bug 525819 - Make do_timeout take a callback function, not a string to eval. r=jwalden
--HG--
extra : rebase_source : 6fbaac51eabe95fcfaf4706feb9fd8a28ba4dfbf
|
2009-11-24 11:58:42 -08:00 |
|
Marco Bonardo
|
0a80083f29
|
Fix orange in test_treeview_date.xul due to bug 519479
|
2009-11-11 13:44:35 +01:00 |
|
Marco Bonardo
|
68dc74ab68
|
Bug 525299 - Make Library left pane creation more robust, r=dietrich
|
2009-11-06 16:25:08 +01:00 |
|
Marco Bonardo
|
caef5e584b
|
typo fix and small cleanup of test_browserGlue_distribution.js
|
2009-11-04 15:41:35 +01:00 |
|
Dão Gottwald
|
c5f31ac9ac
|
Bug 525710 - getPagesWithAnnotation, getItemsWithAnnotation, getPageAnnotationNames, getItemAnnotationNames, getFaviconData, getQueries, getFolders and getTagsForURI length out params should be optional. r=sdwilsh
--HG--
extra : rebase_source : e46c14838c9076d6bb32a423e0193e71b1d0532a
|
2009-11-02 22:04:15 +01:00 |
|
Gijs Kruitbosch
|
41ba1acfa5
|
Back out bug 487059, fix tests and EM to cope, r=gavin,beltzner, bug 524995
--HG--
extra : rebase_source : d8414b8de165cf2fa534719c36416d82d21872c6
|
2009-10-29 14:44:10 +01:00 |
|
Marco Bonardo
|
13e364670c
|
Fix a typo and a couple leftovers in previous tests changes.
|
2009-10-28 22:59:33 +01:00 |
|
Marco Bonardo
|
53e8d3e6c1
|
bug 507172 - Disable browser_ui_bookmarks_sidebar.js again due to random failures, we can survive without it.
|
2009-10-16 15:19:26 +02:00 |
|
Marco Bonardo
|
6b1e89f0ef
|
Bug 478718 - Move last Places sync to xpcom-shutdown, r=sdwilsh
--HG--
rename : toolkit/components/places/tests/sync/test_database_sync_after_quit_application.js => toolkit/components/places/tests/sync/test_database_sync_after_shutdown.js
rename : toolkit/components/places/tests/sync/test_database_sync_after_quit_application_with_removeAllPages.js => toolkit/components/places/tests/sync/test_database_sync_after_shutdown_with_removeAllPages.js
|
2009-10-14 11:53:13 +02:00 |
|
Marco Bonardo
|
c99bb5ddc9
|
Bug 507172 - random failure in browser_ui_bookmarks_sidebar.js and browser_ui_history_sidebar.js r=dietrich
|
2009-10-13 15:32:00 +02:00 |
|
Marco Bonardo
|
6693640a68
|
Bug 521225 - Stop syncing for random failing Places tests, and make sheriffs happier, r=sdwilsh
|
2009-10-13 15:31:46 +02:00 |
|
Marco Bonardo
|
9e75b13efa
|
test cleanup for bug 516444 - test_browserGlue_distribution.js should not pollute next tests in case of failure. r=trivial-cleanup
|
2009-10-13 15:31:33 +02:00 |
|
Jae-Seong Lee
|
141db91f4e
|
Bug 520743 - [xpcshell-tests] some Places unit tests fail when 'werror' is on, part 1. r=mak
|
2009-10-09 12:29:58 +02:00 |
|
Asaf Romano
|
420ce79b68
|
Fix a review comment from bug 510634. r=mak.
|
2009-10-06 20:17:55 +02:00 |
|
Marco Bonardo
|
3d82d1b8c4
|
Bug 520547 - revert renaming of PlacesUtils methods from bug 477583. r=mano, r=gavin
|
2009-10-06 15:47:58 +02:00 |
|
Asaf Romano
|
d3208a9a94
|
Bug 510634 - Wrong icons on bookmarks sidebar. r=mak.
|
2009-10-06 15:04:14 +02:00 |
|
Marco Bonardo
|
fdc9c1fda9
|
Forgot to remove observer in bug 516444, r=trivial-post-facto
|
2009-10-05 16:43:10 +02:00 |
|
Marco Bonardo
|
c62a4b0301
|
Bug 516444 - Installation of Firefox Custom Builds without migration from a 2nd Browser is missing the Firefox default bookmarks, r=thunder
|
2009-10-05 12:13:04 +02:00 |
|
Dietrich Ayala
|
f66429541f
|
Bug 498130 - Reduce places-views overhead (RELAND)
|
2009-10-01 09:53:26 -07:00 |
|
Dietrich Ayala
|
890e1e64fa
|
Backout bug 498130 due to persistent startup crash on Windows Mobile (bug 519854)
|
2009-09-30 17:21:39 -07:00 |
|
Marco Bonardo
|
cbf9435322
|
Bug 477583 - Backups of bookmarks stops working if a future backup exists, r=mano
|
2009-09-29 12:44:18 +02:00 |
|
Asaf Romano
|
0cdda0b913
|
Bug 498130 - Reduce places-views overhead. r=mak. sr=mconnor.
|
2009-09-26 11:23:17 +03:00 |
|
Robert Strong
|
05219ad1ff
|
Bug 471219 - Store timer registrations somewhere permanent. r=dtownsend
|
2009-09-18 11:03:27 -07:00 |
|