sspitzer@mozilla.org
ed826a21c0
backing out, tree is closed
2007-09-04 20:19:46 -07:00
sspitzer@mozilla.org
97281b255a
fix for bug #390244 : code to drop the user_title column from moz_places table (see bug #389876 ) makes the places.sqlite file 30% bigger r=dietrich
2007-09-04 20:16:08 -07:00
dietrich@mozilla.com
8393b84957
Bug 317847 Implement "Save this Search" (r=mano)
2007-09-01 14:23:36 -07:00
sspitzer@mozilla.org
b672b31be0
fix for bug #394484 : Star icon in url autocomplete results shouldn't be set for items in RSS / Live Bookmarks. r=dietrich
2007-08-31 17:58:10 -07:00
gijskruitbosch@gmail.com
9228e23715
Bug 298705 - live bookmarks should only refresh when browser is active r=mano@mozilla.com (Asaf Romano) Toolkit only, no approval needed.
2007-08-31 13:33:54 -07:00
sspitzer@mozilla.org
0ec80ef4d4
fix for bug #385834 : places' sqlite file can get overly large, do incremental vacuuming. r=dietrich
2007-08-28 00:19:57 -07:00
mozilla.mano@sent.com
7c1760b346
Bug 393924 - Stop setting the bookmarkFeedURI annotation on livemark children. r=sspitzer.
2007-08-27 17:35:55 -07:00
dietrich@mozilla.com
54c378f7da
Bug 393472 EXPIRE_NEVER annos can be orphaned when moz_places records are deleted (r=sspitzer) Bug 387573 ExpireHistoryParanoid does not cleanup all unused values (for mak77@supereva.it, r=dietrich)
2007-08-24 10:40:55 -07:00
sspitzer@mozilla.org
2112848c76
fix for bug #393223 : annotations expired too early r=dietrich
2007-08-23 15:26:11 -07:00
dietrich@mozilla.com
ddeff8f23a
Bug 386711 (followup) Use single queries in nsNavHistoryExpire methods (for mak77@supereva.it, r=dietrich)
2007-08-22 09:50:16 -07:00
sspitzer@mozilla.org
573b2b762c
fix for bug #389491 : have url bar autocomplete do a case insensitive search against both url and title with results orderded by a combination of last visited and visit count also includes fixes for bugs: #383672 : after visiting http://cheese.livejournal.com/ , typing livejournal in the urlbar should suggest http://cheese.livejournal.com/ #392141 : strip trailing / leading whitespace before doing url bar autocomplete #391887 : typing "https://" no longer drops down a list of https sites #390404 : javascript: urls (and other urls) that I didn't type or click on are in url bar when I autocomplete #385033 : URLBar dropdown hangs and eats keystrokes when typing #373256 : URL/location bar autocomplete slowness (sqlite database doesn't seem to be cached) r=dietrich
2007-08-21 17:05:03 -07:00
dietrich@mozilla.com
c557c3900c
Bug 386711 Use single queries in nsNavHistoryExpire methods (r=dietrich)
2007-08-21 14:58:34 -07:00
sspitzer@mozilla.org
39f2d29221
fix for bug #392392 : I've typed http://gmail.com in the urlbar, but I don't see that in the history sidebar or history menu (due to redirect handing in places) r=dietrich
2007-08-20 15:43:28 -07:00
dietrich@mozilla.com
a5fe8d1711
Bug 392401 EXPIRE_HISTORY expiration policy should be disallowed for item annotations (r=mano)
2007-08-19 13:02:48 -07:00
mozilla.mano@sent.com
18ad48a0ed
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
neil@parkwaycc.co.uk
9616047979
Bug 391346 nsMorkHistoryImporter contains potentially unsafe static cast plus fix some compiler warnings such as integer constant overflow r=Mano
2007-08-15 08:50:22 -07:00
dietrich@mozilla.com
514aab2c87
Bug 376725 test nsINavHistoryResultViewer (r=sspitzer)
2007-08-14 23:14:26 -07:00
sspitzer@mozilla.org
9d755fa725
fix for bug #392003 : first run migration / import from IE is slow, history import should use "run in batch" r=sayrer
2007-08-14 07:20:42 -07:00
joshmoz@gmail.com
b5c4e524c2
fix osx/gcc4 warnings in places. b=391526 r=sspitzer
2007-08-13 13:56:46 -07:00
dietrich@mozilla.com
5e5c4a3704
Bug 386603 Reload live bookmark does not actually show the feed being refreshed (for stevewon@gmail.com, r=dietrich)
2007-08-10 12:23:58 -07:00
sspitzer@mozilla.org
21de63fb54
fix for bug #389782 : history sidebar doesn't show the same results as fx 2, dup licate uris when grouped by site, last visited, or most visited r=dietrich
2007-08-02 22:41:31 -07:00
dietrich@mozilla.com
8b2b2a1f82
Bug 390706 RLk stats jumped from 4.92 KB to 8.55 KB (r=mano)
2007-08-02 18:04:01 -07:00
dietrich@mozilla.com
1773021091
Backing out the fix to bug 390706, caused increased leakage
2007-08-02 15:38:37 -07:00
dietrich@mozilla.com
1f5823aa2f
Bug 390706 RLk stats jumped from 4.92 KB to 8.55 KB (r=mano)
2007-08-02 15:11:45 -07:00
mozilla.mano@sent.com
3f958cc2b2
Bug 382877 - dynamic containers implementation, part 1. r=dietrich.
2007-08-02 13:19:44 -07:00
sspitzer@mozilla.org
642110d085
fix for bug #375777 : javascript: urls (and other urls) that I didn't type
...
or click on are in my history sidebar and history menu.
note, the url bar autocomplete has the same issue, and the fix for that
is coming in bug #390404
r=dietrich
2007-08-02 10:34:55 -07:00
dietrich@mozilla.com
ee2638e3a7
Bug 389876 followup (r+a=mconnor)
2007-07-30 21:55:51 -07:00
dietrich@mozilla.com
e492b2e147
Bug 390171 clearing history for a host can delete annotations (r=sspitzer, a=mconnor)
2007-07-30 20:30:52 -07:00
dietrich@mozilla.com
ef91f561d8
Bug 389876 after places schema change to remove moz_places.user_title, first time start up is very slow (r=sspitzer, a=schrep)
2007-07-30 19:16:02 -07:00
dietrich@mozilla.com
c310f89a2d
Bug 389902 annotations expired on dateAdded but not dateModified (r=sspitzer, a=mconnor)
2007-07-30 16:15:32 -07:00
dietrich@mozilla.com
0842e677c0
Bug 389808 Firefox start with a blank personal toolbar (r=sspitzer, a=schrep)
2007-07-27 13:47:45 -07:00
sspitzer@mozilla.org
96fb8dba04
fix for bug #385397 : history menu is slow to open with a large history
...
use a highly tuned SQL query for our history menu query, which is:
place:type=0&sort=4&maxResults=10
r=dietrich, a=schrep
2007-07-26 14:39:06 -07:00
dietrich@mozilla.com
95308401cd
Bug 319455 Expire annotations (r=sspitzer)
2007-07-26 09:23:11 -07:00
thunder@mozilla.com
7751055b97
Bug 360134: Add GUIDs to items so they can be uniquely identified across profiles (for sync purposes). r=mano
2007-07-25 20:53:59 -07:00
mozilla.mano@sent.com
67258253c1
Bug 388695 - getBookmarkIdsForURI should sort by relevance. r=dietrich, sayrer.
2007-07-22 16:25:49 -07:00
sspitzer@mozilla.org
a30c748784
fix for bug #389003 : sometimes favicons in url results are blank, need to use
...
the favicon service.
r=mano
2007-07-21 13:05:27 -07:00
sspitzer@mozilla.org
9b31ea7ba3
fix for bug #389024 : Search in "Current Collection Only" in Bookmarks Manager doesn't return results
...
r=mano
2007-07-21 02:34:22 -07:00
sspitzer@mozilla.org
18a0640622
fix for bug #373353 : add favicons to the results in the location bar
...
r=mano
2007-07-20 14:55:18 -07:00
mozilla.mano@sent.com
15f04b5ba3
Backing out bug 388695 due to tinderbox suckage.
2007-07-18 21:01:53 -07:00
mozilla.mano@sent.com
dc8d2f6f2f
Bug 388695 - getBookmarkIdsForURI should sort by relevance. r=dietrich.
2007-07-18 19:31:37 -07:00
mozilla.mano@sent.com
0419606b62
Bug 386392 - Drop pre places/places-bookmarks support from browser/. r=gavin.
2007-07-17 14:08:24 -07:00
sspitzer@mozilla.org
c353ff5bb1
fix for bug #385829 : Search for bookmark queries by lastModified / dateDated
...
r=mano
2007-07-16 18:13:50 -07:00
sspitzer@mozilla.org
9cc14dc091
fix for bug #386956 : Simplify nsNavHistory::RemoveDuplicateURLs
...
patch=Marcho Bonardo <mak77@supereva.it>
r=sspitzer
2007-07-12 16:49:58 -07:00
mozilla.mano@sent.com
0f3555aa18
Bug 385828 - Insertion, removal and move operations of items should update the last-modified field of their containing folder. r=dietrich.
2007-07-11 15:38:13 -07:00
mozilla.mano@sent.com
501fbf8e09
Bug 331654 - Provide a way to handle annotations values in a type-agnostic way. r=dietrich.
2007-07-11 02:57:59 -07:00
peterv@propagandism.org
239dae7f24
Backing out to fix orange.
2007-07-10 03:54:09 -07:00
mozilla.mano@sent.com
9107997f37
Bug 385828 - Insertion, removal and move operations of items should update the last-modified field of their containing folder. r=dietrich.
2007-07-10 00:57:31 -07:00
jwalden@mit.edu
e3c4baccae
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
2007-07-08 00:08:04 -07:00
sspitzer@mozilla.org
e4b1415f69
fix for bug #386303 : Duplicate indexes in nsFaviconService and nsAnnotationService
...
patch=Marco Bonardo <mak77@supereva.it>
r=sspitzer
2007-07-06 18:15:29 -07:00
sdwilsh@shawnwilsher.com
9091040e12
Bug 386368 - Use getters and setters for database schema version. r=sspitzer
2007-07-02 10:25:41 -07:00
dietrich@mozilla.com
2971dd437e
Reverting until windows perf #s are back and things are less noisy
2007-06-27 13:57:56 -07:00
dietrich@mozilla.com
a9f8a9121b
Backing out bug 327350 for bug 385957
2007-06-27 13:39:25 -07:00
sspitzer@mozilla.org
c98a26e88b
fix for bug #385867 : crash when opening the history sidebar (grouped by date) if visit time is in the future
...
r=dietrich
2007-06-26 08:42:07 -07:00
dietrich@mozilla.com
b964904a99
Bug 327350 initialization of places services can fail in error conditions (r=mano)
2007-06-25 20:57:28 -07:00
mozilla.mano@sent.com
491954f795
Bug 385771 - disallow item-annotations for invalid item ids. r=dietrich.
2007-06-25 18:08:54 -07:00
flamingice@sourmilk.net
dfa3b5a1b9
Bug 385113, Incorrect checks for alloc failure, r=mano
2007-06-25 09:33:18 -07:00
dietrich@mozilla.com
1fd046cf84
Bug 380345 Remove dummy connection/statement from the History database (r=sspitzer)
2007-06-23 09:11:33 -07:00
sspitzer@mozilla.org
7228bda8ed
fix for bug #380735 : Persist open state of the "age in days" and "site" containers in the history sidebar
...
r=dietrich
2007-06-19 22:19:06 -07:00
sspitzer@mozilla.org
211029ed57
partial fix for bug #364298 : Crash [ @ BindStatementURI ] when pasting a folder from the history sidebar into the bookmarks toolbar
...
this turns the crash into a javascript exception, but we are still unable to copy and paste history folder into bookmarks.
r=dietrich
2007-06-19 09:34:32 -07:00
sspitzer@mozilla.org
8847d7a2d8
fix for bug #383572 : changes made to bookmarks don't show in bookmark searches / Crash [@ nsCOMArray_base::InsertObjectAt nsNavHistoryFolderResultNode::OnItemChanged] deleting "ghost" bookmark
...
r=dietrich
2007-06-19 09:25:11 -07:00
mozilla.mano@sent.com
b036599eca
Bug 384623 - renaming root folder in the bookmarks tree doesn't update the tree view. r=dietrich.
2007-06-18 16:55:58 -07:00
mozilla.mano@sent.com
8d7d4ed8bb
Bug 384503 - Bookmarks service crashes destroying a PRLock. r=sayrer.
2007-06-14 17:40:44 -07:00
dietrich@mozilla.com
2071d84ad8
Bug 371074 Full rebuild isn't always triggered when excludeQueries is set (r=mano)
2007-06-12 20:08:00 -07:00
sspitzer@mozilla.org
70f581190a
fix for bug #384091 : possible to stop background checking livemarks for updates (until you restart the browser)fix for bug #357236 : nsLivemarkService.js should respect browser.bookmarks.livemark_refresh_secondspatch=Christine Yen <cyen@mozilla.com>r=sspitzer
2007-06-12 08:56:36 -07:00
sspitzer@mozilla.org
e17228fb9c
fix for bug #383678 : moving a folder to its grandchild folder (or deeper) results in datalossr=dietrich
2007-06-12 08:36:16 -07:00
mozilla.mano@sent.com
45f52083ae
Bug 383803 - Places Tagging Back-end. r=dietrich.
2007-06-11 22:18:50 -07:00
mozilla.mano@sent.com
53c7685c28
Bug 382813 - nsFaviconService shouldn't rely on icons in chrome://browser. r=sspitzer.
2007-06-05 16:18:47 -07:00
tony@ponderer.org
2d00396f58
Bug 382618 - remove /toolkit/components/url-classifier/content/js/lang.jspatch by Simon Bünzli, r=me
2007-06-02 09:59:52 -07:00
dietrich@mozilla.com
9965fa5d00
Bug 382094 bookmarks root should be a child of the places root (r=mano)
2007-05-31 18:33:29 -07:00
mozilla.mano@sent.com
b34f3a837c
Bug 382073 - Bookmarks Service batch update API is a footgun. r=sayrer/mrbkap, a=mconnor.
2007-05-31 17:44:43 -07:00
mozilla.mano@sent.com
2cf106564a
Bug 380519 - Don't use the moz_bookmarks.folderType field for marking the toolbar folder. r=dietrich, a=mconnor.
2007-05-31 17:35:49 -07:00
dietrich@mozilla.com
5ed0e38674
Bug 327350 initialization of places services can fail in error conditions (r=sspitzer)
2007-05-30 23:06:38 -07:00
sspitzer@mozilla.org
5b7b3c1145
fix for bug #382221 : Dragging bookmark on toolbar doesn't give permanent resultwe need to adjust the indices before we make the change to the item we aremoving, otherwise, our we'll impact the index of the item we are moving.r=dietrich
2007-05-30 16:25:19 -07:00
mozilla.mano@sent.com
60bdcc02cd
Follow up to crash fix for bug 240397.
2007-05-29 12:44:26 -07:00
mozilla.mano@sent.com
5801eded85
Fix crash caused by the backout-patch for bug 240397.
2007-05-29 11:50:12 -07:00
dietrich@mozilla.com
ba6626a38d
Bug 382248 problems when I remove places.sqlite (we don't re-import bookmarks.html and we lose all bookmarks) (r=sspitzer)
2007-05-29 10:48:52 -07:00
sspitzer@mozilla.org
d01b365fc8
fix for bug #376905 : Places bookmarks build flag doesn't influence livemark service being copiedr=sayrerpatch=gijskruitbosch+bugs@gmail.com
2007-05-28 18:08:59 -07:00
mozilla.mano@sent.com
8774824ded
Backout the fix for bug 240397 (the change was part of bug 320181), patch on bug 240397. r=mconnor.
2007-05-28 16:28:46 -07:00
sspitzer@mozilla.org
36437f7205
fix for bug #381894 : Some Live Bookmarks only show in the places organizer.also, there was a crash lurking in the export code when we didn't have a feed uri.r=sayrer
2007-05-27 20:50:34 -07:00
mozilla.mano@sent.com
72121a07bd
Bug 370859 - generic container icon is used for live-bookmarks containers which were added incrementally. r=dietrich.
2007-05-27 15:08:13 -07:00
mozilla.mano@sent.com
673374be43
Bug 330578 - (Shift+) delete in URL bar autocomplete list no longer persistent. r=mconnor.
2007-05-27 10:45:20 -07:00
sspitzer@mozilla.org
23afb689e2
partial fix for bug #379729 : browser will freeze when reloading live bookmarks.r=sayrer
2007-05-25 15:09:07 -07:00
dietrich@mozilla.com
4dd4308599
Bug 381378 export is unacceptably slow for large bookmarks collections (r=mano)
2007-05-24 22:41:49 -07:00
sspitzer@mozilla.org
29b1ae96ac
fix for bug #381453 : when loaded in frames / iframes, pages that redirect show up in historyr=dietrich
2007-05-24 19:52:24 -07:00
mozilla.mano@sent.com
7645978be1
Backing out cycle-collecting for mQueries from bug 381239, this was not implemented right and does not seem to be necessary either way.
2007-05-22 18:23:24 -07:00
mozilla.mano@sent.com
fcf315384a
Bug 372508 - rename insertItem to insertBookmark and add a title parameter. r=dietrich.
2007-05-22 18:06:31 -07:00
mozilla.mano@sent.com
4466f1279a
Bug 372508 - onFolderChanged removal. r=dietrcih.
2007-05-22 16:56:50 -07:00
mozilla.mano@sent.com
fb0664a9e6
Bug 371823 - Optimize item moves. r=sspitzer.
2007-05-22 15:03:53 -07:00
sspitzer@mozilla.org
13e7c6f6c6
fix for bug #377281 : Changing bookmark properties sets incorrect keyword_id value in databaser=dietrich
2007-05-20 21:51:46 -07:00
mozilla.mano@sent.com
d4e917b4da
Bug 381220 - until I modify a folder, the dateAdded / lastModified values don't appear in the bookmark organizer. r=sspitzer.
2007-05-20 04:39:02 -07:00
mozilla.mano@sent.com
d658713a0e
Trying to break the cycle on nsNavHistoryQueryResultNode::mQueries.
2007-05-19 12:02:38 -07:00
sspitzer@mozilla.org
2af310476a
fix for bug #371827 : places bookmarks need additional metadate for lastModified and dateAdded.fix for bug #381209 : don't write out ID attributes to bookmarks.html, as it will confuse Firefox 2.patch by dietrich, sspitzer. r=mano,dietrich,sspitzer
2007-05-18 17:40:55 -07:00
sspitzer@mozilla.org
3b7031ae75
fix for bug #380801 : crash on startup when doing forced db migrationr=dietrich
2007-05-16 23:44:02 -07:00
thunder@mozilla.com
b0ef359d62
Bug 376253: Places bookmarks import/export unit tests + assorted fixes uncovered by the tests. r=mano, r=dietrich
2007-05-16 23:06:48 -07:00
dietrich@mozilla.com
c024882007
Bug 380011 bookmarks.html replacement trouble (r=sspitzer)
2007-05-16 21:29:27 -07:00
mozilla.mano@sent.com
3031ce0327
Bug 372508 part 2 - remove folderId getter. r=sspitzer.
2007-05-14 14:56:38 -07:00
mozilla.mano@sent.com
4c735f8832
Bug 376650 - Sort by keyword support. r=sspitzer.
2007-05-14 14:47:59 -07:00
mozilla.mano@sent.com
301af5c506
Bug 380505 - Simplify and optimize mDBGetChildren. r=sspitzer.
2007-05-14 14:42:57 -07:00
mozilla.mano@sent.com
0205fdf011
Bug 380437 - 'Set as bookmarks toolbar folder' doesn't stick after restart. r=sspitzer.
2007-05-11 17:00:25 -07:00
enndeakin@sympatico.ca
3042d48295
Bug 325342, implement places sort bookmark folder by name command, r=dietrich,mano
2007-05-11 12:06:57 -07:00