Commit Graph

1443 Commits

Author SHA1 Message Date
bryner%brianryner.com
aa956fd904 fix STDCALL_FUNC_PROTO usage 2006-01-04 22:27:06 +00:00
brettw%gmail.com
b6fad8b044 Bug 322390 r=bryner Fix function pointers on Windows. This will hopefully be changed in the future to a leaner, cleaner solution. 2006-01-04 20:51:58 +00:00
bryner%brianryner.com
4718407177 Make read-onlyness of a folder's children be determined by the nsIBookmarksContainer that's responsible for the folder, not necessarily by a per-folder annotation. Bug 320667, r=annie.sullivan. 2006-01-04 20:49:30 +00:00
brettw%gmail.com
0c1e886ba9 Bug 322378 r=bryner Fixed crash while pasting bookmarks. 2006-01-04 19:12:32 +00:00
brettw%gmail.com
ba66679e8f Bug 322371 r=bryner. Add session grouping to places view. 2006-01-04 19:08:25 +00:00
brettw%gmail.com
1f9512ad05 Bug 320833, r=bryner. Allow querying for URI, refactor serialization and queries. 2006-01-04 02:05:35 +00:00
bryner%brianryner.com
8a612299b8 Prevent bookmark folders from being parented to themselves or to a subfolder (bug 320653). r=brettw. 2006-01-04 01:08:33 +00:00
brettw%gmail.com
0e90005c2a Bug 318653 r=annie.sullivan Add functions for externally creating history/visit entries. (places is not compiled by default) 2005-12-30 23:23:28 +00:00
brettw%gmail.com
05207134f2 Bug 207022 r=annie.sullivan Redirects sometimes appear in the wrong order (places is disabled by default) 2005-12-29 17:59:04 +00:00
brettw%gmail.com
945e99d67d Bug 321758 r=annie.sullivan Keep query options in sync with tree state (places is disabled by default) 2005-12-29 17:56:26 +00:00
brettw%gmail.com
091611db1c Bug 318192 r=annie.sullivan Only show time for today. 2005-12-28 18:24:17 +00:00
gavin%gavinsharp.com
498d7f0f10 Bug 311606: context menu option for Safe Mode on the start menu Internet icon, r=mconnor 2005-12-28 05:48:57 +00:00
brettw%gmail.com
5cfa83cb03 Bug 321273 r+sr=darin Fix GCC4 compile errors. 2005-12-22 21:42:29 +00:00
gavin%gavinsharp.com
43e78595f1 Bug 320974: Resolve relative URLs in Places Atom Live Bookmarks (port of bug 262222), patch by Phil Ringnalda <bugzilla@philringnalda.com>, r=annie.sullivan 2005-12-22 01:46:43 +00:00
brettw%gmail.com
286b23b9c3 Bug 321130 r=annie.sullivan Moved some code out of nsNavHistory.h/cpp and into *Query.* and *Result.* 2005-12-21 18:58:21 +00:00
brettw%gmail.com
098b799c4c Bug 321129 r=annie.sullivan Move simple bookmark short-circuit to functions. 2005-12-21 18:31:22 +00:00
brettw%gmail.com
06d2c73e68 Bug 320666 (send more information for observers), bug 320835 (add ability to get hidden results), bug 320330 (max results option), and general observer cleanup. r=annie.sullivan@gmail.com 2005-12-21 01:00:39 +00:00
gavin%gavinsharp.com
9678cb1266 Bug 320737: Live Bookmark success is not failure, patch by Phil Ringnalda <bugzilla@philringnalda.com>, r=annie.sullivan+vlad 2005-12-21 00:42:33 +00:00
annie.sullivan%gmail.com
90ce75f82a Added (Empty) menu item for menus that don't have any results.
bug=320876 r=brettw
2005-12-20 01:31:51 +00:00
brettw%gmail.com
55878016d7 Bug 318654, r=bryner Add history transition types, session IDs 2005-12-19 19:26:15 +00:00
timeless%mozdev.org
63408ce9ed Bug 320498 Fix NewChannel impls to handle null in argument
r=darin sr=darin
2005-12-18 01:50:50 +00:00
darin%meer.net
b58e8b8430 fixes bug 262222 "Relative URLs in Live Bookmark link elements not resolved" patch by Sam Ruby (rubys@intertwingly.net) and Robert Sayre (sayrer@gmail.com), r=vlad, sr=darin 2005-12-17 18:43:15 +00:00
bryner%brianryner.com
7a2be81363 fix places build bustage 2005-12-16 07:49:54 +00:00
bryner%brianryner.com
8aee0debc3 Don't build the old bookmarks implementation if MOZ_PLACES is enabled. We still export the interface headers for now since not everything is converted over. Bug 320482, r=brettw. 2005-12-16 05:17:33 +00:00
annie.sullivan%gmail.com
84496595ae Made OnContainerMoved() return NS_OK; 2005-12-16 01:15:00 +00:00
annie.sullivan%gmail.com
70c9d342bb Added support for livemarks to bookmarks importer.
bug=320469 r=brettw
2005-12-16 00:54:13 +00:00
brettw%gmail.com
a36360cfa0 Bug 320422 r=annie.sullivan: Rename nav-history/nsINavHistory to nav-history-service/nsINavHistoryService 2005-12-16 00:40:48 +00:00
brettw%gmail.com
fa0ebe1dd4 Bug 320466 r=annie.sullivan Move Autocomplete code from nsNavHistory.cpp to new
file nsNavHistoryAutoComplete.cpp (no changes to code)
2005-12-16 00:16:14 +00:00
brettw%gmail.com
0b2c48bc58 r=bryner Fixed forgotten return code check for InitDB, caused crashes if init failed and processing continues. 2005-12-15 23:38:11 +00:00
annie.sullivan%gmail.com
b801b6bc73 Fixed compile error on linux (scope when declaring a var inside a for loop) 2005-12-15 23:02:04 +00:00
bryner%brianryner.com
dfe146a402 Fix crashes when moving folders around, by making sure we don't notify on a nonexistant item. Bug 320445, r=brettw. 2005-12-15 22:47:18 +00:00
bryner%brianryner.com
22eb784ad2 Adjust index, not aIndex, to account for the hole caused by removing an already-present item. r=brettw. 2005-12-15 21:00:59 +00:00
annie.sullivan%gmail.com
b2ff11200f Added nsIBookmarksContainer interface which allows custom bookmarks types.
Implemented nsILivemarksService as a nsIBookmarksContainer.
bug=317837 r=beng sr=bryner
2005-12-15 20:56:18 +00:00
beng%bengoodger.com
8c34f8951e remove style rule that was causing weird problems in places. NPOB 2005-12-15 20:23:40 +00:00
beng%bengoodger.com
1bffe5be44 fix braindead js error in places.js r=bryner 2005-12-15 20:20:52 +00:00
brettw%gmail.com
f9d11c257d Bug 317840, r=ben Delete history itens frontend 2005-12-15 17:53:31 +00:00
brettw%gmail.com
a717c6eb1c Bug 319228 r=bryner Options cleanup, custom titles for sites. 2005-12-15 03:56:49 +00:00
brettw%gmail.com
e05edc6a3b Bug 319228 r=bryner Custom titles, options cleanup 2005-12-15 03:55:56 +00:00
beng%bengoodger.com
e54bb72823 add icon to places window for url bar NPOB 2005-12-15 00:02:30 +00:00
beng%bengoodger.com
0ed9618376 318823 - Places should not act like web content - disable some menu items when places is showing. r=annie. 2005-12-14 22:55:17 +00:00
beng%bengoodger.com
60c66ac6ab fix braindead bug in nodeIsQuery function in controller.js, make sure to return result. r=brettw 2005-12-14 18:36:43 +00:00
beng%bengoodger.com
61cecab000 Including 318809 - group by site/group by page is not sticky in places. r=annie 2005-12-14 18:29:41 +00:00
brettw%gmail.com
abdf460c80 Bug 320259 r=bryner sqlite compatability updates, fix bookmark InsertItem 2005-12-14 17:49:52 +00:00
brettw%gmail.com
7d3f23249b Bug 318546 r=bryner Preliminary transition support and precompiled statements for adding entries (should be faster). 2005-12-14 16:51:49 +00:00
bryner%brianryner.com
f51ac5886f fix assorted errors with mDBGetChildren usage, r=brettw 2005-12-14 06:06:03 +00:00
brettw%gmail.com
12b5f9b4fd Bug 317840 r=bryner History deleting, address bryner's comments 2005-12-13 23:58:13 +00:00
brettw%gmail.com
d9ed779847 Bug 317840 r=bryner Fix backend history deleting. 2005-12-13 23:40:42 +00:00
dbaron%dbaron.org
d0b0515520 Don't chop off the last character of the URL for remote commands with a comma. b=298960 r=bsmedberg 2005-12-13 17:21:12 +00:00
brettw%gmail.com
6cb415a868 Bug 317839, r=bryner Added places favicon service (defaulted to off along with places) 2005-12-13 01:27:14 +00:00
annie.sullivan%gmail.com
483a4c0f39 Fixed small typos and ordering problems in history/favicons initialization.
bug=317839 r=brettw@gmail.com
2005-12-13 01:10:13 +00:00