Commit Graph

27 Commits

Author SHA1 Message Date
Florian Quèze
a19e007056 Bug 1338585 - Add an eslint rule to require using .ownerGlobal instead of .ownerDocument.defaultView, r=jaws. 2017-02-13 13:01:32 +01:00
Johann Hofmann
19a80946a6 Bug 1334201 - Ignore window.opener for insecure form warnings. r=MattN
MozReview-Commit-ID: BLuwIAWEYHi
2017-01-31 10:34:06 +01:00
Kate McKinley
0277b62d89 Bug 1329940 - Ignore window.opener for password manager warnings r=baku,jwatt,MattN
MozReview-Commit-ID: KiIR6WEddgO
2017-01-12 16:57:44 -08:00
Florian Quèze
13cfe1d3f3 Bug 1329182 - remove trailing newURI null parameters in toolkit/, r=jaws. 2017-01-09 20:27:25 +01:00
Brian Grinstead
d3c7b73f76 Bug 1259603 - Use ConsoleEvents for cached messages and observing messages when webconsole actor is running;r=ejpbruel
MozReview-Commit-ID: E3oG451qPe9
2016-11-30 10:32:48 -08:00
Johann Hofmann
216959733b Bug 1302474 - Add a pref to disable login autofill on insecure forms. r=MattN
MozReview-Commit-ID: Fpz5108WvpR
2016-09-13 12:04:46 +02:00
Matthew Noorenberghe
3dbe67f6c2 Bug 1310049 - Refactor FormLikeFactory to its own module for use by Form Autofill. r=steveck
This introduces LoginFormFactory which wraps FormLikeFactory for use with login-specific contexts.

MozReview-Commit-ID: 6rPz5JOy3Yp
2016-10-18 13:31:09 -07:00
Matthew Noorenberghe
eb2a4fc18f Bug 1269568 - Remove LoginManagerContent's isDocumentSecure function in favor of Window.isSecureContext. r=johannh
MozReview-Commit-ID: 12o3WIr6zqS
2016-10-06 21:51:01 -04:00
Matthew Noorenberghe
dfc22c9e92 Bug 1299984 - Enable eslint no-unused-vars for shipping pwmgr code. r=johannh
I also fixed two test cases while I was looking at the results.

MozReview-Commit-ID: LpUj56UNV3r
2016-09-02 14:07:13 -07:00
Jared Wein
99638e1465 Bug 1294621 - Enable the no-lonely-if rule for eslint. r=gijs
MozReview-Commit-ID: 8izEqc8IyCu
2016-08-12 11:50:35 -04:00
Brian Grinstead
4e42260d3e Bug 1288475 - Split webconsole utils.js into separate client and server parts;r=MattN,tromey
MozReview-Commit-ID: HlpiRvuMF1H
2016-08-05 10:44:38 -07:00
Matthew Noorenberghe
401dfedd01 Bug 1261234 - Handle <form> without @action properly. r=me
MozReview-Commit-ID: 4IwpOedgmP3
2016-05-11 14:06:59 -07:00
Sean Lee
5e1a41c907 Bug 1261234 - Use isOriginPotentiallyTrustworthy to verify the login form action.; r=MattN
MozReview-Commit-ID: CqkG54Qj9mm
2016-05-11 13:44:44 -07:00
Sean Lee
cc9c514dd1 Bug 1191092 - Warn about insecure <input type=password> outside of a <form>. r=MattN
MozReview-Commit-ID: Q5abQmgdhA
2016-04-14 15:54:31 -07:00
Matthew Noorenberghe
679993fe03 Bug 1257757 - Add filenames to insecure password warnings. r=bgrins
MozReview-Commit-ID: IT6yhL5hJvA
2016-03-21 15:31:00 -04:00
Matthew Noorenberghe
b6655f8722 No bug - Modernize style and improve comments of InsecurePasswordUtils.jsm
MozReview-Commit-ID: 6c2J4ncppPL
2016-03-17 22:24:33 -07:00
AJ Kerrigan
8917ed42db Bug 1246188 - Make webconsole.js ESLint-clean. r=lclark 2016-02-13 00:56:12 -05:00
Paolo Amadini
cfbe4569d1 Bug 1217766 - All PDFs trigger the insecure password warning. r=MattN,bz 2016-01-18 14:54:18 +00:00
J. Ryan Stinnett
687866dde2 Bug 1203159 - Rewrite DevTools resource URLs. r=ochameau 2015-10-21 12:48:53 -05:00
Paolo Amadini
6d24886cab Bug 1193341 - Detect presence of password fields in any subframe, flagging those on insecure connections. r=MattN 2015-10-13 13:40:34 +01:00
Vladan Djeric
2d7eaaba05 Backed out changeset 5d1ec6ca9374 (bug 1193341) for Talos regressions (bug 1213364) 2015-10-11 00:26:26 -04:00
Paolo Amadini
b16bed6eee Bug 1193341 - Detect presence of password fields in any subframe, flagging those on insecure connections. r=MattN 2015-10-07 19:51:33 +01:00
J. Ryan Stinnett
2dada8f365 Bug 912121 - Rewrite require / import to match source tree. rs=devtools
In a following patch, all DevTools moz.build files will use DevToolsModules to
install JS modules at a path that corresponds directly to their source tree
location.  Here we rewrite all require and import calls to match the new
location that these files are installed to.
2015-09-21 12:04:18 -05:00
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
Tanvi Vyas
c2aea6ff68 Bug 1194352 - Add a check for insecure forms to the PWMGR_LOGIN_PAGE_SAFETY telemetry probe. r=MattN, p=ally 2015-08-28 15:51:26 -07:00
Kate McKinley
bcf6bfb803 Bug 1174333 - Telemetry for percentage of password fields on safe/unsafe pages. r=MattN,tanvi p=ally 2015-08-17 21:48:34 -07:00
Ivan Alagenchev
5251ee4a3d Bug 762593 TOOLKIT patch. Adds logic for validating if password input fields are insecure. r=dolske 2013-08-06 10:14:40 -04:00