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
Перейти к файлу
Andrew Osmond c4053ead28 Bug 1486962 - Ensure frame is associated with background images with WebRender. r=mstange
The frame for a background image should be associated with the image
request. This was done on the non-WebRender path in
nsCSSRendering::PaintStyleImageLayerWithSC but otherwise missing for the
WebRender path. This is important because the association is what allows
the FRAME_UPDATE from imagelib to cause a repaint. Without it, it will
manifest as incomplete or missing background images, in particular after
the background image SourceSurface has been released to save memory.
2018-08-30 18:19:59 -04:00
.cargo Bug 1468950 - Update serde_derive patch for changes in WR PR 2819. r=Gankro 2018-06-21 08:15:40 -04:00
.vscode Bug 1482693 - Recommend the official Rust VisualStudio Code extension r=gps,jya 2018-08-13 21:21:34 +00:00
accessible Merge mozilla-central to inbound. 2018-08-30 16:09:37 +03:00
browser Merge inbound to mozilla-central. a=merge 2018-08-31 00:49:36 +03:00
build Merge inbound to mozilla-central. a=merge 2018-08-31 00:49:36 +03:00
caps Bug 1431255 - Part III, Create per-origin sandboxes from XPCJSRuntime and load UA widgets scripts r=bholley,jaws,sfink 2018-06-27 11:34:07 -07:00
chrome Bug 1486182: Follow-up: Fix ESLint error. r=eslint-fix,test-only 2018-08-28 14:06:05 -07:00
config Merge inbound to mozilla-central. a=merge 2018-08-31 00:49:36 +03:00
db Bug 1485765 - use a compile-time determined endianness on aarch64 windows for sqlite; r=asuth 2018-08-27 12:47:36 -04:00
devtools Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-08-31 00:53:00 +03:00
docshell Merge mozilla-central to inbound 2018-08-30 07:38:35 +03:00
dom Merge inbound to mozilla-central. a=merge 2018-08-30 19:58:52 +03:00
editor Merge inbound to mozilla-central. a=merge 2018-08-29 12:43:37 +03:00
embedding
extensions Bug 1487372 - Update Autoconfig sandboxing URL. r=rtestard 2018-08-30 07:34:28 -05:00
gfx Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-08-30 20:08:44 +03:00
gradle/wrapper Bug 1476165 - Part 2: Update Android Gradle plugin to version 3.1.0. r=nalexander,snorp 2018-07-17 13:20:19 +01:00
hal Bug 1486772 - Refactor the screen-orientation types and headers r=smaug 2018-08-29 20:54:56 +00:00
image Bug 1471583. Add a new ImgDrawResult variant to distinguish INCOMPLETE and 'fully drew an image which wasn't really complete'. r=tnikkel 2018-08-29 00:53:08 -05:00
intl Bug 1485343 - Avoid locale-dependent C standard library functions in FTP code. r=valentin 2018-08-27 09:11:30 +00:00
ipc Bug 1467736: Add support for DllBlocklist_Shutdown;r=aklotz 2018-08-29 18:49:49 +00:00
js Merge inbound to mozilla-central. a=merge 2018-08-31 00:49:36 +03:00
layout Bug 1486962 - Ensure frame is associated with background images with WebRender. r=mstange 2018-08-30 18:19:59 -04:00
media Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-08-30 20:08:44 +03:00
memory Bug 1486690 - Rename nsMemory::Clone() and remove unnecessary checks after it. r=glandium 2018-08-28 15:59:19 +10:00
mfbt Backed out changeset fc437d64c831 (bug 1486556) for breaking coordination between record/replay system and helper threads. 2018-08-30 04:24:58 -10:00
mobile Merge inbound to mozilla-central. a=merge 2018-08-31 00:49:36 +03:00
modules Merge inbound to mozilla-central. a=merge 2018-08-30 19:58:52 +03:00
mozglue Bug 1467736: Add support for DllBlocklist_Shutdown;r=aklotz 2018-08-29 18:49:49 +00:00
netwerk yBug 1423278 - Correctly instantiate proxy authenticator with a lowercase schema, r=jduell 2018-08-29 14:04:00 +03:00
nsprpub Bug 1477680, NSPR 4.20 RTM, no code change, only version number, r=me 2018-08-28 16:21:01 +02:00
other-licenses Bug 1486376 Part 6 - Update the 7zstub readme to reflect the new contents. r=agashlin 2018-08-30 11:24:19 -07:00
parser Bug 1480465: Infer the namespace for custom elements at definition time by following the class hierarchy. r=smaug 2018-08-15 10:31:16 +00:00
python Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-08-31 00:53:00 +03:00
security Bug 1487310 - Let XPCOM strings manage their own buffer in LossyUTF8ToUTF16(). r=keeler 2018-08-30 17:29:51 +00:00
services No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings - a=repo-update r=RyanVM 2018-08-30 12:53:09 +00:00
servo Bug 1487135 - Make the allocation of AuthorStyles for ShadowRoot lazy. r=xidorn,firefox-style-system-reviewers 2018-08-30 12:00:00 +00:00
startupcache Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
storage Bug 1486690 - Rename nsMemory::Clone() and remove unnecessary checks after it. r=glandium 2018-08-28 15:59:19 +10:00
taskcluster Merge inbound to mozilla-central a=merge 2018-08-30 07:37:00 +03:00
testing Merge inbound to mozilla-central. a=merge 2018-08-31 00:49:36 +03:00
third_party Bug 1482810 - update cc crate from 1.0.18 to 1.0.23 r=froydnj 2018-08-30 17:24:55 +00:00
toolkit Merge inbound to mozilla-central. a=merge 2018-08-31 00:49:36 +03:00
tools Merge mozilla-central to mozilla-inbound 2018-08-30 01:16:38 +03:00
uriloader Bug 1487093 - Propagate cookie blocking notification to child nsIChannel, r=ehsan, r=valentin 2018-08-30 17:44:39 +02:00
view Bug 1462784 - Remove EVENTS category. r=njn 2018-05-18 17:36:30 -04:00
widget Bug 1464826 - [Wayland] Don't calculate popup offset relatively to mShell on Wayland as it's relative to mContainer, r=jhorak 2018-08-30 09:15:15 +00:00
xpcom Merge inbound to mozilla-central. a=merge 2018-08-30 19:58:52 +03:00
xpfe/appshell Bug 1484848 - Remove the XPCOM component registrations for window and child window; r=mstange 2018-08-21 16:20:28 -04:00
.arcconfig
.clang-format
.clang-format-ignore Bug 1486502 - Add widevine CDM headers to third party paths, clang-format ignore. r=sylvestre 2018-08-27 16:25:54 +00:00
.cron.yml Bug 1477021 - Schedule pipfile updates to run once per week. r=sfraser 2018-07-27 15:12:36 +00:00
.eslintignore Bug 1486775 - Update .eslintignore for recent devtools changes. r=jdescottes 2018-08-28 15:23:33 +00:00
.eslintrc.js Bug 1481932 - Fully enable ESLint rule mozilla/reject-requires-await. r=mossop 2018-08-11 07:27:35 +00:00
.flake8 Bug 1473951: Add infer to taskcluster and build. r=gps 2018-07-06 17:37:16 +01:00
.gdbinit Bug 1486903 - Add "ftl" command to dump frame subtree to .gdbinit. r=Ehsan 2018-08-28 20:20:21 +00:00
.gdbinit_python
.gitignore Bug 1484708 - Update .gitignore rules and add js/src/obj-*. r=ted.mielczarek 2018-08-20 09:03:00 +03:00
.hgignore Bug 1484708 - Update .gitignore rules and add js/src/obj-*. r=ted.mielczarek 2018-08-20 09:03:00 +03:00
.hgtags No bug - Tagging mozilla-central 190b827aaa2b5e6fb9af7a0defb238ccc35f8b9e with FIREFOX_BETA_63_BASE a=release DONTBUILD CLOSED TREE 2018-08-24 10:09:20 -07:00
.lldbinit Bug 1481555: Use lldb's python API to summarise nsAtoms. r=froydnj 2018-08-08 15:11:22 +00:00
.mailmap
.taskcluster.yml Backed out changeset 3db3193ec938 (bug 1486970) for braking the nightlies with signing issues. a=backout 2018-08-30 03:49:42 +03:00
.trackerignore Bug 1486468 - Add .trackerignore file to avoid GNOME Tracker indexing mozilla-central files. r=ahal 2018-08-27 16:45:03 +02:00
.yamllint
.ycm_extra_conf.py
AUTHORS Bug 1481409 - Use HTTPS protocol for Mozilla's Credits link in AUTHORS file r=mossop 2018-08-13 16:39:30 +00:00
CLOBBER Bug 1346211 - Part 7: Clobber after modifying ICU data file. r=clobber 2018-08-17 14:30:37 -07:00
Cargo.lock Bug 1482810 - update cc crate from 1.0.18 to 1.0.23 r=froydnj 2018-08-30 17:24:55 +00:00
Cargo.toml Bug 1474871 - Link dump_syms against rustc-demangle. r=ted 2018-07-12 10:23:12 +09:00
GNUmakefile
LEGAL
LICENSE
Makefile.in Bug 1473821 - The MOZ_PGO_INSTRUMENTED environment variable is not used anymore so remove all remaining mentions of it r=gps 2018-08-17 16:40:10 +00:00
Pipfile bug 1461992 - update vendored copy of voluptuous to 0.11.5. r=gps 2018-08-06 06:45:33 -04:00
Pipfile.lock bug 1461992 - update vendored copy of voluptuous to 0.11.5. r=gps 2018-08-06 06:45:33 -04:00
README.txt
aclocal.m4
build.gradle Bug 1480920 - Bump versions for Android test runner packages r=jchen 2018-08-23 13:12:20 +00:00
client.mk
client.py
configure.in
configure.py
gradle.properties
gradlew
mach
moz.build
moz.configure Bug 1481340 - Don't generate combinations of make and tup backends in configure. r=gps,firefox-build-system-reviewers 2018-08-10 22:30:35 +00:00
mozilla-config.h.in
old-configure.in Bug 1482810 - set COMPILE_FLAGS var to hide warnings for Rust crates r=chmanchester 2018-08-30 17:29:54 +00:00
package-lock.json Bug 1456078 - Upgrade ESLint to version 5.3.0, and eslint-plugin-html to 4.0.5. r=mossop 2018-08-07 14:46:19 +00:00
package.json Bug 1456078 - Upgrade ESLint to version 5.3.0, and eslint-plugin-html to 4.0.5. r=mossop 2018-08-07 14:46:19 +00:00
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://www.mozilla.org/firefox/channel/desktop/#nightly