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
Serge Gautherie
c17d8fb2ec
Bug 488091 - Review |make check| usages; (Av2a) Remove empty targets; r=ted.mielczarek
2009-04-29 00:57:50 +02:00
Marco Bonardo
e31db24e38
backout Bug 484019 due to test failures.
2009-04-24 17:57:24 +02:00
Marco Bonardo
c40de9fff3
Bug 484019 - Fix corrupt or wrong roots titles in the database and in the Library, r=dietrich
2009-04-24 15:11:06 +02:00
Drew Willcoxon
40d0b1dffa
Bug 444849 - Removing a bookmark doesn't clean up tags, r=mak77
2009-04-23 10:31:46 -07:00
TheOne
67f2dcf55b
Bug 482856 - Inconsistent comment for hiding pages in nsNavHistory. r=mak
2009-04-24 11:23:53 +02:00
Edward Lee
b7515b1ca4
Bug 487810 - Refactor UpdateFrecency and FixInvalidFrecencies to share frecency updating logic. r=dietrich
...
Separate the last half of UpdateFrecency into UpdateFrecencyInternal to be reused by FixInvalidFrecencies. Existing tests touch both paths, e.g., test_000_frecency and test_migrateFrecency.
2009-04-23 16:12:51 -05:00
Edward Lee
d5b70636cc
Bug 489443 - Places depends on a buggy behavior of SQLite's GROUP_CONCAT. r=dietrich, b191=beltzner
...
Don't bother GROUP_CONCATing tag titles that are empty. Restructure the BOOK_TAG_SQL #define to be somewhat more readable. Test by adding tags to a uri then renaming the tag to empty and making sure they don't show up in autocmoplete results.
2009-04-23 16:09:58 -05:00
Ehsan Akhgari
6902ba3cec
Bug 451352 - Further fixes to pwmgr search filtering UI; r=dolske
2009-04-23 10:27:10 +04:30
Marco Bonardo
0acf58deb4
Bug 488783 - Tags list no longer sorted (alphabetized) in latest Shiretoko nightly, r=dietrich a=blocking191
2009-04-22 14:22:53 +02:00
Shawn Wilsher
5c57af069d
Bug 489455 - Update URLClassifier to follow Safebrowsing spec
...
This makes us not change %00 to %01.
r=tony
2009-04-21 19:34:06 -04:00
Benjamin Smedberg
3312d48396
Bug 484442: Firefox crashes on on bringing up safe-mode with any/all of the Options Checked. r=mossop
2009-04-21 11:36:44 -07:00
Jim Mathies
b253ceb46a
Bug 403014 - Windows "Don't Index" bit set on download files. (r=sdwilsh,dougt)
2009-04-20 20:06:03 -05:00
Simon Bünzli
945ee98cce
Bug 489026 - Strict Warning: assignment to undeclared variable logins. r=dolske
2009-04-20 01:03:09 +02:00
Marco Bonardo
4a08481c63
Bug 487777 - History menu is slow and takes ages to open, trunk version, r=dietrich
2009-04-18 14:12:06 +02:00
Marco Bonardo
3c02ac9a4f
Bug 487040 - Crash [@ nsNavHistoryResult::OnItemAdded ] in mochitest-browser-chrome, r=dietrich,sdwilsh,smaug a=blocking191
2009-04-18 14:12:01 +02:00
Paul O'Shannessy
68ccc3549c
Bug 479894 - Add a property-bag based searchLogins API to login manager. r=dolske, sr=vlad
2009-04-17 16:12:46 -07:00
Justin Dolske
fa15baa2b1
Bug 243136 - saved form data should expire after a time period defined by user. r=sdwilsh, r=gavin
2009-04-17 14:36:13 -07:00
David Dahl
08b78939d1
Bug 485442 - crash bug calling nsINavHistoryQuery.uri, r=mak,sdwilsh
2009-04-17 14:42:39 +02:00
Drew Willcoxon
be9fb60956
Bug 470314 - Send a bookmarks-restore notification, r=mak77
2009-04-17 14:42:34 +02:00
Marco Bonardo
c630a1ce65
Bug 487789 - 1 sort operation required by mDBAdaptiveQuery, stop warning for now. rs=sdwilsh
2009-04-17 14:42:29 +02:00
Marco Bonardo
8571cad7f8
Bug 487787 - 1 sort operation required by mDBKeywordQuery , stop warning for now. rs=sdwilsh
2009-04-17 14:42:24 +02:00
Marco Bonardo
54b4d678dc
Bug 487781 - 5 sort operations required by FindVisits selectStatement, r=sdwilsh
2009-04-17 14:42:20 +02:00
Dão Gottwald
3155daa517
Backout bug 243136 (changeset 5eb5a07df2e0) to fix Windows unit test orange
2009-04-17 12:03:03 +02:00
Justin Dolske
86a368f13d
Bug 243136 - saved form data should expire after a time period defined by user. r=sdwilsh, r=gavin
2009-04-17 00:03:54 -07:00
Justin Dolske
10f87f2d9e
Bug 488571 - Get rid of explicit form history caching. r=sdwilsh, r=gavin
2009-04-17 00:03:52 -07:00
Justin Dolske
7e13a9766f
Bug 474846 - Data loss by migration from wallet to login manager. r=gavin
2009-04-16 18:27:21 -07:00
Jeff Walden
74b32c3636
Bug 396226 - Provide an API to asynchronously generate HTTP responses in httpd.js, and implement a state-storage system which can store object references to provide greater contextual information in handlers. NB: this push enables httpd.js debug output just in case something goes wrong, to be disabled as soon as it's clear nothing has -- expect the first Windows builds to finish next century sometime. r=sayrer
2009-04-15 13:19:35 -07:00
Dão Gottwald
fa2d980aa0
Bug 488006 - cocoa-size="small" should be a platform-independent class instead. r=enn
2009-04-13 19:40:00 +02:00
Martijn Wargers
f00c607bca
Bug 420089 - Crash [@ nsFormFillController::SetPopupOpen] with changing body style on focus and more. r=smaug
2009-04-13 10:35:18 +02:00
Shawn Wilsher
fdacde3da4
Bug 487660 - Places depends on a buggy behavior of SQLite's SUBSTR
...
Places code wrongly assumed that SUBSTR used a zero-based index instead of a
one-based index.
r=dietrich
2009-04-10 13:51:51 -04:00
Shawn Wilsher
1017334566
Bug 487511 - nsINavHistoryObserver has no "onBeforeDeleteURI" callback
...
r=dietrich
2009-04-10 13:51:40 -04:00
Edward Lee
da1fbb8ad9
Bug 476298 - Switch RecalculateFrecencies to just fix invalid frecencies. r=dietrich
...
Bug 476300 - Calculate all page frecencies when upgrading/migrating
Bug 482351 - 1 sort operation required by mDBInvalidFrecencies
Create a new method FixInvalidFrecencies that finds invalid (negative) frecencies and recalculates them. Use it for handling creating/migrating DBs as well as recalculating invalid places on daily idle (place frecencies are already estimated by decay). This obviates a few preferences, queries and methods related to recalculating on idle. The test uses mork history with a number of pages that now all get their frecencies calculated on migrate, where before this fix, the test fails with a bunch of pages still with negative frecencies.
2009-04-10 10:24:10 -05:00
Marco Bonardo
4fc4f19182
Bug 487594 - 1 sort operation required by mDBGetTags, stop warning for now, r=sdwilsh
2009-04-10 13:39:51 +02:00
Marco Bonardo
9c5d9160bd
Bug 482353 - 1 sort operation required by mDBGetChildren, r=sdwilsh
2009-04-10 13:39:47 +02:00
Dão Gottwald
65b5d09e58
Bug 487059 - clearUserPref shouldn't throw if a pref doesn't have a default or user value. r+sr=bsedberg
2009-04-10 10:24:24 +02:00
Marco Bonardo
14d2fcbd46
Bug 486978 - History in library is no longer sorted by visit date but by name, r=dietrich
2009-04-08 14:27:03 +02:00
Marco Bonardo
6d93f147fb
Bug 486702 - Library left pane not updated properly / dynamically, r=dietrich
2009-04-08 14:26:49 +02:00
Peter Van der Beken
3c31e85c3c
Back out 1d2bb1304fe4
2009-04-07 13:03:43 +02:00
Peter Van der Beken
150e8659e2
Back out 1d2bb1304fe4
2009-04-07 13:03:02 +02:00
Marco Bonardo
30e6079eef
Bug 485703 - Hide date containers not containing additional entries compared to previous ones, r=dietrich ui-r=beltzner
2009-04-07 11:45:04 +02:00
Dave Camp
22abb5a7a0
Bug 484063 - safeb request format wrong for tables with no existing data. r=tony
2009-04-07 10:51:46 +02:00
Robert Sayre
e0ea0bea06
Merge tracemonkey to mozilla-central
2009-04-05 21:24:42 -04:00
Andreas Gal
f5229fddbc
Disable test_urlformatter.js until assert is fixed.
2009-04-04 00:45:55 -07:00
Neil Rashbrook
fd18eecc3c
Bug 463294 Backend typeaheadfind code should not read links only preference r=gavin
2009-04-05 13:58:46 +01:00
Dietrich Ayala
63be26fef7
imported patch backout-bug-422163
2009-03-30 18:24:43 -07:00
Marco Bonardo
f783819af6
Bug 422163 - Split History in day containers in the Library (like sidebar BY DATE), r=dietrich ui-r=beltzner
2009-03-30 23:08:24 +02:00
Marco Bonardo
8ad7c187f3
Bug 485985 - test_history_sidebar should take in could DST correction when adding visits, r=dietrich
2009-03-30 23:07:38 +02:00
Serge Gautherie
31680ef196
Bug 461710 - Write an automated test to ensure that visited link coloring is turned off in private browsing mode; (Cv1a) Add |ok(true, ...);|; r=dietrich
2009-04-04 04:50:26 +02:00
Ehsan Akhgari
1063b73150
Bug 463256 - SSL sites sometimes don't load after re-entering regular browsing mode (from Private Browsing); r=mconnor,sdwilsh
2009-04-03 13:56:26 +03:30
Dão Gottwald
a5d4ae3d6c
Backout bug 463256 (changeset 1886b176f000), trying to fix orange. Tracked in bug 486655.
2009-04-03 16:07:43 +02:00
Ehsan Akhgari
6c0bfc5f88
Bug 463256 - SSL sites sometimes don't load after re-entering regular browsing mode (from Private Browsing); r=mconnor,sdwilsh
2009-04-03 13:56:26 +03:30
Marco Bonardo
d6ad4c4b1a
Bug 422163 - Split History container in the Library (like sidebar BY DATE), r=dietrich ui-r=beltzner
2009-04-03 01:41:20 +02:00
Marco Bonardo
c5b3074722
Bug 480873 - Favicons missing from the places UI after cache has been cleared, r=dietrich
2009-04-02 01:26:16 +02:00
Justin Dolske
0310bbad70
Bug 463486 - Form history shouldn't remember the default values of unmodified fields. r=gavin
2009-03-29 15:29:22 -07:00
Justin Dolske
70fa670f43
Extra tests for bug 475634 - Login manager should send observer notifications on various events
2009-03-29 15:29:21 -07:00
Michael Kohler
9caa6ef7a2
Bug 442099 - When resetting the defaults, we should use clearUserPref; r=sdwilsh
2009-03-28 03:00:19 +01:00
Paul O'Shannessy
5a54b08217
Bug 316084 - Migrated base64 suite passwords not encrypted when master PW added in Firefox; r=(dolske + gavin.sharp)
2009-03-28 03:00:17 +01:00
Shawn Wilsher
fb5bda622b
Backed out changeset 2d1f7c7c7a2b (bug 483980)
2009-03-27 18:33:01 -04:00
Mark Finkle
1f32c00d18
Bug 483980: Allow history/bookmark observer components to register with a startup category, r=sdwilsh
2009-03-25 15:31:36 -05:00
Neil Rashbrook
52dde58324
Test for bug 473157 r=mak
2009-03-27 14:25:26 +00:00
Justin Dolske
6e3ac6acb8
Bug 483693 - import from legacy storage should use a transaction for better performance. r=sdwilsh
2009-03-23 16:40:36 -07:00
Marco Bonardo
3a813e5476
Bug 390614 - Split up the "Older than 6 days" history folder, r=dietrich, pike ui-r=beltzner a=mconnor
2009-03-23 13:42:03 +01:00
Atsushi Sakai
fba2618bd9
Bug 484325 - The button in about:config's warning can't be displayed if the window is narrow. r=dao
2009-03-22 09:58:15 +01:00