Paolo Amadini
6b76eccff5
Bug 1142110 - Add a simple browser-chrome test for the popup notifications. r=MattN
2015-03-18 18:24:59 -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
Carsten "Tomcat" Book
921e152694
merge mozilla-inbound to mozilla-central a=merge
2015-03-17 11:36:52 +01:00
Matthew Noorenberghe
962a94f92a
Bug 1134846 - Follow-up to handle URLs like chrome: that the URL constructor doesn't like. r=bustage
2015-03-16 14:19:47 -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
Matthew Noorenberghe
bf7a737fde
Bug 1134846 - Add helpers to create loggers that follow the signon.debug pref. r=dolske
2015-03-16 12:42:08 -07:00
Christoph Kerschbaumer
6c146c9fa1
Bug 1138649 - Update remaining callsites to use newChannel2 in toolkit/components (r=gijs,billm)
2015-03-12 11:27:17 -07:00
Sebastian Hengst
e35e29ccdb
Bug 1143470 - Add BUG_COMPONENT to moz.build files in toolkit and xulrunner. r=gavin
2015-03-15 19:36:24 +01:00
Jonathan Griffin
c4f9588ed3
Bug 1116187 - Disable failing mochitest-chrome tests for B2G, r=gbrown
2015-02-06 16:30:37 -08:00
Matthew Noorenberghe
ede045413f
Bug 1140242 - Convert nsILoginInfo to vanilla JS objects before trying to send them in messages. r=dolske
2015-03-10 23:08:34 -07:00
Allison Naaktgeboren
ddd11e0636
Bug 1124895 part 1/2- Add password manager usage data to FHR.r=gps
2015-03-10 16:24:48 -07:00
Wes Kocher
8369cdd282
Backed out changeset dcf73ba1d6bc (bug 1124895) for apparently breaking all android tests on a CLOSED TREE
2015-03-09 19:14:54 -07:00
Allison Naaktgeboren
b5e99fa76b
Bug 1124895 -1/2 Add password manager data to FHR.r=gps
2015-03-09 18:06:10 -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
Chenxia Liu
e4a96eca81
Bug 1124465 - Add telemetry probe for usage of the password capture dialog. r=MattN
2015-03-02 16:37:24 -08:00
Justin Dolske
f0fd4c13a6
Bug 1135451 - fillForm() cleanup part H: rename isFormDisabled to be obvious as to purpose. r=MattN
2015-02-27 15:47:37 -08:00
Justin Dolske
3fc419a64b
Bug 1135451 - fillForm() cleanup part G: move passwordmgr-processed-form notification into a finally-block. r=MattN
2015-02-27 15:47:37 -08:00
Justin Dolske
2337d25956
Bug 1135451 - fillForm() cleanup part F: use early return instead of else blocks. r=MattN
2015-02-27 15:47:37 -08:00
Justin Dolske
756ea4038f
Bug 1135451 - fillForm() cleanup part E: remove didFillForm. r=MattN
2015-02-27 15:47:37 -08:00
Justin Dolske
517ff22cab
Bug 1135451 - fillForm() cleanup part D: Use early returns to un-nest logic and make it more obvious that selectedLogin is always set. r=MattN
2015-02-27 15:47:37 -08:00
Justin Dolske
1193f59a92
Bug 1135451 - fillForm() cleanup part C: remove didntFillReason. r=MattN
2015-02-27 15:47:37 -08:00
Justin Dolske
e07475841b
Bug 1135451 - fillForm() cleanup part B: remove _notifyFoundLogins() and passwordmgr-found-logins notifications. Add a new passwordmgr-processed-form for tests. r=MattN
2015-02-27 15:47:37 -08:00
Justin Dolske
f6edc6bec9
Bug 1135451 - fillForm() cleanup part A: remove unused return type, kill E10S unfriendly fillForm from nsILoginManager, kill passwordmgr-found-form notification, largely a backout of bug 439365. r=MattN
2015-02-27 15:47:37 -08:00
Justin Dolske
f54fafa931
Bug 1135322 - receiveMessage() should convert logins to nsILoginInfo objects. r=MattN
2015-02-27 15:47:32 -08:00
Phil Ringnalda
30d428ca45
Bug 394686 followup, add missing quote
...
CLOSED TREE
2015-02-23 21:42:14 -08:00
shreyas
1eb670c74d
Bug 394686 - passwordmgr: Throw Components.Exceptions and Error instead of strings. r=MattN
2015-02-23 18:45:00 -08:00
Matthew Noorenberghe
dbc605128c
Bug 1124888 - Record the effect of the saved formSubmitURL on autofilling login forms. r=dolske
2015-02-20 16:21:05 -08:00
Anish
fa269e6f15
Bug 1056851 - Change existing callers of SpecialPowers.setBoolPref/setIntPref/setCharPref to SpecialPowers.pushPrefEnv. r=jmaher,mwargers
2015-02-19 11:53:01 -05:00
Matthew Noorenberghe
ca4a260550
Bug 1120888 - Record the result of password manager form autofill. r=dolske
2015-02-18 14:54:07 -08:00
Allison Naaktgeboren
db151fe57a
Bug 1025703 - Ignore autocomplete=off for filling login forms.r=dolske
2015-02-17 13:52:44 -08:00
Christoph Kerschbaumer
aaeeb53bc0
Bug 1087744: Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/ - tests (r=gijs)
2015-02-11 08:51:35 -08:00
Phil Ringnalda
2912bc8d27
Back out 35e75bce4db4 (bug 1087744) for xpcshell bustage
...
CLOSED TREE
2015-02-10 23:05:42 -08:00
Christoph Kerschbaumer
28d1108bd8
Bug 1087744: Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/ - tests (r=gijs)
2015-02-10 20:49:49 -08:00
Gijs Kruitbosch
1808ff9563
Bug 1115333 - don't return window.opener if we're chrome and the opener is not, r=smaug,MattN
2015-01-05 22:41:26 +00:00
Chenxia Liu
26486d7255
Bug 1124392 - Telemetry: Record the number of passwords per hostname. r=MattN
2015-02-02 12:51:48 -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
Paolo Amadini
23b9a8d9ce
Bug 1128203 - Reduce indentation from 4 to 2 spaces. rs=dolske DONTBUILD CLOSED TREE
2015-01-31 21:25:49 +00:00
Chenxia Liu
713ef4c68c
Bug 1118871 - Add telemetry to count the number of sites in the password manager blocklist. r=MattN
2015-01-23 18:46:35 -08:00
Margaret Leibovic
7211cb8688
Bug 1120874 - Create telemetry histogram for whether or not usernames are stored with saved logins. r=MattN
2015-01-22 14:19:04 -08:00
Allison Naaktgeboren
06a107e678
Bug 1118863 - Add telemetry to know whether password saving is disabled globally.r=MattN
2015-01-22 15:23:28 -08:00
Arthur Edelstein
a68e31a789
Bug 436344 - Allow filtering of proxies by channel. r=mcmanus
2015-01-21 21:13:00 +01:00
Matthew Noorenberghe
33d4d4f891
Bug 1118839 - Add telemetry to measure the number of saved passwords for a user. r=dolske
2015-01-16 13:08:29 -08:00
Ehsan Akhgari
3cd35353b1
Bug 649012 - Fail mochitest-plains which use flaky timeouts (setTimeout(x) for x > 0); r=ted
...
We are white-listing the existing set of tests that use setTimeout
like this. Hopefully these tests will be investigated and fixed
in the future, so that we can narrow down the white-list.
This check is only turned on for mochitest-plain for now.
2014-12-11 13:34:40 -05:00
Ehsan Akhgari
437d95a148
Bug 1154275 - Remove ise() in favor of is(); r=Ms2ger
2015-05-13 14:31:58 -04:00
Dave Townsend
7c8575fe5f
Bug 1091287: Switch to the right browser before displaying a login prompt. r=mrbkap
2014-11-04 11:51:06 -08:00
YFdyh000
891e5e6ea7
Bug 771215 - Add an accesskey to the "Copy Username" menu item in the Saved Passwords dialog. r=MattN
2014-10-16 00:12:01 -07:00
Olli Pettay
25e975ee12
Bug 855443 - Assertion failure in nsSHEntry.cpp, don't just append a new SHEntry to parent if we already have an SHEntry for the loading page, r=bz
2014-10-15 13:10:04 +03:00
Wes Kocher
cf10c75974
Merge m-c to inbound a=merge
2014-10-14 17:35:16 -07:00
Michael Best
9de8588af8
Bug 1077308 - If a field is auto-filled while not in focus, fire a change event immediately. r=smaug r=MattN
2014-10-07 10:54:51 +02:00
Gijs Kruitbosch
fb50ec8490
Bug 1077304 - fix password manager to not fire input events if not changing input field values, r=gavin
2014-10-06 14:32:18 +01:00