Commit Graph

4246 Commits

Author SHA1 Message Date
Marco Bonardo
a2d0aed7de Bug 521429 - Cannot drag a page link to an empty bookmarks toolbar. r=mano 2009-10-14 19:45:33 +02:00
Dão Gottwald
e92d9a4094 Bug 468053 - treat gBrowser.addTab(null) and gBrowser.addTab("about:blank") equally. r=mano 2009-10-14 14:50:52 +02:00
Marco Bonardo
52895a2f23 Bug 367991 - Remove unused Places code. r=dietrich, r=dao 2009-10-14 13:56:59 +02:00
Marco Bonardo
b3e094e461 Bug 507784 - Some session restore tests don't correctly remove event listeners, part2. r=trivial-cleanup 2009-10-14 13:56:50 +02:00
Marco Bonardo
9679a4ea34 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
852c3faf6f 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
62f57fa9ea Bug 507784 - Some session restore tests don't correctly remove event listeners. r=trivial-cleanup 2009-10-13 15:31:53 +02:00
Marco Bonardo
ad2ed8403b 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
b8f3bfd39c 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
Dão Gottwald
1fb6b5bce0 Bug 521188 - AeroPeek object leaks into global scope. r=gavin (P1 blocker on CLOSED TREE) 2009-10-12 08:13:25 +02:00
Marco Bonardo
0bf380a441 forgot one usecapture change, sorry. 2009-10-10 14:10:49 +02:00
Marco Bonardo
6501eff391 sync browser_394759_privatebrowsing.js with browser_394759.js and add a couple infos to try debugging failure. 2009-10-10 14:08:38 +02:00
Ehsan Akhgari
441c2ab877 Bug 513420 - random failure in browser_privatebrowsing_windowtitle.js, r=mconnor. Further modified by me, r=ehsan 2009-10-09 23:13:53 +02:00
Dão Gottwald
906a8a6a23 Bug 521548 - Remove unused command-button and filter-button bindings. r=mak 2009-10-10 12:14:59 +02:00
Marco Bonardo
7b0c6481e4 Bug 518970 - Sporadic timeout in browser_394759_privatebrowsing.js, r=zpao 2009-10-09 20:17:13 +02:00
Dão Gottwald
f169c5a5be Bug 521216 - remove debug code
--HG--
extra : rebase_source : d1233872ce281ca8ec4ce4a11766dc6dec756e92
2009-10-09 20:34:10 +02:00
Paul O’Shannessy
ffb291e76d Bug 514816 - Reenable tests from bug 459906, bug 461743, and bug 464620. r=zeniko 2009-10-04 23:54:26 -07:00
Romain BEZUT
9bda704751 Bug 458631 - Misalignment in --help command line. r=gavin 2009-10-09 12:50:42 +02:00
Jae-Seong Lee
1d9c675d67 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
Dão Gottwald
7efe772063 report debug info for bug 521216 2009-10-08 23:43:28 +02:00
Jim Mathies
a42516f023 Bug 518666 - avoid importing win7 specific jsm on lesser os. r=dao. 2009-10-08 15:08:35 -05:00
Dão Gottwald
f2b726b34b Bug 521216 - Don't use 'for each...in' for arrays and node lists. r=robarnold 2009-10-08 19:35:18 +02:00
Jim Mathies
88a9bcf6c3 Bug 520801 - Remove sub directory from taskbar module path. Addresses installer build issues which prevented jsm installation. r=dao.
--HG--
rename : browser/components/wintaskbar/jumpLists.jsm => browser/components/wintaskbar/WindowsJumpLists.jsm
rename : browser/components/wintaskbar/preview-per-tab.jsm => browser/components/wintaskbar/WindowsPreviewPerTab.jsm
2009-10-07 20:06:30 -05:00
Marco Bonardo
b7cb026b86 Bug 498339 - hopefully fix browser_394759.js intermittent failure and timeout, r=zpao 2009-10-08 02:46:09 +02:00
Jim Mathies
e25cec0e24 Bug 518666 - Fix for bad nsBrowserGlue.js import. r=dao. 2009-10-07 13:06:06 -05:00
Dão Gottwald
914c8bb55c More nits for bug 518666 2009-10-07 13:35:37 +02:00
Jim Mathies
c6bd5c428e Bug 518666 - address missed updates. 2009-10-07 04:22:12 -05:00
Jim Mathies
b411f52ae0 Bug 518666 - Add Firefox win7 jump list support. r=sdwilsh, r=dao. 2009-10-07 04:09:11 -05:00
Dão Gottwald
57d43d2c7e Bug 474056 - addressing review comment 2009-10-07 10:35:16 +02:00
Rob Arnold
d08699bbf2 Bug 520724 - Aero Peek preview prefs should be better defined/classified r=rflint
--HG--
extra : rebase_source : 463f184cfb6766d67121784c7edc998c78bc784f
2009-10-06 15:57:20 -04:00
Rob Arnold
c4f71f1e57 Bug 474056 - Minor fixes for undefind variables r=dao 2009-10-06 15:09:49 -04:00
Asaf Romano
89223cf631 Fix a review comment from bug 510634. r=mak. 2009-10-06 20:17:55 +02:00
Marco Bonardo
5bda0953f7 Bug 520547 - revert renaming of PlacesUtils methods from bug 477583. r=mano, r=gavin 2009-10-06 15:47:58 +02:00
Asaf Romano
d4fdb1eb8a Bug 510634 - Wrong icons on bookmarks sidebar. r=mak. 2009-10-06 15:04:14 +02:00
Marco Bonardo
673c1a8dc9 Fix test for bug 474056, persistent orange. r=trivial-bustage-fix 2009-10-06 14:42:04 +02:00
Rob Arnold
d3c9f1936e Fix test for bug 474056 to run on non-Windows 7 machines.
--HG--
extra : rebase_source : 8d1c5f3f8dd4e9df22c60a0694b712454b7e7077
2009-10-06 03:22:27 -04:00
Rob Arnold
63fa3e7507 Bug 474056 - Implement optional preview per tab r=dao,rflint,mconnor 2009-10-06 00:26:15 -04:00
Marco Bonardo
96a11ae6ae Forgot to remove observer in bug 516444, r=trivial-post-facto 2009-10-05 16:43:10 +02:00
Marco Bonardo
a21ef72782 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
Marco Bonardo
defd3de01d Bug 519186 - drag & drop in bookmarks menu does not correctly update the view, r=mano
This is a regression from bug 498130.
2009-10-05 12:12:46 +02:00
Dão Gottwald
c29f0232f6 Bug 520374 - WebContentConverter.js needlessly includes debug.js. r=mano 2009-10-03 18:36:44 -04:00
Ryan Flint
2dd815bb9d Bug 520342 - Consolidate some getService calls. r=dietrich 2009-10-03 17:48:43 -04:00
Jim Mathies
4c5bea8fa8 Bug 403857 - Windows file picking codepath in Applications preference pane should use isValidHandlerApp. r=myk 2009-10-03 18:25:41 +02:00
Dão Gottwald
7cedc880af follow-up to bug 517755 2009-10-03 17:50:08 +02:00
Dão Gottwald
c9f547d402 Bug 517755 - use smart getters in View Source window. r=neil 2009-10-03 11:36:04 +02:00
Blair McBride
86cf9e1b49 Bug 514327 - Detect outdated plugins and offer upgrade path. ui-r=beltzner, r=dtownsend,josh 2009-10-02 13:26:04 +02:00
Dietrich Ayala
8f8c161f85 Bug 498130 - Reduce places-views overhead (RELAND) 2009-10-01 09:53:26 -07:00
Dietrich Ayala
d1261351b1 Backout bug 498130 due to persistent startup crash on Windows Mobile (bug 519854) 2009-09-30 17:21:39 -07:00
Marco Bonardo
2a43d29a31 Bug 477583 - Backups of bookmarks stops working if a future backup exists, r=mano 2009-09-29 12:44:18 +02:00
Gavin Sharp
eabb2cae02 Bug 462598 - about:rights text in nightlies is showing text for branded builds. r=dolske 2009-09-26 21:02:03 +02:00