Commit Graph

288 Commits

Author SHA1 Message Date
reed@reedloden.com
6d4aa754bc Bug 385066 - "Remove preloading from mozStorage" [p=comrade693+bmo@gmail.com (Shawn Wilsher [sdwilsh]) r=gavin a=blocking1.9+] 2007-12-17 21:34:50 -08:00
sspitzer@mozilla.org
c681192bb1 fix for bug #408443: Update from Gran Paradiso Alpha 2, Alpha 3, and Alpha 4 -> FF Beta 2 cause [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDocShellHistory.useGlobalHistory] if you have a a2,a3,a4 profile and you run a7 (or later), in place migration of places.sqlite will fail, causing problems (such as an empty personal toolbar and lost of history.) r=dietrich, a=beltzner 2007-12-17 16:20:45 -08:00
dietrich@mozilla.com
15809a6cab Bug 407286 ? ExpireItems(EXPIRATION_COUNT_PER_RUN) takes about 700ms (down from 8 seconds) but could be faster? (r=dietrich, a=beltzner) 2007-12-14 11:02:23 -08:00
philringnalda@gmail.com
9d27a8ad48 Bug 407650 - livemark service cleanup, trailing whitespace, bogus and misplaced comments, temporary logging, make getFeedURI check for the existence of the annotation before getting it instead of using a problem-swallowing try-catch, r=dietrich, a=mconnor 2007-12-13 22:04:49 -08:00
philringnalda@gmail.com
cce160bae7 Bug 407561 - Livemark service cancels loadgroups with an undefined property instead of an error, r=sayrer, a=mconnor 2007-12-13 21:25:59 -08:00
philringnalda@gmail.com
0b42466754 Bug 342484 - replace livemark service's call to CheckLoadURIStr with a call to CheckLoadURIWithPrincipal, r=sayrer, sr=bz, a=mconnor 2007-12-13 20:01:05 -08:00
sspitzer@mozilla.org
cc487cfb1d fix for bug #408221: url bar autocomplete problems with tags and case-insensitivity r=dietrich, a=mconnor 2007-12-13 15:09:39 -08:00
mozilla.mano@sent.com
5222f86564 Bug 407575 - Tag system should be case-insensitive. r=sspitzer. 2007-12-13 12:07:38 -08:00
sspitzer@mozilla.org
247899f9f0 whitespace change, no bug 2007-12-12 10:23:48 -08:00
reed@reedloden.com
8cfed0c9c0 Bug 407114 - "when viewing the "Most Visited" item of the "Smart Bookmarks" folder in the places organizer, the "Visit Date" column is empty" [p=mak77@supereva.it (Marco Bonardo [MaK77]) / sspitzer@mozilla.com (Seth Spitzer) r=sspitzer r=dietrich a1.9=damons] 2007-12-11 01:22:50 -08:00
reed@reedloden.com
bfc17d4e19 Bug 405551 - "investigate performance of AdjustIndices()" [p=mak77@supereva.it (Marco Bonardo [MaK77]) r=dietrich a1.9=damons a=blocking-firefox3+] 2007-12-11 01:01:33 -08:00
dietrich@mozilla.com
39b1b4b780 Bug 402880 figure out pref UI for history expiration / limiting visits (RELANDING TESTS, r=sspitzer) 2007-12-08 15:17:16 -08:00
dietrich@mozilla.com
7ca6f669b7 TESTING A on bm-xserve11 - Bug 407018 expiration not using browser.history_expire_days_min (r=sspitzer) 2007-12-07 15:13:52 -08:00
sspitzer@mozilla.org
d098985e33 fix for bug #407373: if ExpireItems() fails, don't fire the timer again. r=dietrich, a=schrep for m10 2007-12-07 13:22:20 -08:00
sspitzer@mozilla.org
f443b2b73b fix for bug #407124: performance problem with expiration code due to query in FindVisits() for people with lots of history. patch=Marco Bonardo <mak77@supereva.it> r=sspitzer, dietrich a=blocking-firefox-3+ p1 / m10 2007-12-07 09:44:57 -08:00
sspitzer@mozilla.org
d1b4eb3c50 fix for bug #399266: improve perf of the "Most Visited" pre-defined query in the "Smart Bookmarks" folder on the personal toolbar. r=dietrich initial patch=Marco Bonardo (MaK77) <mak77@supereva.it> a=blocking-firefox-3+ 2007-12-05 23:38:52 -08:00
dolske@mozilla.com
bf4b95dfdf Backing out 407018, trace_malloc_allocs on bm-xserve11 jumped from 460K to 570K. 2007-12-05 22:51:24 -08:00
dietrich@mozilla.com
16b5121b20 Bug 407018 expiration not using browser.history_expire_days_min (r=sspitzer,a=mconnor) 2007-12-05 13:30:37 -08:00
dietrich@mozilla.com
a0d51295f2 Backing out bug 406114 to test Ts impact 2007-12-05 09:14:05 -08:00
dietrich@mozilla.com
3beb4ac515 Bug 402880 figure out pref UI for history expiration / limiting visits (r=sspitzer, take 2) 2007-12-05 00:30:07 -08:00
dietrich@mozilla.com
b60b7f31eb Backing out bug 402880 2007-12-05 00:01:13 -08:00
dietrich@mozilla.com
aa7eeb3e59 Bug 402880 figure out pref UI for history expiration / limiting visits (r=sspitzer) 2007-12-04 23:40:49 -08:00
sspitzer@mozilla.org
7e2ae597a3 fix for bug #406114: when automatically importing from bookmarks html format, use bookmarks.postplaces.html, if it exists (otherwise, defer to bookmarks.html) r=dietrich, a=damon 2007-12-04 23:14:47 -08:00
philringnalda@gmail.com
2551ffd673 Bug 392984 - Feed that fails to load results in many messages in livemark, r=mano, a=blocker 2007-12-04 21:02:06 -08:00
dietrich@mozilla.com
9d09e89134 Re-enabling tests for bug 398914 (r=sspitzer) 2007-12-04 20:56:04 -08:00
dietrich@mozilla.com
8087786f44 Bug 398914 Creating an additional bookmark with "Add a keyword for this search" overwrites the POST_DATA of existing bookmark(s) with the same location (r=sspitzer) 2007-12-04 17:56:55 -08:00
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
dietrich@mozilla.com
c7f555e1b3 Backing out bug 398914 2007-12-04 11:44:46 -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
dietrich@mozilla.com
d07002ff34 Bug 398914 Creating an additional bookmark with "Add a keyword for this search" overwrites the POST_DATA of existing bookmark(s) with the same location (r=sspitzer) 2007-12-04 10:34:44 -08:00
dietrich@mozilla.com
9c859db900 Bug 402882 pre-compile and store the query in nsAnnotationService::GetItemsWithAnnotationTArray() (r=sspitzer, a=schrep) 2007-12-04 08:46:40 -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
e214f4628e fix for bug #399664: In location bar auto-complete, indicate which part of the result matches the query fix for bug #403159: Switch location bar auto-complete to a two line view fix for bug #399281: Transition location bar auto-complete results to a richlistbox widget r=gavin, with additional reviews from neil deakin a=firefox-3-+ sheriff approval from dietrich to check in on orange 2007-11-29 20:57:57 -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
sspitzer@mozilla.org
e0d33d3d21 wallpaper for bug #404928: crash @ nsNavHistoryFolderResultNode::OnItemAdded() r=mano, a=blocking-firefox3-+ 2007-11-23 12:09:31 -08:00
mozilla.mano@sent.com
110d10e24d Bug 404370 - perf: Don't call AdjustIndices when inserting a bookmark at the default index. r=dietrich. 2007-11-21 17:46:43 -08:00
sspitzer@mozilla.org
c0c4f76c67 supplimental fix for bug #404630: Faviconize Tab extension causes a crash @ nsNavHistory::LazyMessage::Init r=thunder, a=blocking-firefox3+ 2007-11-21 16:44:33 -08:00
thunder@mozilla.com
139815aa52 Bug 404630: Fix a crash when nsNavHistory::setAndLoadFaviconForPage() is called with no URI. r=sspitzer, a=mtschrep 2007-11-21 13:41: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
eb11c71b56 Backing out bug 404370, which caused sortFolderByName to fail (in test_placesTxn). 2007-11-19 19:28:27 -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
mozilla.mano@sent.com
051876ac24 Bug 404370 - perf: Don't call AdjustIndices when inserting a bookmark at the default index. r=sspitzer. a=mconnor. 2007-11-19 17:14:28 -08:00