Florian Quèze
63de711857
Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws.
2017-01-17 11:50:25 +01:00
Jared Wein
242ab87626
Bug 1326511 - Enable brace-style and no-multi-spaces eslint rules for toolkit. r=MattN
...
MozReview-Commit-ID: FuVu8skcqOe
2016-12-30 21:47:25 -05:00
Jared Wein
e3149c378f
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 7E7LPorrEje
2016-12-29 18:34:54 -05:00
Wes Kocher
2d7553dcfd
Backed out 3 changesets (bug 1325464) for xpcshell failures a=backout
...
Backed out changeset 562ddc32cc21 (bug 1325464)
Backed out changeset cd10db6087dd (bug 1325464)
Backed out changeset 4079437c4648 (bug 1325464)
2016-12-29 14:05:44 -08:00
Jared Wein
34e228f767
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 8WoGr8i6oCR
2016-12-29 15:20:47 -05:00
Mark Banner
fb8a196639
Bug 1325623 - Fix most no-undef eslint issues in toolkit/components. r=mossop
...
MozReview-Commit-ID: DYJa1uNVagw
2016-12-23 16:00:46 +00:00
Dave Townsend
e7b1b3284f
Bug 1316882: Turn on space-before-function-paren eslint rule (toolkit). r=jaws
...
MozReview-Commit-ID: FGFwg6TYkvm
2016-11-11 15:22:34 -08:00
Dave Townsend
b0f59ac265
Bug 1316882: Turn on func-call-spacing eslint rule. r=bgrins
...
MozReview-Commit-ID: GIkQnRX9woD
2016-11-10 15:05:32 -08:00
Dave Townsend
12596ced47
Bug 1316882: Turn on space-infix-ops eslint rule. r=jaws
...
MozReview-Commit-ID: HBpjT2uHJaZ
2016-11-10 14:48:04 -08:00
Mark Banner
8ddd9bb511
Bug 1315951 - Fix no-unused-vars issues in toolkit/components (except places). r=mossop
...
MozReview-Commit-ID: 8svkCKZHxsq
2016-11-08 12:49:32 +00:00
Sebastian Hengst
6cf65ed900
Bug 1310297 - Remove test annotations using b2g, mulet or gonk: toolkit. r=RyanVM
...
MozReview-Commit-ID: I5LuDjnM7By
2016-11-05 11:29:22 +01:00
Dave Townsend
dc3810c548
Bug 1314343: Turn on no-unreachable in eslint. r=standard8
...
Unreachable code can be a sign of a mistake so we should turn this rule on.
MozReview-Commit-ID: LQphsNL7HBX
2016-11-01 10:58:35 -07:00
Jared Wein
0c024fa9ca
Bug 1312486 - Enable no-extra-boolean-cast, no-new-object, no-shadow-restricted-names, and spaced-comment rules for eslint. r=standard8
...
MozReview-Commit-ID: 7Gx90a5y8t6
2016-10-24 13:14:19 -04:00
Mark Banner
233309fbe2
Bug 1251003 - Change .eslintrc files to .eslintrc.js to avoid obsolete config file format. r=mossop
...
MozReview-Commit-ID: JrbFxQ5rj6I
2016-10-18 08:38:10 +01:00
Dragana Damjanovic
31a7348925
Bug 1277895 - Remove one new line from http auth prompt message. r=dolske
2016-09-16 09:24:26 +02:00
Boris Zbarsky
d01d82f8ef
Bug 1167575. Ensure that we don't exit modal state while we're still waiting on a Gecko runnable in the event-loop-spinning code in nsPrompter.js. r=dolske
...
If we synchronously shut down the prompt, that will exit modal state while we're
still processing our mouse or key event, which happens _before_ Gecko runnable
processing. Exiting modal state will generally post a runnable to run timeouts,
so we can end up processing that runnable before we return from processNextEvent
and unwind to whatever code did the alert() call on the web page. The upshot is
that the webpage will see timeouts fire before the alert() call returns.
If we exit modal state off a Gecko runnable instead, that will ensure that we
return to the nsPrompter code immediately after exiting modal state, see that
the prompt is no longer active, and return to the calling web page code _before_
processing any more runnables.
2016-09-01 21:31:22 -04:00
Matthew Noorenberghe
d46e68509f
Bug 1298193 - Part 7: Make test_prompt_promptAuth work with channels in the parent. r=Dolske
...
MozReview-Commit-ID: 4PTYcJr83pW
2016-08-25 22:59:51 -07:00
Ryan VanderMeulen
fa3e44b133
Merge inbound to m-c. a=merge
2016-08-26 09:37:03 -04:00
Matthew Noorenberghe
6c38ee1fdf
Bug 1266618 - Fix test_prompt.html for E10S by using a ChromeWindow. r=dolske
...
This switches getPrompt to use a ChromeWindow which matches what the shipping code does for e10s.
MozReview-Commit-ID: DcVSr6JfmdK
2016-08-25 00:06:51 -07:00
Stephen A Pohl
437594e1e5
Bug 1297707: Show icons in alert dialogs when text is null. r=felipe
2016-08-25 21:26:07 -04:00
Wes Kocher
2cd257334f
Merge m-c to fx-team, a=merge
...
a=release for the webidl hook due to comment-only changes
2016-08-16 22:09:34 -07:00
Jared Wein
8860cdf2c1
Bug 1294547 - Enable the comma-spacing rule for eslint. r=felipe
...
MozReview-Commit-ID: RCSDEvvk2I
2016-08-16 15:44:15 -04:00
Wes Kocher
740463f70e
Merge m-c to autoland, a=merge
2016-08-15 14:54:25 -07:00
Jared Wein
99638e1465
Bug 1294621 - Enable the no-lonely-if rule for eslint. r=gijs
...
MozReview-Commit-ID: 8izEqc8IyCu
2016-08-12 11:50:35 -04:00
Saad Quadri
5023fcc3b2
Bug 1274042 - Remove unnecessary edge case handling for E10S mode in prompt tests. r=Dolske
...
MozReview-Commit-ID: FKocwybNyib
2016-08-12 09:45:44 -07:00
Jared Wein
4518d81cb5
Bug 1292042 - Enable the keyword-spacing rule for eslint. Most of this patch was autogenerated by 'eslint --fix'. Files with .xml extension needed to be changed by hand due to limitations of custom plugin. r=markh
...
MozReview-Commit-ID: EMjJ3yWt9Wt
2016-08-04 03:28:58 -04:00
Jared Wein
ebf1ccbe46
Bug 1291855 - Enable the no-else-return rule for eslint. r=Felipe,kmag,mossop
...
MozReview-Commit-ID: DYOmE6xwMJh
2016-08-03 18:54:59 -04:00
Tom Tromey
1b5a2bdb96
Bug 1286877 - do not set c-basic-offset for python-mode; r=gps
...
This removes the unnecessary setting of c-basic-offset from all
python-mode files.
This was automatically generated using
perl -pi -e 's/; *c-basic-offset: *[0-9]+//'
... on the affected files.
The bulk of these files are moz.build files but there a few others as
well.
MozReview-Commit-ID: 2pPf3DEiZqx
2016-07-14 10:16:42 -06:00
Jared Wein
81846147fc
Bug 622939 - Clicking anywhere on a tab-modal prompt should focus it. r=Gijs
...
MozReview-Commit-ID: JziZBlLQZiI
2016-07-14 14:24:24 -04:00
Xidorn Quan
6101508a87
Bug 1141895 part 2 - Use unprefixed unicode-bidi values in internal code. r=jfkthame
...
MozReview-Commit-ID: 1o2NEe8eiSX
2016-06-30 16:25:31 +10:00
Justin Dolske
babcb1da96
Bug 1265077 - Fix Linux focus issues in test_modal_prompts.html. r=MattN
2016-06-29 15:01:56 -07:00
Dragana Damjanovic
d5c6b66b8b
Bug 1278418 - Add TODO for missing default button when focus is missing. r=dolske
2016-06-23 08:15:42 +02:00
Dragana Damjanovic
6e72a11bb8
Bug 1230462 - Change the authentiation dialog message. r=mayhemer,dolske,margaret,tanvi
2016-06-06 01:06:00 +02:00
Carsten "Tomcat" Book
529f945807
Backed out changeset 490d3460a197 (bug 1230462) for test failures in test_modal_prompts.html
2016-06-05 11:26:57 +02:00
Dragana Damjanovic
570b31b4cc
Bug 1230462 - Change the authentiation dialog message. r=mayhemer,dolske,margaret,tanvi
2016-06-03 09:09:00 +02:00
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