Commit Graph

3559 Commits

Author SHA1 Message Date
Shawn Wilsher
ad2e945987 Bug 495889 - UMR in nsNavHistoryExpire::OnQuit()
Fixes an uninitialized memory read that could cause us to do more work during
shutdown.
r=dietrich
2009-06-01 20:49:41 -07:00
Marco Perez
aee7bed953 Bug 495583 - [SeaMonkey] Remove SUITE_USING_XPFE_DM remnants; r=neil 2009-05-31 04:42:02 +02:00
Robert Kaiser
8d11c3341e bug 495604 - Make ifndef MOZ_SUITE in dlmgr Makefile.in actually work, r=sdwilsh 2009-05-30 20:00:56 +02:00
Marco Bonardo
b1d56101be Bug 494370 - Better query for mDBGetItemProperties, r=sdwilsh a=beltzner 2009-05-28 00:08:47 +02:00
Marco Bonardo
c16b3b9425 Bug 494383 - Removing tags in restore code is no longer needed, r=dietrich a=beltzner 2009-05-27 23:43:38 +02:00
mak77@bonardo.net
c690088b5d Bug 494410 - autocomplete fields with completeDefaultIndex can't be reasonably edited (r=gavin) 2009-05-26 10:24:29 -07:00
Ryan Flint
5fa3fbd1cb Bug 491125 - Invalidate all plugin caches when one of them changes. r=gavin 2009-05-21 03:18:45 -04:00
Matt Noorenberghe
c22f00184c Bug 492701 - form history should cap the number of fields saved per form submission. r=dolske, a192=beltzner 2009-05-20 20:22:38 -07:00
Myk Melez
15b91227ff Bug 492153 - login manager doesn't always notify observers when it handles form. r=dolske, a192=beltzner 2009-05-20 20:22:35 -07:00
Marco Bonardo
c332f90e25 Bug 493934 - Autocomplete queries are wrongly cutting away some result, r=sdwilsh a191=beltzner 2009-05-20 21:27:36 +02:00
Marco Bonardo
2a5db93d7c Bug 493933 - When sorting bookmarks BY NONE we should take in count partitioning, r=sdwilsh a191=beltzner 2009-05-20 20:45:48 +02:00
Shawn Wilsher
8639cbf9b7 Bug 493602 - UMR when clicking history menu
Fixes a UMR introduced in bug 487777 caused by not passing enough arguments to
nsPrintfCString.
r=mak
2009-05-20 14:25:16 -04:00
Marco Bonardo
dad8c99d9b Bug 491520 - Tag autocomplete prevents changing the case of tags, when adding tags, r=mano a=blocking191 2009-05-20 13:31:49 +02:00
Dietrich Ayala
229fe47f86 Bug 492799 - nodeIsReadOnly should cache read-only item ids, r=mak77 2009-05-19 01:06:50 +02:00
Marco Bonardo
b80599d62a Bug 493374 - Avoid marking database as corrupt if initializing additional db objects fails, and avoid creating more than one corrupt file every 24 hours, r=sdwilsh 2009-05-19 01:06:46 +02:00
David Dahl
ea49e678a0 Bug 491719 - Ctrl+H and Ctrl+Maj+H both display an empty history, r=mak77 2009-05-19 01:06:39 +02:00
Marco Bonardo
3b1383e32d Bug 493538 - Crash in [@ nsNavHistory::RecalculateFrecenciesInternal(mozIStorageStatement*, int)], r=mardak 2009-05-19 01:06:33 +02:00
Benjamin Smedberg
56cce7342e Fix mis-spellings of "receive" to kick builds on a CLOSED TREE. 2009-05-18 09:48:36 -04:00
Drew Willcoxon
c56a88f9f8 Bug 491983 - nsIBrowserHistory needs removeVisitsByTimeframe method, r=dietrich 2009-05-16 19:32:13 -07:00
Marco Bonardo
68d88c3cf4 Bug 488966 - Add a last_visit_date column with an index to moz_places, r=sdwilsh 2009-05-15 01:28:03 +02:00
Marco Bonardo
fc70bdb14e Followup to Bug 484019 - Fix corrupt or wrong roots titles in the database and in the Library. Wrong binding. r=sdwilsh 2009-05-15 01:27:58 +02:00
Peter Annema
8c8313039e Bug 487192: Move both copies of nsWildCard into xpcom. r/sr=bsmedberg
- Move nsWildCard.{h,cpp} into xpcom/io.

--HG--
rename : modules/libjar/nsWildCard.cpp => xpcom/io/nsWildCard.cpp
rename : modules/libjar/nsWildCard.h => xpcom/io/nsWildCard.h
2009-05-13 20:22:54 -07:00
Peter Annema
94935dfe87 Bug 487192: Move both copies of nsWildCard into xpcom. r/sr=bsmedberg
- Clean up memory usage.
 - Turn the helper functions into template functions.
 - Make both copies be exactly the same.
2009-05-13 20:22:54 -07:00
Peter Annema
8ae104db6e Bug 487192: Move both copies of nsWildCard into xpcom. r/sr=bsmedberg
- Sync up filepicker's nsWildCard to fixes made to libjar's version.
2009-05-13 20:22:53 -07:00
Shawn Wilsher
a72b5e0b6d Bug 490833 - mozIStorageStatement::getParameterIndex should only accept :-named parameters
This updates places to use the new API definition.
r=dietrich
2009-05-12 17:08:50 -04:00
Matt Noorenberghe
159390e92a Bug 482232 - Using search field in saved password window changes width of search field. r=dolske 2009-05-12 12:09:19 -07:00
Justin Dolske
f5bca61609 Bug 471906 - Login manager's onblur handler shouldn't do anything when the username is blank. r=gavin 2009-05-12 12:09:18 -07:00
Ehsan Akhgari
7d1a8d37e8 Bug 491898 - Random Test Failure (browser_passwordmgrdlg.js); r=dolske 2009-05-12 22:23:36 +04:30
Edward Lee
78e016cdd8 Bug 485122 - When the user selects to only display history in the location bar, don't display the star and tag icons for items that happen to be bookmarked or tagged. r=dietrich
Pretend a page isn't bookmarked/tagged when searching for only history unless the user explicitly wants them. Test by updating special searches test to ignore tags when searching for history ^.
2009-05-12 10:17:57 -05:00
Edward Lee
5b39be8eb8 Bug 489872 - [@ nsNavHistory::IsVisited] doesn't check null aURI. r=sdwilsh
For public entry points of nsNavHistory, add ENSURE_ARG for in-pointers and ENSURE_ARG_POINTER for out-pointers; NS_ASSERTION for private APIs. Test automatically finds functions from nav history service and calls them with null arguments.
2009-05-12 10:11:53 -05:00
Marco Bonardo
c862548ff4 Bug 491954 - Views should select exact columns, r=sdwilsh a=blocking191 2009-05-12 11:15:09 +02:00
Marco Bonardo
6c48d2f50e Bug 491954 - Views should select exact columns, r=sdwilsh 2009-05-11 11:05:56 +02:00
Phil Ringnalda
73396dba13 Bug 480080 - updateStatusBar not defined in gSelectionListener in viewSource.js (when it's getting notified of a selection change after the window has already closed), r=gavin 2009-05-08 21:36:55 -07:00
Josh Aas
87d9570962 Backed out changeset 9f9b05760fff, bug 480080, to see if it fixes orange 2009-05-08 13:42:19 -04:00
Phil Ringnalda
f921a426ba Bug 480080 - updateStatusBar not defined in gSelectionListener in viewSource.js (when it's getting notified of a selection change after the window has already closed), r=gavin 2009-05-07 20:28:04 -07:00
Boris Zbarsky
ce1a541b65 Bug 490957. Eliminate nsWebShell. r+sr=bsmedberg 2009-05-07 15:21:53 -04:00
L. David Baron
f0c43ecb3d Switch HTML mochitests from using MochiKit.js to packed.js. (Bug 490955) r=sayrer 2009-05-06 13:46:04 -07:00
Matt Noorenberghe
021c04ebfa Bug 488796 - form history should not save extremely large values. r=dolske, r=gavin 2009-05-06 12:55:26 -07:00
Matt Noorenberghe
508e3cea04 Bug 487797 - Don't rely on button names in <passwordmgr/test/*>. r=dolske 2009-05-06 12:55:25 -07:00
adw@mozilla.com
43c4be92a5 Bug 399799 - Provide better options to query for tags (r=dietrich) 2009-05-04 20:40:34 -07:00
Michael Ventnor
8d9ac8159c Bug 469880 - Implement callback support for libnotify notifications, and fall back to XUL notifications if the server doesn't support callbacks. r+sr=roc 2009-05-04 10:11:11 +02:00
Dão Gottwald
d8fe419911 Backed out changeset 99cdecb3734f 2009-05-04 10:23:25 +02:00
Michael Ventnor
7b6ec343ea Bug 469880 - Implement callback support for libnotify notifications, and fall back to XUL notifications if the server doesn't support callbacks. r+sr=roc 2009-05-04 10:11:11 +02:00
Siddharth Agarwal
c61dd94f15 Part 3 of bug 472093 -- fix build system to use NTDDI_VERSION instead of random checks -- add MOZ_NTDDI_* defines, switch code over to use these defines.
r=ted for build config parts, r=jmathies for app association and download manager changes, r+sr=bz for helper app service, r=vlad + sr=ted for stock icons.
2009-04-12 20:25:29 +05:30
Phil Ringnalda
ab92f14eff Bug 379822 - Make view source character encoding menuitems work in Thunderbird by not reloading from history if history is disabled, r=gavin 2009-05-03 09:28:43 -07:00
timeless@mozdev.org
bef46c4b25 Bug 489953 Remove extraneous semicolons
r=gavin
2009-05-03 09:28:43 -07:00
Ehsan Akhgari
e8549e29b0 Bug 433748 - Error: this._processor is null; r=dietrich 2009-05-02 09:47:07 +04:30
Robert Kaiser
84b0ec3e01 fix test from bug 489443 to work on SeaMonkey, r=Mardak 2009-05-02 00:25:33 +02:00
Marco Bonardo
9a1c4fddea Bug 484019 - Fix corrupt or wrong roots titles in the database and in the Library, r=dietrich 2009-04-30 09:52:40 -07:00
Marco Bonardo
c29baffcef Bug 490200 - Tags autocomplete does not show all results because it is case-sensitive, r=dietrich 2009-04-30 09:52:32 -07:00