2974 Commits

Author SHA1 Message Date
Justin Dolske
2ad3c20c3d Partially backout bug 288040 while looking into annoying Windows test failures. 2008-08-15 21:14:58 -07:00
Justin Dolske
480c510505 Test bustage fix. 2008-08-15 17:52:42 -07:00
Paul O'Shannessy
61f98fcc5f Bug 288040 – convert signons3.txt to mozstorage. r=dolske, r=sdwilsh
--HG--
rename : storage/test/unit/corruptDB.sqlite => toolkit/components/passwordmgr/test/unit/data/corruptDB.sqlite
2008-08-15 15:41:22 -07:00
Neil Deakin
a5b3401c6d Bug 111034, add clientXXX, scrollXXX properties, attempt 2, r+sr=roc, attempt 2 with microformat fix 2008-08-15 18:26:37 -04:00
Dave Camp
0ef715372d Bug 434805: work harder to recover from url-classifier db corruption. r=tony 2008-08-14 22:46:41 -07:00
Dão Gottwald
f30bafec6d Bug 449661 – Use the new search textbox binding in the password manager. r=mconnor 2008-08-15 04:27:54 +02:00
Dão Gottwald
0c121f919f Backed out changeset be5521120b06 2008-08-13 09:52:48 +02:00
Marco Bonardo
d9373d105c Bug 411966 – Wrong favicon appears in the bookmarks list. r=dietrich 2008-08-13 08:44:38 +02:00
Justin Dolske
e99239d9da Bug 449701 – legacy storage module shouldn't share login objects across XPCOM. r=gavin 2008-08-11 17:08:49 -07:00
Justin Dolske
3568ace940 Bug 422974 – Prism uses old "Remember password?" mechanism. r=gavin 2008-08-11 16:31:57 -07:00
Justin Dolske
644b86b987 Bug 449698 – login manager shouldn't allow nulls in username or password. r=gavin 2008-08-11 15:25:21 -07:00
Neil Rashbrook
93a5504ec3 Bug 447593 Crash [@ NS_NewAtom] r=bsmedberg 2008-08-11 21:26:40 +01:00
Mark Banner
27d234de8c Bug 450087 Move filepicker source code files from xpfe to toolkit. r=ted
--HG--
rename : xpfe/components/filepicker/public/Makefile.in => toolkit/components/filepicker/public/Makefile.in
rename : xpfe/components/filepicker/public/nsIFileView.idl => toolkit/components/filepicker/public/nsIFileView.idl
rename : xpfe/components/filepicker/src/Makefile.in => toolkit/components/filepicker/src/Makefile.in
rename : xpfe/components/filepicker/src/filepicker.pkg => toolkit/components/filepicker/src/filepicker.pkg
rename : xpfe/components/filepicker/src/nsFilePicker.js.in => toolkit/components/filepicker/src/nsFilePicker.js.in
rename : xpfe/components/filepicker/src/nsFileView.cpp => toolkit/components/filepicker/src/nsFileView.cpp
rename : xpfe/components/filepicker/src/nsWildCard.cpp => toolkit/components/filepicker/src/nsWildCard.cpp
rename : xpfe/components/filepicker/src/nsWildCard.h => toolkit/components/filepicker/src/nsWildCard.h
2008-08-11 14:07:51 +01:00
Masayuki Nakano
dbe443ee82 Bug 449012 – Remove legacy Reconversion/QueryCaretRect Events r=ere+roc, sr=roc 2008-08-09 11:46:30 +09:00
Paul O'Shannessy
4c0050fc15 Bug 449810 – legacy storage module should throw on canceled master password entry in getAllLogins. r=dolske 2008-08-08 16:04:27 -07:00
Nickolay_Ponomarev
95237f662a Bug 322534: Sliding alert (nsIAlertsService) should dismiss itself when clicked. r=gavin, ui-r=beltzner 2008-08-07 15:16:11 +01:00
L. David Baron
d085d73186 Merge backout of changeset fb56f835e52d due to test failure and leaks. 2008-08-06 11:54:04 -07:00
L. David Baron
ec79daa1f1 Backed out changeset fb56f835e52d due to test failure and leaks. 2008-08-06 11:53:44 -07:00
Bo Yang
cf38ccf420 Bug 427479 - include file case changes for mingw cross-compile (include all windows headers as lowercase names), r=bsmedberg 2008-08-06 14:25:27 -04:00
Dietrich Ayala
8ba146f69f bustage fix for bug 329534 2008-08-06 10:20:30 -07:00
Dietrich Ayala
d563eb2d10 [mq]: bug-329534-livemarks-load 2008-08-06 09:51:14 -07:00
Edward Lee
a5fcbc5aa7 Bug 422698 - different levels of URL decoding for address bar and autocomplete suggestions 2008-08-05 18:16:35 -07:00
Edward Lee
95ae0af44d Bug 424717 - Location bar autocomplete should be willing to complete to a URL with a different protocol 2008-08-05 18:16:12 -07:00
Edward Lee
e7a7358974 Bug 424509 - Location bar autocomplete favors "http://" over domain name starting with "h". r=dietrich 2008-08-05 17:56:04 -07:00
Justin Dolske
1f7b574d43 Bustage fix 2008-08-04 19:27:11 -07:00
Paul OShannessy
16add8f7b8 Bug 449095 – LoginManagerStorage_legacy shouldn't write file if no data present. r=me 2008-08-04 16:28:44 -07:00
Shawn Wilsher
3f3b07898a Bug 443433 - [refactor] move places table creation statements to one file
This refactors how tables are created in places.  There is no change in logic.
r=dietrich
2008-08-04 13:14:17 -04:00
Shawn Wilsher
6fc4c9b907 Address spelling mistake from review comment for bug 443068. 2008-08-04 13:07:17 -04:00
Shawn Wilsher
6701a8e6a0 Bug 443068 - Move triggers into migration code
This moves all the triggers created by places into the appropriate migration
functions.  This saves us two queries to sqlite_master every time the places
service starts up.
r=dietrich
2008-08-04 12:59:56 -04:00
Edward Lee
9c0f617c6c Bug 407888 - Correcting an entry in location bar doesn't update results / awesomebar search not triggered when editing the middle of text. r=gavin 2008-07-25 01:57:54 -07:00
Ted Mielczarek
a7a7988949 bug 446346 - test_Microformats_count.html can fail sporadically with Error thrown during test: test_MicroformatsAPI is not defined - got 0, expected 1. fix the test to move the script block before an iframe whose onload calls a function from it. r=mkaply 2008-07-22 16:28:47 -04:00
Ted Mielczarek
56b60354cb bug 445339 - test_bug_406857.js crashing intermittently on Linux unittest VMs. disable alert service notifications. r=gavin 2008-07-22 16:13:35 -04:00
Edward Lee
eda9f0d79c Bug 424557 - Allow AwesomeBar to default search only urls (or history/titles/bookmarks/tags). r=dietrich 2008-07-21 14:27:50 -07:00
Marco Bonardo
24b6d38299 bug 427142 - sporadic test_393498.js failure on bm-win2k3-pgo01 because of VM timer issues. r=dietrich 2008-07-21 11:41:09 -04:00
Edward Lee
71548b9fde Bug 395161 - Make it possible to restrict the url bar autocomplete results to bookmarks/tagged/history entries and match only url/title. r=dietrich 2008-07-19 01:51:34 -07:00
Justin Dolske
fa5a4ce61a Bug 327977 – Password manager overwrites page data for password-only forms. r=gavin 2008-07-18 14:18:05 -07:00
Neil Deakin
34bd263a99 Bug 431842: refactor autocomplete binding to support Fennec autocomplete, r=gavin 2008-07-17 15:53:04 +02:00
Edward Lee
d1d8aa6bda Bug 249468 - Add all bookmark keywords to location bar autocomplete drop-down list 2008-07-17 04:50:37 -07:00
Edward Lee
1bef7eb888 Bug 392143 - show keywords as url bar autocomplete choices. r=dietrich, r=gavin 2008-07-17 04:48:40 -07:00
Edward Lee
5cb6496071 Bug 406422 - Globally decay adaptive input history to allow for new entries. r=dietrich 2008-07-16 13:45:42 -07:00
L. David Baron
16757059db Backed out changeset ca442067af90 due to unit test hang in test_417798.js. 2008-07-16 12:56:30 -07:00
Neil Deakin
2a27567534 Bug 431842: refactor autocomplete binding to support Fennec autocomplete, r=gavin 2008-07-16 18:16:52 +02:00
John Daniels
b006229ae6 Bug 419532 – deCOMtaminate nsICaret. r+sr=roc 2008-07-16 12:52:01 +02:00
Justin Dolske
817ec816ac Bug 435531 – problem saving login when form or existing login is password-only. r=gavin 2008-07-13 00:04:30 -07:00
Justin Dolske
4f50f3d265 Bug 444959 – Need tests for login manager notification bars. r=gavin 2008-07-12 21:42:30 -07:00
Manish Singh
1165152695 Bug 443095 - "nsUrlClassifierDBService::EnsureThreadStarted() doesn't exist anymore" (Get rid of stale declaration) [r=dcamp] 2008-07-12 05:29:34 -05:00
Serge Gautherie
31d8086891 Bug 311672 – Remove the obsolete 2nd parameter from |nsIStringBundleService::createBundle(...)| "JS" callers. r=zeniko/mano 2008-07-12 11:56:02 +02:00
Simon Bünzli
c320663792 Bug 440154 – about:config filter not applied after Firefox restarts. r=gavin 2008-07-12 11:03:30 +02:00
Olli Pettay
9ae74171ca Relanding Bug 444432 - Mozilla2 Tinderbox 'qm-win2k3-moz2-01': test_places/unit/test_419731.js: FAIL 2008-07-11 16:00:41 +03:00
Shawn Wilsher
ad702f184f Bug 437415 - Entering offline mode should pause active downloads
This has the download manager listen to the online and offline observer topics
sent out by necko.  Downloads will now pause when going offline, and resume when
going back online, just like we do with sleep and wakeup notifications.
r=gavin

--HG--
rename : toolkit/components/downloads/test/unit/test_sleep_wake.js => toolkit/components/downloads/test/unit/test_offline_support.js
2008-07-08 17:25:48 -04:00