Commit Graph

48 Commits

Author SHA1 Message Date
Paolo Amadini
84fb81e758 Bug 1164028 - Show login details and allow manual fill from a sliding subview in the login fill doorhanger. r=Gijs 2015-06-08 16:37:25 +02:00
Matthew Noorenberghe
bd49ac23f9 Bug 1132211 - Dispatch an event when <input type=password> is added to a document (including outside of a form). r=smaug 2015-06-04 21:50:37 -07:00
Paolo Amadini
54e76b57e9 Bug 1149975 - Part 2 of 2 - Test manual login fill. r=MattN 2015-05-13 15:39:02 +01:00
Paolo Amadini
703c2d18ac Bug 1145913 - Make the username in the password notification editable. r=MattN 2015-03-24 11:18:19 -07:00
Wes Kocher
f5f3948fe5 Backed out changeset 56ce9fdb62e3 (bug 1145913) for mochitest-5 orange 2015-03-23 18:53:41 -07:00
Paolo Amadini
c2af5cc597 Bug 1145913 - Make the username in the password notification editable. r=MattN 2015-03-23 16:43:16 -07:00
Paolo Amadini
303831f5d7 Bug 1143903 - Display username and password as separate fields in the password doorhanger. r=MattN 2015-03-20 10:26:01 -07:00
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
shreyas
1eb670c74d Bug 394686 - passwordmgr: Throw Components.Exceptions and Error instead of strings. r=MattN 2015-02-23 18:45:00 -08: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
Jon Morton
4a98f87acc Bug 979835: Port BoxObject and its subclasses to WebIDL. r=khuey sr=bz 2014-10-14 13:15:21 -07:00
Mark Hammond
10efb6fb0a Bug 932651 - getClipboardData in specialpowersAPI uses the chrome window so it works in e10s. r=ted 2014-09-26 14:03:41 +10:00
Bill McCloskey
3fc52acc1d Bug 1061013 - Disable various browser chrome tests when running with e10s. r=jimm 2014-09-02 13:47:12 -05:00
Mihaela Velimiroviciu
1e66ecc881 Bug 1042769 - Add automated test for checking that the metainfo fields are displayed in password manager. r=paolo 2014-07-29 17:18:15 +03:00
Ms2ger
910b78c73d Bug 956862 - Move some mochitests to manifests; r=mshal 2014-01-20 08:58:27 +01:00
Ms2ger
37114e13e1 Bug 922268 - Remove empty makefiles; r=gps 2013-10-03 09:10:00 +02:00
Gregory Szorc
d3405d579f Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:06 +02:00
Ed Morley
697a1cc250 Backed out changeset 8b02873ee07e (bug 920223) 2013-09-30 12:50:05 +01:00
Gregory Szorc
3bbbcf0fd0 Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger 2013-09-30 09:52:06 +02:00
Mike Hommey
b207d5baf7 Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
Xin Zhang
77ce41cac6 Bug 849764 - Replace removeObserver() calls with three params with two in toolkit dir. r=mak 2013-04-06 14:46:35 -04:00
Kyle Machulis
331f36baa9 Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00
Kyle Machulis
ec9b53db93 Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07:00
Kyle Machulis
0419a0b889 Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-03-29 13:56:18 -07:00
Gregory Szorc
f96c000ea2 Bug 784841 - Part 18θ: Convert /toolkit f=Mossop, Ms2ger; rs=ted 2013-02-25 13:19:09 -08:00
Andres Hernandez
5389a4a424 Bug 834000 - Removing passwords in Firefox/Thunderbird 18.* always randomly reorders list of passwords in password manager. r=MattN 2013-02-01 11:53:28 -06:00
Andres Hernandez
26970d4999 Bug 395681 - Password manager dialogs observe topics that are never fired r=MattN 2012-09-25 10:00:46 -06:00
Mike Hommey
0f9f294ea0 Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
Nathan Froyd
f7054dc678 Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
2012-07-03 16:49:02 -04:00
Sankha Narayan Guria
9e0b351b84 Bug 656011 - Password Manager now allows to copy username; r=MattN 2012-07-04 13:14:00 -07:00
Gervase Markham
cb6a072c2a Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Karun Dambiec
29a8c2e2ba Bug 721495 - Passwordmgr tests: Use EventUtils sendChar() and sendKey(), instead of calling synthesizeKey() directly, r=zpao 2012-01-26 14:13:00 -08:00
Ed Morley
6e731c995a Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail 2011-11-05 18:35:59 +00:00
Rail Aliiev
b2aeac5a65 Bug 616542 - Shorten file path length of mochitest; r=ted 2011-11-04 21:13:42 +00:00
Dão Gottwald
b99253f81e Remove redundant Cc/Ci declarations from browser chrome tests. DONTBUILD 2011-06-09 09:38:27 +02:00
Frank Yan
afdcd3f2cd Bug 568287 - Expand test for 'Copy Password' context menu item in Password Manager [r=dolske] 2010-06-09 13:55:46 -07:00
Paul O’Shannessy
63952b74bf Bug 568995 - Update tests to use waitForClipboard [r=dao, r=dolske] 2010-06-02 13:38:35 -07:00
Frank Yan
9a3ddaf20d Bug 566910 - 'copy password' context menu item for password manager. r=dolske 2010-05-25 21:35:09 -07:00
Dão Gottwald
8a7b57c619 use Services.* in browser chrome tests 2010-04-02 09:20:42 +02:00
Dão Gottwald
3ec11d2d3c Use ordinary JS functions as observer callbacks in browser chrome tests 2010-02-06 09:47:42 +01:00
Ehsan Akhgari
f65bffa828 Bug 513560 - mochitest-browser-chrome: intermittent "browser_passwordmgrdlg.js | Timed out"; r=dolske 2009-11-12 13:10:04 -05:00
Ehsan Akhgari
8928bfd447 Bug 510780 - Use doCommand instead of manually generating a "command" event in browser chrome tests; r=mconnor 2009-08-25 13:52:45 +04:30
Jens Hatlak
e7ba1c6dc1 Bug 485701 - Add sort markers/arrows to Password Manager and keep sort direction when clearing filter. r=dolske 2009-08-20 15:17:30 -07:00
Ehsan Akhgari
68a8a907d9 Bug 507046 - browser_passwordmgrdlg.js test intermittent failure; r=dolske 2009-08-09 12:33:51 +04:30
Neil Deakin
f62906b6b1 Bug 178324, refactor focus by moving all focus handling into one place and simplifying it, add many tests, fixes many other bugs too numerous to mention in this small checkin comment, r=josh,smichaud,ere,dbaron,marco,neil,gavin,smaug,sr=smaug (CLOSED TREE) 2009-06-10 14:00:39 -04:00
Ehsan Akhgari
97907989c4 Bug 496688 - Convert toolkit/components/passwordmgr/test/browser/browser_passwordmgrdlg.js to *nix line endings; r=mossop 2009-06-06 15:41:28 +04:30
Ehsan Akhgari
4b2e8ae388 Bug 491898 - Random Test Failure (browser_passwordmgrdlg.js); r=dolske 2009-05-12 22:23:36 +04:30
Ehsan Akhgari
8c370909e6 Bug 451352 - Further fixes to pwmgr search filtering UI; r=dolske 2009-04-23 10:27:10 +04:30