Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Go to file
Masayuki Nakano fa274b5db3 Bug 1602610 - Make test_use_split_keypress_event_model_on_old_Office_Online_Servier.html listen to CheckKeyPressEventModel event for avoiding intermittent failure r=smaug
It's a testcase for Office Online Server duplicated from `test_bug1514940.html`.
The original test listens to `CheckKeyPressEventModel` event which is fired
when the `keypress` event model is changed from the default mode.  Therefore,
this test also needs to listen to the event for avoiding intermittent failure
which is caused by running the tests before the mode change.

However, unfortunately, for keeping the performance of web apps which don't
need our mode changes, we can check the event only on debug build.  Therefore,
this patch makes the test run only on debug build.

Finally, this patch renames `test_bug154940.html` too because it tests
special behavior on specific web app and the new test name explains it like
the test for Office Online Server.

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

--HG--
rename : dom/events/test/test_bug1514940.html => dom/events/test/test_use_split_keypress_event_model_on_old_Confluence.html
extra : moz-landing-system : lando
2020-03-02 11:39:00 +00:00
.cargo Bug 1612515 - Part 6: Import the SmooshMonkey change from rust-frontend. r=jorendorff,glandium 2020-02-28 14:17:33 +00:00
.vscode
accessible Bug 1617301 - Fix accessibilityFocusedUIElement to work across processes. r=morgan 2020-03-02 22:10:37 +00:00
browser Bug 1615308 - Validate each entry of IAT for ntdll.dll before copying it into a new process. r=aklotz 2020-03-03 00:19:41 +00:00
build Bug 1619408 - Make remaining tweaks to build system code to allow running ./mach build with Python 3 r=firefox-build-system-reviewers,mshal 2020-03-02 21:33:48 +00:00
caps Bug 1618241 - Move CreateQuotaDBKey to nsIPrincipal r=ckerschb,baku 2020-02-27 00:22:27 +00:00
chrome Bug 1616912 - Remove unused locale related code from nsChromeRegistry. r=jfkthame 2020-02-22 00:20:03 +00:00
config Bug 1618620 - Convert run_spidermonkey_checks.py to py3; r=firefox-build-system-reviewers,rstewart 2020-02-28 00:28:36 +00:00
devtools Bug 1617666 - Use a separate Debugger to improve performance of eval. r=jlast 2020-03-02 22:55:28 +00:00
docs no bug - reviewerdoc - Add the XPCOM group r=sylvestre DONTBUILD 2020-03-02 21:10:09 +00:00
docshell Bug 1617789 - Move loadInfo configuration into CreateAndConfigureRealChannelForLoadState so that it runs in the parent process with DocumentChannel. r=nika 2020-03-01 04:15:44 +00:00
dom Bug 1602610 - Make test_use_split_keypress_event_model_on_old_Office_Online_Servier.html listen to CheckKeyPressEventModel event for avoiding intermittent failure r=smaug 2020-03-02 11:39:00 +00:00
editor Bug 1618089 - part 6: Get rid of WSRunScanner::WSPoint r=m_kato 2020-03-02 10:08:59 +00:00
extensions Bug 1614639 - Clear expired permissions from the database during idle off of the main thread. r=Ehsan 2020-02-28 17:50:19 +00:00
gfx Bug 1613260 - Support per-task scale for local space rasterization r=gw,aosmond 2020-03-03 00:31:09 +00:00
gradle/wrapper
hal Backed out changeset d407a28318e6 (bug 1609815) for causing windows ming bustages CLOSED TREE 2020-02-27 07:05:19 +02:00
image Bug 1255105 - Use SurfacePipe in the BMP decoder. r=tnikkel 2020-03-02 23:24:12 +00:00
intl Bug 1618620 - Convert props2arrays.py to py3; r=firefox-build-system-reviewers,rstewart 2020-02-28 00:28:24 +00:00
ipc Backed out 4 changesets (bug 1589493) for mochitest multiple failures in test_process_error_oom.xhtml on a CLOSED TREE 2020-03-02 15:57:39 +02:00
js Bug 1618038 - Add some |if constexpr| to eliminate |to{,Mutable}Handle| functions on |FakeRooted|. r=sfink 2020-03-02 12:24:35 +00:00
layout Bug 1618988 - Move GeckoView accessiblecaret overrides closer to the rules they override. r=TYLin 2020-03-02 23:04:07 +00:00
media Bug 1612515 - Part 4: Move RunCBindgen.py to /build. r=glandium 2020-02-28 14:07:15 +00:00
memory Backed out changeset d407a28318e6 (bug 1609815) for causing windows ming bustages CLOSED TREE 2020-02-27 07:05:19 +02:00
mfbt Backed out changeset d407a28318e6 (bug 1609815) for causing windows ming bustages CLOSED TREE 2020-02-27 07:05:19 +02:00
mobile Bug 1619344 - Open the floodgates and let the GV app handle all schemes in redirects in onLoadRequest. r=snorp 2020-03-02 20:32:19 +00:00
modules Bug 1618773 - Turn on dom.animations-api.implicit-keyframes.enabled and dom.animations-api.autoremove.enabled unconditionally; r=boris 2020-03-02 19:02:51 +00:00
mozglue Bug 1615308 - Validate each entry of IAT for ntdll.dll before copying it into a new process. r=aklotz 2020-03-03 00:19:41 +00:00
netwerk Bug 1618113 - Allow 'secure' cookies when set by localhost, r=Ehsan 2020-03-02 17:21:03 +00:00
nsprpub
other-licenses Bug 1618103 Part 2 - Update ATK header file to pick up new roles, r=Jamie 2020-02-27 21:45:55 +00:00
parser Bug 1618643 - Remove nsAutoPtr usage from parser. r=hsivonen 2020-02-28 20:49:06 +00:00
python Bug 1619408 - Make remaining tweaks to build system code to allow running ./mach build with Python 3 r=firefox-build-system-reviewers,mshal 2020-03-02 21:33:48 +00:00
remote Bug 1615360 - [remote] Add BigInt support to Runtime.callFunctionOn. r=remote-protocol-reviewers,jgraham 2020-02-27 10:56:48 +00:00
security Bug 1584104 - Add some information needed by parent process to nsITransportSecurityInfo r=keeler 2020-03-02 20:28:15 +00:00
services Bug 1617133 - Upgrade kinto-offline-client to v13.0.0 r=glasserc 2020-03-02 14:13:57 +00:00
servo Bug 1617644 - Convert color-interpolation #defines to an enum class. r=emilio 2020-02-29 15:41:13 +00:00
startupcache Bug 1616186 - Don't try to write StartupCache if it doesn't exist r=froydnj 2020-02-18 17:49:47 +00:00
storage Bug 1617369 - Reformat storage/variant/ using rustfmt r=lina 2020-03-02 15:48:30 +00:00
taskcluster Bug 1619469 - Update release watershed to 72.0.2, r=tomprince 2020-03-03 00:58:32 +00:00
testing Bug 1618988 - Move text selection colors outside of geckoview.css. r=m_kato 2020-03-02 04:28:14 +00:00
third_party Bug 1602773 - Vendor glean_parser and its dependencies. r=ahal CLOSED TREE 2020-03-02 15:34:05 +00:00
toolkit Bug 1255105 - Use SurfacePipe in the BMP decoder. r=tnikkel 2020-03-02 23:24:12 +00:00
tools Bug 1617369 - Reformat tools/profiler/rust-helper/ using rustfmt r=mstange 2020-03-02 17:53:48 +00:00
uriloader Bug 1619344 - Open the floodgates and let the GV app handle all schemes in redirects in onLoadRequest. r=snorp 2020-03-02 20:32:19 +00:00
view Bug 1556568. Fix the first paint telemetry metric. r=mattwoodrow,chutten 2020-02-18 20:56:10 +00:00
widget Bug 1618988 - Move text selection colors outside of geckoview.css. r=m_kato 2020-03-02 04:28:14 +00:00
xpcom Bug 1619260 - Prevent assertion when processing nsStringBuffer leaks. r=froydnj 2020-03-02 14:31:09 +00:00
xpfe/appshell Bug 1618010 - use less NS_ADDREF in AppWindow; r=mossop 2020-02-26 17:55:00 +00:00
.arcconfig
.clang-format
.clang-format-ignore Bug 1353652 - Initial Draft of MPRIS API Provider (Media API on Linux) r=alwu 2020-02-12 13:10:50 +00:00
.cron.yml Bug 1612540 - bake geckoview in the push phase of releases. r=jlorenzo 2020-02-11 11:10:42 +00:00
.eslintignore Bug 1618962 - add Readability-readerable.js to eslintignore, r=Standard8 2020-02-28 19:43:59 +00:00
.eslintrc.js Bug 1614822 - Enable ESLint for testing/mochitest/tests/Harness_sanity/. r=kmag 2020-02-12 19:38:40 +00:00
.flake8 Bug 1597336 - add a fxa+sync scenario r=lina,markh 2020-02-23 23:17:23 +00:00
.gdbinit
.gdbinit_python
.git-blame-ignore-revs
.gitattributes
.gitignore Bug 1614314 - Use GitHub as upstream for the Java code of the HTML parser. r=alchen 2020-02-10 15:05:17 +00:00
.hg-annotate-ignore-revs
.hg-format-source
.hgignore
.hgtags No bug - Tagging mozilla-central f53ecf8eee2a0d2a7705d7ea3ec8682028e922a0 with FIREFOX_NIGHTLY_74_END a=release DONTBUILD CLOSED TREE 2020-02-10 10:54:50 +00:00
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle
Cargo.lock Bug 1615931 - Handle invalid bookmark URLs in new bookmark sync. r=markh,LougeniaBailey 2020-03-02 02:11:13 +00:00
Cargo.toml Bug 1612515 - Part 6: Import the SmooshMonkey change from rust-frontend. r=jorendorff,glandium 2020-02-28 14:17:33 +00:00
client.mk
client.py
CLOBBER Bug 1525393 - Run generate_sources_mozbuild.sh; r=bryce 2020-02-27 18:32:00 +00:00
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LEGAL
LICENSE
mach Bug 1614518 - Implement mach hazards command set for running the GC rooting hazard analysis. r=ahal,jonco,froydnj 2020-02-20 18:27:50 +00:00
Makefile.in Bug 1618280 - make make distclean work again; r=dmajor 2020-02-26 18:14:36 +00:00
moz.build Bug 1616630 - Use py3_action for GENERATED_FILES that already support it; r=firefox-build-system-reviewers,kvark,rstewart 2020-02-21 00:05:17 +00:00
moz.configure Bug 1618766 - Properly find and use MT on Windows cross-builds. r=froydnj 2020-02-28 12:33:03 +00:00
mozilla-config.h.in
old-configure.in Bug 1618752 - Fix the Windows cross builds so they include MSVC runtime DLLs. r=froydnj 2020-02-28 12:33:36 +00:00
package-lock.json
package.json
README.txt Bug 1617846 - Replace IRC with matrix.r=firefox-source-docs-reviewers,sylvestre 2020-02-25 11:39:53 +00:00
settings.gradle
substitute-local-geckoview.gradle
test.mozbuild

An explanation of the Mozilla Source Code Directory Structure and links to
project pages with documentation can be found at:

    https://firefox-source-docs.mozilla.org/contributing/directory_structure.html

For information on how to build Mozilla from the source code and create the patch see:

    https://firefox-source-docs.mozilla.org/contributing/how_to_contribute_firefox.html

If you have a question about developing Mozilla, and can't find the solution
on https://developer.mozilla.org, you can try asking your question on Matrix at chat.mozilla.org in `Introduction` (https://chat.mozilla.org/#/room/#introduction:mozilla.org) channel.


Nightly development builds can be downloaded from:

    https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/
            - or -
    https://www.mozilla.org/firefox/channel/desktop/#nightly

Keep in mind that nightly builds, which are used by Mozilla developers for
testing, may be buggy.