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
Перейти к файлу
Emilio Cobos Álvarez e485c5c372 Bug 1630919 - Do not throttle an effect due to opacity if the frame is animating opacity itself. r=hiro
When transitioning visibility and opacity at the same time, we create
two effects, one animating opacity, and one visibility.

We're incorrectly throttling the visibility animation due to opacity,
because _that_ effect is not animating opacity, but the other one is and
thus doesn't get throttled.

Use HasAnimationOfOpacity() to check for this case. This is slightly
sketchy, because the first time we get through there we may not even
have started the opacity animation yet. However it kinda works, because
the fact that there's a (non-throttled, because of the
aEffect.HasOpacityChange()) opacity animation means that we'll tick both
of them, and unthrottle them next frame.

This seems better than the alternative which is never throttling
animations in opacity: 0 roots.

Differential Revision: https://phabricator.services.mozilla.com/D76405
2020-05-21 23:12:26 +00:00
.cargo Bug 1639073 - Update jsparagus and use stencil crate. r=yulia 2020-05-20 17:34:02 +00:00
.vscode
accessible Bug 1409084: Map inputs with a list attribute to role EDITCOMBOBOX. r=eeejay 2020-05-20 23:58:22 +00:00
browser Bug 1638101 - Multistage about:welcome Get Started and Import Settings UI r=Mardak 2020-05-21 22:54:59 +00:00
build Backed out 7 changesets (bug 1639815) for --disable-install-strip related bustages CLOSED TREE 2020-05-22 01:33:22 +03:00
caps Bug 1637194 - P3. StoragePrincipalHelper uses firstPartyDomain in CookieJarSetting r=timhuang,baku 2020-05-19 09:47:32 +00:00
chrome Bug 1536556 - Replace raw thrown Cr.ERRORs with Components.Exception. r=mossop,remote-protocol-reviewers,marionette-reviewers,whimboo,necko-reviewers,geckoview-reviewers,valentin,agi 2020-05-05 17:41:36 +00:00
config Bug 1557727 - Part 3: Implement Intl.DisplayNames proposal. r=jwalden 2020-05-19 11:18:16 +00:00
devtools Bug 1609024 - Un-skip browser_layoutHelpers.js on Linux as the test is fixed. a=test-only 2020-05-21 22:57:47 +03:00
docs Bug 1636887 - how_to_contribute_firefox.rst : adding precisions to the windows dependencies setup explanations. r=sylvestre 2020-05-13 16:50:07 +00:00
docshell Bug 1002724 - Test that HTTPS is tried if typed host name doesn't respond via HTTP. r=smaug 2020-05-21 17:33:30 +00:00
dom Bug 1630919 - Do not throttle an effect due to opacity if the frame is animating opacity itself. r=hiro 2020-05-21 23:12:26 +00:00
editor Bug 1639161 - part 3: Get rid of `nsIEditActionListener::DidDeleteText()` r=m_kato 2020-05-21 08:23:04 +00:00
extensions Bug 1596855 - Update browser_permmgr_sync.js for Fission. r=pbz 2020-05-20 16:45:01 +00:00
gfx Bug 1639385 - add memory reporter for NativeFontResource data. r=jrmuizel 2020-05-21 20:32:10 +00:00
gradle/wrapper
hal Bug 1637452: Part 2 - Fix JNI includes in hal/android; r=geckoview-reviewers,agi 2020-05-15 17:04:12 +00:00
image Bug 1639807 - Isolate image cache per first-party when privacy.partition.network_state is set to true - part 2 - Implementation, r=timhuang 2020-05-21 11:28:12 +00:00
intl Bug 1616379 - Weaken the MOZ_ASSERT on failing to load a hyphenation resource to an NS_ASSERTION. r=jya 2020-05-20 12:01:50 +00:00
ipc Bug 1609024 - Remove cache mechanism which is not very useful. r=hiro,snorp,mccr8 2020-05-21 17:02:06 +00:00
js Backed out 7 changesets (bug 1639815) for --disable-install-strip related bustages CLOSED TREE 2020-05-22 01:33:22 +03:00
layout Bug 1639664 - Allow 'opacity' on ::first-letter/::first-line pseudos. r=emilio 2020-05-21 21:13:10 +00:00
media Bug 1634675 - Remove webrtc-gtests r=drno,froydnj 2020-05-20 19:59:45 +00:00
memory Bug 1553717 - Use Randomization on all arenas in non-Content Processes. r=glandium 2020-05-13 08:31:04 +00:00
mfbt Bug 1624495 - Support move only arguments such as UniquePtr in FunctionRef. r=botond 2020-05-21 01:56:57 +00:00
mobile Bug 1630229: Part 8 - Stop throwing AssertionError for binding of defunct ServiceAllocator.InstanceInfo; r=geckoview-reviewers,owlish 2020-05-21 19:11:22 +00:00
modules Bug 1002724 - add pref for fallback to https. r=smaug 2020-05-21 17:33:27 +00:00
mozglue Bug 1594268 - profiler_add_marker_for_thread takes payload by const& - r=canaltinova 2020-05-19 23:07:54 +00:00
netwerk Bug 1638172 - avoid name hiding for handling multipart channel in HttpChannelChild, r=mayhemer 2020-05-21 23:02:38 +00:00
nsprpub
other-licenses Bug 1634535 - Move ply to third_party/python r=glandium 2020-05-05 16:02:02 +00:00
parser Bug 1639392 - Merge nsIStyleSheetLinkingElement and nsStyleLinkElement, and call it LinkStyle. r=jwatt 2020-05-21 03:07:16 +00:00
python Bug 1639986 - Add hack to bootstrap to install Python 2 on macOS r=firefox-build-system-reviewers,nalexander 2020-05-21 20:25:34 +00:00
remote Bug 1599773 - [remote] Implement Page.frameDetached. r=remote-protocol-reviewers,maja_zf 2020-05-19 19:45:27 +00:00
security No Bug, mozilla-central repo-update HSTS HPKP remote-settings - a=repo-update r=RyanVM 2020-05-21 14:05:50 +00:00
services Bug 1639942 - Correctly register `Extension-Storage` engine alternatives. r=tcsc 2020-05-21 18:55:37 +00:00
servo Bug 1639664 - Allow 'opacity' on ::first-letter/::first-line pseudos. r=emilio 2020-05-21 21:13:10 +00:00
startupcache Bug 1614795 - use the background task queue for startupcache writes, r=dthayer,decoder 2020-04-15 20:43:44 +00:00
storage Bug 1639658 - make AsyncExecuteStatements use mozilla::Runnable; r=asuth 2020-05-20 18:41:28 +00:00
taskcluster Bug 1635826 - platform docs: improve the list of platforms r=marco DONTBUILD 2020-05-21 09:16:12 +00:00
testing Bug 1621645 - Tests: Drop wasm proposals that have merged and update pinned commits. r=lth 2020-05-21 18:46:26 +00:00
third_party Bug 1639073 - Update jsparagus and use stencil crate. r=yulia 2020-05-20 17:34:02 +00:00
toolkit Bug 1610081 - Show a border between the sidebar and the content area in about:addons and about:preferences when prefers-reduced-motion is enabled to help users with visual tearing migraines. r=Gijs 2020-05-20 16:10:07 +00:00
tools Bug 1639483 - Remove "mach search". r=rstewart 2020-05-21 15:49:57 +00:00
uriloader Bug 1627533 - Create LoadGroups for docshells using the BrowsingContext's request context id. r=dragana,necko-reviewers 2020-05-21 03:38:37 +00:00
view Bug 1623992 - Automated rewrite from chrome://global/skin/ to chrome://global/skin/global.css in markup r=marionette-reviewers,perftest-reviewers,mossop,whimboo,sparky 2020-04-03 22:23:23 +00:00
widget Bug 1639824 - Make `OKInputPaneManager` warn only when `TryShow()` and `TryHide()` fail, we're active and we get unexpected result r=m_kato 2020-05-21 15:40:41 +00:00
xpcom Bug 1639419 - Enable frame tree dumps whenever the layout debugger is enabled. r=TYLin,glandium 2020-05-20 23:44:49 +00:00
xpfe/appshell Bug 1276537 part 2 - Remove nsIWidget::SetShowsFullScreenButton. r=spohl 2020-05-15 06:19:14 +00:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore Bug 1635608 - Update OpenVR source code to use Unix line endings r=daoshengmu 2020-05-07 20:20:39 +00:00
.cron.yml Bug 1637231 - add applink tests r=acreskey 2020-05-14 13:01:59 +00:00
.eslintignore Bug 1628982 - Activate the condprofile on desktop + GV r=Bebe,perftest-reviewers,whimboo 2020-04-16 14:01:55 +00:00
.eslintrc.js Bug 1623245 - A new browser.storage.sync local storage implementation, pref'd off. r=rpl 2020-05-15 01:29:56 +00:00
.flake8 Bug 1622687 - toolkit/crashreporter/: Make it flake8 compliant r=gsvelto,rstewart 2020-04-16 14:40:31 +00:00
.gdbinit Bug 1627398 Part 5 - Support dumping frame trees in CSS pixels for gdb and lldb. r=heycam 2020-04-07 23:42:38 +00:00
.gdbinit_python
.git-blame-ignore-revs Bug 1633969 - Add bug 1298559 to .{hg-annotate,git-blame}-ignore-revs. r=sylvestre 2020-04-30 12:54:10 +00:00
.gitattributes
.gitignore Bug 1635514 - Delete tup CI/configure stuff r=froydnj 2020-05-05 18:34:16 +00:00
.hg-annotate-ignore-revs Bug 1633969 - Add bug 1298559 to .{hg-annotate,git-blame}-ignore-revs. r=sylvestre 2020-04-30 12:54:10 +00:00
.hg-format-source
.hgignore Bug 1635514 - Delete tup CI/configure stuff r=froydnj 2020-05-05 18:34:16 +00:00
.hgtags No bug - tagging 5b8406a0446906d7228e5d745549b50a3496dc0f with FIREFOX_NIGHTLY_77_END a=release DONTBUILD CLOSED TREE 2020-05-04 14:53:30 +00:00
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml Bug 1628832: [KaiOS] Factor out trust-domain in `.taskcluster.yml`; r=Callek 2020-05-14 18:47:47 +00:00
.trackerignore
.yamllint
.ycm_extra_conf.py Bug 1632497 - Make YouCompleteMe clangd completer work. r=jgraham 2020-04-28 10:08:00 +00:00
AUTHORS
CLOBBER Bug 1636656 - Update Clobber r=aklotz 2020-05-20 18:14:36 +00:00
Cargo.lock Bug 1638918 - Convert kvstore to use a background task queue instead of a one-off thread. r=KrisWright 2020-05-20 20:55:10 +00:00
Cargo.toml Bug 1636068 - Update spirv-cross to 0.20.0 r=groves 2020-05-16 02:27:33 +00:00
GNUmakefile
LEGAL
LICENSE
Makefile.in Bug 1599658 - Delete previous definition of py_action in Makefiles. Now py_action calls into Python 3 and py3_action doesn't exist. r=glandium 2020-05-05 20:04:30 +00:00
README.txt
aclocal.m4 Bug 1638193 - Remove build system support for iOS. r=nalexander 2020-05-15 03:56:16 +00:00
build.gradle Bug 1633039 - Don't check for Python 2 in configure r=glandium 2020-05-05 16:02:02 +00:00
client.mk Bug 1633016 - Remove a bunch of references to PYTHON(2) in Makefiles r=glandium 2020-05-05 19:53:22 +00:00
client.py
configure.in Bug 1627163 - Switch python configure to python 3. r=firefox-build-system-reviewers,rstewart 2020-04-07 18:31:56 +00:00
configure.py Bug 1631633 - Generate config.status deterministically. r=rstewart 2020-04-21 21:32:30 +00:00
gradle.properties
gradlew
gradlew.bat
mach Bug 1634675 - Remove webrtc-gtests r=drno,froydnj 2020-05-20 19:59:45 +00:00
moz.build Bug 1621095 - add reftest-qr to run focused webrender reftests on android phones. r=bc 2020-04-24 18:54:51 +00:00
moz.configure Backed out 7 changesets (bug 1639815) for --disable-install-strip related bustages CLOSED TREE 2020-05-22 01:33:22 +03:00
mozilla-config.h.in
old-configure.in Backed out 7 changesets (bug 1639815) for --disable-install-strip related bustages CLOSED TREE 2020-05-22 01:33:22 +03:00
package-lock.json
package.json
settings.gradle
substitute-local-geckoview.gradle
test.mozbuild

README.txt

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.