Saurabh Anand
b4eeb30e75
Bug 723003 - nsLoginManager.js uses global Private Browsing state to make decisions; r=ehsan
2012-07-19 18:45:14 +05:30
Nathan Froyd
bfff055672
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
bd58047409
Bug 656011 - Password Manager now allows to copy username; r=MattN
...
--HG--
extra : rebase_source : 570214fbb1e966d73bd715988dafee9b7cf628a1
2012-07-04 13:14:00 -07:00
Ehsan Akhgari
f4b598bf08
Bug 722872 - Part 1: Add nsITransferable::Init(nsILoadContext*), enforce that it's called in debug builds, and add nsIDOMDocument* arguments to nsIClipboardHelper methods; r=roc
...
This patch does the following:
* It adds nsITransferable::Init(nsILoadContext*). The load context
might be null, which means that the transferable is non-private, but
if it's non-null, we extract the boolean value for the privacy mode
and store it in the transferable.
* It adds checks in debug builds to make sure that Init is always
called, in form of fatal assertions.
* It adds nsIDOMDocument* agruments to nsIClipboardHelper methods which
represent the document that the string is coming from.
nsIClipboardHelper implementation internally gets the nsILoadContext
from that and passes it on to the transferable upon creation. The
reason that I did this was that nsIClipboardHelper is supposed to be a
high-level helper, and in most of its call sites, we have easy access
to a document object.
* It modifies all of the call sites of the above interfaces according to
this change.
* It adds a GetLoadContext helper to nsIDocument to help with changing
the call sites.
2012-04-16 22:14:01 -04:00
Neil Rashbrook
eaedd546e8
Bug 758354 Stop unnecessarily preprocessing chrome r=dolske
2012-06-26 00:11:16 +01:00
Ed Morley
f58ad725ea
Backout ec9451e9e830 (bug 758354) for PGO linux permaorange in browser_bug422590.js and friends
2012-06-25 19:14:43 +01:00
Neil Rashbrook
aee62bb4bd
Bug 758354 Stop unnecessarily preprocessing chrome r=dolske
2012-06-25 09:24:49 +01:00
Jonathan Wilde
51e4808e23
Bug 762528 - Remove enablePrivilege from password manager tests. r=fryn
2012-06-11 18:13:20 -07:00
Marcos Santiago
1fd76f99af
Bug 699533 - Save/update password doorhanger does not restore focus to the webpage. r=felipe
...
Patch by Marcos Santiago and Jimmy Phan
2012-05-28 21:31:48 -07:00
Wes Johnston
3a9339038d
Bug 756701 - Don't add items to the deleted tables when removeAll is called. r=dolske,mfinkle
2012-05-22 15:33:34 -07:00
Wes Johnston
c2bd83b5df
Bug 756701 - Backout original patch. r=mfinkle
2012-05-22 15:33:31 -07:00
Wes Johnston
3e8063294b
Bug 756701 - Clear private data should not move things to the deleted items table. r=mfinkle,dolske
2012-05-21 13:55:28 -07:00
Gervase Markham
82ff7027aa
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Serge Gautherie
26930790af
Bug 635825. (Av1) Re-enable test_notifications.html, test_privbrowsing.html and test_prompt.html on SeaMonkey. rs=Callek (a=test-only).
2012-05-02 12:24:40 +02:00
Justin Dolske
de434e42fb
Bug 699707 - Limit form parsing to first + last N forms in a document. r=mnoorenberghe
2012-04-27 12:11:27 -04:00
Veeraya Pupatwibul
0f6cb460b7
Bug 742396 - Change stored password notification should truncate long usernames [r=zpao]
2012-04-05 14:42:58 -07:00
Neil Rashbrook
3159e835b7
Bug 728790 test_prompt_async.html doesn't track its dialogs correctly r=mayhemer
2012-03-16 21:57:13 +00:00
Serge Gautherie
64cca64432
Bug 627616. (AAv1) Add missing text to is() calls. r=honzab.
2012-03-07 22:11:52 +01:00
Justin Dolske
c8b6e49dd7
Bug 717481 - login manager storage should use default encryption type from the crypto provider. r=zpao
2012-02-28 11:50:05 +01:00
Josh Matthews
9757856b26
Bug 627616 - Test for interaction of anonymous loads and proxy authentication.
2012-02-15 11:29:46 -05:00
Geoff Lankow
a825a1156c
Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - Part C, remove uses of nsIPrefBranch2 in toolkit/ ; r=bsmedberg
2012-01-17 14:18:29 +13:00
Phil Ringnalda
5afde12823
Back out be556c99ef81 and 13c3c54d067b (bug 627616) for orange
2012-02-12 10:53:31 -08:00
Josh Matthews
52b5fa1e5f
Bug 627616 - Test for interaction of anonymous loads and proxy authentication.
2012-02-12 11:54:51 -05:00
Wes Johnston
39269e3e6f
Bug 718817 - Tests for deleted passwords database migration. r=dolske
2012-02-09 09:56:03 -08:00
Wes Johnston
e33842cbb7
Bug 718817 - Create a deleted passwords table for sync. r=dolske
2012-02-09 09:56:03 -08:00
Panagiotis Koutsourakis
9c7dfb9706
Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
...
Files named Makefile.in containing the expression
DIRS += <foo>
or
DIRS = <foo>
inside the conditional expression
ifdef ENABLE_TESTS
...
endif
are changed to
TEST_DIRS += tests
outside any conditional expression.
The files
./layout/Makefile.in
./layout/Makefile.in
./layout/style/Makefile.in
./rdf/Makefile.in
./security/manager/Makefile.in
./content/Makefile.in
./content/smil/Makefile.in
./content/xul/templates/Makefile.in
./content/xul/content/Makefile.in
./content/base/Makefile.in
./content/media/Makefile.in
./parser/htmlparser/Makefile.in
./dom/sms/Makefile.in
./js/jsd/Makefile.in
./js/xpconnect/Makefile.in
./widget/Makefile.in
./widget/windows/Makefile.in
./Makefile.in
./startupcache/Makefile.in
./storage/Makefile.in
./gfx/Makefile.in
./intl/strres/Makefile.in
./intl/uconv/Makefile.in
./intl/unicharutil/Makefile.in
./intl/lwbrk/Makefile.in
./embedding/Makefile.in
./modules/libjar/Makefile.in
./modules/libpref/Makefile.in
./build/Makefile.in
./build/win32/Makefile.in
./xpcom/Makefile.in
./extensions/spellcheck/hunspell/Makefile.in
./extensions/cookie/Makefile.in
./netwerk/Makefile.in
./netwerk/streamconv/Makefile.in
./editor/txmgr/Makefile.in
./toolkit/mozapps/shared/Makefile.in
./toolkit/mozapps/update/Makefile.in
./toolkit/library/Makefile.in
./toolkit/library/Makefile.in
./toolkit/crashreporter/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/feeds/Makefile.in
./toolkit/components/url-classifier/Makefile.in
contain the string
ifdef ENABLE_TESTS
but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
they remain unchanged by this patch.
2012-02-04 17:32:24 +00:00
Karun Dambiec
0ea5c7ed56
Bug 721495 - Passwordmgr tests: Use EventUtils sendChar() and sendKey(), instead of calling synthesizeKey() directly, r=zpao
2012-01-26 14:13:00 -08:00
Margaret Leibovic
1b9bc6ec57
Bug 718708 - Don't prompt to remember password when there is an invalid hostname. r=zpao
2012-01-20 12:56:19 -08:00
Ehsan Akhgari
74f49bd9e3
Bug 717871 - Remove two superfluous SimpleTest.finish calls to fix SeaMonkey perma-orange; r=gavin
...
--HG--
extra : rebase_source : f4c1d52c0bed4b3795e68e3cd141a18bac5e024d
2012-01-13 15:49:36 -05:00
Rafael Ávila de Espíndola
a27307c9cb
Bug 711570 - finalize statements and close connection. r=zpao.
...
--HG--
extra : rebase_source : 6816e8f2b0d8edaea7b39e0a0fa4a4c2c288b8a2
2011-12-20 17:17:33 -05:00
Rafael Ávila de Espíndola
b953409eea
Bug 712345 - brace loop. r=zpao.
2011-12-20 13:54:24 -05:00
Rafael Ávila de Espíndola
8767602d93
Bug 712342 - make dbStmts an object. r=zpao.
2011-12-20 13:50:33 -05:00
Masayuki Nakano
efe739e3f9
Bug 700199 EventUtils.js should use synthesized events for sendKey(), sendChar() and sendString() rather than untrusted events r=smaug+ehsan+dolske+enndeakin
2011-12-16 22:38:45 +09:00
Masayuki Nakano
5ff35fa5ae
backout 34b8fe028357
2011-12-08 16:42:45 +09:00
Masayuki Nakano
705962c806
Bug 700199 EventUtils.js should use synthesized events for sendKey(), sendChar() and sendString() rather than untrusted events r=ehsan+smaug+enndeakin+dolske
2011-12-07 14:13:06 +09:00
Paul O’Shannessy
ae077178d1
Bug 615479 - Password manager prompts can now ask a more complete question [r=dolske]
2011-11-28 13:02:47 -08:00
Ed Morley
7ea8e12caa
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
ac65d0d88e
Bug 616542 - Shorten file path length of mochitest; r=ted
2011-11-04 21:13:42 +00:00
Ed Morley
e9329ec38b
Bug 689884 - Deleted the now unused Makefiles from the tree; r=khuey
2011-10-06 17:15:07 +01:00
Ed Morley
e5ead17a8f
Bug 689884 - Skip Makefiles that are no-op or else only |DIRS = a_single_subdir|; r=khuey
2011-10-06 17:15:07 +01:00
Matthew Noorenberghe
6aa649a8d7
Bug 639092 - Catch exception accessing nsIRequest.name from nsLoginManager r=dolske
2011-09-26 10:48:59 -07:00
Felix Fung
fa75e206b8
Bug 626626 - Reference Correct Strings in Password Manager. r=dolske
2011-09-08 12:36:35 -07:00
Felix Fung
0bc71ca85d
Bug 577266 - Correct misspellings in source code
2011-09-06 17:20:35 -07:00
Malini Das
c20b68638f
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain tests 2/2. r=jmaher, a=test-only
2011-08-12 12:21:44 -04:00
Matt Brubeck
fb7b003fe2
Bug 676419 - Fix undeclared variables in storage-mozStorage.js [r=zpao]
2011-08-08 12:06:02 -07:00
Justin Dolske
b59dbf1261
Remove trailing whitespace from login manager and satchel. b=none
2011-08-03 17:52:47 -07:00
Marco Zehe
6ddb02a6cb
Bug 668192 - Improve screen reader reading of password manager intro text, r=gavin
2011-07-01 10:37:44 +02:00
Jared Wein
e53a45ad27
Bug 665217. Handling corrupt statements in finally blocks. [r=zpao]
2011-06-21 10:44:10 -07:00
Paul O’Shannessy
9b31b86272
Bug 571997 - Copy Password doesn't ask for master password while Show Passwords does [r=dolske]
2011-06-21 10:44:09 -07:00
Phil Ringnalda
2969bbf582
Bug 608206, bug 612277, bug 612683, bug 660585 - Disable test_prompt.html on Linux
2011-06-19 16:40:35 -07:00