Commit Graph

100 Commits

Author SHA1 Message Date
Serge Gautherie
0d2fdb0aa7 Bug 589471 - [SeaMonkey 2.1, mochitest-plain-5] permanent "toolkit/components/satchel/test/test_form_submission.html | Test timed out."; (Av1) Disable timing out part of the test on SeaMonkey.
r=dolske a=(test only).
DONTBUILD
2010-12-04 12:31:23 +01:00
Mounir Lamouri
86fb68eaba Bug 595069 - Tests mutation observer with @list and filtering. r=dolske a=tests 2010-10-24 15:31:00 +02:00
David Zbarsky
760888f99c Bug 556007 (2/3) - Use values from datalist in autocomplete popups. r=dolske ui-r=limi a2.0=sicking 2010-09-10 07:19:20 +02:00
Benjamin Stover
ea26b86c5e Bug 552828 - update Form History to work with Electrolysis [r=dolske] 2010-08-16 21:10:36 -07:00
Taras Glek
4173c96461 Bug 575788: test_expire.js should use relative file size r=dolske 2010-07-01 10:56:54 -07:00
Michael Kohler
e4abd093dc Bug 564091: Fix spelling of nonexistent across the tree. r=timeless 2010-05-23 12:26:15 -07:00
Michael Kohler
61fec64afe Bug 506041 Part 2: Correct misspellings in source code
r=timeless
2010-05-13 14:19:50 +02:00
Matthew N.
dc4bf03bc4 Bug 525394 - Fix race condition in test_autocomplete.js (old but not senior == senior citizen) [r=dolske] 2010-05-06 09:20:33 +02:00
Matthew Noorenberghe
e66286cf8f Bug 487556 - satchel should send a notification when adding/removing/changing an item. r=dolske 2010-04-13 15:18:34 -07:00
Justin Dolske
e7148b7af3 Bug 506402 - Add GUIDs to satchel form entries. r=zpao, r=gavin 2010-04-13 15:18:31 -07:00
Eddy Ferreira
b038891ad4 Bug 252486 - Add option to disable saving form data on https websites. r=dolske 2010-04-06 18:42:00 -07:00
Josh Matthews
e2182e7c44 Bug 188285 - "Form autocomplete should not store credit card numbers" [r=dolske] 2010-01-31 06:25:00 +13:00
Justin Dolske
83a63fe241 Bug 546506 - Add a few satchel tests for password fields. 2010-02-18 13:43:19 -08:00
Phil Ringnalda
9752e86a50 Bug 520165 followup - take the magic number out of the test_autocomplete.js change 2010-01-23 16:57:59 -08:00
Marco Bonardo
e68e6850e4 Bug 520165 - Part9 (Satchel): fix dependancies, r=dolske 2010-01-15 17:40:29 +01:00
Justin Dolske
c8fa8fcede Fix test broken by bug 458812. 2009-12-13 18:42:14 -08:00
Justin Dolske
9575068c3b Bug 458812 - Remove support for importing from old mork-based formhistory.dat. r=vladimir 2009-12-13 17:04:41 -08:00
John Daniels
b11db71e70 Bug 525819 - Make do_timeout take a callback function, not a string to eval. r=jwalden 2009-11-24 11:58:42 -08:00
MattN
31e1e663df Bug 525700 - Satchel should consider history_expire_days_min in expiry calculation. r=dolske 2009-11-12 22:08:05 -08:00
Gijs Kruitbosch
481a49d458 Back out bug 487059, fix tests and EM to cope, r=gavin,beltzner, bug 524995 2009-10-29 14:44:10 +01:00
Jae-Seong Lee
1bc337d531 Bug 521143 - xpcshell-tests: test_autocomplete.js fails when 'strict' & 'werror' is on. r=enn 2009-10-13 15:31:40 +02:00
Ian Neal
6d4f3130ce Bug 518509 - [SeaMonkey] xpcshell-tests: test_expire.js fails since bug 390158 landing
r=dolske test-only
2009-09-29 22:24:18 +01:00
Paul O’Shannessy
fcc247b055 Bug 518611 - Form Manager should use executeStep() instead of step(). r=dolske 2009-09-25 15:34:54 -07:00
Justin Dolske
a3810ff0d5 Bug 511615 - Satchel should ignore untrusted events. r=gavin, sr=mconnor 2009-09-22 23:23:08 -07:00
Nickolay Ponomarev
a146639a5e bug 480262 - Deleting an auto-complete entry via shift+backspace(delete) removes last character from the entered text inside a textbox
Make the nsAutoCompleteController::HandleDelete() cancel the keypress event if it decides to delete an autocomplete entry.
r=gavin
2009-08-30 16:02:06 +04:00
Ted Mielczarek
886f30a24c bug 459114 - helper function to provide a clean profile directory for xpcshell tests. r=sdwilsh 2009-05-14 07:37:40 -04:00
Ted Mielczarek
114d157d21 Backed out changeset 9ddc25fb2246 - bug 459114 - helper function to provide a clean profile directory for xpcshell tests. r=sdwilsh - for test failures 2009-08-05 15:36:20 -04:00
Ted Mielczarek
d1eb2fade9 bug 459114 - helper function to provide a clean profile directory for xpcshell tests. r=sdwilsh 2009-05-14 07:37:40 -04:00
MattN
f6d205a834 Bug 444728 - autocomplete disregards maxlength for input fields. r=dolske, sr=mconnor 2009-08-01 17:30:27 -07:00
MattN
69aedeea4b Bug 446247 - Autocomplete should match any part of the string. r=dolske 2009-08-01 17:30:26 -07:00
Matthew Noorenberghe
1fd655a90f Bug 370117 - form autocomplete should sort by frequency of use. r=dolske 2009-07-25 22:05:03 +02:00
MattN
93efc549d4 Bug 497541 - Autocomplete dropdown should update when text inserted before end. r=gavin 2009-07-11 09:25:57 +02:00
Justin Dolske
dce156665f Bug 469443 - Form Manager Storage should be a JavaScript-based component. r=gavin 2009-06-19 13:19:18 -07:00
Matt Noorenberghe
d13cc3b856 Bug 260908 - Trim leading & trailing whitespace on new form history entries. r=dolske 2009-06-10 16:32:39 -07:00
Matt Noorenberghe
75cf881f91 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
L. David Baron
fa4100d180 Switch HTML mochitests from using MochiKit.js to packed.js. (Bug 490955) r=sayrer 2009-05-06 13:46:04 -07:00
Matt Noorenberghe
028f74de8f Bug 488796 - form history should not save extremely large values. r=dolske, r=gavin 2009-05-06 12:55:26 -07:00
Justin Dolske
78e03e8c2d 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
Dão Gottwald
4748d6b837 Backout bug 243136 (changeset 5eb5a07df2e0) to fix Windows unit test orange 2009-04-17 12:03:03 +02:00
Justin Dolske
69ce199d79 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
24024186fd Bug 463486 - Form history shouldn't remember the default values of unmodified fields. r=gavin 2009-03-29 15:29:22 -07:00
Ted Mielczarek
31c7dc8591 bug 482085 - fix all xpcshell tests to not reference files from the srcdir. r=bsmedberg,waldo 2009-03-21 11:20:00 -04:00
Ehsan Akhgari
d36a49c9a9 Bug 472396 - Private browsing is saving form data in certain cases (e.g. Gmail subject in compose); r=jst,dolske 2009-01-24 11:23:35 +03:30
Justin Dolske
4e151315dd Bug 472064 - Satchel needs better upgrade/downgrade logic. r=sdwilsh, r=gavin 2009-01-22 20:04:13 -08:00
Justin Dolske
5d5c87ceef Bug 464947 - Clear Recent History dialog should clear form data by timespan. r=mconnor 2008-11-17 16:46:31 -08:00
Justin Dolske
1354c2d11e Bug 464858 - intermittent / recurring fail of test_db_update_v1.js. bustagefix. 2008-11-13 21:50:13 -08:00
Justin Dolske
1bd80a8023 Bug 463154 - Form history should record creation/usage timestamps. r=mconnor, r=sdwilsh 2008-11-13 10:30:45 -08:00
Ehsan Akhgari
87a1699e2a Bug 248970 - Private Browsing mode (global toggle for saving/caching everything) [unit test API changes]; r,sr=mconnor 2008-11-04 02:52:22 +03:30
Ehsan Akhgari
198a894a50 Bug 248970 - Private Browsing mode (global toggle for saving/caching everything) [satchel part]; r=mconnor 2008-10-20 00:47:36 +03:30
cb29261647 Bug 329741 - history.dat, formhistory.dat, downloads.rdf should be deleted when the user clears private data, r=gavin 2008-03-18 05:54:23 -07:00