Justin Dolske
a7ba70d284
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
d3b33c0908
Bug 1265194 - Fix test bustage.
2016-04-24 11:01:01 -07:00
Justin Dolske
9c5d8cfa1f
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
1ad0f7cf0f
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
5d65a8856b
Bug 1265194 - Move handlePrompt() and checkPromptState() to prompt_common.js, and rename a test. r=adw
...
--HG--
rename : toolkit/components/prompts/test/test_bug861605.html => toolkit/components/prompts/test/test_dom_prompts.html
2016-04-24 11:01:01 -07:00
Justin Dolske
2b86c7361b
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
--HG--
extra : rebase_source : 244c8abd7e23d464f8f0cbe883dd41fecbd1d070
2016-04-15 13:43:25 -07:00
Justin Dolske
77355c579c
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
--HG--
extra : rebase_source : 1d825baf000359c127707e0f1c77d1465f257788
2016-04-15 13:43:25 -07:00
Justin Dolske
61b595181b
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
--HG--
extra : rebase_source : fd30b56983e4d7f7236c66be4ff075fca714b6e8
2016-04-15 13:43:25 -07:00
Justin Dolske
ba1d423afb
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
--HG--
extra : rebase_source : f9842066a0ad5dde957e1084cdbe3d858b34ea56
2016-04-15 13:43:25 -07:00
Justin Dolske
e5972b45f5
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
--HG--
extra : rebase_source : 8daded4813871ecc8deea2c5543f6c4f52a45542
2016-04-15 13:43:25 -07:00
Drew Willcoxon
9d5c7fee50
Bug 1252723 - [e10s] Make toolkit/components/prompts/test work under e10s. r=dolske
2016-04-01 17:36:28 -07:00
Makoto Kato
25b679c83e
Bug 1250772 - Remove softkb-change observer listener. r=mossop
...
MozReview-Commit-ID: 2PkpjTSVSsM
--HG--
extra : rebase_source : 53688c2352da873d8131109c5a9b2eb60f2e16c8
2016-02-24 12:52:38 +09:00
Dave Townsend
e496a11771
Bug 1245649: Turn on no-extra-semi. r=markh
...
--HG--
extra : commitid : HReQFPDOA6x
extra : rebase_source : 303a92f511c3c9dd2d26135975d4dc7c85e823b3
2016-02-03 17:27:36 -08:00
Dave Townsend
0a6414b898
Bug 1245649: Turn on no-trailing-spaces. r=Gijs
...
--HG--
extra : commitid : F2OWKTvXUO4
extra : rebase_source : ec68631342e0edc59d77b6bab1cdc975ad175327
2016-02-03 14:22:33 -08:00
Mike Hommey
6032f465cb
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
86f03db916
Bug 1229142: Link browser and toolkit test directory to the shared eslintrc files. r=Standard8
...
--HG--
extra : commitid : CKT2WDkxE4k
extra : rebase_source : 0be50c483317355b1e9af5985d53e85604748432
extra : histedit_source : 65d203f57ebd38b8c130e5db9aaa8ae3f507e7ac
2015-11-30 13:05:00 -08:00
Gijs Kruitbosch
a3c6a0004c
Bug 1234936 - part 2: always focus tabs when they show an onbeforeunload dialog, r=billm
...
--HG--
extra : commitid : KValcdxvJt8
extra : rebase_source : f10dd511583205a4f6801e1a7d93fa7b97bd17dd
extra : histedit_source : 98b663def3645375e9c39fe2557f6550f3e6e659
2015-12-29 18:49:27 +00:00
Dave Townsend
9c612a4946
Bug 1231828: Fix JS parsing errors in toolkit and browser XBL files. r=felipe
...
--HG--
extra : commitid : Ig2Yj9oB8m5
extra : rebase_source : 9a83b71125ccbb482e51b649ca09a6c348a5c111
2015-12-10 16:53:46 -05:00
Matthew Noorenberghe
d77a8d39c1
Bug 1216986 - Fix usage of nsIURI.host in password manager and prompt code to support IPv6. r=dolske,liuche,kanru
...
--HG--
extra : commitid : zwoW6hAPKy
extra : rebase_source : 183b3f29af92860fbe232427e9e8f1cdd7116707
2015-12-02 16:13:18 -08:00
Gijs Kruitbosch
011936bed1
Bug 332195 - part 6: make an exception for beforeunload events while tabview is open, r=mconley
...
--HG--
extra : commitid : DfE3UMe5yQX
extra : rebase_source : e743a0f45b5f31de18f07a00afebd798e5768f90
2015-10-26 14:17:16 +01:00
Gijs Kruitbosch
9bdc4d9b9d
Bug 332195 - part 2: allow the user to control this behaviour with a checkbox, r=mconley
...
--HG--
extra : commitid : 7jvP5BNMLUp
extra : rebase_source : 59b5789802d1a46f46d6bd3c04d35633c8cc7132
2015-10-13 11:06:01 +01:00
Gijs Kruitbosch
b331b9bc8d
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
...
--HG--
extra : commitid : 3AWrzsHuXjk
extra : rebase_source : 88539fc1a05394e11684039ea9533f5a6ffd3352
2015-10-12 18:10:44 +01:00
Felipe Gomes
62ea4c17d5
Bug 1116385. r=Mossop
2015-10-13 20:32:25 -03:00
Phil Ringnalda
3223175289
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
17a3d1c487
Bug 1116385. r=Mossop
2015-10-12 22:05:38 -03:00
Carsten "Tomcat" Book
08997000eb
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
e7ef778c9d
Backed out 1 changesets (bug 1202902
) for causing merge conflicts to mozilla-central
...
Backed out changeset cfc1820361f5 (bug 1202902
)
--HG--
extra : rebase_source : 5d3db72337754bc7ab0ed0c30b2896100411ff92
2015-10-07 12:13:45 +02:00
Shu-yu Guo
d06b6030f6
Bug 1202902
- Scripted fix the world.
2015-10-06 14:00:31 -07:00
Tooru Fujisawa
accd89d4fd
Bug 1207498 - Part 1: Remove use of expression closure from toolkit/components/, except tests. r=Gijs
...
--HG--
extra : commitid : 5yrVqfOUmEG
extra : rebase_source : e2ec30261bd76c1966b0e61fd7e08c2924f270b0
2015-09-24 20:32:23 +09:00
Tooru Fujisawa
e5f587574b
Backed out changeset 036615ba3257 (bug 1207498) for Linux pgo M(oth) failure
...
--HG--
extra : commitid : 4RedbQZ6Rzu
2015-09-27 23:42:50 +09:00
Tooru Fujisawa
b92d75e47c
Bug 1207498 - Part 1: Remove use of expression closure from toolkit/components/, except tests. r=Gijs
...
--HG--
extra : commitid : 2Gx1wpjvr9w
extra : rebase_source : 0a378fd51f45d3fe71430ad8a37a79a8862bfa76
2015-09-24 20:32:23 +09:00
Shu-yu Guo
64db2267cf
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
1a0ce23fe9
merge mozilla-inbound to mozilla-central a=merge
2015-09-11 16:36:35 +02:00
Kaustabh Datta Choudhury
2a080acfd0
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
445a2640dc
Bug 950636 - insert delays into test to make behaviour sane on linux, rs=test-only
...
--HG--
extra : commitid : IfC5zxIH92K
extra : rebase_source : f6472f8644f63defdf43a93e5778b3482a157302
2015-09-10 17:38:50 +01:00
Christoph Kerschbaumer
7082ffe2b7
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
490561155f
Back out 35e75bce4db4 (bug 1087744) for xpcshell bustage
...
CLOSED TREE
2015-02-10 23:05:42 -08:00
Christoph Kerschbaumer
01f03b1b49
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
6875f9cd2d
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
e95da48b1b
Bug 1068660 - Add confirmation dialog to unblock downloads. r=Paolo r=MattN
2014-10-14 11:19:00 +02:00
Shu-yu Guo
59ccd2fecb
Bug 1001090 - Part 5: Fix errors in tests throughout the tree. (r=robcee,gavin)
2014-09-15 16:30:47 -07:00
Bobby Holley
86df050cfc
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
Jeff Walden
c352e2ae00
Bug 369778 - Fix two RegExps that expect an unmatched capture group expands to the empty string, not to |undefined|. r=dolske
...
--HG--
extra : rebase_source : fdb86de8aba51af285f6293ee4bff8fd4b477d6f
2014-07-25 14:34:10 -07:00
Alexandre Poirot
7ea4dd517f
Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files; fix previous bustage on a CLOSED TREE, r=ahal
2014-07-02 15:40:56 -07:00
Tim Taubert
3f87b82238
Bug 616853 - Make the beforeunload prompt tab-modal r=dao,bz
2014-04-02 08:21:14 +02:00
Blake Kaplan
3a3257f6a8
Bug 899648 - Initial patch to make tab-modal prompts work. Original patch from Tom Schuster <evilpies@gmail.com>. r=dolske
2014-04-04 14:50:42 -07:00
Blake Kaplan
266c6f17eb
Bug 971222 - Small cleanup around prompt code. r=bzbarsky
2014-04-04 14:50:42 -07:00
Bill McCloskey
fd05f3eb04
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
3b83e5bb22
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
e784b5aef6
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 15:41:41 -07:00