Commit Graph

59 Commits

Author SHA1 Message Date
beng%bengoodger.com
78fac8825c moveFolder does not work, suggested by bryner r=me NPOB 2005-11-27 22:06:55 +00:00
beng%bengoodger.com
43297313f3 add view type for menupopups 315940 NPOB 2005-11-27 22:05:02 +00:00
beng%bengoodger.com
ff417a5388 315940 - move commands/context menu to separate .inc files for inclusion by the browser fe too NPOB 2005-11-27 22:04:38 +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
424cabce67 315940 - make change operations propagate to the toolbar so it updates live. NPOB 2005-11-27 21:25:13 +00:00
beng%bengoodger.com
4c532a892d 315940 - hook up dummy personal toolbar NPOB 2005-11-27 06:47:54 +00:00
beng%bengoodger.com
bc8a1ac143 315940, implement 'open in tabs' NPOB 2005-11-27 05:37:43 +00:00
beng%bengoodger.com
044401455c 317631 - forgot to document this assumption r=bryner 2005-11-27 04:37:20 +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
ead9ed8450 315940 NPOB hook up drag gesture handler, so you can at least drag shortcuts to your desktop. 2005-11-24 00:19:31 +00:00
beng%bengoodger.com
a22503418d 315940 NPOB make adding folders work properly! 2005-11-23 23:48:07 +00:00
brettw%gmail.com
7b0eff94a0 Expose query folder type when going through bookmarks. r=bryner. 2005-11-23 23:15:22 +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
brettw%gmail.com
9d1a366f5a Bug 266174, relative times (r=bryner), node inheritance (r=beng) 2005-11-23 22:24:22 +00:00
beng%bengoodger.com
bd9b2c493c 315940 - NPOB - style left hand panel and calendar correctly, only show calendar for non-bookmark queries. 2005-11-23 02:37:06 +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
d88cb10fa4 317437, make methods on nsINavHistoryResultNode symmetric with those on nsINavHistoryResult - getQueries and queryOptions. r=bryner NPOB 2005-11-22 19:51:49 +00:00
bryner%brianryner.com
687ee62064 Add support for Query nodes, which are items with a place: URL which holds a serialized query to build the children. 2005-11-22 19:16:44 +00:00
beng%bengoodger.com
356ccb1b62 315940 NOT PART OF BUILD, restructure command controller and page code a little, build out more of places tree view. 317437 - getSourceQuery is annoying, split into two methods/properties. r=brettw for that one 2005-11-22 19:03:03 +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
bryner%brianryner.com
fc69789278 fixing bustage 2005-11-22 00:53:43 +00:00
bryner%brianryner.com
8bef7ae988 Notify wantAllDetails=true observers on item renumbering, and make the observer API for item/folder moves a little nicer. Bug 314553, r=brettw. 2005-11-22 00:44:14 +00:00
bryner%brianryner.com
17a6ef3189 Update expected table result 2005-11-21 23:20:29 +00:00
bryner%brianryner.com
b47c4e8df0 fixing typo so that adding a bookmark works 2005-11-21 23:07:39 +00:00
brettw%gmail.com
3547495d99 Bug 306640, r=annie.sullivan, Add annotation observers and URI generation 2005-11-21 21:34:02 +00:00
brettw%gmail.com
a9f42915f4 Bug 266174, serialize/deserialize, r=bryner 2005-11-21 21:21:40 +00:00
brettw%gmail.com
0e76f99bf3 Bug 266174 serialize/deserialize patch, r=bryner 2005-11-21 21:20:43 +00:00
brettw%gmail.com
6725a3ea76 Bug 317311, r=ben@mozilla.org
Add calendar.
2005-11-21 21:18:10 +00:00
brettw%gmail.com
900699276f Add XBL calendar widget
Bug 317311 r=ben@mozilla.org
2005-11-21 18:52:38 +00:00
annie.sullivan%gmail.com
ea5babff52 Moved nsNavHistoryResult/Node to nsNavHistoryResult.cpp 2005-11-19 05:05:52 +00:00
annie.sullivan%gmail.com
da42a2b5bb *** empty log message *** 2005-11-19 02:20:20 +00:00
beng%bengoodger.com
a179892cc3 make clicking links work again 315940 NOT PART OF BUILD 2005-11-19 01:29:22 +00:00
bryner%brianryner.com
b1ce141d0e Work-in-progress for places UI. Allow the backend to filter results based on item type, and provide a way to ask for a result rooted at a given bookmark folder. NPOB, will be reviewed by ben/brettw before being turned on. 2005-11-19 00:09:08 +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
e68cfd83c2 begin to implement AVI on tree view, 315940. Also make sure nsNavHistory.cpp compiles on VC6 (316896, r=brettw) NOT PART OF BUILD 2005-11-17 23:05:35 +00:00
bryner%brianryner.com
9eadb31237 Assorted fixes for lazy building of bookmark folder children, and hook it up to preliminary UI. Bug 314553, r=brettw. 2005-11-17 22:00:52 +00:00
beng%bengoodger.com
9f4fc80b93 load URLs in the browser or in new windows or tabs. 315940, NOT PART OF BUILD. 2005-11-17 21:54:46 +00:00
brettw%gmail.com
4ac6fc4483 Bug 266174, r=bryner. Add query serialization/deserialization 2005-11-17 21:39:13 +00:00
beng%bengoodger.com
ca930c8ee4 315940, NOT PART OF BUILD... make search box sort of work for places, remove a bunch of dead code, fix a msvc6 compile error in nsNavHistory (r=brettw), more visual appearance tweaks 2005-11-17 20:28:43 +00:00
brettw%gmail.com
03592c7bcc Fixed delete/new mismatch that caused crash on exit 2005-11-17 19:30:18 +00:00
brettw%gmail.com
9b7c8dae03 Bug 316077, r=annie.sullivan, sr=darin
Protocol handler allowing access to binary annotations.
2005-11-17 18:39:00 +00:00
bryner%brianryner.com
6d8768e821 fixing windows line endings. 2005-11-17 00:50:11 +00:00
bryner%brianryner.com
793b05a5fe Fixing windows newlines and private destructor. 2005-11-17 00:47:48 +00:00
bryner%brianryner.com
6b42e7e964 Sync with nsINavHistory changes. r=ben. 2005-11-16 23:22:03 +00:00
beng%bengoodger.com
b426d1b461 315940 NOT PART OF BUILD - fix js error in page unloading 2005-11-16 23:03:28 +00:00
bryner%brianryner.com
d0295dcf29 History-based bookmarks implementation for Places. Bug 314553, r=brettw. 2005-11-16 22:53:47 +00:00
beng%bengoodger.com
751340ae07 show history in the view, show icons, title tree columns. 315940, NOT PART OF BUILD 2005-11-16 21:51:17 +00:00
beng%bengoodger.com
649edab399 show history in the tree view 315940 2005-11-16 01:07:18 +00:00
brettw%gmail.com
4a3d2873dd Change to PR types, fix visual studio for look scoping.
r=ben
2005-11-16 00:56:45 +00:00
brettw%gmail.com
4d8d07c2b6 Bug 306640 r=annie.sullivan sr=bryner
Add annotation service. This checkin addresses sr comments I forgot in the
checkin of the main code.
2005-11-16 00:20:15 +00:00