Marco Bonardo
a50da3e1dc
Bug 754265 - Add a dedicated API to provide a final complete value different from the matching one, r=Enn sr=gavin
2014-04-18 16:04:19 +02:00
Nochum Sossonko
f9f8cee7bf
Bug 668903 - Pressing escape should close the saved passwords dialog. r=MattN
2014-04-07 16:01:35 -04:00
Peter Van der Beken
e78861cdb7
Bug 984497 - Use SpecialPowers more and change SpecialPower usage to deal with Window on WebIDL bindings. r=bz.
2014-02-15 22:12:34 +01:00
Peter Van der Beken
d4aa6f435d
Back out 75c95dac7fe0 (bug 984497) and f1b0d3d13755 (bug 990475) to fix bustage on a CLOSED TREE.
2014-04-07 22:18:53 +02:00
Peter Van der Beken
20abb3bddb
Bug 984497 - Use SpecialPowers more and change SpecialPower usage to deal with Window on WebIDL bindings. r=bz.
2014-02-15 22:12:34 +01:00
Ehsan Akhgari
043af1bfaa
Bug 890609 - Make test_privbrowsing_perwindowpb.html wait for browser-delayed-startup-finished
2014-03-16 10:46:52 -04:00
Gavin Sharp
240dbb13ec
Bug 981941: avoid showing the "save password" notification for about:accounts, r=dolske
2014-03-13 16:03:06 -07:00
Bill McCloskey
195b72030d
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 21:38:19 -07:00
Wes Kocher
348b38aa47
Backed out changeset 88425ad0f06a (bug 982828) for introducing various mochitest-5 failures on a CLOSED TREE
...
* * *
Backed out changeset 94f9ebdc6662 (bug 982828)
2014-03-13 19:41:21 -07:00
Bill McCloskey
400a9981b8
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 15:41:41 -07:00
Bill McCloskey
6eb837a8ff
Backed out changeset d6261f65070a
2014-03-13 15:52:27 -07:00
Bill McCloskey
4dcf140fd4
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 15:41:41 -07:00
Vaibhav Agarwal
674ac11e43
Bug 971132 - B2G mochitests should use the new manifest format for runtests; r=jmaher
2014-03-13 10:40:10 -04:00
Drew Willcoxon
7d5870dc7b
Bug 956906 - Save passwords by default for password fields with autocomplete=off. r=dolske
2014-03-06 10:07:34 -08:00
Vaibhav Agarwal
8895c361aa
Bug 970925 - convert testing/mochitest/android.json into skip-if statements in mochitest.ini files; r=jmaher
2014-02-15 04:53:02 -05:00
Gregory Szorc
dffb8830ba
Bug 969021 - Part 1: Consolidate moz.build data into parent moz.build files; r=ted
...
Many moz.build files define things that could be defined in parent
moz.build files. Keeping the number of moz.build files low helps with
build times due to less I/O and fewer directories traversed.
This patch eliminates a lot of moz.build files by moving their content
into parent moz.build files.
2014-02-06 13:00:20 -08:00
Matthew Noorenberghe
045091a1dc
Bug 917797 - Fix intermittent test_master_password.html with outer-window-destroyed. r=dolske
2014-01-31 12:39:52 -08:00
Ms2ger
910b78c73d
Bug 956862 - Move some mochitests to manifests; r=mshal
2014-01-20 08:58:27 +01:00
Manish Goregaokar
e0fc2c174f
Bug 425145 - Add a preference to override autocomplete=off for password manager. r=gavin
2013-12-19 11:32:09 -05:00
Wes Kocher
887a395b94
merge inbound to m-c
2013-12-17 21:00:02 -08:00
Justin Dolske
95b9dc812d
Bug 946549 - Remove dead code obsoleted by bug 355063 for filling passwords on load. r=MattN
2013-12-16 13:27:47 -08:00
Phil Ringnalda
ddbeb17bb2
Bug 934057 - Disable test_notifications_popup.html on Linux for constant failures
2013-12-15 21:17:52 -08:00
Gregory Szorc
6e1333520a
Bug 774572 - Part 2: Define JAR_MANIFESTS in moz.build files; r=glandium
...
Every directory with a jar.mn now has JAR_MANIFESTS defined in its
moz.build file.
We also removed the may_skip special consideration of jar.mn files
because this information is now available during tier traversal by the
reader courtesy of the variables being present in moz.build files.
2013-12-10 16:18:11 +09:00
Mike Hommey
210ee1b972
Bug 939044 - Rename remaining MODULE definitions to XPIDL_MODULE. r=mshal
2013-11-19 11:47:43 +09:00
Mike Hommey
7f7e4faac1
Bug 939044 - Remove most definitions of MODULE. r=mshal
2013-11-19 11:47:39 +09:00
Ed Morley
2691315c09
Bug 919016 - Disable test_privbrowsing_perwindowpb.html on Windows for too many intermittent failures
2013-11-04 13:35:29 +00:00
Benjamin Smedberg
8b9bd6a623
Bug 915951 - test fixes for password manager mochitests - because mochitest runs all its tests in an iframe, it collects popup notifications from all tests and never dismisses them: remove them explicitly before each password manager test that needs to check popups. r=MattN
2013-10-31 09:50:13 -04:00
Justin Dolske
e7d4fbba43
Bug 717490 - Remove support for importing logins from legacy signons.txt format, as well as base64 conversion. r=mattn
2013-10-09 17:48:40 -07:00
Ms2ger
37114e13e1
Bug 922268 - Remove empty makefiles; r=gps
2013-10-03 09:10:00 +02:00
Ed Morley
50a3777f7a
Bug 917797 - Disable test_master_password.html for too many intermittent failures
2013-09-30 17:39:58 +01: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
Gregory Szorc
a126585769
Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:01 +02:00
Gregory Szorc
c7cdc0a4b0
Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger
2013-09-30 09:51:57 +02:00
Ed Morley
fffbf3fc65
Backed out changeset 77bff106b704 (bug 920223)
2013-09-30 12:50:12 +01:00
Ed Morley
7bd637970d
Backed out changeset 68b6b152f51a (bug 920223)
2013-09-30 12:50:09 +01: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
Gregory Szorc
365ec41916
Bug 920223 - Part 2: Mass convert MOCHITEST_CHROME_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:01 +02:00
Gregory Szorc
5b9b6bab30
Bug 920223 - Part 1: Mass convert MOCHITEST_FILES to manifests; rs=Ms2ger
2013-09-30 09:51:57 +02:00
Gregory Szorc
189afd1a65
Bug 901990 - Part 2: Upgrade xpcshell manifests; r=ted
2013-09-24 11:50:08 -07:00
Boris Zbarsky
c9c6bc6b01
Bug 874502 part 1. Fix browser-chrome tests to not assume synchronous closing of windows. r=dolske
2013-09-17 17:45:47 -04:00
Masatoshi Kimura
4db56da210
Bug 913494 - Remove enablePrivilege usage from tests for password manager. r=bholley
2013-09-07 09:34:20 +09:00
Ed Morley
6b0c0bddb8
Merge latest green fx-team changeset and mozilla-central
2013-09-06 16:19:32 +01:00
Mark Hammond
990ab72f79
Bug 903299 - don't log errors if the prompter declines to show a modal prompt. r=adw
2013-09-06 16:37:25 +10:00
Mike Hommey
b207d5baf7
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
Justin Dolske
dc7374b3f0
Bug 355063 - Password manager does not work on script-generated forms, should use new DOMFormHasPassword event instead. r=mattn,jwilde,margaret
2013-08-23 20:28:11 -07:00
Ms2ger
2ef127e833
Bug 906351 - Use @DEPTH@ even more; r=ted
2013-08-22 08:55:59 +02:00
Justin Dolske
77817e8036
Bug 907594 - Pref-change observer isn't being called. r=mattn
2013-08-20 23:55:18 -07:00
Patrick McManus
23d7efaba0
bug 904590 - useless settimeout call in test_prompt_async.html test r=jduell
2013-09-05 20:47:04 -04:00
Justin Dolske
95e01658eb
Bug 902202 - Fix a "can't access dead object" error that new log parser just noticed. r=mattn
2013-08-11 01:33:30 -07:00