Граф коммитов

41 Коммитов

Автор SHA1 Сообщение Дата
mozilla.mano@sent.com 6b0ca7b2be Fix bustage from bug 422977 (filed as bug 425983). 2008-03-29 16:55:46 -07:00
mozilla.mano@sent.com cdcaccb688 Bug 422977 - remove advanced search UI from library / bookmarks organizer. r=mconnor. 2008-03-29 11:16:27 -07:00
mozilla.mano@sent.com b7bd297460 Bug 404446 - 'Search in Bookmarks' in the Places Organizer is broken. r=dietrich. 2007-11-20 17:35:14 -08:00
mozilla.mano@sent.com 1bfb840f8e Bug 385266 - New starring, bookmarking and tagging UI. This is work-in-progress and not yet enabled for anything but the star button itself. Smart folders are not yet hooked up either. r=dietrich. 2007-08-15 18:15:50 -07:00
philringnalda@gmail.com 2cdfd58f90 Bug 386392 followup, make bookmark sidebar and bookmarks as home page work post-MOZ_PLACES_BOOKMARKS, r=gavin 2007-07-17 21:31:07 -07:00
dietrich@mozilla.com e6e0e93afc Bug 380232 occasionally not able to open the bookmarks dialog or subscribe to a feed url (using live bookmarks) [Remote chrome not allowed] (r=mano) 2007-05-31 12:13:15 -07:00
mozilla.mano@sent.com 9bf22998f8 Bug 357316 - More add/edit UI work, see comment 18 for the change log. r=sspitzer. 2007-03-26 17:52:59 -07:00
mozilla.mano@sent.com 268fae2aa7 Bug 373838 - Replace nsNavHistoryResultTreeViewer with a JS, browser-specific tree view. r=dietrich. 2007-03-25 05:28:29 -07:00
mozilla.mano%sent.com 5ffb8e8661 Bug 362292 - [places] implement places-based-bookmarks sidebar (NPOB). patch from Dan Mills <thunder@mozilla.com>, r=me. 2007-02-08 13:33:04 +00:00
sspitzer%mozilla.org e7ce14e451 fix for bug #360029: remove places icon from personal toolbar.
patch=dmills

thanks to jminta and philringnalda for the help.

r=sspitzer
2007-02-05 17:46:51 +00:00
mozilla.mano%sent.com f2f2471535 Bug 365538 - 'Move Bookmark(s)' UI in Places Organizer. r=sspitzer. 2007-01-09 23:00:23 +00:00
mozilla.mano%sent.com 04e27732a3 Bug 365981 - Places XUL cleanup. r=sspitzer. 2007-01-05 11:45:15 +00:00
mozilla.mano%sent.com 0631137a21 Bug 359462 - Redesign PlacesController interaction with places views (this makes various edit command work in the places-based history sidebar). r=sspitzer. 2006-12-22 00:00:21 +00:00
sspitzer%mozilla.org 519037fe9d fix for bug #356487
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
2006-11-04 04:48:06 +00:00
brettw%gmail.com 627c159f36 Bug 335548 r=ben Places history view demo 2006-04-26 17:24:56 +00:00
beng%bengoodger.com 5bb24dd711 332495 - grouping by site is not preserved when searching + various other search/sort fixes. r=annie.sullivan@gmail.com, brettw@gmail.com (history pieces) 2006-04-13 22:49:02 +00:00
annie.sullivan%gmail.com 75776cd3b1 Adds places popup. bug=329180 r=ben@mozilla.org 2006-04-13 00:48:00 +00:00
joe%retrovirus.com bd7b62fd23 Moved Ben's JavaScript ASSERT function to be NS_ASSERT in
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
2006-03-14 01:56:09 +00:00
beng%bengoodger.com 1968c27e50 329586 - browser shim cleanup, tidies up some UI update notification in the browser, fixes a few menu items here and there, removes unnecessary initialization, moves places to its own window, removes all code to do with maintaining places as a tab, renames osme objects and member variables, formatting issues, creates a browser controller for updating commands. r=annie.sullivan@gmail.com 2006-03-09 02:08:45 +00:00
joe%retrovirus.com 30d30c1b17 * Allows the user to access Bookmark Properties dialog from context menus.
* 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.com
sr=bugs@bengoodger.com
2006-03-07 00:52:35 +00:00
beng%bengoodger.com a2e1f5c83a bug 328243 - disband the browser shim, move locale to locales dir, move theme to themes dir. r=annie.sullivan@gmail.com 2006-02-24 21:41:34 +00:00
annie.sullivan%gmail.com 56d9cb0059 Fixes problems with bookmark menus and toolbarbuttons not working correctly on mac. bug=327036 r=ben@mozilla.org 2006-02-23 18:30:40 +00:00
annie.sullivan%gmail.com 0edcf1db07 Fixed drag and drop support for toolbars and menus. Added lots more visual feedback when dragging and dropping.
bug=318052 r=beng
2006-02-17 18:31:06 +00:00
joe%retrovirus.com adc1e2389d Changed Places Bookmark Properties panel from an in-window panel to a modal dialog. This addresses minimum size, modality, and rendering issues.
bug=322989
r=annie.sullivan@gmail.com
sr=ben@mozilla.org
2006-02-16 00:16:31 +00:00
beng%bengoodger.com b021000a45 318816 - going back/forward to places is not instantaneous. Use pageshow/pagehide handlers to show/hide places UI within the browser window. r=annie.sullivan@gmail.com ... also ensure that places toolbar button icon is built in the jar.mn 2006-02-07 18:07:29 +00:00
annie.sullivan%gmail.com ec83762d22 bug=325169 r=brettw@gmail.com keywords=fixed1.8.1 Fix Livemark icons 2006-02-01 02:13:34 +00:00
beng%bengoodger.com c54af24e54 317633 - undo/redo for Places. Make sure the various transactions work better - e.g. folder undo should save a list of its child nodes for restoration. Also ensure that bookmark edits done in the places tab aren't undone when another tab is selected and Ctrl+Z hit by implementing a transaction manager in the browser window that filters out places-tab transactions if the places tab isn't selected. Make the goDo*Command utility functions in globalOverlay.js consult the window looking for applicable controllers, not just the focused element. r=sullivan. Also 320085 - search menu keybindings for places: allow find bar to be turned off using a state variable, which prevents the opening of the strip but fires an event which other applications like places can listen to: 'find-activated'. 2006-01-31 18:00:06 +00:00
brettw%gmail.com a0f8231c69 Bug 323492 r=bryner,beng Places history result node refactor, dynamic updates, performance improvements. 2006-01-24 01:24:15 +00:00
beng%bengoodger.com 2dcdad0e1c rejigger places UI a bit, add a title bar across the top of the places view, adjust the default entries in the listbox, etc. also fix icons for generic queries and generic non-favicon pages. r=brettw for changes to the cpp. NPOB 2006-01-13 20:47:18 +00:00
brettw%gmail.com 6e714a1f19 Bug 317839 sr=bryner Favicon service 2005-12-12 20:03:33 +00:00
brettw%gmail.com e68dcf4384 Added bookmarks.html importing, automatic places root init (bug 318057) r=bryner
GetChildFolder on bug 314553, r=bryner
2005-12-02 00:39:10 +00:00
beng%bengoodger.com 8541634f86 315940 - move tree binding into its own file, like menu and toolbar NPOB 2005-11-28 23:24:56 +00:00
beng%bengoodger.com ae320f0df3 315940 - hack in dynamic updating for tree views. NPOB 2005-11-27 22:04:02 +00:00
beng%bengoodger.com 4c532a892d 315940 - hook up dummy personal toolbar NPOB 2005-11-27 06:47:54 +00:00
beng%bengoodger.com 17a4d6b415 317631 - d&d support for places view by adding nsINavHistoryResultViewObserver interface to allow command controller to handle controllery treeview events. r=bryner... also a whole heck of a lot of other places stuff. hook up search box. implement many more commands. d&d, copy paste, etc. 2005-11-27 04:26:18 +00:00
beng%bengoodger.com 82e02aaf47 315940 - NPOB, general cleanup + 317617 - polish for left bar entries (icons, localization) r=brettw 2005-11-23 23:03:10 +00:00
beng%bengoodger.com 28390222e1 315940 - move places.properties into places component (r=brettw), activate grouping buttons for history NPOB 2005-11-23 02:22:17 +00:00
beng%bengoodger.com a908c9e28a 315940 NOT PART OF BUILD - consolidate avi functions into places tree binding, allow tree to filter self/init from query url. 2005-11-22 05:40:40 +00:00
beng%bengoodger.com 0b1662aa5c add shim to co-opt bookmarks menu commands to use the places system instead of the old bookmarks system while retaining the functionality for those building without --enable-places... for the final activation patch this code will move into the browser itself. NOT PART OF BUILD, 315940 2005-11-17 23:44:50 +00:00
beng%bengoodger.com 1a26963f2f More work as part of 315940, setting up the basic places view, controller, context menus, command keys, etc. NOT PART OF BUILD 2005-11-14 22:22:28 +00:00
beng%bengoodger.com 40a15e993e 315940 - unified 'places' view... checking in some stub files so we can start building out the components. NOT PART OF BUILD. 2005-11-10 23:31:08 +00:00