Christoph Kerschbaumer
ff38ee8272
Bug 1271188 - Remove SEC_NORMAL from toolkit/components/prompts/test/test_modal_prompts.html (r=sicking)
2016-05-12 14:06:25 +02:00
Carsten "Tomcat" Book
37fa9ce062
Backed out changeset 0dbe09e2ce98 (bug 1269039) for timeouts in windows test_master_password.html
2016-05-03 12:30:06 +02:00
Carsten "Tomcat" Book
1577de2c1c
Backed out changeset c93e30cbbed8 (bug 1269039)
2016-05-03 12:29:40 +02:00
Matthew Noorenberghe
82e73713fe
Bug 1269039 - Make test_master_password.html work with e10s. r=dolske
...
MozReview-Commit-ID: LUVxtCxaZ8G
2016-05-02 19:54:01 -07:00
Matthew Noorenberghe
5b2ff45c1d
Bug 1269039 - Use add_task in test_master_password.html. r=dolske
...
MozReview-Commit-ID: Bx1zVTyynN3
2016-05-02 17:33:09 -07:00
Justin Dolske
e72e79a414
Bug 1267388 - Make handlePrompt() take state/action args and actually use them. r=MattN
2016-04-29 10:09:54 -07:00
Justin Dolske
4e093a4868
Bug 1267388 - move test to mochitest/ dir, add action object. r=MattN
2016-04-29 10:09:53 -07:00
Jared Wein
430f39e4c7
Bug 1268159 - Use GreD in addition to XCurProcD for browser_misused_characters_in_strings.js to cover more string files. r=gijs
...
MozReview-Commit-ID: IlC170W0nlG
* * *
[mq]: temp
MozReview-Commit-ID: GF0k4zvONPD
2016-04-29 09:28:48 -04:00
Justin Dolske
935a0bf0b7
Bug 1265194 - Android test is now hanging, so disable it. Bug 1267092 to look at why it and others in this dir are problematic.
2016-04-24 14:27:50 -07:00
Justin Dolske
20b3f00e8b
Bug 1265194 - Fix test bustage.
2016-04-24 11:01:01 -07:00
Justin Dolske
1e05613bbc
Bug 1265194 - Refactor prompt tests to use state/action objects and new common helpers. r=adw
2016-04-24 11:01:01 -07:00
Justin Dolske
b555ebe7b3
Bug 1265194 - use the hidden attribute in commonDialog.xul for consistency with tabPrompts.xml. r=adw
2016-04-24 11:01:01 -07:00
Justin Dolske
c658473e5b
Bug 1265194 - Move handlePrompt() and checkPromptState() to prompt_common.js, and rename a test. r=adw
2016-04-24 11:01:01 -07:00
Justin Dolske
ffb41fe5d1
Bug 1263784 - Fix test_modal_prompts.html and test_modal_select.html to run under E10S. r=adw
...
Use chromeScript and message manager to fetch state of prompt and dismiss it. Enable tests in E10S.
MozReview-Commit-ID: 5M9GYijlQPV
2016-04-15 13:43:25 -07:00
Justin Dolske
37a9d23100
Bug 1263784 - Fix test_modal_prompts.html and test_modal_select.html to run under E10S. r=adw
...
Move state/action objects out of handleDialog, into main runTest() body.
MozReview-Commit-ID: 1250sb8N5sT
2016-04-15 13:43:25 -07:00
Justin Dolske
d3fe06177e
Bug 1263784 - Fix test_modal_prompts.html and test_modal_select.html to run under E10S. r=adw
...
Make expected-state object independent from ui object.
MozReview-Commit-ID: 547tN5kSyDt
2016-04-15 13:43:25 -07:00
Justin Dolske
c161975016
Bug 1263784 - Fix test_modal_prompts.html and test_modal_select.html to run under E10S. r=adw
...
Move all expected-ui state checks into state object.
MozReview-Commit-ID: AKV0z4G3R7d
2016-04-15 13:43:25 -07:00
Justin Dolske
22ee2a4c78
Bug 1263784 - Fix test_modal_prompts.html and test_modal_select.html to run under E10S. r=adw
...
Move all actions to be performed on a prompt (e.g. clicking a button, checking a checkbox) into an "action" object.
MozReview-Commit-ID: 8KSGmezOGZZ
2016-04-15 13:43:25 -07:00
Drew Willcoxon
f62c0ea024
Bug 1252723 - [e10s] Make toolkit/components/prompts/test work under e10s. r=dolske
2016-04-01 17:36:28 -07:00
Makoto Kato
b7a5f6178a
Bug 1250772 - Remove softkb-change observer listener. r=mossop
...
MozReview-Commit-ID: 2PkpjTSVSsM
2016-02-24 12:52:38 +09:00
Dave Townsend
a215a4a95a
Bug 1245649: Turn on no-extra-semi. r=markh
2016-02-03 17:27:36 -08:00
Dave Townsend
a2ba043d69
Bug 1245649: Turn on no-trailing-spaces. r=Gijs
2016-02-03 14:22:33 -08:00
Mike Hommey
d4d98b3b37
Bug 1240660 - Remove "+" prefixes in jar manifests. r=gps
...
Now that the faster make backend is enabled by default avoiding
cross-jar.mn file conflicts, and now that individual files can't
overlap with wildcards in the same jar.mn files, which were two
main things that the "+" prefix was used for (apart from
cargo-culting), the "+" prefixes in the tree are not necessary
anymore.
2016-01-20 07:24:40 +09:00
Dave Townsend
8dc7f59eb3
Bug 1229142: Link browser and toolkit test directory to the shared eslintrc files. r=Standard8
2015-11-30 13:05:00 -08:00
Gijs Kruitbosch
937f4d1e69
Bug 1234936 - part 2: always focus tabs when they show an onbeforeunload dialog, r=billm
2015-12-29 18:49:27 +00:00
Dave Townsend
2fb8689242
Bug 1231828: Fix JS parsing errors in toolkit and browser XBL files. r=felipe
2015-12-10 16:53:46 -05:00
Matthew Noorenberghe
49d8829ebf
Bug 1216986 - Fix usage of nsIURI.host in password manager and prompt code to support IPv6. r=dolske,liuche,kanru
2015-12-02 16:13:18 -08:00
Gijs Kruitbosch
b015fb9698
Bug 332195 - part 6: make an exception for beforeunload events while tabview is open, r=mconley
2015-10-26 14:17:16 +01:00
Gijs Kruitbosch
9118a83203
Bug 332195 - part 2: allow the user to control this behaviour with a checkbox, r=mconley
2015-10-13 11:06:01 +01:00
Gijs Kruitbosch
be34b869d3
Bug 332195 - part 1: don't focus tabs by default, add pref to be able to revert late if we see too many issues, r=mconley
2015-10-12 18:10:44 +01:00
Felipe Gomes
263c07f0c5
Bug 1116385. r=Mossop
2015-10-13 20:32:25 -03:00
Phil Ringnalda
a2809d1317
Back out 2 changesets (bug 1116385, bug 724353) for test_unknownContentType_delayedbutton.xul failures
...
Backed out changeset aaade64d3f28 (bug 724353)
Backed out changeset dca478776c91 (bug 1116385)
2015-10-12 21:37:58 -07:00
Felipe Gomes
03b6bb0989
Bug 1116385. r=Mossop
2015-10-12 22:05:38 -03:00
Carsten "Tomcat" Book
036e6d2fa3
Backed out 2 changesets (bug 1202902) to recking bug 1202902 to be able to reopen inbound on a CLOSED TREE
...
Backed out changeset 647025383676 (bug 1202902 )
Backed out changeset d70c7fe532c6 (bug 1202902 )
2015-10-07 14:03:21 +02:00
Carsten "Tomcat" Book
12369728f5
Backed out 1 changesets (bug 1202902) for causing merge conflicts to mozilla-central
...
Backed out changeset cfc1820361f5 (bug 1202902 )
2015-10-07 12:13:45 +02:00
Shu-yu Guo
474f49adb7
Bug 1202902 - Scripted fix the world.
2015-10-06 14:00:31 -07:00
Tooru Fujisawa
afbd2956bc
Bug 1207498 - Part 1: Remove use of expression closure from toolkit/components/, except tests. r=Gijs
2015-09-24 20:32:23 +09:00
Tooru Fujisawa
3d13712ac2
Backed out changeset 036615ba3257 (bug 1207498) for Linux pgo M(oth) failure
2015-09-27 23:42:50 +09:00
Tooru Fujisawa
f2efd2a948
Bug 1207498 - Part 1: Remove use of expression closure from toolkit/components/, except tests. r=Gijs
2015-09-24 20:32:23 +09:00
Shu-yu Guo
37989840cd
Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
2015-09-15 11:19:45 -07:00
Carsten "Tomcat" Book
c510093e8c
merge mozilla-inbound to mozilla-central a=merge
2015-09-11 16:36:35 +02:00
Kaustabh Datta Choudhury
1306ff3c92
Bug 1162003 - Enable run-by-dir mode on Fx desktop debug & ASAN builds. r=jmaher
2015-09-10 09:52:00 +02:00
Gijs Kruitbosch
473e54f0ff
Bug 950636 - insert delays into test to make behaviour sane on linux, rs=test-only
2015-09-10 17:38:50 +01:00
Christoph Kerschbaumer
aaeeb53bc0
Bug 1087744: Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/ - tests (r=gijs)
2015-02-11 08:51:35 -08:00
Phil Ringnalda
2912bc8d27
Back out 35e75bce4db4 (bug 1087744) for xpcshell bustage
...
CLOSED TREE
2015-02-10 23:05:42 -08:00
Christoph Kerschbaumer
28d1108bd8
Bug 1087744: Make JS callers of ios.newChannel call ios.newChannel2 in toolkit/ - tests (r=gijs)
2015-02-10 20:49:49 -08:00
Chris Peterson
15857d8e2b
Bug 1108412 - Fix strict mode warning about assigning to an undeclared variable port in nsPromper.js. r=dolske
2014-12-07 00:30:13 -08:00
Alex Bardas
034692ff5a
Bug 1068660 - Add confirmation dialog to unblock downloads. r=Paolo r=MattN
2014-10-14 11:19:00 +02:00
Shu-yu Guo
40c62f33a5
Bug 1001090 - Part 5: Fix errors in tests throughout the tree. (r=robcee,gavin)
2014-09-15 16:30:47 -07:00
Bobby Holley
ddf1755f68
Bug 1062631 - Use SpecialPowers.wrapCallback for QI in more tests. r=bz
...
Otherwise the QI throws as soon as it tries to pass the IID into content code.
2014-09-08 13:36:20 -07:00