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
Перейти к файлу
Daniel Holbert c96286c2ee Bug 1266570: Add CSS_PROPERTY_STORES_CALC flag to "clip-path" property, so it can transition between percent and pixel shape-coordinates. r=heycam
Our transition/animation code uses "calc" to represent interpolated values between percent & pixel endpoints.  But it only does that if the property has this CSS_PROPERTY_STORES_CALC flag. (This check is in StyleAnimationValue.cpp's static helper, GetCommonUnit().)

We do indeed store (& honor) calc() units for "clip-path" in its style struct, so we can & should add this flag.

MozReview-Commit-ID: 7eEEo9ROnpU

--HG--
extra : rebase_source : b2aa4887bf17048c7fe485f77302e4df91a20f1c
2016-09-20 11:05:43 -07:00
.cargo bug 1298422 - vendor byteorder into third-party/rust. r=froydnj 2016-09-08 15:12:34 -07:00
accessible Bug 1304136 - Use a single AccEventGen.py invocation; r=chmanchester 2016-09-18 15:30:32 -04:00
addon-sdk Bug 1269347 - Part3 Add SDK with embedded webextension test addon. r=krizsa 2016-09-14 17:09:22 +02:00
b2g Bug 1296280 (part 3) - Set HPACK receive buffer size appropriately for the platform r=mcmanus 2016-09-06 12:48:41 -07:00
browser Bug 1296900 - Hide commands API if manifest key is missing r=kmag 2016-08-20 23:01:43 -07:00
build Backed out 16 changesets (bug 1288618) for bustage on a CLOSED TREE 2016-09-21 08:44:11 +02:00
caps Bug 1018486 - Part 8: Various other changes, r=smaug 2016-09-07 10:50:45 -04:00
chrome Bug 1018486 - Part 8: Various other changes, r=smaug 2016-09-07 10:50:45 -04:00
config Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2016-09-19 09:45:57 -04:00
db/sqlite3 Bug 1293367 - Upgrade to SQLite 3.14.1. r=asuth 2016-08-18 22:02:22 -04:00
devtools merge mozilla-inbound to mozilla-central a=merge 2016-09-21 12:03:31 +02:00
docshell Bug 1279086 - Allow painting for tab switch when JS is running (r=dvander,mconley,mrbkap) 2016-09-16 20:35:11 -07:00
dom Bug 1304207 - Add telemetry to track when EME CDMs are instantiated. r=francois,gerald 2016-09-21 10:45:02 +12:00
editor Bug 1272893 - Remove nsISupportsArray from GetEmbeddedObjects() in editor. r=masayuki 2016-09-15 04:33:00 +02:00
embedding Backed out changeset df7cb65bee39 (bug 1301138) for wpt test failures 2016-09-08 08:33:13 +02:00
extensions Bug 1301274 - use default firstPartyDomain in PermissionManager. r=baku 2016-09-19 19:36:06 +08:00
gfx Bug 1304457 - Add some missing mCanSend checks. r=dvander 2016-09-21 13:51:23 -04:00
gradle/wrapper Bug 1263390 - Use Gradle 2.10 and Android Gradle plugin 2.0. r=mcomella 2016-04-19 20:01:38 +02:00
hal Bug 1300884 follow-up: Remove browser_alarms.js, landed on a CLOSED TREE 2016-09-07 15:22:21 -04:00
image Bug 1303920 - Update stylo reftest list; r=heycam 2016-09-19 20:20:03 +05:30
intl Bug 1296050 - When checking whether bidi resolution is needed, ignore Unicode directional-control characters that do not actually introduce right-to-left-ness. r=xidorn 2016-09-05 14:15:32 +01:00
ipc Allow passing an empty Endpoint over IPDL. (bug 1302009, r=billm) 2016-09-19 19:18:20 -07:00
js Bug 1304133 - explicitly list selfhosted.js output in GENERATED_FILES; r=chmanchester 2016-09-19 13:43:18 -04:00
layout Bug 1266570: Add CSS_PROPERTY_STORES_CALC flag to "clip-path" property, so it can transition between percent and pixel shape-coordinates. r=heycam 2016-09-20 11:05:43 -07:00
media merge mozilla-inbound to mozilla-central a=merge 2016-09-21 12:03:31 +02:00
memory Bug 1300974 - Work around race condition leading to deadlock on fork when enabling LogAlloc. r=njn 2016-09-08 07:56:02 +09:00
mfbt Bug 1302233 - Introduce VsprintfLiteral to mfbt. r=froydnj 2016-09-14 20:48:45 +02:00
mobile Bug 1296900 - Add test for availability of default WebExtension APIs r=kmag 2016-08-20 22:21:45 -07:00
modules Bug 1296280 (part 3) - Set HPACK receive buffer size appropriately for the platform r=mcmanus 2016-09-06 12:48:41 -07:00
mozglue Backed out changeset 39da44265946 (bug 1263595) for build bustage a=backout CLOSED TREE 2016-09-16 14:19:22 -07:00
netwerk bug 1302140 - add policy to disable SHA-1 except for certificates issued by non-built-in CAs r=jcj,rbarnes 2016-09-14 15:11:15 -07:00
nsprpub Bug 1293329, NSPR_4_13_BETA3, reusing r=ted 2016-09-12 05:36:36 -07:00
other-licenses Bug 1296449, statically link mbsdiff.exe, like we do for mar.exe r=glandium 2016-08-22 16:59:33 +12:00
parser Backed out changeset 6fb622c938de (bug 884693) for crashed @mozilla::dom::XMLHttpRequestMainThread 2016-09-21 13:00:50 +08:00
probes Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
python Bug 1302364 - Include firefox-ui and puppeteer in all-tests.json, and allow to run tests via "mach test". r=gps 2016-09-21 10:31:05 +02:00
rdf Bug 1018486 - Part 8: Various other changes, r=smaug 2016-09-07 10:50:45 -04:00
release/docker Bug 1297519 - Generate multilocale Firefox snaps r=Callek, a=release DONTBUILD 2016-09-17 10:53:41 -04:00
security bug 1302140 - add policy to disable SHA-1 except for certificates issued by non-built-in CAs r=jcj,rbarnes 2016-09-14 15:11:15 -07:00
services Bug 1267917 - Hook the sync bookmark validator into the new sync telemetry ping r=bsmedberg,markh 2016-09-12 14:59:25 -04:00
startupcache Bug 1297300 - Add missing checks to GetSpec() calls in rdf/, startupcache/ and xpfe/. r=froydnj. 2016-08-31 09:08:42 +10:00
storage Bug 1301127 - Make nsNavHistoryFolderResultNode QueryInterface to mozIStorageStatementCallback, r=smaug 2016-09-07 14:46:27 -04:00
taskcluster Bug 1278402 - Add linux64-ccov and linux64-jsdcov as code coverage build platforms to taskcluster. r=dustin,jmaher 2016-07-23 11:27:49 -04:00
testing Bug 1278702 - Fail early in compiled-code tests with --artifact Try syntax; r=armenzg 2016-09-20 13:43:06 -04:00
third_party/rust/byteorder bug 1298422 - vendor byteorder into third-party/rust. r=froydnj 2016-09-08 15:12:34 -07:00
toolkit Bug 1304207 - Add telemetry to track when EME CDMs are instantiated. r=francois,gerald 2016-09-21 10:45:02 +12:00
tools merge mozilla-inbound to mozilla-central a=merge 2016-09-21 12:03:31 +02:00
uriloader Bug 1291375 - 5. Use Fennec bindings where needed; r=snorp 2016-09-16 15:13:48 -04:00
view Back out b00b37cb64ef (bug 1298709) for static analysis bustage 2016-09-05 20:14:56 -07:00
widget merge mozilla-inbound to mozilla-central a=merge 2016-09-21 12:03:31 +02:00
xpcom Merge mozilla-central to autoland 2016-09-21 12:10:25 +02:00
xpfe Bug 1297300 - Add missing checks to GetSpec() calls in rdf/, startupcache/ and xpfe/. r=froydnj. 2016-08-31 09:08:42 +10:00
.clang-format
.clang-format-ignore
.eslintignore Bug 1304142 pocket a/b test updates, r=Gijs 2016-09-20 16:06:37 -07:00
.eslintrc Bug 1245916: Unify eslint global discovery rules. r=pbrosset 2016-02-05 11:37:50 -08:00
.flake8 Bug 1283129 - Flake8 linter is accidentally linting some eslint related .lint files, r=maja_zf 2016-06-29 10:37:27 -04:00
.gdbinit bug 985566 - add some pretty printers to .gdbinit r=froydnj r=glandium 2016-06-02 13:33:07 -04:00
.gdbinit_python bug 985566 - add some pretty printers to .gdbinit r=froydnj r=glandium 2016-06-02 13:33:07 -04:00
.gitignore Bug 1301790 - Bundle codemirror into a single script;r=gl 2016-09-11 09:38:51 -07:00
.hgignore Bug 1301790 - Bundle codemirror into a single script;r=gl 2016-09-11 09:38:51 -07:00
.hgtags No bug - Tagging mozilla-central fc69febcbf6c0dcc4b3dfc7a346d8d348798a65f with FIREFOX_AURORA_51_BASE a=release DONTBUILD CLOSED TREE 2016-09-19 09:43:48 -04:00
.lldbinit Bug 1254128 - Make the Mozilla .lldbinit use the full path for topsrcdir. r=sparky 2016-03-01 16:36:08 +00:00
.taskcluster.yml Bug 1252235 - Make try syntax available to mozharness from TaskCluster through an environment variable. r=armenzg 2016-08-29 16:33:24 -07:00
.ycm_extra_conf.py Bug 1293534: Fix .ycm_extra_conf after bug 1195748. r=gps 2016-08-09 10:30:58 -07:00
AUTHORS
Android.mk
CLOBBER Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2016-09-19 09:45:57 -04:00
GNUmakefile
LEGAL
LICENSE
Makefile.in Bug 1304143 - pass --verbose flag to tup when not running 'make -s'; r=chmanchester 2016-09-12 15:09:15 -04:00
README.txt
aclocal.m4 Bug 1298536 - Move --with-linux-headers to Python configure. r=glandium 2016-08-31 14:29:29 -07:00
build.gradle Bug 1268453 - Use Android Gradle plugin 2.1. r=mcomella 2016-04-29 14:48:43 +02:00
client.mk Bug 1295751 - Make it possible to copy configure.in to configure. r=gps 2016-08-16 19:35:00 -07:00
client.py
configure.in Bug 1295751 - Make it possible to copy configure.in to configure. r=gps 2016-08-16 19:35:00 -07:00
configure.py Bug 1296503 - Switch config.status to unicode literals. r=ted 2016-08-24 07:32:52 +09:00
gradle.properties Bug 1218370 - Use Gradle daemon in srcdir builds. r=me 2015-10-26 09:28:14 -07:00
gradlew Bug 1123416 - Part 1: Make topsrcdir a valid Gradle project root. r=sebastian 2015-10-21 15:07:55 -07:00
mach Bug 1279020 - [mach] Follow symlinked mach binary when searching for a srcdir, r=gps 2016-06-09 17:20:02 -04:00
moz.build Bug 1289194 - Move tools/fuzzing/libfuzzer reference to toolkit. r=ted 2016-09-10 02:27:23 +02:00
moz.configure Bug 1293448 - Build XPIDL files in the tup backend; r=glandium,gps 2016-07-29 13:43:29 -04:00
mozilla-config.h.in Bug 1231314 - Turn mozilla-config.h and js-confdefs.h into CONFIGURE_DEFINE_FILES. r=gps 2015-12-15 08:06:11 +09:00
old-configure.in Bug 1299919 - Set CPP/CXXCPP from python configure. r=chmanchester 2016-09-13 13:25:18 +09:00
settings.gradle Bug 1233882 - Fold base Gradle project into app Gradle project. r=sebastian,mcomella 2016-02-17 19:25:54 -08:00
test.mozbuild Bug 1229233 - Add a (incomplete) end-to-end build test. r=gps 2015-12-01 13:57:52 +09:00

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:

    http://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:

    http://developer.mozilla.org/en/docs/Creating_a_patch
    http://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 http://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 -
    http://nightly.mozilla.org/