make MOZ_PLACES (if enabled) only build the places based history UI, use MOZ_PLACES_BOOKMARKS to turn off the places based bookmarks UI.
also addresses bugs:
bug #330923: "View -> Sidebar menu" is empty if you build with places
bug #355738: implement history sidebar on top of places backend
bug #356175: hook up the history menu to the places backend
bug #356453: add back "Clear Private Data" menu item
bug #356630: add back "History | Show in Sidebar" menu item
bug #356631: remove "search in history" and "view all history" menu items
bug #357301: add back history and bookmark sidebar toolbar button items, remove places toolbar button
bug #358831: history sidebar, right mouse button click should not expand / collapse item
r=dietrich, r=gavin
backporting the fix from the MOZILLA_1_8_BRANCH to work on the trunk (both with places enabled and without)
r=dietrich, original patch r=mconnor, ui-r=beltzner
just showed disabled title and URI fields. The "Properties" context menu
item is now disabled for URI nodes which are not bookmarked.
bug=330876
r/sr=ben@mozilla.org
as fixing a few small livemark bugs, now that I've fixed a couple reference
leaks in nsLivemarkService (see bugs 333764 and 333784).
NOTE: I expect this to cause an increase in allocations on branch balsa,
since it causes nsLivemarkService to be instantiated to set up the menus.
(nsLivemarkService previously wasn't used in the balsa bloat test)
bug=330063
r=annie.sullivan@gmail.comsr=ben@mozilla.org
* Fixed a setFeedURI bug in the LivemarkService
* Fixed problems that broke the toolbar when a live bookmark had no site URI
* Converted some browser UI code to use LivemarkService methods rather than manipulating the annotations directly
bug=330063
r=annie.sullivan@gmail.comsr=ben@mozilla.org
transactions so that they can be undone. (The "change URI" is the only one
that's not transactionized yet, because it needs deeper work, cf. bug 331655)
bug=326321
r=annie.sullivan@gmail.comsr=ben@mozilla.org
nsINavBookmarksService
* Added annotation and favicon handling to changeBookmarkURI
* Added brettw's copyAnnotations patch to nsIAnnotationService
* Added a GetAnnotationService() to the annotation service for faster
intra-component access
* Added a getBookmarkFoldersTArray() to nsINavBookmarksService for easier
intra-component memory management; updated getBookmarkFolders() to use it
* Added stub for tagRoot to nsINavBookmarksService; DO NOT USE until 329961
has been resolved
* Quick fix for Add Bookmarks breakage caused by 329546
bug=330192
r=brettw@gmail.comsr=bryner@bryanryner.com
the branch freeze:
330052 add bookmark dialog should have a default folder selected
329792 remove dead code for old tag-style folder selector in bookmark properties
330023 allow for editing of folder names
r=annie.sullivan@gmail.comsr=ben@mozilla.org
toolkit/content/debug.js
debug.js is now included by globalOverlay.js, but if that's not in your
scope you can just #include debug.js directly.
NS_ASSERT() shows a dialog box containing a stack trace when it's called
with a condition that isn't true. The dialog box will be suppressed in
final builds, but in nightlies and alphas, it's useful for encouraging
bug submissions. To disable the dialogs, set XUL_ASSERT_PROMPT=0 in
your environment.
bug=327349
r=darin@meer.net, gavin.sharp@gmail.com
* Customized bookmark properties dialog for add vs. edit cases
* Added support for changing URI of bookmark (annotations not carried over yet)
* Add support for viewing properties of history entries
* Changed from tag-style control to folder tree for folder selection,
yielding layout and accessibility improvements
* Switched to using standard dialog buttons
bug=329272
r=annie.sullivan@gmail.comsr=bugs@bengoodger.com
* Adds support for editing the bookmark shortcut (formerly keyword) in the Bookmark Properties dialog.
* Improves the appearance of the Bookmark Properties dialog.
* Removes dead code from PlacesBrowserShim in browser.js
NOTE: This doesn't reflect the final UI for this functionality; rather,
this change is intended to add functionality for users of the nightlies.
bug=322988
r=annie.sullivan@gmail.comsr=bugs@bengoodger.com