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
Перейти к файлу
Toshihito Kikuchi d992a091fa Bug 1615401 - Part 3: Use OSInfo::Kernel32Version() to select a thunk resolver. r=bobowen
Cherry-picking Chromium's commit 01c8afd0dc14a1acef383c5f231258d0cfac95e5
to fix the crash caused by Chromium's sandbox code.

The original bug on Chromium side: https://crbug.com/1053805

Differential Revision: https://phabricator.services.mozilla.com/D65745

Depends on D65802
2020-03-06 18:52:25 +02:00
.cargo Backed out changeset 4c839456c3ff (bug 1620284) for build bustages on a CLOSED TREE 2020-03-06 12:33:59 +02:00
.vscode Bug 1594520 - Change directory before running mach in .vscode/tasks.json on Windows. r=jya 2019-11-14 10:35:12 +00:00
accessible Bug 1620510: Set the last a11y focus when queuing a focus event instead of when processing it. r=MarcoZ 2020-03-06 11:56:39 +00:00
browser Bug 1620029 - Simplified about:welcome seen pref update r=k88hudson,mconley 2020-03-06 23:33:04 +00:00
build Bug 1604299, Remove remaining references to XULDocument r=bgrins 2020-03-06 21:51:36 +00:00
caps Backed out changeset ae75c4984b1b (bug 1620292) for causing bustages in BasePrincipal.h CLOSED TREE 2020-03-06 23:02:03 +02:00
chrome Bug 1616912 - Remove unused locale related code from nsChromeRegistry. r=jfkthame 2020-02-22 00:20:03 +00:00
config Bug 1620165 - Support compiling icudata.asm through Wine. r=dmajor 2020-03-05 21:37:14 +00:00
devtools Bug 1618011 part 7. Switch most error messages used in bindings to having a method name prefix. r=peterv 2020-03-06 23:05:16 +00:00
docs Bug 1620635 - static analysis, linting and coding style - add link to meta bugs r=static-analysis-reviewers,Ehsan 2020-03-06 21:01:22 +00:00
docshell Bug 1616570 - Part 2: Add the CookieJarSettingsArgs as a field in the window context. r=Ehsan,farre 2020-03-04 08:59:18 +00:00
dom Bug 1619112 part 6. Remove duplicated string array appender bits. r=smaug 2020-03-06 21:08:17 +00:00
editor Bug 1535530. Fix can-run-script analysis to not mishandle on-stack refs to RefPtrs. r=andi,masayuki 2020-03-06 09:57:45 +00:00
extensions Bug 1619617: part 1) Annotate `RemoveRangeAndUnselectFramesAndNotifyListeners` with `MOZ_CAN_RUN_SCRIPT`. r=smaug 2020-03-06 12:03:23 +00:00
gfx Bug 1616030 - Fix SwizzleRow for big endian systems. r=lsalzman 2020-03-06 20:04:18 +00:00
gradle/wrapper Bug 1595926 - Don't use distribution256Sum until Android Studio is fixed. r=snorp 2019-11-14 17:04:32 +00:00
hal Bug 1609815 - Remove Web Replay C++ implementation. r=jgilbert,jandem,gbrown 2020-02-27 17:39:15 +00:00
image Bug 1619946 - Ensure PNG decoder does not recreate sRGB transforms unnecessarily. r=tnikkel 2020-03-05 11:51:15 +00:00
intl Bug 1613985 - Use default for equivalent-to-default constructors/destructors in intl. r=hsivonen 2020-03-04 09:11:10 +00:00
ipc Bug 1615401 - Part 1: Partially implement FileVersionInfoWin to use from OSInfo::Kernel32BaseVersion(). r=bobowen 2020-03-06 18:51:54 +02:00
js Bug 1615401 - Part 1: Partially implement FileVersionInfoWin to use from OSInfo::Kernel32BaseVersion(). r=bobowen 2020-03-06 18:51:54 +02:00
layout Bug 1620359 - Don't clear the "uses viewport units" bit when a font that doesn't cause a style change loads. r=jfkthame 2020-03-06 20:11:51 +00:00
media Bug 1613985 - Use default for equivalent-to-default constructors/destructors in media. r=bwc 2020-03-06 09:21:47 +00:00
memory Bug 1598068 - Add ashmem abstraction to mozglue and use it everywhere r=glandium,jld 2020-03-06 19:04:49 +00:00
mfbt Bug 1597954 - Add a class template for objects that can only be initialized once. r=froydnj 2020-03-05 17:26:26 +00:00
mobile Bug 1599139 - Add API to control whether extensions can run in private browsing. r=snorp,esawin 2020-03-07 00:59:46 +00:00
modules Bug 1599139 - Add API to control whether extensions can run in private browsing. r=snorp,esawin 2020-03-07 00:59:46 +00:00
mozglue Bug 1598068 - Add ashmem abstraction to mozglue and use it everywhere r=glandium,jld 2020-03-06 19:04:49 +00:00
netwerk Bug 1619112 part 5. Stop accepting nsAString in ErrorResult error-throwing. r=smaug 2020-03-06 21:08:02 +00:00
nsprpub Bug 1600803 - NSPR_4_25_RTM for Firefox 74. r=kjacobs UPGRADE_NSPR_RELEASE 2020-02-03 12:17:20 +00:00
other-licenses Bug 1618103 Part 2 - Update ATK header file to pick up new roles, r=Jamie 2020-02-27 21:45:55 +00:00
parser Bug 1618901 - Add null check for the returend BrowsingContext to follow up bug 1597495. r=hsivonen 2020-03-02 20:07:10 +00:00
python Bug 1619788 - Ensure files generated by `./mach configure` don't have CRLF line endings, even under Python 3 r=glandium 2020-03-06 02:19:21 +00:00
remote Bug 1619548 - [remote] Update expectation states of Puppeteer unit tests to pass on MacOS. r=remote-protocol-reviewers,maja_zf 2020-03-03 18:05:42 +00:00
security Bug 1615401 - Part 3: Use OSInfo::Kernel32Version() to select a thunk resolver. r=bobowen 2020-03-06 18:52:25 +02:00
services Bug 1618491 - Detect shutdown during Remote Settings sync r=glasserc 2020-03-05 18:06:52 +00:00
servo Bug 1620359 - Don't clear the "uses viewport units" bit when a font that doesn't cause a style change loads. r=jfkthame 2020-03-06 20:11:51 +00:00
startupcache Bug 1616186 - Don't try to write StartupCache if it doesn't exist r=froydnj 2020-02-18 17:49:47 +00:00
storage Backed out 2 changesets (bug 1603703) for xpc failures on test_storage_aggregates.js. CLOSED TREE 2020-03-05 19:37:32 +02:00
taskcluster Bug 1620165 - Switch Wine builds to tier 1. r=dmajor 2020-03-05 23:02:47 +00:00
testing Bug 1620436 - [wpt-sync] Update web-platform-tests to 78f14c537b62447d64aeb65a30ede77c5d26db41, a=testonly 2020-03-06 22:30:14 +00:00
third_party Bug 1620513 - Upgrade psutil to 5.7.0. r=rstewart 2020-03-06 21:03:01 +00:00
toolkit Bug 1604299, Remove remaining references to XULDocument r=bgrins 2020-03-06 21:51:36 +00:00
tools No bug: Fix missing space in `mach try syntax` help text. 2020-03-07 01:27:13 +00:00
uriloader Bug 1618057 - Use the target BrowsingContext of the load, rather than the process-top BrowsingContext when initializing DocumentLoadListener. r=nika 2020-03-05 21:15:50 +00:00
view Bug 1503656 - Part 7. Notify of safe area insets changed. r=smaug 2020-03-04 08:16:31 +00:00
widget Bug 1620479 - Add a clip to the draw target in non-native theme to make skia more deterministic. r=jrmuizel 2020-03-06 02:47:59 +00:00
xpcom Bug 1618011 part 6. Pass a BindingCallContext (if neded) and source description to primitive conversions. r=peterv 2020-03-06 23:05:16 +00:00
xpfe/appshell Bug 1618010 - use less NS_ADDREF in AppWindow; r=mossop 2020-02-26 17:55:00 +00:00
.arcconfig
.clang-format
.clang-format-ignore Bug 1353652 - Initial Draft of MPRIS API Provider (Media API on Linux) r=alwu 2020-02-12 13:10:50 +00:00
.cron.yml Bug 1619944 Migrate partials and pipfile-updates to use requirements.txt r=bhearsum 2020-03-05 13:49:24 +00:00
.eslintignore Bug 1618962 - add Readability-readerable.js to eslintignore, r=Standard8 2020-02-28 19:43:59 +00:00
.eslintrc.js Bug 1614822 - Enable ESLint for testing/mochitest/tests/Harness_sanity/. r=kmag 2020-02-12 19:38:40 +00:00
.flake8 Bug 1597336 - add a fxa+sync scenario r=lina,markh 2020-02-23 23:17:23 +00:00
.gdbinit
.gdbinit_python
.git-blame-ignore-revs
.gitattributes
.gitignore Bug 1614314 - Use GitHub as upstream for the Java code of the HTML parser. r=alchen 2020-02-10 15:05:17 +00:00
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1600339 - Measure responsiveness while evaluating messages r=k88hudson,mconley 2020-01-18 21:08:40 +00:00
.hgtags No bug - Tagging mozilla-central f53ecf8eee2a0d2a7705d7ea3ec8682028e922a0 with FIREFOX_NIGHTLY_74_END a=release DONTBUILD CLOSED TREE 2020-02-10 10:54:50 +00:00
.lldbinit Bug 1603804. Move third_party/python/lldbutils to python/lldbutils. r=ahal 2019-12-20 17:10:12 +00:00
.mailmap
.prettierignore Bug 1609671 - Inspect binding should try to get the sourcemapped location while inspecting a function. r=jdescottes,vporof 2020-01-24 12:58:24 +00:00
.prettierrc Bug 1601681 - Re-enable unix-line endings on ESLint controlled files. r=mossop 2019-12-11 08:12:57 +00:00
.taskcluster.yml Bug 1606869: Switch decision task docker caches to match the rest the in-tree caches; r=Callek 2020-01-03 22:18:29 +00:00
.trackerignore
.yamllint Bug 1606009 - Fix & silent some tests r=Callek 2019-12-26 22:13:18 +00:00
.ycm_extra_conf.py
AUTHORS
CLOBBER Bug 1525393 - Run generate_sources_mozbuild.sh; r=bryce 2020-02-27 18:32:00 +00:00
Cargo.lock Backed out changeset 4c839456c3ff (bug 1620284) for build bustages on a CLOSED TREE 2020-03-06 12:33:59 +02:00
Cargo.toml Backed out changeset 4c839456c3ff (bug 1620284) for build bustages on a CLOSED TREE 2020-03-06 12:33:59 +02:00
GNUmakefile
LEGAL
LICENSE
Makefile.in Bug 1618280 - make `make distclean` work again; r=dmajor 2020-02-26 18:14:36 +00:00
README.txt Bug 1617846 - Replace IRC with matrix.r=firefox-source-docs-reviewers,sylvestre 2020-02-25 11:39:53 +00:00
aclocal.m4
build.gradle Bug 1608570 - Remove some old Fennec-related build variables r=nalexander 2020-01-10 22:51:03 +00:00
client.mk
client.py
configure.in
configure.py Bug 1619788 - Ensure files generated by `./mach configure` don't have CRLF line endings, even under Python 3 r=glandium 2020-03-06 02:19:21 +00:00
gradle.properties
gradlew
gradlew.bat
mach Bug 1619475 - partial Python 3 compatibility for jit-tests and jstests r=arai 2020-03-06 18:07:38 +00:00
moz.build Bug 1609278 - Replace bugzilla product and component assignment 'Firefox for Android :: General' with 'GeckoView :: General'. r=kbrosnan DONTBUILD 2020-03-06 17:54:58 +00:00
moz.configure Bug 1619504 - Make the build system look for wine64. r=dmajor 2020-03-03 12:54:47 +00:00
mozilla-config.h.in
old-configure.in Bug 1618752 - Fix the Windows cross builds so they include MSVC runtime DLLs. r=froydnj 2020-02-28 12:33:36 +00:00
package-lock.json Bug 1607172 - Update ESLint to the latest version and use ignorePatterns to ignore paths listed in ThirdPartyPaths.txt. r=mossop 2020-01-21 20:46:06 +00:00
package.json Bug 1607172 - Update ESLint to the latest version and use ignorePatterns to ignore paths listed in ThirdPartyPaths.txt. r=mossop 2020-01-21 20:46:06 +00:00
settings.gradle Bug 1598010 - Move examples into mozilla-central r=agi 2019-11-22 13:30:57 +00:00
substitute-local-geckoview.gradle Bug 1581979 - Use -SNAPSHOT versions locally to enable the local GeckoView substitution flow. r=nalexander 2019-12-11 21:29:44 +00:00
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.