Saad Quadri
4fd498197c
Bug 1278158 - Allowing filling login forms with an inputElement but without loginFormForFill. r=MattN
...
MozReview-Commit-ID: 2aZCvMpH1eH
2016-06-08 13:59:05 -07:00
Paolo Amadini
834b282182
Bug 1274480 - Part 1 - Use SVG for permission icons and notifications. r=Gijs
...
MozReview-Commit-ID: Dk0PajOppVL
2016-06-08 16:34:10 +01:00
Saad Quadri
24983dcb4c
Bug 1278138 - Enforce stricter eslint rules (arrow-spacing) on passwordmgr. r=MattN
...
MozReview-Commit-ID: D8djouoMxFy
2016-06-07 12:08:42 -07:00
Saad Quadri
4056da1e2b
Bug 1278138 - Enforce stricter eslint rules (comma-style) on passwordmgr. r=MattN
...
MozReview-Commit-ID: A16S8XGZ6Kg
2016-06-07 13:06:13 -07:00
Carsten "Tomcat" Book
5e6211061e
merge mozilla-inbound to mozilla-central a=merge
2016-06-07 15:23:03 +02:00
Dragana Damjanovic
6e72a11bb8
Bug 1230462 - Change the authentiation dialog message. r=mayhemer,dolske,margaret,tanvi
2016-06-06 01:06:00 +02:00
Carsten "Tomcat" Book
529f945807
Backed out changeset 490d3460a197 (bug 1230462) for test failures in test_modal_prompts.html
2016-06-05 11:26:57 +02:00
Dragana Damjanovic
570b31b4cc
Bug 1230462 - Change the authentiation dialog message. r=mayhemer,dolske,margaret,tanvi
2016-06-03 09:09:00 +02:00
gasolin
a0ad8c18d4
Bug 1174900 - Capture doorhanger password field toggle should stay hidden for master password users;r=MattN
...
MozReview-Commit-ID: DLlu2WhQamN
2016-06-06 18:50:09 -07:00
Saad Quadri
ac0a412e4c
Bug 1278137 - Use ES6 method syntax in LoginManagerContent.jsm. r=MattN
...
MozReview-Commit-ID: JO4iy7F8Hur
2016-06-06 18:49:52 -07:00
gasolin
316e7d95d0
Bug 1275100 - Set signon.rememberSignons.visibilityToggle pref in browser_notifications_2. r=MattN
...
MozReview-Commit-ID: EUqoz1HmGUG
2016-05-24 13:55:16 +08:00
Matthew Noorenberghe
ed7a436c7d
Bug 667233 - Follow-up to loosen the restriction on preferredOriginScheme due to tests using data: and chrome:
...
Also disable the autocomplete/autofill tests on Android.
MozReview-Commit-ID: P4mgzfNzda
2016-05-29 19:09:08 -07:00
Matthew Noorenberghe
d0a256be8c
Bug 667233 - Support login scheme upgrades for autocomplete/fill/contextmenu. r=dolske
...
MozReview-Commit-ID: GG6F81ErAcI
2016-05-29 17:16:01 -07:00
Matthew Noorenberghe
f8dcc2a8ff
Bug 667233 - Support scheme upgrades for searching logins. r=dolske
...
MozReview-Commit-ID: GAw0HIBgOFw
2016-05-29 17:15:52 -07:00
Matthew Noorenberghe
370df6c2aa
Bug 667233 - Backout bug 1147561 to only support formSubmit upgrades so we can use the same logic. r=dolske
...
[mq]: backout_1147561
MozReview-Commit-ID: IKGj6rT1xTX
2016-05-29 17:15:45 -07:00
Justin Dolske
0f95fa37bc
Bug 1255253 - Remove a mostly-unneeded countLogins() call. r=MattN
...
MozReview-Commit-ID: 5L1SdtZA9aU
2016-05-26 18:49:03 -07:00
Joel Maher
aadfd37353
Bug 1270962 - move tests which access the clipboard to subsuite 'clipboard'. r=bgrins,ryanvm,armenzg a=merge
...
MozReview-Commit-ID: IZziPmwFtHj
2016-05-25 15:28:24 -04: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
gasolin
dbe7c93c9f
Bug 1217134 - Replace show password placeholder with conventional show password checkbox; r=MattN
...
MozReview-Commit-ID: 26bja1C8vl2
2016-05-11 13:32:15 -07:00
Ray Lin
687cdd9c4c
Bug 925101 - Remove legacy signons.txt files. r=dolske
...
MozReview-Commit-ID: ICZADhIeKiB
2016-04-19 17:28:01 +08:00
Christoph Kerschbaumer
e59328cc20
Bug 1269279 - Remove SEC_NORMAL from toolkit/components/passwordmgr/ (r=billm)
2016-05-06 15:15:23 +02:00
Jonathan Watt
caf78fe47e
Bug 1269491 - Fix LoginManagerContent.jsm to get codebase principals from the nsIScriptSecurityManager. r=MattN
...
MozReview-Commit-ID: HVXS7tfr8fv
2016-05-02 23:14:25 +01:00
Matthew Noorenberghe
6a662d803d
Bug 1268366 - Convert test_formless_submit.html from m-chrome to m-plain. r=dolske
...
Switch from test1.mochi.test to mochi.test to avoid same-origin policy issues.
MozReview-Commit-ID: 7kHJiPPG2dW
2016-04-28 22:59:29 -07:00
Matthew Noorenberghe
3a55fde660
Bug 1268163 - Fix intermittent browser_capture_doorhanger_window_open.js by waiting for <input> changes. r=dolske
...
nsLoginManagerPrompter.js' writeDataToUI() populates the doorhanger <input> on popupshown so we need to give it a chance to do so before clicking the doorhanger button in case the test listener happens first.
MozReview-Commit-ID: GkhYNpFunkp
2016-04-28 21:49:54 -07:00
Justin Dolske
2e5d1dee37
Bug 1267388 - fix test due to concurrent landing of bug 1268159 which changed the string this test is now checking. DONTBUILD
...
MozReview-Commit-ID: 3By02sNZzG6
2016-04-29 12:26:12 -07:00
Justin Dolske
ed68730a82
Backed out changeset a52334a7f440 (got bug # wrong)
2016-04-29 12:29:17 -07:00
Justin Dolske
817819daad
Bug 1259847 - fix test due to concurrent landing of bug 1268159 which changed the string this test is now checking.
...
MozReview-Commit-ID: 3By02sNZzG6
2016-04-29 12:26:12 -07:00
Sebastian Hengst
7e9ff640e8
Bug 1267388 - remove redeclaraction of authMgr. r=eslint
2016-04-29 19:43:27 +02:00
Justin Dolske
e72e79a414
Bug 1267388 - Make handlePrompt() take state/action args and actually use them. r=MattN
2016-04-29 10:09:54 -07:00
Justin Dolske
08a045d1ca
Bug 1267388 - Use test helpers from prompt tests. r=MattN
2016-04-29 10:09:54 -07:00
Justin Dolske
c9affa99cd
Bug 1267388 - trivial code move to inline handleLoad, making the test one contigious function. r=MattN
2016-04-29 10:09:54 -07:00
Justin Dolske
3a2cb1a19b
Bug 1267388 - Use SpawnTask, make handleLoad() a generator. r=MattN
2016-04-29 10:09:54 -07:00
Justin Dolske
a432a7da9b
Bug 1267388 - Add additional "state" checks, in preparation for using common prompt checking helper. r=MattN
2016-04-29 10:09:54 -07:00
Justin Dolske
8be5622749
Bug 1267388 - Move "action" objects into main test body. r=MattN
2016-04-29 10:09:53 -07:00
Justin Dolske
0ba895fbf9
Bug 1267388 - introduce a "state" object to represent actual/expected prompt state. r=MattN
2016-04-29 10:09:53 -07:00
Justin Dolske
4e093a4868
Bug 1267388 - move test to mochitest/ dir, add action object. r=MattN
2016-04-29 10:09:53 -07:00
Matthew Noorenberghe
be15ec1437
Bug 1268764 - Convert test_master_password_cleanup.html into a cleanup function in test_master_password.html
...
MozReview-Commit-ID: C99hq7LMn0Y
2016-04-28 22:56:51 -07:00
Matthew Noorenberghe
a5a7d6920d
No bug - Move passwordmgr subtst_notifications_*.html to the browser test directory
...
MozReview-Commit-ID: AKJLmcvajY6
2016-04-28 01:45:29 -07:00
Matthew Noorenberghe
e83c2cdf81
Bug 1258055 - Follow-up to delete now unused mlogosm.gif
...
MozReview-Commit-ID: 5USInxAi1Pl
2016-04-28 01:09:36 -07:00
Matthew Noorenberghe
6a8d0ac5fd
No bug - Move test_privbrowsing_perwindowpb.html's support files to the test's directory
...
MozReview-Commit-ID: c9vBMpO9fZ
2016-04-28 00:42:09 -07:00
Carsten "Tomcat" Book
6819585194
merge mozilla-inbound to mozilla-central a=merge
2016-04-27 11:57:21 +02:00
Matthew Noorenberghe
14bb91d6e3
Bug 1266825 - Convert test_notifications_popup.html to b-c to work in e10s. r=dolske
...
MozReview-Commit-ID: 5qExqBsfNfw
2016-04-26 15:52:13 -07:00
Timothy Guan-tin Chien
99c4bfe3ee
Bug 1263760 - Replace setTimeout with nsITimer in tabbrowser switcher, r=gijs
...
MozReview-Commit-ID: CL1bc7WtyOE
2016-04-21 22:48:30 +08:00
Matthew Noorenberghe
dbb09e9341
No bug - passwordManager.js style consistency fixes
...
MozReview-Commit-ID: 1fZXlESnmMC
2016-04-20 00:44:28 -07:00
Joseph Yeh
687552c8f6
Bug 530999 - Show site favicons in login manager UI; r=MattN
...
MozReview-Commit-ID: Lh9M3scMTwX
2016-04-19 23:27:14 -07:00
Matthew Noorenberghe
41e9272dd6
Bug 1258921 - Follow-up to enable test_basic_form_autocomplete.html for e10s
...
MozReview-Commit-ID: 32y9BhVomwr
2016-04-19 23:00:18 -07:00
Wes Kocher
950559defd
Backed out changeset 07e1879a0c09 (bug 1258921) for test_case_differences.html failures
...
MozReview-Commit-ID: 4rv62zN5uLt
2016-04-19 14:27:57 -07:00
Matthew Noorenberghe
5bef4e7e54
Bug 1258921 - Follow-up to enable test_basic_form_autocomplete.html for e10s
...
MozReview-Commit-ID: 32y9BhVomwr
2016-04-19 11:45:49 -07:00
Blake Kaplan
4f61345748
Bug 1259303 - Properly cancel login manager async searches to avoid assertions. r=MattN
2016-04-18 16:23:18 -07:00