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
Go to file
Shane Caraveo 4321e2c746 Bug 1376932 webrequest onHeadersReceived modification test r=robwu
Tests that onHeadersReceived can modify cached headers.

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

--HG--
extra : moz-landing-system : lando
2019-08-12 21:02:22 +00:00
.cargo
.vscode
accessible Bug 1572256 - Clear virtual cursor position when focus clear action is invoked. r=geckoview-reviewers,Jamie,snorp 2019-08-09 00:07:21 +00:00
browser Bug 1560741 - Part 2: Remove the now unneeded PERMISSION_REQUEST_THIRD_PARTY_ORIGIN telemetry probe; r=johannh 2019-08-12 21:39:05 +00:00
build Bug 1551344 - Part 1: Remove XULDocument code. r=smaug,Jamie 2019-08-09 19:57:50 +00:00
caps Bug 1551344 - Part 2: Update outdated comments referencing XULDocument. r=smaug 2019-08-09 17:47:41 +00:00
chrome
config
devtools Bug 1565460 - add scroll into view preference to the accessibility panel. r=nchevobbe 2019-08-12 00:21:56 +00:00
docshell Merge mozilla-central to mozilla-inbound. CLOSED TREE 2019-08-10 01:17:41 +03:00
dom Bug 1560741 - Part 1: Disallow notification permission requests from cross-origin iframes; r=johannh 2019-08-12 21:38:58 +00:00
editor Bug 1572715: part 2) Make some methods around HTMLEditor const-correct. r=masayuki 2019-08-12 08:31:04 +00:00
extensions
gfx Bug 1573039 - Part 1: Update image to 0.22. r=emilio 2019-08-12 20:22:06 +00:00
gradle/wrapper
hal
image Bug 1558915 - Use infallible nsIURI::SchemeIs everywhere. r=smaug 2019-08-09 15:17:06 +00:00
intl Bug 1571671 - Enable RST linting on fluent docs in intl/l10n/docs. r=championshuttler 2019-08-09 19:20:59 +00:00
ipc Bug 1568047. r=froydnj 2019-08-12 18:50:09 +00:00
js Bug 1569924 - Run ./mach clang-format -p js/src r=sfink 2019-08-12 03:27:23 +00:00
layout Bug 1572912 - Enable column-span preference to fix existing test failures. r=dbaron 2019-08-12 04:32:34 +00:00
media Bug 1558915 - Use infallible nsIURI::SchemeIs everywhere. r=smaug 2019-08-09 15:17:06 +00:00
memory
mfbt
mobile Bug 1573251 - Add missing @returns in ContentBlocking. r=geckoview-reviewers,agi 2019-08-12 20:04:11 +00:00
modules Bug 1560741 - Part 1: Disallow notification permission requests from cross-origin iframes; r=johannh 2019-08-12 21:38:58 +00:00
mozglue
netwerk Bug 1557222 - Remove AppCacheInsecure deprecated operation r=Ehsan 2019-08-12 16:26:44 +00:00
nsprpub
other-licenses
parser
python
remote
security Bug 1564434 - MT_safe_localtime generates incorrect value in sandboxed content process r=handyman 2019-08-12 21:36:03 +00:00
services
servo Bug 1573106 - Use shortest serialization for computed text-emphasis-style too. r=boris 2019-08-12 21:31:52 +00:00
startupcache
storage
taskcluster Bug 1566298 - Block explicit scheduling for the release in balrog on AMO langpack pushing. r=mtabara 2019-08-09 18:53:51 +00:00
testing Bug 1573106 - Use shortest serialization for computed text-emphasis-style too. r=boris 2019-08-12 21:31:52 +00:00
third_party Bug 1573039 - Part 2: Revendor dependencies. r=emilio 2019-08-12 12:39:47 +00:00
toolkit Bug 1376932 webrequest onHeadersReceived modification test r=robwu 2019-08-12 21:02:22 +00:00
tools Bug 1572235: Expose a method to remove markers leftover from previous runs of the profiler. r=gerald 2019-08-09 21:04:57 +03:00
uriloader
view
widget Bug 1566367 - [2.0] Add streaming telemetry Gecko-GV bridge. r=snorp,chutten 2019-08-09 04:51:10 +00:00
xpcom Bug 1572565 - Make the remote sandbox broker process' telemetry string consistent r=jld 2019-08-09 00:03:33 +00:00
xpfe/appshell Bug 1551344 - Part 2: Update outdated comments referencing XULDocument. r=smaug 2019-08-09 17:47:41 +00:00
.arcconfig
.clang-format
.clang-format-ignore
.cron.yml
.eslintignore
.eslintrc.js
.flake8
.gdbinit
.gdbinit_python
.git-blame-ignore-revs
.gitattributes
.gitignore
.hg-annotate-ignore-revs
.hg-format-source
.hgignore
.hgtags
.lldbinit
.mailmap
.prettierignore Bug 1572582 - Merge healthreport-prefs.js into all.js. r=chutten 2019-08-11 23:31:30 +00:00
.prettierrc
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle
Cargo.lock Bug 1573039 - Part 1: Update image to 0.22. r=emilio 2019-08-12 20:22:06 +00:00
Cargo.toml
client.mk
client.py
CLOBBER
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LEGAL
LICENSE
mach
Makefile.in
moz.build
moz.configure
mozilla-config.h.in
old-configure.in
package-lock.json
package.json
README.txt
settings.gradle
test.mozbuild

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.