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
Перейти к файлу
Jeremy Chen d0f54c9e2e servo: Merge #17889 - stylo: remove bogus optimization check in replace_rules() for visited styles (from chenpighead:fix-transition-visited); r=hiro
We skipped updating the rule nodes for visited rules during animation-only restyle.
However, this causes isseus that visited style overrides animation styles on visited element.
So, it turns out that we should update the visited rules even during animation-only restyle.

Gecko bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1381235

Source-Repo: https://github.com/servo/servo
Source-Revision: d429561aa2dba35cfaca498c589462942b4c1cc4

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 291f128f87d9458fb0f201d99f8b5a256cca6fe1
2017-07-27 08:25:20 -05:00
.cargo
.vscode
accessible Bug 1330739 - Don't use control's frame as reference in SelectionManager. r=surkov 2017-07-26 19:02:37 -04:00
addon-sdk Bug 1383215: Part 5 - Update tests that relied on loading the same JSM from multiple URLs. 2017-07-21 18:01:42 -07:00
browser Bug 1384898 - Don't bother setting default fill colors for the downloads indicator. r=Paolo 2017-07-27 15:29:24 +02:00
build Backed out changeset 0c2bc12f4ebe (bug 1384396) for breaking builds when hg username has non-ascii characters. r=backout a=backout on a CLOSED TREE 2017-07-27 14:56:29 +02:00
caps
chrome
config Bug 1383966 - Give the result of the linker detection to OS_LDFLAGS r=glandium 2017-07-25 07:14:14 +02:00
db
devtools Backed out changeset c0f919689e48 (bug 1378824) for failing eslint at devtools/client/inspector/webpack.config.js:166:3 with: Newline required at end of file but not found. r=backout on a CLOSED TREE 2017-07-27 18:34:21 +02:00
docshell merge mozilla-inbound to mozilla-central a=merge 2017-07-27 10:57:25 +02:00
dom Backed out changeset 0cce9f382987 (bug 1364038) for failing mda's dom/media/tests/mochitest/test_peerConnection_addSecondVideoStream.html. r=backout on a CLOSED TREE 2017-07-27 18:32:58 +02:00
editor Bug 1382172 - Name nsITimerCallback instances in native implementation. r=billm 2017-07-27 02:18:20 +08:00
embedding
extensions Bug 1382172 - Name nsITimerCallback instances in native implementation. r=billm 2017-07-27 02:18:20 +08:00
gfx merge mozilla-inbound to mozilla-central a=merge 2017-07-27 10:57:25 +02:00
gradle/wrapper
hal Bug 1382099 - Remove MOZ_WIDGET_GONK from hal/. r=gsvelto. 2017-07-24 10:08:55 +10:00
image Bug 1381048 - Add few object tracking logs to imagelib. r=tnikkel 2017-07-25 11:14:00 -04:00
intl Bug 1382717 - Convert test test_ncr_fallback.html to comply with new data: URI inheritance model. r=smaug 2017-07-20 18:41:32 +02:00
ipc merge mozilla-inbound to mozilla-central a=merge 2017-07-27 10:57:25 +02:00
js merge mozilla-inbound to mozilla-central a=merge 2017-07-27 10:57:25 +02:00
layout merge mozilla-inbound to mozilla-central a=merge 2017-07-27 10:57:25 +02:00
media merge mozilla-inbound to mozilla-central a=merge 2017-07-27 10:57:25 +02:00
memory Bug 1382076 - Use FramePointerStackWalk() in DMD on Win32. r=erahm. 2017-07-20 11:33:31 +10:00
mfbt merge mozilla-inbound to mozilla-central a=merge 2017-07-27 10:57:25 +02:00
mobile merge mozilla-inbound to mozilla-central a=merge 2017-07-27 10:57:25 +02:00
modules merge mozilla-inbound to mozilla-central a=merge 2017-07-27 10:57:25 +02:00
mozglue Bug 1384233 - Update documentation for the %I format specifier in Printf.h. r=froydnj 2017-07-26 16:22:58 -04:00
netwerk merge mozilla-inbound to mozilla-central a=merge 2017-07-27 10:57:25 +02:00
nsprpub
other-licenses
parser merge mozilla-inbound to mozilla-central a=merge 2017-07-27 10:57:25 +02:00
probes
python merge mozilla-inbound to mozilla-central a=merge 2017-07-26 11:11:40 +02:00
rdf
security merge mozilla-inbound to mozilla-central a=merge 2017-07-27 10:57:25 +02:00
services Merge inbound to central, a=merge 2017-07-25 19:04:37 -07:00
servo servo: Merge #17889 - stylo: remove bogus optimization check in replace_rules() for visited styles (from chenpighead:fix-transition-visited); r=hiro 2017-07-27 08:25:20 -05:00
startupcache Bug 1383215: Part 2 - Split out URI resolution code into ResolveURI helper. r=mccr8 2017-07-21 15:12:32 -07:00
storage
taskcluster Bug 1384905 - [tc-migration] Windows 8 should not be triggered on try (unless specified) r=Callek 2017-07-27 14:27:22 +02:00
testing Bug 1384289: Fix perfherder submission for static analysis builds r=ted 2017-07-25 15:36:58 -04:00
third_party No bug - Revendor rust dependencies 2017-07-27 02:00:02 +00:00
toolkit merge mozilla-inbound to mozilla-central a=merge 2017-07-27 10:57:25 +02:00
tools merge mozilla-inbound to mozilla-central a=merge 2017-07-27 10:57:25 +02:00
uriloader merge mozilla-inbound to mozilla-central a=merge 2017-07-27 10:57:25 +02:00
view
widget merge mozilla-inbound to mozilla-central a=merge 2017-07-27 10:57:25 +02:00
xpcom merge mozilla-inbound to mozilla-central a=merge 2017-07-27 10:57:25 +02:00
xpfe merge mozilla-inbound to mozilla-central a=merge 2017-07-27 10:57:25 +02:00
.clang-format
.clang-format-ignore Bug 1374730 - Follow-up to update some non-code mentions of webrender_traits to webrender_api. r=me and DONTBUILD 2017-07-26 09:56:52 -04:00
.clang-tidy
.cron.yml Bug 1383257 - Schedule windows nightlies via cron. r=kmoir a=Tomcat 2017-07-25 15:58:16 -04:00
.eslintignore Backed out changeset d0ed0997f4e0 (bug 1369801) 2017-07-27 18:14:48 +02:00
.eslintrc.js
.flake8
.gdbinit
.gdbinit_python
.gitignore Bug 1382304: hg/gitignore captures/ dir. r=nalexander 2017-07-19 11:08:06 -07:00
.hgignore Bug 1382304: hg/gitignore captures/ dir. r=nalexander 2017-07-19 11:08:06 -07:00
.hgtags
.inferconfig
.lldbinit
.taskcluster.yml Bug 1328727: revert to --base-repository=https://hg.mozilla.org/mozilla-central; r=gps 2017-07-25 01:26:41 +00:00
.ycm_extra_conf.py
AUTHORS
Android.mk
CLOBBER
GNUmakefile
LEGAL
LICENSE
Makefile.in Bug 1382502 - Enable sccache on PGO builds. r=ted 2017-07-20 11:31:14 +09:00
README.txt
aclocal.m4
build.gradle
client.mk
client.py
configure.in
configure.py
gradle.properties
gradlew
mach
moz.build
moz.configure Backed out changeset 2a1b1485ffc7 (bug 1384396) 2017-07-27 14:53:46 +02:00
mozilla-config.h.in
npm-shrinkwrap.json
old-configure.in merge mozilla-inbound to mozilla-central a=merge 2017-07-27 10:57:25 +02:00
package.json
settings.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://developer.mozilla.org/en/Mozilla_Source_Code_Directory_Structure

For information on how to build Mozilla from the source code, see:

    https://developer.mozilla.org/en/docs/Build_Documentation

To have your bug fix / feature added to Mozilla, you should create a patch and
submit it to Bugzilla (https://bugzilla.mozilla.org). Instructions are at:

    https://developer.mozilla.org/en/docs/Creating_a_patch
    https://developer.mozilla.org/en/docs/Getting_your_patch_in_the_tree

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 in a
mozilla.* Usenet group, or on IRC at irc.mozilla.org. [The Mozilla news groups
are accessible on Google Groups, or news.mozilla.org with a NNTP reader.]

You can download nightly development builds from the Mozilla FTP server.
Keep in mind that nightly builds, which are used by Mozilla developers for
testing, may be buggy. Firefox nightlies, for example, can be found at:

    https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/
            - or -
    https://nightly.mozilla.org/