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
Перейти к файлу
Honza Bambas d056f02e32 Bug 1562315 - Respect again=false indicated by http2 session when calling through TLSFilterTransaction, r=dragana
Differential Revision: https://phabricator.services.mozilla.com/D36384

--HG--
extra : moz-landing-system : lando
2019-07-01 14:26:34 +00:00
.cargo
.vscode
accessible
browser No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings - a=repo-update r=RyanVM 2019-07-01 13:15:39 +00:00
build
caps
chrome
config
devtools Bug 1546917 - Create this.printSimulation in rule.js in the constructor. r=gl. 2019-07-01 13:56:55 +00:00
docshell Bug 1551601 - When performing a cross process redirect update the loadInfo to have the correct browsingContext r=nika 2019-06-30 20:20:51 +00:00
dom Bug 1561698 - Check the layers id in hit-testing mochitests as well. r=botond,hsivonen 2019-07-01 07:12:24 +00:00
editor Bug 1444847 - part 7: Make `EditorSpellCheck` use `StaticRange` instead of `nsRange` to initialize itself r=smaug 2019-06-28 07:50:36 +00:00
extensions
gfx Bug 1561305. Eliminate unused viewport_tiles field. r=nical 2019-07-01 07:28:41 +00:00
gradle/wrapper
hal
image
intl
ipc
js Bug 1562393: Cranelift: Don't panic when seeing unexpected number of memories/tables; r=lth 2019-07-01 12:18:40 +00:00
layout Bug 1554985 - Prevent the WebRenderUserData on the render root item from getting discarded prematurely. r=jrmuizel 2019-07-01 01:23:03 +00:00
media Merge inbound to mozilla-central. a=merge 2019-07-01 12:53:24 +03:00
memory
mfbt
mobile Bug 1557269 - part 1: Remove target.maven.zip r=mtabara 2019-07-01 14:01:13 +00:00
modules Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-07-01 13:05:40 +03:00
mozglue
netwerk Bug 1562315 - Respect again=false indicated by http2 session when calling through TLSFilterTransaction, r=dragana 2019-07-01 14:26:34 +00:00
nsprpub
other-licenses
parser
python Bug 1543725 Add marionette support to thunderbird r=ato,whimboo 2019-06-27 14:09:05 +00:00
remote Bug 1562205 - Enable selectionchange on inputs for test browser_input_dispatchKeyEvent.js 2019-06-30 15:17:38 +00:00
security No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings - a=repo-update r=RyanVM 2019-07-01 13:15:39 +00:00
services No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings - a=repo-update r=RyanVM 2019-07-01 13:15:39 +00:00
servo No bug - rustfmt recent changes. r=whitespace-only 2019-06-29 23:00:11 +02:00
startupcache
storage
taskcluster Bug 1557269 - part 2: GPG-sign geckoview artifacts r=mtabara 2019-07-01 14:01:26 +00:00
testing Bug 1559931 - Re-record fandom.com desktop tp6 pages using mitmproxy 4 r=perftest-reviewers,Bebe 2019-07-01 13:19:28 +00:00
third_party
toolkit Backed out changeset b308a5b128aa (bug 1553951) for causing bustages in builds/worker/workspace/build/src/toolkit/components/url-classifier/nsUrlClassifierDBService.cpp CLOSED TREE 2019-07-01 14:45:59 +03:00
tools Bug 1559980 Remove python/safety from py3 linting r=Callek 2019-06-26 20:57:21 +00:00
uriloader
view
widget Bug 1562023 - [Wayland] Factorize out DMABUF setup, r=ashie 2019-07-01 08:55:03 +00:00
xpcom Bug 1561653 - Drop URIs from remote types we use in telemetry. r=nika 2019-06-28 14:30:18 +00:00
xpfe/appshell
.arcconfig
.clang-format
.clang-format-ignore
.cron.yml
.eslintignore
.eslintrc.js
.flake8
.gdbinit
.gdbinit_python
.git-blame-ignore-revs
.gitignore
.hg-annotate-ignore-revs
.hg-format-source
.hgignore
.hgtags No bug - Tagging mozilla-central adc59d50adf815ad6764ff235f833a5ba74291b6 with FIREFOX_BETA_69_BASE a=release DONTBUILD CLOSED TREE 2019-07-01 08:44:11 +00:00
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
AUTHORS
CLOBBER
Cargo.lock
Cargo.toml
GNUmakefile
LEGAL
LICENSE
Makefile.in
README.txt
aclocal.m4
build.gradle
client.mk
client.py
configure.in
configure.py
gradle.properties
gradlew
gradlew.bat
mach
moz.build
moz.configure
mozilla-config.h.in
old-configure.in
package-lock.json
package.json
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.]

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.