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
Перейти к файлу
sotaro 54ede5160d Bug 1460499 - Use DirectComposition for hardware decoded video on Windows r=nical
Use ID3D11VideoProcessor for video frame rendering.

WebRenderError::VIDEO_OVERLAY does not cause disabling WebRender. It just change gfxVars::UseWebRenderDCompVideoOverlayWin() to false.

Differential Revision: https://phabricator.services.mozilla.com/D88763
2020-09-09 01:04:53 +00:00
.cargo Bug 1661583 - Update mp4parse-rust to fe90285. r=kinetik 2020-09-02 14:59:02 +00:00
.vscode Bug 1656740 - Integrate `clangd` in `vscode` for C++ language support. r=froydnj 2020-08-06 06:25:17 +00:00
accessible Bug 1519636 - Reformat recent changes to the Google coding style r=andi 2020-09-08 04:32:00 +00:00
browser Bug 1498688 - Add ManagedBookmarks policy. r=fluent-reviewers,emalysz,Standard8,flod 2020-09-08 20:09:35 +00:00
build Bug 1663771 - Allow builds with the 11.0 macOS SDK. r=firefox-build-system-reviewers,rstewart DONTBUILD 2020-09-08 21:08:48 +00:00
caps Bug 1661672: Remove use of security.view-source.reachable-from-inner-protocol r=Gijs,emilio 2020-09-07 13:51:44 +00:00
chrome
config Bug 1620133 - Allow generated file rules to run in parallel in a given directory. r=firefox-build-system-reviewers,rstewart 2020-08-28 01:58:48 +00:00
devtools Bug 1663524 - Tests for the Network Event Stacktrace r=ochameau 2020-09-08 22:41:09 +00:00
docs Bug 1660831 - Reference the standalone `bootstrap.py` script in `windows_build.rst` and prefer `mozilla-unified` to `mozilla-central` where relevant r=mhentges,froydnj 2020-08-31 17:51:14 +00:00
docshell Bug 1663365 - Move various Object-related functions to a new js/public/Object.h header. r=jandem 2020-09-08 22:55:38 +00:00
dom Bug 1663611 - Extract MaybeUpgradeSchema. r=dom-workers-and-storage-reviewers,janv 2020-09-08 14:26:48 +00:00
editor Bug 1533462 - Add a possible retry step in test_bug1200533 to handle potential disruption by font-list refresh. r=jwatt 2020-09-07 16:20:56 +00:00
extensions Bug 1662251 - stop assigning from NS_Convert* values, mostly; r=sg 2020-09-02 09:54:37 +00:00
gfx Bug 1460499 - Use DirectComposition for hardware decoded video on Windows r=nical 2020-09-09 01:04:53 +00:00
gradle/wrapper
hal
image Bug 1662251 - stop assigning from NS_Convert* values, mostly; r=sg 2020-09-02 09:54:37 +00:00
intl Bug 1617369 - Reformat recent rust changes with rustfmt r=emilio 2020-09-07 19:57:24 +00:00
ipc Bug 1568597 - RemoteWorkerManager::SelectTargetActorForSharedWorker should select an actor that is kept alive. r=asuth 2020-08-28 18:11:22 +00:00
js Bug 1663365 - Move DOM proxy-related details (including expand support) to separate headers out of jsfriendapi.h. r=jandem 2020-09-08 22:57:14 +00:00
layout Bug 1663537. Use overlay scrollbars in a few reftests. r=kats 2020-09-08 23:47:48 +00:00
media Bug 1662251 - stop assigning from NS_Convert* values, mostly; r=sg 2020-09-02 09:54:37 +00:00
memory Bug 1519636 - Reformat recent changes to the Google coding style r=andi 2020-08-31 09:23:02 +00:00
mfbt Bug 1663628 - Make Maybe::extract work with MOZ_NON_AUTOABLE type T. r=froydnj 2020-09-08 13:22:16 +00:00
mobile Bug 1662508 - [6.0] Update GVE to Image API. r=geckoview-reviewers,agi 2020-09-08 15:59:36 +00:00
modules Bug 1663553 - Enable AudioIPC for 32-bit Windows in early beta. r=chunmin 2020-09-08 17:13:17 +00:00
mozglue Bug 1662560 - Retrieve the imagebase of the child process's executable from a process handle. r=mhowell 2020-09-08 22:13:27 +00:00
netwerk Backed out changeset 7813723422bf (bug 1618849) for browser_staticPartition_network.js failures CLOSED TREE 2020-09-09 04:58:46 +03:00
nsprpub Bug 1660371 - Uplift initial NSPR 4.29 beta snapshot. r=glandium UPGRADE_NSPR_RELEASE 2020-08-28 21:31:02 +00:00
other-licenses
parser Bug 1646140 - Fire SVG onload only when scripting is enabled r=hsivonen 2020-09-07 14:45:12 +00:00
python Bug 1658632 - Don't strip d3dcompiler_47.dll r=glandium 2020-09-08 21:46:32 +00:00
remote Bug 1661390 - [remote] Use a UUID as session id for targets. r=remote-protocol-reviewers,jgraham 2020-09-07 15:31:27 +00:00
security No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM 2020-09-07 14:23:46 +00:00
services Bug 1663677 - Fix macro hygiene usage in fxaccounts/rust-bridge. r=eoger,lina 2020-09-08 17:00:08 +00:00
servo Bug 1663618 - Speed up custom property diffing. r=boris 2020-09-08 10:33:03 +00:00
startupcache Bug 1656261 - Don't set scache mData until decompression done r=froydnj 2020-08-21 13:20:19 +00:00
storage Bug 1662251 - stop assigning from NS_Convert* values, mostly; r=sg 2020-09-02 09:54:37 +00:00
taskcluster No bug: block update verify on upload-symbols. r=releng-reviewers,aki DONTBUILD 2020-09-08 20:45:15 +00:00
testing Backed out changeset 7813723422bf (bug 1618849) for browser_staticPartition_network.js failures CLOSED TREE 2020-09-09 04:58:46 +03:00
third_party Bug 1663715 - Update syn and proc-macro2 so that Firefox can build on Rust nightly again. r=froydnj 2020-09-08 17:00:48 +00:00
toolkit Bug 1663365 - Move various Object-related functions to a new js/public/Object.h header. r=jandem 2020-09-08 22:55:38 +00:00
tools Bug 1662529 - Remove reference to `mach bootstrap` from `mach install-moz-phab` in case where `pip3` cannot be found r=mhentges,glob 2020-09-08 16:11:42 +00:00
uriloader Bug 1662251 - stop assigning from NS_Convert* values, mostly; r=sg 2020-09-02 09:54:37 +00:00
view
widget Bug 1663365 - Create a new js/public/String.h header seeded with the inline string functions previously found in jsfriendapi.h. (More functions ought be added/moved here, but these make a good start.) r=jandem,geckoview-reviewers,agi 2020-09-08 22:50:52 +00:00
xpcom Bug 1663613 - Add missing include directive in generated ErrorList.h. r=froydnj 2020-09-08 11:29:17 +00:00
xpfe/appshell Bug 1650257: Part 1 - Stop discarding BCs from the parent on WindowGlobal destruction. r=nika 2020-08-31 18:51:45 +00:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore
.cron.yml Bug 1661673 - remove esr68 references.r=releng-reviewers,aki DONTBUILD 2020-08-31 07:59:28 +00:00
.eslintignore
.eslintrc.js Bug 1656291 - Enable all ESLint rules for remaining xhtml files in toolkit/content/tests/chrome/. r=Standard8 2020-09-07 12:57:10 +00:00
.flake8 Bug 1622683 - Make dom/websocket flake8 and pylint compliant. r=sylvestre 2020-08-31 14:42:21 +00:00
.git-blame-ignore-revs
.gitattributes
.gitignore
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1658396 - Make hg ignore newtab node_modules, r=Mardak 2020-08-10 23:32:15 +00:00
.hgtags No bug - tagging 63d860f118da09320ed65431129775b4e3631ff3 with FIREFOX_NIGHTLY_81_END a=release DONTBUILD CLOSED TREE 2020-08-24 14:18:31 +00:00
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
AUTHORS
CLOBBER Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2020-08-24 14:18:41 +00:00
Cargo.lock Bug 1663715 - Update syn and proc-macro2 so that Firefox can build on Rust nightly again. r=froydnj 2020-09-08 17:00:48 +00:00
Cargo.toml Bug 1661723; Bump Cranelift to a7f7c23bf9c37c642da962d575b7c99007918872; r=lth 2020-08-31 16:34:29 +00:00
GNUmakefile
LEGAL
LICENSE
Makefile.in
README.txt Bug 1659631 - readme: update the wording to firefox, DONTBUILD.r=sylvestre 2020-08-18 04:04:36 +00:00
aclocal.m4
build.gradle Bug 1626336 - Remove `MOZ_GECKOVIEW_JAR`. r=agi,geckoview-reviewers 2020-08-24 18:13:49 +00:00
client.mk Bug 1660614 - Upgrade `sccache` to pick up more resilient behavior in the presence of cache read failures r=froydnj 2020-08-25 21:16:53 +00:00
client.py
configure.in
configure.py
gradle.properties
gradlew
gradlew.bat
mach Bug 1662787 - Provide an environment variable to force running `mach python-test` command with Python 2 r=froydnj,firefox-build-system-reviewers,mhentges 2020-09-02 16:21:42 +00:00
moz.build Bug 1660747 - Dont run upload task on js and jsm files.r=sylvestre 2020-08-25 06:18:13 +00:00
moz.configure Bug 1656993: Create and require by default global `virtualenv`s in `~/.mozbuild` for `mach` r=mhentges,ahal 2020-08-17 17:21:02 +00:00
mozilla-config.h.in
old-configure.in Bug 1657663: Improve timestamp precision for nsLocalFileUnix r=froydnj,barret 2020-08-26 15:32:15 +00:00
package-lock.json Bug 1620162 - Upgrade eslint-plugin-jest and fix new lint errors. r=bomsy,Standard8 2020-08-20 08:52:42 +00:00
package.json Bug 1620162 - Upgrade eslint-plugin-jest and fix new lint errors. r=bomsy,Standard8 2020-08-20 08:52:42 +00:00
settings.gradle
substitute-local-geckoview.gradle
test.mozbuild

README.txt

An explanation of the Firefox 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 Firefox from the source code and create the patch see:

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

If you have a question about developing Firefox, and can't find the solution
on https://firefox-source-docs.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 Firefox developers for
testing, may be buggy.