Commit Graph

1747 Commits

Author SHA1 Message Date
joe%retrovirus.com
2da5e7ec87 Resubmitting this patch, which adds a editing for livemark URIs as well
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.com
sr=ben@mozilla.org
2006-04-13 17:19:18 +00:00
brettw%gmail.com
8b6483cced Bug 332144 r=brettw sr=beng (checkin for pamg) Subscriptions context menu should have "reload all livemarks" 2006-04-13 16:40:06 +00:00
brettw%gmail.com
6d71185dfb Bug 332143 r=brettw sr=beng (checkin for pamg) New livemarks don't get proper icon in toolbar. 2006-04-13 16:35:49 +00:00
brettw%gmail.com
a2117b5f4b Bug 333787 r=annie.sullivan Put history init in a transaction for almost immeasurably faster startup times. 2006-04-13 16:28:06 +00:00
joe%retrovirus.com
137fe6a340 Adds a nsCOMArray version of a function in the annotation service, and
changes some code in nsLivemarkService::Init to use it, which gets rid
of a handful of nsSimpleURI reference leaks when using the LivemarkService.

bug=333784
r=brettw@google.com
sr=bryner@brianryner.com
2006-04-13 03:05:50 +00:00
brettw%gmail.com
88b5a129f7 Bug 333794 r=annie.sullivan Crash on shutdown if timer fires. 2006-04-13 02:15:28 +00:00
annie.sullivan%gmail.com
75776cd3b1 Adds places popup. bug=329180 r=ben@mozilla.org 2006-04-13 00:48:00 +00:00
dbaron%dbaron.org
fdf31f9992 Fix --disable-places bustage, from bug 270893 2006-04-13 00:27:00 +00:00
joe%retrovirus.com
2ea14c8b53 Fixed some leaked references in nsLivemarkService by changing leaky pointers
to member nsCOMPtrs, updated usage in nsBookmarksFeedHandler.
(Note that Annie copied this code from the non-Places livemark code,
 so this problem likely still exists there.)

bug=333764
r=darin@meer.net
sr=bryner@brianryner.com
2006-04-12 20:47:30 +00:00
beng%bengoodger.com
3e10e60586 329779 - wrong text shows for properties item on linux - shows 'get info' instead of 'properties'... patch by Tuukka Tolvanen <tuukka.tolvanen@gmail.com> r=joe@retrovirus.com sr=ben@mozilla.org 2006-04-12 20:44:57 +00:00
brettw%gmail.com
056a8b868a Bug 333754 r=annie.sullivan Comment out untested parts of the container API so we aren't stuck with it if it never gets coverage. If a need arises, we can uncomment and test. 2006-04-12 20:22:39 +00:00
gavin%gavinsharp.com
b6e1dd172d Bug 333067: fix search service leaks, r=mconnor 2006-04-12 18:25:42 +00:00
gavin%gavinsharp.com
f66d69106a Bug 332888: JS warning: variable folderId hides argument, r=ben 2006-04-12 18:23:32 +00:00
benjamin%smedbergs.us
70a0f2207b Freeze nsIArray (requires separating nsIMutableArray into another .idl file); also removes NS_NewArray and moves do_QueryElementAt into the glue, r=darin 2006-04-12 15:43:32 +00:00
brettw%gmail.com
ab927be603 Bug 332295 r=joe@retrovirus.com Changing shortcut for URL doesn't work properly. 2006-04-12 15:32:34 +00:00
brettw%gmail.com
e8d6c0dd25 Bug 331985 r=annie.sullivan Don't save favicons when history is disabled. 2006-04-12 15:16:10 +00:00
brettw%gmail.com
f89d9ab4f7 Bug 331158 r=vladimir Preload database cache for faster autocomplete and other operations. 2006-04-11 17:09:43 +00:00
brettw%gmail.com
633819fb98 Bug 328598 r=bryner Expire history as you browse for faster shutdown times. 2006-04-10 22:29:32 +00:00
myk%mozilla.org
cd3226a127 makes the bookmarks toolbar display bookmark titles generated by the microsummary service or extensions and stored in the bookmarks/generatedTitle annotation
bug=333052
r=annie.sullivan@gmail.com
sr=ben@mozilla.org
2006-04-10 20:56:25 +00:00
brettw%gmail.com
99d5aa0148 Bug 333146 r=ben@mozilla.org Make times only show in history view for the first line in a session. 2006-04-10 20:27:45 +00:00
beng%bengoodger.com
dd72df764c 331414 - accesskeys collide in bookmark organizer window. patch by changdong.cui@sun.com r=ben@mozilla.org 2006-04-10 20:01:19 +00:00
beng%bengoodger.com
ae476806c5 332061 - places window does not retain maximized state. patch by Simon Bunzli <zeniko@gmail.com> r=ben@mozilla.org 2006-04-10 19:29:55 +00:00
beng%bengoodger.com
30b012982e 332873 - dragging a folder within places trees fail... make sure we use the right interface to look up constants on, and that folder containers are opened before use. r=brettw@gmail.com 2006-04-10 19:26:20 +00:00
beng%bengoodger.com
7f142fde61 333374 - first steps to making advanced query builder match UE spec... make +/- buttons work better and improve visual appearance also some general places organizer cleanup r=annie.sullivan@gmail.com 2006-04-10 19:26:11 +00:00
beng%bengoodger.com
180c02535d 329733 - problems with drag & drop to bookmarks menus. ensure that we properly close up bookmarks menus after they have been opened. r=annie.sullivan@gmail.com 2006-04-10 19:26:01 +00:00
brettw%gmail.com
11fe53349e Bug 332941 r=annie.sullivan mAutoCompleteOnlyTyped not initialized. 2006-04-10 18:26:25 +00:00
brettw%gmail.com
9af4b359c5 Bug 333109 r=darin. Try to fix crash in OnItemRemoved. This is a workaround
for bug 333016 that prevents attaching multiple observers.
2006-04-10 17:24:14 +00:00
gavin%gavinsharp.com
28977a8df1 Bug 308204: null description in helper version info leaves Download Actions blank, patch by Phil Ringnalda <philringnalda@gmail.com>, r=mconnor 2006-04-09 21:10:51 +00:00
joe%retrovirus.com
01e7cbdb68 Backing out patch from bug 330063 to see if it's responsible for the
branch balsa allocation increases, and if so, fix before resubmitting.
2006-04-08 17:58:16 +00:00
brettw%gmail.com
d0d8c63d6d Re-enable lazy operation (bug 329816) because it is not blocking current
image performance regression.
2006-04-07 23:34:33 +00:00
brettw%gmail.com
c945ce38f4 Bug 328532 r=bryner Normalize annotation names in a separate table, migration
code from alpha1.
2006-04-07 19:50:33 +00:00
joe%retrovirus.com
a6117f7ac0 * Added ability to edit Live Bookmark feed & site URIs in Bookmark Properties dialog
* 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.com
sr=ben@mozilla.org
2006-04-06 23:25:36 +00:00
gavin%gavinsharp.com
5f87ed855d Bug 330842: "ASSERT: Can't serialize: file doesn't exist!" at startup, r=mconnor 2006-04-06 23:16:44 +00:00
gavin%gavinsharp.com
2016becb4a revert accidental commit 2006-04-06 23:15:47 +00:00
gavin%gavinsharp.com
3b1d5e3eec Bug 330842: "ASSERT: Can't serialize: file doesn't exist!" at startup, r+a=mconnor 2006-04-06 23:11:36 +00:00
benjamin%smedbergs.us
a4c515c10e Bug 325257 - Rename nsIFormHistory to avoid changing interfaces on the 1.8 branch, r=bryner 2006-04-06 18:06:05 +00:00
benjamin%smedbergs.us
409c85bd04 Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento 2006-04-06 15:19:31 +00:00
brettw%gmail.com
2db30b86c6 Bug 332493 r=ben@mozilla.org Disallow negative indices for bookmark items. 2006-04-05 19:47:17 +00:00
joe%retrovirus.com
d89b223e5c Adds some livemark-handling functions to nsILivemarkService, fixes a bug
on moving a livemark that doesn't have a site URI.

bug=332617
r=brettw
sr=darin
2006-04-05 02:22:23 +00:00
beng%bengoodger.com
0396966d5d 329343 - hook up bookmark import menu item. r=annie.sullivan@gmail.com 2006-04-04 16:50:10 +00:00
darin%meer.net
a445fdef86 followup patch for bug 329634 "folder IDs are 64-bit integers" patch by pamg, r=darin 2006-04-04 01:57:38 +00:00
joe%retrovirus.com
cb9fb59398 Implements "Bookmark All Tabs..." for Places. (Also fixes a small error
when undoing aggregate transactions.)

bug=330929
r=annie.sullivan@gmail.com
sr=ben@mozilla.org
2006-04-04 01:25:06 +00:00
darin%meer.net
859d5467e5 fixes bug 329634 "No apparent way to Reload Live Bookmark (or update livemarks)" patch by pamg, r=annie, sr=beng 2006-04-04 00:32:33 +00:00
beng%bengoodger.com
8101a0d0ac 331755 - Use Bookmark option for setting home page is broken. add a new home page selection dialog that uses places. r=annie.sullivan@gmail.com 2006-04-04 00:13:58 +00:00
roc+%cs.cmu.edu
aa92a80b72 Bug 331522. By default, do not allow keyword searches when navigating to URLs; modify browser UI code to enable keyword searches only on selected URL input mechanisms (e.g., typed into the URL bar). r+sr=darin,r=mconnor 2006-04-03 23:17:51 +00:00
gavin%gavinsharp.com
81ed1b9860 Bug 332448: POST search plugins don't work on the 1.8 branch, patch by Michael <toadking@lueshi.com>, r+a=mconnor 2006-04-03 20:13:33 +00:00
beng%bengoodger.com
93e1bb29dc 331905 - pasted folders/items are inserted at the wrong level in the bookmarks hierarchy. r=annie.sullivan@gmail.com 2006-03-31 22:42:21 +00:00
beng%bengoodger.com
f276dcb4bc 330263 - off by one error for places drag and drop in tree views. r=brettw. Also a comment change to nsINavHistoryService.idl to improve documentation to prevent future bugs like this. 2006-03-31 22:42:10 +00:00
brettw%gmail.com
d47cad5acd *** empty log message *** 2006-03-31 18:31:30 +00:00
gerv%gerv.net
03eee62b5f Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-03-31 06:55:29 +00:00