Commit Graph

297 Commits

Author SHA1 Message Date
sspitzer@mozilla.org
61fa0d484c relanding fix for bug #406094, as it was not the cause of the Ts / Txul regression. 2007-12-04 14:04:51 -08:00
sspitzer@mozilla.org
a296751974 backing out fix for bug #406094 until dietrich's backout clears so that we can clearly measure that this change did not impact Ts / Txul. s=dmose 2007-12-04 12:09:53 -08:00
sspitzer@mozilla.org
38c01069c4 fix for bug #406094: removing places.sqlite manually (or having it corrupted) and restarting leaves me without a personal toolbar, without a bookmarks menu, and with a blank organize relanding with changes that impact Ts / Txul patch=Marco Bonardo <mak77@supereva.it> r=sspitzer a=schrep for 1.9 2007-12-04 11:26:55 -08:00
reed@reedloden.com
65fdc02cc0 Backing out patch from bug 406094 due to perf regression. 2007-12-04 03:22:14 -08:00
sspitzer@mozilla.org
c932ae6528 supplimental fix for bug #405231 and bug #406094: (the pref got renamed) 2007-12-04 01:36:08 -08:00
sspitzer@mozilla.org
072a037af4 fix for bug #406094: removing places.sqlite manually (or having it corrupted) and restarting leaves me without a personal toolbar, without a bookmarks menu, and with a blank organize patch=Marco Bonardo <mak77@supereva.it> r=sspitzer a=schrep for 1.9 2007-12-04 00:08:33 -08:00
sspitzer@mozilla.org
a05a934200 backing out. 2007-12-04 00:07:15 -08:00
sspitzer@mozilla.org
7098e7087f *** empty log message *** 2007-12-04 00:03:25 -08:00
sspitzer@mozilla.org
3de236bd55 fix for bug #395452: handle multiple tags in url bar autocomplete fix for bug #395462: handle multiple tags in bookmark search fix for bug #403847: places organizer search won't find items tagged with multi-word tags fix for bug #403849: fix URIHasTag() to take a string, not a nsIURI r=dietrich, a=blocking-firefox-3+ 2007-11-24 18:38:17 -08:00
dietrich@mozilla.com
ee69ea1afe Bug 403040 Places killed all my history >2 days ago (for mak77@supereva.it, r=dietrich) 2007-11-20 15:45:34 -08:00
dietrich@mozilla.com
4541ab0bc3 Bug 381795 places indexes need review (followup, r=sspitzer) 2007-11-20 15:27:41 -08:00
dietrich@mozilla.com
466257d6aa Bug 381795 places indexes need review (r=sspitzer, r=marco) 2007-11-20 10:23:38 -08:00
dietrich@mozilla.com
a8a5d28b4f Bug 389789 nsNavHistory::RemoveDuplicateURIs() should not delete moz_historyvisits, it should remap them to the moz_place id we are keeping (r=marco, r=sspitzer) 2007-11-19 21:14:57 -08:00
mozilla.mano@sent.com
adf51f6912 Bug 387746 - New Left Pane for Places Organizer, along with other places back-end and front-end changes; also fixes bugs 393547, 395994, 401075, 403141. r=dietrich. 2007-11-19 18:01:53 -08:00
gavin@gavinsharp.com
7f2645a2c7 Fix newlines 2007-11-19 12:48:56 -08:00
sdwilsh@shawnwilsher.com
9ce3a83879 Bug 400543 - Add TRANSITION_DOWNLOAD. r=mano, a=schrep 2007-11-12 18:54:32 -08:00
dietrich@mozilla.com
b487b75a28 Bug 400679 get last session query is joining against itself (could be faster) (r=dietrich, a=drivers) 2007-11-09 13:05:49 -08:00
dietrich@mozilla.com
f493153e14 Bug 402753 remove post-sql options checks from nsNavHistory::IsHistoryMenuQuery (r=sspitzer, a=drivers) 2007-11-09 12:20:37 -08:00
dietrich@mozilla.com
b435ec328c Bug 385397 history menu is slow to open with a large history (r=mano, a=beltzner) 2007-11-06 12:54:46 -08:00
sspitzer@mozilla.org
6136270b4a backing out my fix for bug #399664, due to 2% Ts regression (see bug #402668 for details) 2007-11-06 00:43:53 -08:00
sspitzer@mozilla.org
10234c2591 fix for bug #399664: In location bar autocomplete, indicate which part of the result matches the query (and make sure it is visible) r=gavin, parts r=neil deakin a=m9 blocker 2007-11-05 21:31:22 -08:00
dietrich@mozilla.com
7aaaa8940c Bug 332748 Figure out how much history we can show by default (browser.history_expire_days now set to 180 days) (r=sspitzer) 2007-11-04 17:10:37 -08:00
dietrich@mozilla.com
675fa00c84 Fixing comments. 2007-11-02 10:48:08 -07:00
dietrich@mozilla.com
a3b7551038 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
46395e4413 Bug 381795 places indexes need review (r=sspitzer) 2007-11-01 20:24:03 -07:00
sspitzer@mozilla.org
6cf3d1d1eb 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
68b3a4816f Bug 401449 - Smart-folders are exposed in bookmark queries. r=sspitzer, a=beltzner. 2007-10-30 16:53:53 -07:00
sspitzer@mozilla.org
c597b3a9a2 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
f7f5b51147 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
6caf1d01fd Bug 398896 New history search hang since 6 Sep 2007 (r=sspitzer) 2007-10-09 12:14:48 -07:00
sspitzer@mozilla.org
0b518cce0a 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
d690d98bb8 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
a67ceea715 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
9c0f9c251e 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
131a271663 Bug 384228 - Implement Search-In-Folder(s) back-end. r=dietrich. 2007-09-15 13:07:02 -07:00
mozilla.mano@sent.com
fa04ada8be 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
e57ed8b642 Bug 393464 Bookmarks manager doesn't search in tags field (reverting) 2007-09-10 11:08:21 -07:00
sspitzer@mozilla.org
4c276981e8 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
fa47232b99 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
f7b5521f7c 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
2a9a34cd9b Bug 394741 Searching in history sidebar doesn't work / returns nothing. (r=sspitzer) 2007-09-05 20:34:27 -07:00
sspitzer@mozilla.org
c3fb208244 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
4c8ac0b212 Backout bug 390244 due to tbox orange, per #developers 2007-09-05 12:16:52 -07:00
sspitzer@mozilla.org
6b876fcc5e 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
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
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
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
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
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
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
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
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
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
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
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
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
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
45f52083ae Bug 383803 - Places Tagging Back-end. r=dietrich. 2007-06-11 22:18:50 -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
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
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
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
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
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
dietrich@mozilla.com
c024882007 Bug 380011 bookmarks.html replacement trouble (r=sspitzer) 2007-05-16 21:29:27 -07:00
mozilla.mano@sent.com
f1ee4c669a Bug 379211 - Use item IDs for annotating bookmark/folder items rather than place: URIs. r=dietrich. 2007-05-10 01:05:19 -07:00
dietrich@mozilla.com
484d7290e6 Bug 379986 make bookmark folders use ids from the moz_bookmarks table (r=mano) 2007-05-08 18:19:12 -07:00
dietrich@mozilla.com
3897a975ae Bug 379218 moz_annos table is created w/o the type column (r=mano) 2007-05-02 12:07:57 -07:00
dietrich@mozilla.com
4216eb9e59 Bug 378659 Firefox UI frequently becomes broken; removing places.sqlite "fixes" it (r=mano) 2007-04-25 17:52:50 -07:00
mozilla.mano@sent.com
7737f46584 Bug 377500 - Result is broken if two bookmarks items have the same URL but with different titles. r=dietrich. 2007-04-25 14:03:29 -07:00
mozilla.mano@sent.com
b619efb2e1 Bug 376851 - API for sorting a result by an annotation. r=dietrich. 2007-04-22 15:20:25 -07:00
dietrich@mozilla.com
4e4384eab1 Bug 377066 GetAnnotationInfo always returns VALUE_TYPE_TEXT as the annotation type (r=mano) 2007-04-22 14:48:52 -07:00
mozilla.mano@sent.com
d014df4d47 Bug 376786 - Annotation-based queries are broken. r=dietrich. 2007-04-09 17:24:37 -07:00
dietrich@mozilla.com
18173d1eda Bug 372501 Items in moz_bookmarks should be explicitly typed (r=sspitzer) 2007-04-04 10:21:03 -07:00
dietrich@mozilla.com
131961dcb3 Bug 373239 add a schema version to places.sqlite (r=sspitzer) 2007-03-31 19:38:42 -07:00
dietrich@mozilla.com
2719851c0d Bug 374876 - write out bookmarks.html and archives (r=sspitzer) 2007-03-25 13:14:28 -07:00
mozilla.mano@sent.com
bd9d273059 Bug 373838 - Replace nsNavHistoryResultTreeViewer with a JS, browser-specific tree view. r=dietrich. 2007-03-25 05:28:29 -07:00
sspitzer@mozilla.org
26d5160d60 fix for bug #369887: searches in bookmarks sidebar and organize bookmarks dialog don't show all the results: missing 'hidden' bookmarks and failing to match on title.r=dietrich 2007-03-22 16:05:37 -07:00
hg@mozilla.com
465265d0d4 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00