Commit Graph

278 Commits

Author SHA1 Message Date
Mounir Lamouri
dae4efaef8 Bug 566128 (3/3) - Fix password manager. r=gavin.sharp a2.0=blocking 2010-08-19 23:56:03 +02:00
Justin Dolske
8f6ee78630 Bug 499233 - multiple master password prompts triggered by filling form logins in multiple tabs. r=zpao, a=sdwilsh 2010-08-02 16:02:20 -07:00
timeless@mozdev.org
02c4010057 Bug 577363 assignment to undeclared variable stmt in _dbMigrateToVersion4
r=zpao
2010-07-08 18:23:17 +03:00
Neil Deakin
d518be9dd6 Bug 556645, extra resizer in some dialogs, r=dao 2010-07-08 08:27:47 -07:00
Benjamin Smedberg
5cab25b52b Bug 568691 - Convert existing JS components to use NSGetFactory and add manifest files for them. In a followup we will link the .manifest files together at packaging time. This patch was developed on Linux: Windows and Mac may require additional changes.
--HG--
rename : toolkit/components/filepicker/src/nsFilePicker.js.in => toolkit/components/filepicker/src/nsFilePicker.js
2010-06-22 12:59:15 -04:00
Justin Dolske
cc2d31e94b Bug 563274 - Overhaul nsIPrompt-related prompting code. r=gavin, sr=bs
--HG--
rename : toolkit/content/commonDialog.css => toolkit/components/prompts/content/commonDialog.css
rename : toolkit/content/commonDialog.js => toolkit/components/prompts/content/commonDialog.js
rename : toolkit/content/commonDialog.xul => toolkit/components/prompts/content/commonDialog.xul
rename : toolkit/content/selectDialog.js => toolkit/components/prompts/content/selectDialog.js
rename : toolkit/content/selectDialog.xul => toolkit/components/prompts/content/selectDialog.xul
2010-06-16 17:06:17 -07:00
Justin Wood
7eb105907c Bug 568733 - patch for mobile specific browser-chrome tests breaks seamonkey. r=ted
pending-feedback=jmaher

Also RE-enables browser-mochitests for docshell.
2010-06-09 19:29:44 -04:00
Frank Yan
bf0208ab74 Bug 568287 - Expand test for 'Copy Password' context menu item in Password Manager [r=dolske] 2010-06-09 13:55:46 -07:00
Robert Sayre
d9e86770e3 Merge mozilla-central to tracemonkey. 2010-06-05 19:13:45 -04:00
Jason Orendorff
d7cbea1f4d Bug 533592, part 1 - Remove uses of and support for xpcnativewrappers=no/yes in manifests. (The default has been yes for some time and we will now only have that behavior.) r=mrbkap.
--HG--
extra : rebase_source : 996d2abecb15f44293abd470a28a3fe2706e130e
2010-05-27 12:33:54 -07:00
Michael Kohler
5f19df86e0 Bug 564091: Fix spelling of nonexistent across the tree. r=timeless
--HG--
extra : rebase_source : 4f15f7fd6f90926b77d136be83af7f22c5ffa830
2010-05-23 12:26:15 -07:00
Frank Yan
f2e96eb3b7 Bug 566710 - remove extra whitespace from password manager. r=dolske 2010-05-18 14:29:09 -07:00
Mark Banner
14c0ac6dc0 Bug 530079 Catch and handle nicely 'malformed URI sequence when migrating passwords from the legacy storage to the new. r=dolske 2010-05-14 09:07:36 +01:00
Michael Kohler
9397418412 Bug 506041 Part 2: Correct misspellings in source code
r=timeless
2010-05-13 14:19:50 +02:00
Gavin Sharp
ca9ebd7a8f Bug 559467: tweak nsILoginManager documentation, rs=dolske
--HG--
extra : rebase_source : 4780201d1f2801b3d52ca1eabe7dc999cda100ba
2010-04-15 00:06:21 -04:00
Ben Bucksch
a0a208a008 Bug 521467 - Automatically log in to proxy. r=dolske, r=zpao 2010-04-06 15:28:00 -07:00
Dão Gottwald
bbecfef399 use Services.* in browser chrome tests 2010-04-02 09:20:42 +02:00
Justin Dolske
63cffdd401 Bug 465636 - Login Manager should record creation/usage timestamps. r=zpao, sr=vlad
--HG--
rename : toolkit/components/passwordmgr/test/unit/head_storage_legacy_1.js => toolkit/components/passwordmgr/test/unit/head_common.js
2009-12-28 20:39:00 -08:00
Justin Dolske
b624180ee3 Bug 551851 - Add Services.jsm goodness to login manager. r=zpao, r=vlad 2010-03-11 18:25:00 -08:00
Joel Maher
d050afae06 Bug 544097 Chaning mochitests to run against mochi.test instead of localhost r=ted, waldo, dwitte p=jmaher. Landed on CLOSED TREE 2010-03-12 13:53:36 -08:00
Brad Lassey
bb55fe310f backing out changesets e939397fc6a5, 88529662c474 and 3d7c54b194bb due to random hangs in pgo tests 2010-03-09 22:33:11 -05:00
Joel Maher
aef3dc32c3 Bug 544097 changing mochitests to use mochi.test instead of localhost for windows mobile refactoring p=jmaher, r=ted,dwitte, sayrer, waldo, ctalbert 2010-03-09 08:55:39 -08:00
Kyle Huey
1d0289c601 Backed out changeset 8ce70abd7777 2010-03-09 01:14:21 -05:00
Joel Maher
cee9b522a0 Bug 544097 Change mochitests to use mochi.test instead of localhost for mobile refactoring p=jmaher r=ted,dwitte,sayrer 2010-03-08 19:21:33 -08:00
Clint Talbert
7ffd9496bc Backed out changeset b4372055f473 -- due to unexplained orange on OS X Leak test (Bd) box 2010-03-07 17:34:23 -08:00
Joel Maher
ef6c5fda3d Bug 544097 - Change mochitests to use mochi.test instead of localhost for mobile test refactoring p=jmaher, r=sayrer,dwitte 2010-03-07 16:08:05 -08:00
Paul O’Shannessy
acb67d3f39 Bug 535689 - Avoid clobbering and replacing password value when moving focus outside of username field [r=dolske] 2010-02-24 12:02:24 -08:00
Justin Dolske
b316af67c7 Bug 537862 - Move doAsyncPrompt() code into the prompt factory. r=mayhemer, r=gavin 2010-02-18 13:43:20 -08:00
Dão Gottwald
acef35272f Use ordinary JS functions as observer callbacks in browser chrome tests 2010-02-06 09:47:42 +01:00
Jonathan Griffin
ce90ed0a0d Test for bug 539755, NPN_GetAuthenticationInfo
--HG--
extra : transplant_source : %1E%F7%C1%BF0%14Ul%0Ex%ABJ%0A%B9Z%0CX4%02%98
2010-01-21 14:35:03 -05:00
Metal Sonic
4c1b34d634 Bug 507387 - fix copyright holder; Mozilla Corporation -> Mozilla Foundation. r=gerv. 2009-12-21 21:50:30 +00:00
Paul O’Shannessy
e26a79423f Bug 511474 - input type password loses value when gaining focus by tabbing from previous field [r=dolske]
--HG--
extra : rebase_source : 2ea380a08b053740d63f424392dd057c0f0fd9e9
2009-12-16 14:10:27 -08:00
Justin Dolske
175727d33a Bug 499417 - Refactor login manager's crypto code. r=vladimir, r=zpao 2009-12-13 17:04:43 -08:00
Ehsan Akhgari
a16d857a62 Bug 513560 - mochitest-browser-chrome: intermittent "browser_passwordmgrdlg.js | Timed out"; r=dolske 2009-11-12 13:10:04 -05:00
Dão Gottwald
de19aaab92 Bug 5265285 - getAllLogins, getAllDisabledHosts and getAllEncryptedLogins count out params should be optional. r=dolske 2009-11-08 10:22:11 +01:00
Jae-Seong Lee
75a0e10b99 Bug 521148 - xpcshell-test: test_storage_mozStorage_4.js fails with 'strict' & 'werror' on, part 2. r=dolske 2009-10-09 12:50:53 +02:00
Jae-Seong Lee
60c4b87de9 Bug 521148 - xpcshell-test: test_storage_mozStorage_4.js fails with 'strict' & 'werror' on, part 1. r=dolske 2009-10-09 12:50:47 +02:00
Paul O’Shannessy
df92fb3c14 Bug 568995 - Update tests to use waitForClipboard [r=dao, r=dolske] 2010-06-02 13:38:35 -07:00
Joel Maher
c18ae0e88f Bug 535922 - Genereate mobile specific browser chrome test package files r=ted 2010-05-27 13:01:37 -07:00
Frank Yan
5c9749b1b6 Bug 566910 - 'copy password' context menu item for password manager. r=dolske 2010-05-25 21:35:09 -07:00
Paul O’Shannessy
661a554179 Bug 492197 - password manager is extremely slow at reencrypting base64-encoded signons. r=dolske 2009-09-28 11:52:18 -07:00
Paul O’Shannessy
d749e0bdad Bug 518418 - storage-mozStorage should use executeStep() instead of step(). r=dolske+sdwilsh
--HG--
extra : rebase_source : 71540d949a7c8a7a8ff8fa44d77d0048a4bca92f
2009-09-25 15:34:54 -07:00
Justin Dolske
34a657bd23 Bug 511639 - Login manager should ignore untrusted events. r=gavin, sr=mconnor 2009-09-22 23:23:58 -07:00
Justin Dolske
54f883695b Bug 507390 - Password manager tests depend on each other. r=gavin.sharp 2009-09-13 13:26:30 -07:00
Ehsan Akhgari
59d39a1d4e 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
b1fb6fb735 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
Neil Deakin
fb91ae4918 Bug 503829, focus and select textfield when common dialog and prompts are shown, r=neil 2009-08-20 10:19:15 -04:00
Ehsan Akhgari
4d4a02d862 Bug 507046 - browser_passwordmgrdlg.js test intermittent failure; r=dolske 2009-08-09 12:33:51 +04:30
Ted Mielczarek
ad775e7a7a bug 459114 - helper function to provide a clean profile directory for xpcshell tests. r=sdwilsh
--HG--
extra : rebase_source : 76f547c1f055f18f57e09c67f1a2f7b2f548c3cd
2009-05-14 07:37:40 -04:00
Justin Dolske
0e44752cb1 Bug 508471 - Password Manager should use setProperty instead of setPropertyAsInterface for non-interface objects. r=gavin 2009-08-05 13:46:30 -07:00