Commit Graph

134 Commits

Author SHA1 Message Date
Marco Bonardo
0db0952fb7 Bug 544047 - Remove Places dependency on nsDragAndDrop.js. Use the new drag and drop API everywhere. r=mano 2010-02-23 16:20:36 +01:00
Dão Gottwald
e67e348580 add missing spaces; 'switch' is not a function 2010-02-06 11:40:06 +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
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
Asaf Romano
0cdda0b913 Bug 498130 - Reduce places-views overhead. r=mak. sr=mconnor. 2009-09-26 11:23:17 +03:00
Marco Bonardo
05750fb0ea Bug 509676 - Can't drag and drop a tag container to another standard point, r=dietrich 2009-09-11 15:25:24 +02:00
Blake Winton
142b6f9ce6 Bug 507386 - Unintended semicolons at the end of if-statements. r=dietrich 2009-07-30 20:40:45 +02:00
Dão Gottwald
160cc9f85c Bug 500976 - PlacesController.prototype._shouldShowMenuItem should not depend on bug 232598. r=sdwilsh 2009-06-28 18:04:18 +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
Neil Deakin
e4be0a0eed Bug 488846, use a custom controller finding method which checks for open context menus for places, r=mak (CLOSED TREE) 2009-06-10 14:00:30 -04:00
Michael Kohler
e438aaa451 Bug 465082 - Add "Forget About This Site" to History sidebar's site container context menu, r=mak77 ui-r=beltzner 2009-05-11 11:06:12 +02:00
Michael Kohler
efb1176179 Bug 422181 - Add Create Bookmark in history item context menu, r=mak77 2009-05-11 11:06:06 +02:00
Marco Bonardo
4db0aabc10 Bug 490156 - Can't delete smart bookmark containers, r=adw 2009-04-30 09:52:49 -07: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
Ehsan Akhgari
36788021aa Bug 483608 - Disable Forget This Site in Private Browsing mode for Firefox 3.5; r=mak77,gavin 2009-04-03 22:25:37 +03:30
Ehsan Akhgari
7f112c7c8b Bug 485765 - Places context menu is not correctly updated on entries; r=mak77 2009-03-29 14:59:17 +03:30
David Dahl
6c0a287db8 Bug 410196 - Clearly allow or disallow tagging of history items, r=mak77 2009-03-27 15:31:17 +01:00
Marco Bonardo
06b8e82c6e Bug 390614 - Split up the "Older than 6 days" history folder, r=dietrich, pike ui-r=beltzner a=mconnor 2009-03-23 13:42:03 +01:00
Dietrich Ayala
688280cc02 backing out due to unit test failures 2009-03-18 19:13:10 -07:00
Marco Bonardo
22338016ad Bug 390614 - Split up the "Older than 6 days" history folder, r=dietrich,pike ui-r=beltzner a=mconnor 2009-03-18 23:38:38 +01:00
Marco Bonardo
75581db858 Bug 479348 - Choosing Properties on a Special Folder changes its title to (no title), r=dietrich 2009-03-18 15:23:56 +01:00
Michael Kohler
c02fb0816d Bug 468233 - misspelled attribute "hideifnoinsetionpoint", r=mak77 2009-02-28 13:00:05 +01:00
Asaf Romano
c0d3b3c818 Bug 475066 - dragging a tab out of the browser window doesn't detach. r=mconnor 2009-02-19 14:00:05 +02:00
Daniel Holbert
2a7d88e05a Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg 2009-01-21 22:55:08 -08:00
Marco Bonardo
1d50ae15a6 Bug 461412 - Deleting "Open all in tabs" under a bookmark folder will delete all the bookmarks and sub-folders, r=dietrich 2008-12-13 10:57:30 +01:00
Marco Bonardo
984b1ec0a4 Bug 468209 - _removeRowsFromHistory is broken, r=gavin 2008-12-06 12:26:41 +01:00
Shawn Wilsher
a1ce236437 Bug 460086 - Library context menu for history items should include "Delete all data to <domain>"
This also adds this to the history sidebar because of the modularity of the code.  Yay!
r=mconnor
r=dietrich

Tests will be landing in a follow-up patch.
2008-11-05 03:24:22 -05:00
Marco Bonardo
f7ff4ff44f Bug 429350 - Unable to delete tags from column list, r=mano 2008-10-17 12:06:53 +02:00
Marco Bonardo
4be23e0485 Bug 418671 - Fix failing mochitest, r=post-facto 2008-09-20 00:20:08 +02:00
Marco Bonardo
5edd5fff2c Bug 418671 - Clean up places views drag and drop code, r=mano 2008-09-19 17:47:45 +02:00
Marco Bonardo
1d4ddeb7ae Bug 430442 - Undo and redo in the library are sometimes not correctly working, r=dietrich 2008-09-11 16:16:54 +02:00
Asaf Romano
f054448af3 Bug 432366 - Paste of bookmark on "Bookmarks Menu" in sidebar causes "Recently Bookmarked" folder to expand. r=dietrich. 2008-07-08 12:33:17 +03:00
dietrich@mozilla.com
9c7e2c9f94 Bug 431671 - Can still remove root folders shortcuts using Cut (r=mano, a=beltzner) 2008-05-02 08:39:45 -07:00
dietrich@mozilla.com
5e281b7d91 Bug 430948 - Places:Drag & Drop a Favicon or a Link to Bookmarks Toolbar, Bookmarks Menu or Sidebar Bookmarks does not work. (r=mano, a=damon) 2008-04-29 11:05:10 -07:00
gavin@gavinsharp.com
a69110d978 Bug 425851: 'Most Visited', 'Recently Bookmarked', and 'Recent Tags' should be treated as folders, patch by Marco Bonardo <mak77@supereva.it>, r=mano, a=mconnor 2008-04-28 02:41:18 -07:00
dietrich@mozilla.com
23a2b21380 Bug 426649 - Reordering folders in the left pane of Places Library is inconsistent/broken (for mak77@supereva.it, r=mano, a=mconnor) 2008-04-25 16:44:10 -07:00
dietrich@mozilla.com
96f3e490b1 Bug 423515 - If Unfiled Bookmarks is moved to Bookmarks Menu, unfiled bookmarks are invisible until browser is restarted (r=mano, a=mconnor) 2008-04-25 14:36:40 -07:00
mozilla.mano@sent.com
68d75285e4 Add missing check to the code added by bug 412682. 2008-04-21 02:20:16 -07:00
mozilla.mano@sent.com
2bb19823fe Bug 412682 - Organize/Context menu for bookmarks listed under Tags should be reworked. r+a=mconnor. 2008-04-20 19:32:43 -07:00
dietrich@mozilla.com
ceb9d6b4b2 minor text change, to trigger a build 2008-04-19 14:01:19 -07:00
gavin@gavinsharp.com
f8aee4fbdb Bug 407872: Deleting items from 'most visited' smart bookmark folders on the toolbar doesn't work (using the context menu), patch by Marco Bonardo <mak77@supereva.it>, r=mano, a=beltzner 2008-04-17 19:01:30 -07:00
dietrich@mozilla.com
24bbd6f227 Bug 426056 - Unresponsive script modules/utils.js after dropping a folder into the Tags folder (for mak77@supereva.it, r=mano, a=beltzner) 2008-04-15 10:17:34 -07:00
dietrich@mozilla.com
89b533ac42 Bug 419731 - Changing bookmark title in places should be reflected in tag containers (for mak77@supereva.it, r=mano, a=beltzner) 2008-04-11 09:22:01 -07:00
sdwilsh@shawnwilsher.com
9672b5fb6b Bug 399264 - stop hard coding folder roots in place: urls. r=dietrich 2008-03-15 12:39:04 -07:00
mozilla.mano@sent.com
e11a47b078 Bug 402558 - urls from bookmarks folder in sidebar don't open in tabs on middle-click. Patch by Marco Bonardo [mak77] <mak77@supereva.it>, r=me. 2008-03-14 13:17:14 -07:00
mozilla.mano@sent.com
1cf43f811d Bug 418592 - 'Bookmarks Menu' folder can be dropped into itself. Patch by Michael Schonfeld <dev@schonfeld.org>, r=me. 2008-03-14 12:37:37 -07:00
dietrich@mozilla.com
9b590e293e Bug 384370 - use JSON as the on disk, lossless format for our bookmark backup (r=mano) 2008-03-13 12:25:49 -07:00
dietrich@mozilla.com
bb02f4a736 Backing out test of bug 384370 2008-03-10 10:49:31 -07:00