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
Перейти к файлу
Gabriele Svelto 549248a28a Bug 1585305 - Add bug 1524194 to the breakpad patches we apply locally to prevent updates from clobbering it r=sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D47766

--HG--
extra : moz-landing-system : lando
2019-10-01 17:47:53 +00:00
.cargo Bug 1582650 - Cranelift: update version to 0.44, rev to 182414f15c18538dfebbe040469ec8001e93ecc5. r=bbouvier. 2019-09-26 09:40:11 +00:00
.vscode Bug 1583388 - Recommend the Firefox debugger VSCode plugin. r=jlast 2019-09-26 22:01:19 +00:00
accessible Bug 1584465: Null check parent accessible before attribute check to cover root case. r=Jamie 2019-09-30 16:23:30 +00:00
browser Bug 1583325 - Lighten the stripes in the TP switch section background when OFF. r=timhuang 2019-10-01 20:01:54 +00:00
build Backed out 10 changesets (bug 1550108) for causing build bustages on StartupCache.cpp. 2019-09-29 01:14:31 +03:00
caps Bug 1577298 - Do not stop at the current document when computing the top-level principal for storage partitioning; r=baku 2019-09-27 14:05:13 +00:00
chrome Bug 1585156 - Remove useless inclusions of nsIDOMWindow.h and nsIDOMWindowUtils.h r=smaug 2019-09-30 22:06:47 +00:00
config Bug 1583268: Update tzdata in ICU data files to 2019c. r=jwalden 2019-09-25 23:33:11 +00:00
devtools Bug 1582577 - Refactor a data: loadProcessScript from DevTools r=ochameau 2019-09-24 15:24:33 +00:00
docshell Bug 1584467 - Don't clear EmbedderInnerWindowId when destroying frame, r=farre 2019-10-01 08:48:25 +00:00
dom Bug 1583882 - Fire an event when a <video> being visually cloned is removed from the DOM. r=dminor 2019-09-30 15:49:56 +00:00
editor Bug 1585156 - Remove useless inclusions of nsIDOMWindow.h and nsIDOMWindowUtils.h r=smaug 2019-09-30 22:06:47 +00:00
extensions Bug 1402957 - Removed URI based nsIPermissionManager methods. r=johannh,Ehsan 2019-09-27 14:55:53 +00:00
gfx Bug 1580922 - Add a wrench rawtest. r=jrmuizel 2019-10-01 16:34:43 +00:00
gradle/wrapper
hal Bug 1585156 - Remove useless inclusions of nsIDOMWindow.h and nsIDOMWindowUtils.h r=smaug 2019-09-30 22:06:47 +00:00
image Bug 1584290 - Enable many reftests on Android; r=geckoview-reviewers,snorp 2019-09-30 16:34:16 +00:00
intl Bug 1401575 - Update Bulgarian hyphenation dictionary. r=dholbert 2019-10-01 19:08:16 +00:00
ipc Bug 1584992: Make upgrade-insecure-requests work with fission enabled. r=jkt 2019-09-30 21:33:28 +00:00
js Bug 1577757 - Add a compile-time option for wasm multi-value r=luke 2019-10-01 14:30:35 +00:00
layout Bug 1585217 - Make the layout debugger with -autoclose handle content process crashes. r=heycam 2019-10-01 17:09:23 +00:00
media Bug 1567201 - Use Maybe rather than empty string for timedout queries; r=ng 2019-10-01 12:59:51 +00:00
memory
mfbt Backed out 10 changesets (bug 1550108) for causing build bustages on StartupCache.cpp. 2019-09-29 01:14:31 +03:00
mobile Bug 1578814 - Kill off GeckoViewContentChild.collectSessionState(), as it's no longer used. r=geckoview-reviewers,agi 2019-10-01 15:36:28 +00:00
modules Bug 1585055 - Flip Pref for XTCO-NoSniff and update test to match r=ckerschb 2019-10-01 09:43:36 +00:00
mozglue Backed out changeset 8989d1a83de8 (bug 1583868) for xpcshell failures at test_ext_geckoProfiler_schema.js. CLOSED TREE 2019-10-01 22:27:11 +03:00
netwerk Bug 1584089 - Use only global routes for network ID calculation, r=valentin 2019-10-01 12:58:18 +00:00
nsprpub
other-licenses Bug 1578489 - New Windows installer icon. r=agashlin 2019-09-23 22:00:43 +00:00
parser Bug 1546783 - Speculatively load @import rules inside <style>. r=bzbarsky,hsivonen 2019-09-30 13:39:33 +00:00
python Bug 1584567 - [mach] Remove support for conditional_names, r=nalexander 2019-10-01 12:40:28 +00:00
remote Bug 1582531 - Update fission annotations for skipped tests that are now passing succesfully, r=kmag 2019-09-27 14:25:10 +00:00
security Bug 1582531 - Update fission annotations for mochitests, r=kmag 2019-10-01 14:24:15 +00:00
services Bug 1585211 - Have TPS enable sync when the test user logs in. r=tcsc 2019-10-01 00:32:01 +00:00
servo Bug 1510486 - Set WillChangeBits::TRANSFORM for individual transform. r=hiro 2019-09-30 21:52:30 +00:00
startupcache Backed out 10 changesets (bug 1550108) for causing build bustages on StartupCache.cpp. 2019-09-29 01:14:31 +03:00
storage Bug 1584431 part 4. Use the new length-aware versions of JS_StringEqualsAscii and JS_FlatStringEqualsAscii where possible. r=jwalden 2019-09-27 21:25:23 +00:00
taskcluster Bug 1585329 - Prevent raptor chrome and chromium tests from running on all mc commits. r=perftest-reviewers,davehunt 2019-10-01 14:05:31 +00:00
testing Bug 1581925 - Part 2: Use {chrome/content}-document-global-created topic to create SpecialPowers actor, r=kmag 2019-09-30 19:32:49 +00:00
third_party Bug 1560370 - move webrtc-sdp out of tree; r=drno 2019-10-01 01:01:56 +00:00
toolkit Bug 1585305 - Add bug 1524194 to the breakpad patches we apply locally to prevent updates from clobbering it r=sylvestre 2019-10-01 17:47:53 +00:00
tools Backed out changeset 8989d1a83de8 (bug 1583868) for xpcshell failures at test_ext_geckoProfiler_schema.js. CLOSED TREE 2019-10-01 22:27:11 +03:00
uriloader Bug 1585156 - Remove useless inclusions of nsIDOMWindow.h and nsIDOMWindowUtils.h r=smaug 2019-09-30 22:06:47 +00:00
view Bug 1583534 - Further simplify PresShell::ResizeReflow. r=botond 2019-09-25 19:12:44 +00:00
widget Backed out changeset 30310d7d693a (bug 1582679) for mochitest assertions at nsWindow.cpp:3766. CLOSED TREE 2019-10-02 00:14:31 +03:00
xpcom Bug 1168606 - Do not use memutils for nsTArray of IndexCursorResponse. r=froydnj 2019-10-01 09:15:47 +00:00
xpfe/appshell Bug 1585156 - Remove useless inclusions of nsIDOMWindow.h and nsIDOMWindowUtils.h r=smaug 2019-09-30 22:06:47 +00:00
.arcconfig
.clang-format
.clang-format-ignore Backed out 10 changesets (bug 1550108) for causing build bustages on StartupCache.cpp. 2019-09-29 01:14:31 +03:00
.cron.yml Bug 1583650 - Add general performance testing cron task. r=perftest-reviewers,davehunt 2019-09-27 15:51:46 +00:00
.eslintignore Bug 1583785 - Remove devtools webpack reference in eslintignore r=Standard8 2019-09-25 12:15:29 +00:00
.eslintrc.js
.flake8 Bug 1567642 - [lint.flake8] Skip remaining flake8 under Python 3 lint issues r=gbrown 2019-09-24 14:46:38 +00:00
.gdbinit
.gdbinit_python
.git-blame-ignore-revs
.gitattributes
.gitignore
.hg-annotate-ignore-revs
.hg-format-source
.hgignore
.hgtags
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
AUTHORS
CLOBBER
Cargo.lock Bug 1560370 - move webrtc-sdp out of tree; r=drno 2019-10-01 01:01:56 +00:00
Cargo.toml Bug 1582650 - Cranelift: update version to 0.44, rev to 182414f15c18538dfebbe040469ec8001e93ecc5. r=bbouvier. 2019-09-26 09:40:11 +00:00
GNUmakefile
LEGAL
LICENSE
Makefile.in Bug 1540276: Migrate authenticode signing to autograph r=Callek,mshal 2019-09-30 13:57:32 +00:00
README.txt
aclocal.m4
build.gradle
client.mk
client.py
configure.in
configure.py
gradle.properties
gradlew
gradlew.bat
mach Bug 1584567 - Merge desktop + android commands (run and install) back together, r=nalexander 2019-09-30 16:59:27 +00:00
moz.build
moz.configure Bug 1580670 - Disable Visual Studio backend when building GeckoView on Windows. r=froydnj 2019-09-17 13:47:50 +00:00
mozilla-config.h.in
old-configure.in Bug 1580898 - move warnings-as-errors logic into warnings.configure; r=nalexander 2019-09-25 21:30:38 +00:00
package-lock.json
package.json
settings.gradle Bug 1580280 - [gradle] Stop redirecting stderr into stdout when calling 'mach environment', r=nalexander 2019-09-30 19:42:11 +00:00
substitute-local-geckoview.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.]

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.