gecko-dev/testing/mochitest
Masayuki Nakano e35cfd926c Bug 1536353 - part 3: Make nsIDOMWindowUtils.dispatchDOMEventViaPresShell() dispatch only trusted event r=smaug
In normal cases, `PresShell::EventHandler` won't receive untrusted event.
However, only `nsIDOMWindowUtils.dispatchDOMEventViaPresShell()` may send
untrusted event if its `aTrusted` is false.  Currently, this is not used by
chrome so that we don't need to keep supporting it for dispatching untrusted
events.

This patch removes `aTrusted` argument from it.

Differential Revision: https://phabricator.services.mozilla.com/D24870

--HG--
extra : moz-landing-system : lando
2019-03-26 10:10:22 +00:00
..
baselinecoverage Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
BrowserTestUtils Bug 1522546 - Properly handle preferred remote types in BrowserTestUtils.waitForNewWindow. r=bobowen 2019-01-31 19:54:33 +00:00
chrome Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
dynamic
embed
manifests
MochiKit
pywebsocket
ssltunnel
static
tests Bug 1536353 - part 3: Make nsIDOMWindowUtils.dispatchDOMEventViaPresShell() dispatch only trusted event r=smaug 2019-03-26 10:10:22 +00:00
__init__.py
api.js Bug 1528695 - Part 2 : Use referrerInfo in openWindow, contextmenu and openLinkIn r=Gijs 2019-03-15 05:10:17 +00:00
bisection.py
browser-harness.xul
browser-test.js Bug 1353013 - move new tab preload browser tracking into a separate module, r=dthayer 2019-03-19 17:29:14 +00:00
chrome-harness.js Bug 1518283 - prohibit blank lines at the beginning and end of blocks (eslint padded-blocks) r=mossop,Standard8 2019-01-30 17:26:25 +00:00
chunkifyTests.js
favicon.ico
gen_template.pl
harness.xul
install.rdf
leaks.py Bug 827976 - Teach leaks.py to ignore the hidden window. r=Ehsan 2019-03-04 20:21:31 +00:00
mach_commands.py
mach_test_package_commands.py
manifest.json
manifest.webapp
manifestLibrary.js
mochitest_options.py Bug 1522689 - Update command line help for several android test commands; r=bc 2019-02-01 07:18:05 -07:00
mochitest-e10s-utils.js
moz.build
nested_setup.js
pywebsocket_wrapper.py
README.txt
redirect.html
runjunit.py Bug 1533445 - Make android tests shutdown faster when device unresponsive; r=bc 2019-03-07 22:45:13 +00:00
runrobocop.py Bug 1529863 - Remove remnants of unused browser.firstrun and browser.snippets prefs. r=geckoview-reviewers,whimboo,esawin 2019-03-06 14:59:46 +00:00
runtests.py Bug 1536640 - Improve MOZ_LOG support in Android mochitest harness; r=bc 2019-03-25 14:55:20 +00:00
runtestsremote.py Bug 1536640 - Improve MOZ_LOG support in Android mochitest harness; r=bc 2019-03-25 14:55:20 +00:00
schema.json
server.js Bug 1518283 - prohibit blank lines at the beginning and end of blocks (eslint padded-blocks) r=mossop,Standard8 2019-01-30 17:26:25 +00:00
shutdown-leaks-collector.js
ShutdownLeaksCollector.jsm Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
start_desktop.js

See https://developer.mozilla.org/en/docs/Mochitest for detailed information on running and writing mochitests.