Justin Dolske
|
142a11fcd4
|
Whitespace change in CLOSED TREE to kick builds.
|
2010-05-05 17:02:44 -07:00 |
|
Justin Dolske
|
bdae529755
|
Bug 562824 - Add Services.jsm goodness to form manager. r=gavin
|
2010-04-29 18:47:06 -07:00 |
|
Mitchell Field
|
033ca6df32
|
Bug 560095 - Use mozilla::services::GetObserverService(). r=biesi,dveditz,gavin,josh,jst,mrbkap,roc,sdwilsh,shaver,sicking,smontagu,surkov
|
2010-04-29 18:59:13 +02:00 |
|
Edward Lee
|
a8ee34aa4a
|
Bug 559695 - warning C4700: uninitialized local variable 'rv' used in nsStorageFormHistory.cpp [r=gavin]
Hard code return of NS_ERROR_OUT_OF_MEMORY on failure to createInstance. Push down declarations of rv to its first assignment.
|
2010-04-21 11:28:00 -07: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 |
|
Metal Sonic
|
259a398dae
|
Bug 507387 - fix copyright holder; Mozilla Corporation -> Mozilla Foundation. r=gerv.
|
2009-12-21 21:50:30 +00: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 |
|
Masayuki Nakano
|
04b10d9b40
|
Bug 528435 Drop NS_COMPOSITION_QUERY event r=roc, sr=neil
|
2009-11-16 22:13:02 +09: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 |
|
Justin Dolske
|
67670ef14e
|
Bug 519478 - UMR in nsAutoCompleteController::ClosePopup. r=gavin.sharp
|
2009-10-04 23:46:25 -07: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 |
|
Benjamin Smedberg
|
4ec69e1eff
|
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
|
2009-08-25 08:59:31 -07: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
|
f12c59bff0
|
Followup typo fix for bug 469443.
|
2009-06-19 15:57:29 -07: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 |
|
Phil Ringnalda
|
9390f13c32
|
Bug 495387 - A few naughty things build their tests without ENABLE_TESTS, r=ted
|
2009-06-13 11:53:37 -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
|
11ecafefed
|
Bug 488571 - Get rid of explicit form history caching. r=sdwilsh, r=gavin
|
2009-04-17 00:03:52 -07:00 |
|
Martijn Wargers
|
48a88f2beb
|
Bug 420089 - Crash [@ nsFormFillController::SetPopupOpen] with changing body style on focus and more. r=smaug
|
2009-04-13 10:35:18 +02: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 |
|
Arpad Borsos
|
2511e1f863
|
Bug 474369 - get rid of nsVoidArray; toolkit part; r+sr=benjamin
|
2009-02-25 16:25:10 +01:00 |
|
Gavin Sharp
|
5834d70181
|
Bug 468543: sort autocomplete items case insensitively, r=sdwilsh
|
2009-02-24 10:34:36 -08:00 |
|
Ehsan Akhgari
|
55a7be99cc
|
Bug 475141 - Create a C++ wrapper for the private browsing service for Firefox 3.1; r+sr=mconnor
|
2009-02-22 18:21:52 +03:30 |
|
Boris Zbarsky
|
6b6e05706c
|
Backed out changeset dcb3aa2fd0ab to see whether this fixes unit test bustage
|
2009-02-19 09:14:36 -05:00 |
|