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
Wes Kocher
740463f70e
Merge m-c to autoland, a=merge
2016-08-15 14:54:25 -07:00
Saad Quadri
5023fcc3b2
Bug 1274042 - Remove unnecessary edge case handling for E10S mode in prompt tests. r=Dolske
...
MozReview-Commit-ID: FKocwybNyib
2016-08-12 09:45:44 -07:00
Saad Quadri
da8eb300b5
Bug 1274042 - Fix checkbox for HTTP auth dialogs in e10s. r=Dolske
...
MozReview-Commit-ID: CuOBJ9m0DMW
2016-08-12 09:35:42 -07:00
Carsten "Tomcat" Book
aa76bed77a
merge fx-team to mozilla-central a=merge
2016-08-09 15:43:44 +02:00
Mark Hammond
d776302374
Bug 1292340 - Don't issue login manager warnings about recommended search criteria when a guid is specified. r=MattN
...
MozReview-Commit-ID: 3dJDLbXMOUy
2016-08-09 14:36:48 +10:00
Wes Kocher
29771f4f17
Merge fx-team to m-c a=merge
2016-08-07 00:16:15 -07:00
Wes Kocher
2c840725ad
Merge m-c to fx-team, a=merge
2016-08-05 14:06:23 -07:00
Matthew Noorenberghe
aebc7e8ec6
Bug 1291346 - Fix updateLoginAnchor's search for form logins and delay it until the pref check. r=dolske
...
It's possible to write a test for this but that's already covered by bug 1164018 and this code should be removed in bug 1286718.
MozReview-Commit-ID: 1LUG3MM4Op3
2016-08-05 13:07:21 -07:00
Matthew Noorenberghe
a469492221
Bug 1166947 - Run login capture code upon page navigation if there are password fields present. r=dolske
...
MozReview-Commit-ID: Edx3XM3caX3
2016-08-05 13:07:25 -07:00
Carsten "Tomcat" Book
cb6d2670a5
Merge mozilla-central to mozilla-inbound
2016-08-05 12:03:44 +02:00
Wes Kocher
118f00e716
Merge m-c to autoland, a=merge
2016-08-05 14:06:46 -07: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
Decky Coss
14fa144b3b
Bug 1287655 - place textarea/input cursor at end of text when initialized; r=smaug
...
MozReview-Commit-ID: 2srGXFmla07
2016-07-21 14:52:49 -04:00
Kashyap Gajera
d2e13ffd80
Bug 1290701 - Replace in-tree consumer of non-standard Iterator() with Object.{values,entries} in toolkit/. r=dtownsend
2016-08-03 11:53:10 +05:30
Saad Quadri
8e73895a95
Bug 1058438 - Add test for disabledHost migration to sqlite v6 in Fennec. r=MattN
...
MozReview-Commit-ID: DRV3zmXc9yJ
2016-08-09 10:14:56 -07:00
Saad Quadri
94d55fec7d
Bug 1058438 - Add additional tests for disabledHost APIs with nonascii characters in URLs. r=MattN
...
MozReview-Commit-ID: EsN6FNCzbLk
2016-08-09 10:14:53 -07:00
Saad Quadri
50f536ac23
Bug 1058438 - Migrate disabledHosts from sqlite storage to permission manager. r=MattN
...
MozReview-Commit-ID: BKlAmwzu3is
2016-08-09 10:14:51 -07:00
Wes Kocher
821d0c747f
Merge m-c to autoland, a=merge
...
a=release for the webidl hook for a comment-only change
2016-08-16 22:07:30 -07:00
Carsten "Tomcat" Book
d6e5226cbc
Merge mozilla-central to autoland
2016-08-04 16:04:40 +02:00
Carsten "Tomcat" Book
47b71c600c
merge fx-team to mozilla-central a=merge
2016-08-04 15:54:27 +02:00
Matthew Noorenberghe
f5e7ce2895
Bug 1267849 - Call LoginManagerParent.init in setupParent of tests. r=dolske
...
MozReview-Commit-ID: 66FZogdR6Ve
2016-08-02 15:00:52 -07:00
Matthew Noorenberghe
727fe7dc3b
Bug 1291060 - Android: When a password field is added to a document (possibly outside of a <form>) the autofill code should run. r=liuche
...
Android version of bug 1168707
MozReview-Commit-ID: 4OZ8Jp9aVgN
2016-08-02 14:20:35 -07:00
Jared Wein
ebf1ccbe46
Bug 1291855 - Enable the no-else-return rule for eslint. r=Felipe,kmag,mossop
...
MozReview-Commit-ID: DYOmE6xwMJh
2016-08-03 18:54:59 -04:00
Jared Wein
4518d81cb5
Bug 1292042 - Enable the keyword-spacing rule for eslint. Most of this patch was autogenerated by 'eslint --fix'. Files with .xml extension needed to be changed by hand due to limitations of custom plugin. r=markh
...
MozReview-Commit-ID: EMjJ3yWt9Wt
2016-08-04 03:28:58 -04:00
Jared Wein
e8b20b6db5
Bug 1292035 - Enable the space-before-blocks rule for eslint. This patch was generated using 'eslint --fix'. r=markh
...
MozReview-Commit-ID: 2XVoU05YvES
2016-08-04 03:20:25 -04:00
Tom Tromey
1b5a2bdb96
Bug 1286877 - do not set c-basic-offset for python-mode; r=gps
...
This removes the unnecessary setting of c-basic-offset from all
python-mode files.
This was automatically generated using
perl -pi -e 's/; *c-basic-offset: *[0-9]+//'
... on the affected files.
The bulk of these files are moz.build files but there a few others as
well.
MozReview-Commit-ID: 2pPf3DEiZqx
2016-07-14 10:16:42 -06:00
Kapeel Sable
a01eea4f83
Bug 1058438 - Migrate disabledHosts from json storage to permission manager. r=MattN
...
MozReview-Commit-ID: 2qaUCZjqc47
2016-01-06 17:57:40 +05:30
Saad Quadri
27833c0d92
Bug 1058438 - Remove disabledHost APIs from storage and use permission manager directly in LoginManager. r=MattN
...
MozReview-Commit-ID: AheLazqkLoK
2016-08-09 10:14:46 -07:00
Mike Conley
900948ec33
Bug 1290077 - browser_formless_submit_chrome.js: Listen for the forward button transitionend earlier. r=me
...
MozReview-Commit-ID: KELjA6smlUd
2016-08-11 14:13:05 -07:00
Phil Ringnalda
9cd87a2459
Bug 1277105 - Disable browser_capture_doorhanger.js on e10s for constant failures
2016-07-01 19:43:37 -07:00
Bernardo P. Rittmeyer
091ef583a9
Bug 1190938 - Remove focus from password manager capture doorhanger textboxes when opening. r=MattN
2015-09-01 16:37:30 -07:00
Matthew Noorenberghe
4491842879
Bug 1293513 - Only setup login manager's progress listener for formless passwords inputs. r=Dolske
...
MozReview-Commit-ID: GQtMX15ShsR
2016-08-15 19:55:03 -07:00
Matthew Noorenberghe
7f13dc48dd
Bug 1127579 - Cleanup jsdoc comments in nsLoginManagerPrompter.js
...
MozReview-Commit-ID: 5VzE9DyFZEb
2016-06-24 10:36:42 -04:00
Matthew Noorenberghe
0807994fd9
Bug 1127579 - Handle a user capturing a HTTPS login with an already saved login for the HTTP version. r=dolske
...
MozReview-Commit-ID: 4vWuFUmicYV
2016-06-24 10:32:16 -04:00
Saad Quadri
e6849ea79e
Bug 1178855 - Hide password visibility toggle when capture doorhanger is closed. r=MattN
...
MozReview-Commit-ID: 75Pz7jG0RLW
2016-06-08 14:18:59 -07:00
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