Commit Graph

453 Commits

Author SHA1 Message Date
sspitzer@mozilla.org
303da8daac fix for bug #395445: Tag and Star icon both show for Location bar entries r=dietrich, a=mconnor for m8 2007-09-07 16:18:23 -07:00
sspitzer@mozilla.org
4b0bd8fb03 fix for bug #394527: livemark feed URIs should show up as "bookmarked" (gold star on) in the url bar and in url bar autocomplete search results for performance: when searching previous autocomplete results, we don't need to regenerate the hash tables (of livemark item ids and livemark feed URIs). when searching previous autocomplete results, if we find any, tell the front end immediately, instead of waiting for our first db query to return. r=dietrich, a=mconnor for m8 2007-09-07 14:47:21 -07:00
dmose@mozilla.org
f8715616ef Fix crash if a paused download is stopped (bug 395188); patch by Mardak, r=sdwilsh, a=dsicore 2007-09-07 12:14:06 -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
sdwilsh@shawnwilsher.com
4dda63e01c Bug 377243 - [SoC] Implement Download Resume. Patch by Brahmana <om.brahmana@gmail.com> and Shawn Wilsher <me@shawnwilsher.com>. r=sdwilsh, r=mconnor, a=[wanted-firefox3] 2007-09-05 21:59:34 -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
dolske@mozilla.com
ba7602a7ee Bug 391514 - Login Manager gets confused with password/PIN on usaa.com. r=gavin 2007-09-05 18:26:15 -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
cbiesinger@gmx.at
10f4183f96 392980 make it possible to QI FaviconLoadListener to nsIRequestObserver r=2xgavin,2xsayrer,mano 2007-09-05 13:23:54 -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
dolske@mozilla.com
8265c1fb4e Followup for Bug 226735: replace modal pre-submit save password dialog with post-submit bar. r=gavin 2007-09-04 19:07:43 -07:00
gijskruitbosch@gmail.com
9c7f3ec29c Bug 394629 - eRestart check in nsAppStartup.cpp is bogus r=benjamin@smedbergs.us (Benjamin Smedberg) a=toolkit 2007-09-04 13:30:04 -07:00
gavin@gavinsharp.com
f9179f6457 Bug 394615: 0 byte downloads don't appear in the download manager, patch by Edward Lee <edilee@gmail.com>, r=sdwilsh 2007-09-04 09:27:38 -07:00
dolske@mozilla.com
413bad1895 Fixes operator order mistake found in Bug 382075: View Selection Source triggers error in nsLoginManager.js. r=gavin 2007-09-02 18:30:03 -07:00
dolske@mozilla.com
0361783847 Bug 387617: addLogin() should fail if user cancels master password prompt. r=gavin 2007-09-02 17:59:32 -07:00
dwitte@stanford.edu
250ec73d5c Bug 383993 - remove p3p ui from suite. r=kairo, sr=jag. 2007-09-02 17:58:05 -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
dcamp@mozilla.com
807bb8c0d3 another bustage fix, fix up the PR_LOG ifdefs from the last commit. b=384941 rs=biesi 2007-08-31 16:48:39 -07:00
dcamp@mozilla.com
791d1813f7 block document loads for URIs tagged as malware by the url-classifier service. b=384941, r=bzbarsky, r=tony, sr=biesi, ui-r=johnath, a=bzbarsky 2007-08-31 16:18:46 -07:00
dolske@mozilla.com
8e5ae04447 Bug 226735: replace modal pre-submit save password dialog with post-submit bar. r=gavin 2007-08-31 15:29:55 -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
a1f34414b7 fix for bug #387718: the location bar dropdown should show a star next to bookmarked results r=gavin 2007-08-31 13:19:19 -07:00
rflint@ryanflint.com
84d27f808d Bug 393524 - XPCOMUtilify nsTryToClose. r=benjamin 2007-08-30 20:28:00 -07:00
sdwilsh@shawnwilsher.com
6861590377 Bug 384810 - DM should restore the database state gracefully after a crash. r=mano 2007-08-30 12:01:39 -07:00
gijskruitbosch@gmail.com
40ddad05bd Bug 393652 - Trunk builds on Mac do not quit from menu after first window is closed. r=benjamin@smedbergs.us (Benjamin Smedberg) Toolkit Only, no approval. 2007-08-30 00:26:09 -07:00
sdwilsh@shawnwilsher.com
59e02e4bd5 Bug 394228 - Downloading files can randomly fail. r=mano 2007-08-29 18:51:12 -07:00
gavin@gavinsharp.com
e7ca2e6572 Bug 393342: read the download.dir pref as a nsILocalFile instead of just a file path (fixes automatic downloads on Mac), patch by Jim Mathies <jmathies@mozilla.com>, r=me 2007-08-28 11:59:49 -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
sdwilsh@shawnwilsher.com
b1da3b3bb7 Bug 398982 - Download Manager is not friendly to embedders or extensions. r=mano 2007-08-27 17:10:25 -07:00
jwalden@mit.edu
8a3f195db5 Fix typo to force tests to be re-run to 'fix' a spurious (?) orange. 2007-08-27 13:18:18 -07:00
sdwilsh@shawnwilsher.com
7e3a74443c Bug 391870 - Have the download manager store the referring uri when appropriate (and use it in the front end). r=mano 2007-08-27 09:09:28 -07:00
philringnalda@gmail.com
bf7810b7de Bug 393742 - Silly var use in exitPrintPreview(), r=gavin 2007-08-26 21:35:02 -07:00
philringnalda@gmail.com
c8f808b5ae Bug 393747 - Support nsISupports in print preview observer, r=gavin 2007-08-26 21:05:06 -07:00
kherron@fmailbox.com
ef56e89472 Bug 315687 - Sanity check paper size prefs created before bug 309988 was fixed. r=vladimir, sr=pavlov, a=pavlov. 2007-08-26 17:19:15 -07:00
reed@reedloden.com
0384fe02ba Bug 393556 - "Failed downloads not removed from active downloads array" [p=reed r=sdwilsh] 2007-08-24 17:22:06 -07:00
sspitzer@mozilla.org
24693132ff fix for bug #393244: occasionally hitting enter in the url bar will not have an effect r=gavin 2007-08-24 11:40:45 -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
dolske@mozilla.com
901d491677 Fix and reenable tests from bug Bug 386005, now that they work on Linux and Windows. r=gavin 2007-08-23 17:01:28 -07:00
sspitzer@mozilla.org
2112848c76 fix for bug #393223: annotations expired too early r=dietrich 2007-08-23 15:26:11 -07:00
gijskruitbosch@gmail.com
e6c30127b0 Bug 372453 - XULRunner apps on mac without a hiddenwindow should be able to quit
r=benjamin@smedbergs.us
r=joshmoz@gmail.com
a=bzbarsky@mit.edu
2007-08-23 14:30:29 -07:00
dolske@mozilla.com
f67951543e bustage fix until I figure out how to make test work on Linux. 2007-08-23 13:06:40 -07:00
dolske@mozilla.com
8c85fa29c5 Bug 386005: passwords deleted from drop down menu in gmail.com apear to be deleted but are still saved. r=gavin 2007-08-23 12:07:20 -07:00
dolske@mozilla.com
a703337bad Bug 378667: Better "passwords for given realm" query support. r=gavin 2007-08-23 11:57:42 -07:00