dietrich@mozilla.com
b28e55ad4c
Fixing comments.
2007-11-02 10:48:08 -07:00
dietrich@mozilla.com
c4d846ebec
Bug 385834 don't do incremental vacuuming, makes fragmentation worse [was: places' sqlite file can get overly large, do incremental vacuuming] (r=sspitzer)
2007-11-02 10:46:41 -07:00
dietrich@mozilla.com
813dd466b7
Bug 381795 places indexes need review (r=sspitzer)
2007-11-01 20:24:03 -07:00
sspitzer@mozilla.org
156b30d967
fix for bug #401985 change places.sqlite default page_size value to 4K r=dietrich, a=schrep for M9
2007-11-01 10:07:11 -07:00
mozilla.mano@sent.com
39ca4fa1a7
Bug 401449 - Smart-folders are exposed in bookmark queries. r=sspitzer, a=beltzner.
2007-10-30 16:53:53 -07:00
sspitzer@mozilla.org
cff4920678
fix for bug #387203 : getFolderContents() can crash [@nsNavHistoryContainerResultNode::CloseContainer] when JS GC happens nsNavHistoryContainerResultNodes will now keep a strong reference back to the nsNavHistoryResult. This introduces a cycle, so use the cycle collector. r=sicking, a=blocking-firefox3+
2007-10-18 23:26:34 -07:00
sspitzer@mozilla.org
20767c9104
fix for bug #387996 : add a "Places" folder to the bookmarks menu, populated with smart folders fix for bug #387734 : add a "Places" folder to the bookmarks toolbar, populated with smart folders fix for bug #385826 : pre-populated places queries fix for bug #396807 : have "top 10 most visited sites" as a pre-populated smart folder fix for bug #385831 : Investigate dependencies for Most Used Tags query fix for bug #378799 : GROUP_BY_FOLDER only works in simple bookmark-folder queries thanks to dietrich for the initial GROUP_BY_FOLDER patch. r=dietrich,mano a=blocking-firefox-3+
2007-10-10 23:42:38 -07:00
dietrich@mozilla.com
75b89105b5
Bug 398896 New history search hang since 6 Sep 2007 (r=sspitzer)
2007-10-09 12:14:48 -07:00
sspitzer@mozilla.org
6d1968175d
fix for bug #394508 : queries that use maxResults can return incorrect results due to post query filtering. initial patch=Colin Walters <walters@verbum.org> r=dietrich, a=mconnor
2007-10-01 10:36:18 -07:00
dbaron@dbaron.org
10c13b9b18
Backing out bug 394508 due to tinderbox orange (test failure of places unit tests).
2007-09-28 18:04:31 -07:00
sspitzer@mozilla.org
533a4b8e15
fix for bug #394508 : queries that use maxResults can return incorrect results due to post query filtering. initial patch=Colin Walters <walters@verbum.org> r=dietrich, a=mconnor
2007-09-28 16:36:03 -07:00
sspitzer@mozilla.org
c3ab2becde
fix for bug #397527 : append folder and all ancestors to the include / exclude folder array in nsNavHistory::FilterResultSet(), to save repeated queries r=dietrich, a=mconnor
2007-09-27 10:08:15 -07:00
mozilla.mano@sent.com
6c8d54ddfb
Bug 384228 - Implement Search-In-Folder(s) back-end. r=dietrich.
2007-09-15 13:07:02 -07:00
mozilla.mano@sent.com
b312070289
Bug 393464 - Re-landing tag-search so search-in-folders (bug 384228) and related work could get the same sort of love. patch by dietrich, r=sspitzer, a=mconnor.
2007-09-15 12:53:43 -07:00
dietrich@mozilla.com
d8d65a6e55
Bug 393464 Bookmarks manager doesn't search in tags field (reverting)
2007-09-10 11:08:21 -07:00
sspitzer@mozilla.org
bdf737a608
fix for bug #395267 : show tag results (first) in the url bar autocomplete results. r=dietrich, a=mconnor for m8
2007-09-06 22:35:10 -07:00
dietrich@mozilla.com
e992ddd11b
Bug 393464 Bookmarks manager doesn't search in tags field (r=sspitzer, a=mconnor)
2007-09-06 16:10:48 -07:00
sspitzer@mozilla.org
adab63ee0e
backing out the fix for bug #390244 vacuuming too aggressively, and vacuuming can take too long. r=dietrich
2007-09-06 12:25:50 -07:00
dietrich@mozilla.com
490fa664a5
Bug 394741 Searching in history sidebar doesn't work / returns nothing. (r=sspitzer)
2007-09-05 20:34:27 -07:00
sspitzer@mozilla.org
e3b0aa691e
relanding the 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 backed out earlier due to tbox orange, but robcee has removed the 122 MB places.sqlite files that kept growing for the unit test tinderboxen. bug #393410 covers the tinderboxen fix. r=dietrich
2007-09-05 16:20:19 -07:00
benjamin@smedbergs.us
a2a8e15eb0
Backout bug 390244 due to tbox orange, per #developers
2007-09-05 12:16:52 -07:00
sspitzer@mozilla.org
33e58bde93
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-05 08:18:33 -07:00
sspitzer@mozilla.org
7ae184ce1b
backing out, tree is closed
2007-09-04 20:19:46 -07:00
sspitzer@mozilla.org
c513850abd
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
1ea4c8de7a
Bug 317847 Implement "Save this Search" (r=mano)
2007-09-01 14:23:36 -07:00
sspitzer@mozilla.org
b9778e31fc
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
sspitzer@mozilla.org
9da2aba3ad
fix for bug #385834 : places' sqlite file can get overly large, do incremental vacuuming. r=dietrich
2007-08-28 00:19:57 -07:00
sspitzer@mozilla.org
1d9f6107cf
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
sspitzer@mozilla.org
6b2ada8afa
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
neil@parkwaycc.co.uk
fbf6c7c408
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
sspitzer@mozilla.org
41cd39299c
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
e8ef7a1329
fix osx/gcc4 warnings in places. b=391526 r=sspitzer
2007-08-13 13:56:46 -07:00
mozilla.mano@sent.com
f95814967d
Bug 382877 - dynamic containers implementation, part 1. r=dietrich.
2007-08-02 13:19:44 -07:00
sspitzer@mozilla.org
2db7a965c3
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
b503e88c4f
Bug 389876 followup (r+a=mconnor)
2007-07-30 21:55:51 -07:00
dietrich@mozilla.com
fc4cea3261
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
3d8d17906c
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
sspitzer@mozilla.org
b8eb5c663a
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
ebb0d46e44
Bug 319455 Expire annotations (r=sspitzer)
2007-07-26 09:23:11 -07:00
sspitzer@mozilla.org
2cea84ef05
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
efc1d92f5b
fix for bug #385829 : Search for bookmark queries by lastModified / dateDated
...
r=mano
2007-07-16 18:13:50 -07:00
sspitzer@mozilla.org
2d4d2101f3
fix for bug #386956 : Simplify nsNavHistory::RemoveDuplicateURLs
...
patch=Marcho Bonardo <mak77@supereva.it>
r=sspitzer
2007-07-12 16:49:58 -07:00
jwalden@mit.edu
6d7584839a
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
sdwilsh@shawnwilsher.com
34d569301d
Bug 386368 - Use getters and setters for database schema version. r=sspitzer
2007-07-02 10:25:41 -07:00
dietrich@mozilla.com
7d82f98ece
Reverting until windows perf #s are back and things are less noisy
2007-06-27 13:57:56 -07:00
dietrich@mozilla.com
e0aec670c2
Backing out bug 327350 for bug 385957
2007-06-27 13:39:25 -07:00
sspitzer@mozilla.org
38577cc664
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
be61effbb4
Bug 327350 initialization of places services can fail in error conditions (r=mano)
2007-06-25 20:57:28 -07:00
dietrich@mozilla.com
a324240e1e
Bug 380345 Remove dummy connection/statement from the History database (r=sspitzer)
2007-06-23 09:11:33 -07:00
sspitzer@mozilla.org
de83adb19b
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