Shu-yu Guo
37989840cd
Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
2015-09-15 11:19:45 -07:00
Riadh Chtara
591805ea25
Bug 682069 - Password Import from IE not available. r=dolske r=mattn
2015-09-01 17:27:04 -07:00
aleth
07aa91c06d
Bug 1199910 - Only run test_context_menu.js if the build app is 'browser'. r=MattN
2015-09-01 12:42:07 +02:00
Bernardo P. Rittmeyer
7e441623f1
Bug 1192081 - Changed createFromPasswordField to also create FormLikes from username fields. r=MattN
2015-08-11 16:03:50 -07:00
Matthew Noorenberghe
fb83984877
Bug 433238 - Skip test_context_menu.js on Android. r=bustage a=merge
...
CLOSED TREE
2015-08-07 14:22:55 -07:00
Bernardo P. Rittmeyer
ea355a9b96
Bug 433238 - Tests for the password manager contextual menu password fill. r=MattN
2015-08-06 18:45:44 -07:00
Bernardo P. Rittmeyer
55f6118349
Bug 1188456 - Helper to deduplicate password manager logins. r=MattN
2015-07-30 00:46:06 -07:00
Riadh Chtara
40f46a5be7
Bug 1134850 - Move password manager recipes to its own file. r=MattN
2015-07-13 10:34:59 -07:00
Bernardo P. Rittmeyer
2ac850acd1
Bug 1147561 - Fallback to logins with the same hostPort but different scheme for the form action. r=MattN
2015-06-04 14:54:44 -07:00
Matthew Noorenberghe
f2965411d7
Bug 1170772 - Enable most password manager xpcshell tests on Android. r=gbrown
2015-06-04 13:49:52 -07:00
Matthew Noorenberghe
7fb59d46e6
Bug 1166970 - Support non-<form> elements in _getFormFields. r=dolske
2015-06-01 22:21:20 -07:00
Matthew Noorenberghe
1a42d535ae
Bug 1166990 - Create a wrapper object for form-like elements in password manager. r=dolske
2015-06-01 16:50:57 -07:00
Ryan VanderMeulen
dd4904d1a0
Backed out changeset 2614fbb8d385 (bug 1147561) for Android mochitest failures.
2015-05-29 12:22:47 -04:00
Bernardo P. Rittmeyer
c563fd3860
Bug 1147561 - Fallback to logins with the same hostPort but different scheme for the form action. r=MattN
2015-05-28 15:11:48 -07:00
Nazim Can Altinova
01d80ed8a5
Bug 1144399 - Replace LoginTest usage with LoginTestUtils. r=paolo
2015-04-19 11:01:00 +01:00
Alessio Placitelli
bc31318d43
Bug 1134279 - Change Telemetry data producers to use the correct recording flags. r=vladan
2015-03-23 04:39:00 +01:00
Paolo Amadini
47a7b5d84c
Bug 1144245 - Add a LoginTestUtils.jsm module. r=MattN
2015-03-18 18:36:23 -07:00
Matthew Noorenberghe
e1f5886de3
Bug 1120129 - Allow per-site recipes to adjust the username/password field detection for autofill. r=dolske
2015-03-17 17:18:14 -07:00
Matthew Noorenberghe
144a73c6c0
Bug 1134846 - Add a module to support per-site password manager recipes. r=dolske
2015-03-16 12:42:02 -07:00
Paolo Amadini
3e038e8933
Bug 1124891 - Telemetry: Record the number of saved credentials for HTTP Auth sites in a profile. r=MattN
2015-03-06 15:17:59 +00:00
shreyas
1eb670c74d
Bug 394686 - passwordmgr: Throw Components.Exceptions and Error instead of strings. r=MattN
2015-02-23 18:45:00 -08:00
Paolo Amadini
2520663d36
Bug 1124516 - Telemetry: Record the time in days each saved login was last used. r=MattN
2015-02-01 19:38:09 +00:00
Andrew Halberstadt
11b824f09b
Bug 1066735 - Remove root b2g and android specific xpcshell manifests, r=chmanchester
2014-10-07 18:18:28 -04:00
Shu-yu Guo
40c62f33a5
Bug 1001090 - Part 5: Fix errors in tests throughout the tree. (r=robcee,gavin)
2014-09-15 16:30:47 -07:00
Jim Blandy
39dc0c6097
Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
...
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):
- Never set the buffer's mode.
Years ago, Emacs did not have a good JavaScript mode, so it made sense
to use Java or C++ mode in .js files. However, Emacs has had js-mode for
years now; it's perfectly serviceable, and is available and enabled by
default in all major Emacs packagings.
Selecting a mode in the -*- file variable line -*- is almost always the
wrong thing to do anyway. It overrides Emacs's default choice, which is
(now) reasonable; and even worse, it overrides settings the user might
have made in their '.emacs' file for that file extension. It's only
useful when there's something specific about that particular file that
makes a particular mode appropriate.
- Correctly propagate settings that establish the correct indentation
level for this file: c-basic-offset and js2-basic-offset should be
js-indent-level. Whatever value they're given should be preserved;
different parts of our tree use different indentation styles.
- We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
Remove tab-width: settings, at least in files that don't contain tab
characters.
- Remove js2-mode settings that belong in the user's .emacs file, like
js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Paolo Amadini
edfeef2857
Bug 1019885 - Fix broken import of disabled hosts from previous profiles. r=dolske
2014-06-05 16:44:42 +01:00
Paolo Amadini
999537c1cc
Bug 853549 - Use a JSON storage back-end in the Login Manager, except on Android. r=dolske
2014-01-07 17:29:41 +01:00
Carsten "Tomcat" Book
be98627aee
Backed out changeset ca4caf0d721c (bug 853549) for valgrind testfailures
2014-05-28 15:53:13 +02:00
Paolo Amadini
3bf90d715a
Bug 853549 - Use a JSON storage back-end in the Login Manager, except on Android. r=dolske
2014-01-07 17:29:41 +01:00
Paolo Amadini
5282b0e351
Bug 956550 - The modifyLogin method should validate input like addLogin. r=dolske
2014-01-05 13:45:38 +01:00
Paolo Amadini
b56239888a
Bug 956332 - Reorganize Login Manager tests and update interfaces. r=dolske
2014-01-03 18:03:45 +01:00
Justin Dolske
e7d4fbba43
Bug 717490 - Remove support for importing logins from legacy signons.txt format, as well as base64 conversion. r=mattn
2013-10-09 17:48:40 -07:00
Gregory Szorc
189afd1a65
Bug 901990 - Part 2: Upgrade xpcshell manifests; r=ted
2013-09-24 11:50:08 -07:00
Bobby Holley
9c6ca3e198
Bug 819507 - Stop relying on deprecated behavior in passwordmgr mozStorage tests. r=dolske
2013-02-08 10:39:01 +00:00
Wes Johnston
6fc8d732db
Bug 718817 - Tests for deleted passwords database migration. r=dolske
2012-02-09 09:56:03 -08:00
Joel Maher
39ca77fbd2
Bug 616999. Xpcshell manifest support; manifest files. r=ted, a=test-only
2011-05-20 11:54:01 -04:00
Shawn Wilsher
c8c156a456
Bug 630730 - Let consumers who probably know what they are doing access the database connection
...
r=dolske
a=Mossop
2011-02-03 14:09:33 -08:00
Michael Kohler
e4abd093dc
Bug 564091: Fix spelling of nonexistent across the tree. r=timeless
2010-05-23 12:26:15 -07:00
Mark Banner
13ee8f43a4
Bug 530079 Catch and handle nicely 'malformed URI sequence when migrating passwords from the legacy storage to the new. r=dolske
2010-05-14 09:07:36 +01:00
Michael Kohler
61fec64afe
Bug 506041 Part 2: Correct misspellings in source code
...
r=timeless
2010-05-13 14:19:50 +02:00
Justin Dolske
119a9ca020
Bug 465636 - Login Manager should record creation/usage timestamps. r=zpao, sr=vlad
2009-12-28 20:39:00 -08:00
Dão Gottwald
f0e9c778e4
Bug 5265285 - getAllLogins, getAllDisabledHosts and getAllEncryptedLogins count out params should be optional. r=dolske
2009-11-08 10:22:11 +01:00
Jae-Seong Lee
25e5e60a07
Bug 521148 - xpcshell-test: test_storage_mozStorage_4.js fails with 'strict' & 'werror' on, part 1. r=dolske
2009-10-09 12:50:47 +02:00
Paul O’Shannessy
8fe1f395a3
Bug 518418 - storage-mozStorage should use executeStep() instead of step(). r=dolske+sdwilsh
2009-09-25 15:34:54 -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
Paul O’Shannessy
c014728089
Bug 500822 - Importing passwords to mozstorage can fail when signons3.txt is corrupted, r=dolske
2009-07-13 13:35:55 -07:00
Paul O'Shannessy
f50e5b7395
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
2605d932d2
Extra tests for bug 475634 - Login manager should send observer notifications on various events
2009-03-29 15:29:21 -07:00