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
Thomas Wisniewski ddc2cf9606 Bug 1496577 - have OPTIONS preflights inherit the original request's referrer and referrer policy; r=ckerschb
OPTIONS preflights inherit the original request's referrer and referrer policy

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

--HG--
extra : moz-landing-system : lando
2018-10-12 20:05:10 +00:00
.cargo
.vscode Bug 1493017 - Tweak vscode tasks.json problemMatcher regexes to handle clang/Windows output - r=jya 2018-09-21 10:00:59 +00:00
accessible Bug 1498586 - Add clang-format off to avoid the reformatting of the data structures r=Ehsan 2018-10-12 20:48:24 +00:00
browser Bug 1488439: Part 1 - Replace Windows temp folder in sandboxed plugin process (r=bobowen,erahm) 2018-10-12 22:36:22 +00:00
build Bug 1489443 - Set GCC_USE_GNU_LD based on linker kind. r=froydnj 2018-10-12 22:38:44 +00:00
caps Bug 1491728 - Fix ContentPrincipal::GetSiteOrigin to handle IPv6 addresses correctly. r=bzbarsky 2018-10-01 12:16:39 +00:00
chrome Bug 1491394 - Update callsites to use new mozILocaleService API. r=jfkthame 2018-09-21 15:30:37 +00:00
config Bug 1414287 - Use a 64-bits clang-cl for 32-bits static analysis builds r=dmajor 2018-10-10 17:53:06 +00:00
db Bug 1491671 - Upgrade to SQLite 3.25.1. r=mak 2018-09-19 13:28:02 +00:00
devtools Bug 1497969 - Add a way to emulate :focus-within pseudo-class. r=pbro 2018-10-12 21:56:44 +00:00
docshell Bug 1498586 - Add clang-format off to avoid the reformatting of the data structures r=Ehsan 2018-10-12 20:48:24 +00:00
dom Bug 1488439: Part 2 - Patch GetFileAttributesW for appdata parent folders in sandboxed plugin process (r=bobowen,jmathies) 2018-10-12 22:36:56 +00:00
editor Bug 1497815 - Rename EditorEventListener::EnsureCommitCompoisition() to EditorEventListener::EnsureCommitComposition() r=m_kato 2018-10-11 09:12:15 +00:00
embedding
extensions Bug 1494127 - Fix trivial calls to do_QueryInterface that return an nsresult r=smaug 2018-10-01 21:38:43 +00:00
gfx Bug 1497787 - MacIOSurface should only be access at VRSession thread. r=kip 2018-10-12 21:54:09 +00:00
gradle/wrapper
hal Bug 1488401 - Remove the remnants of the DiskSpaceWatcher r=asuth,janv,smaug 2018-09-13 06:40:51 +00:00
image Merge mozilla-inbound to mozilla-central. a=merge 2018-10-03 00:47:40 +03:00
intl Bug 1498586 - Add clang-format off to avoid the reformatting of the data structures r=Ehsan 2018-10-12 20:48:24 +00:00
ipc Bug 1431441 - Part 3 - Start the Mac content sandbox earlier r=Alex_Gaynor 2018-10-11 22:44:25 +00:00
js Bug 1489443 - Set GCC_USE_GNU_LD based on linker kind. r=froydnj 2018-10-12 22:38:44 +00:00
layout Bug 1498586 - Add clang-format off to avoid the reformatting of the data structures r=Ehsan 2018-10-12 20:48:24 +00:00
media Bug 1498586 - Add clang-format off to avoid the reformatting of the data structures r=Ehsan 2018-10-12 20:48:24 +00:00
memory Bug 1480430: Modify jemalloc to allow dynamic replacement r=glandium 2018-10-09 22:28:37 -04:00
mfbt Bug 1494207 - Add MOZ_CRASH_WRITE_ADDR to avoid ILL with UBSan. r=nfroyd 2018-10-04 14:52:16 -07:00
mobile Bug 1351308 - Ensure sanitizing before shutdown; r=jchen 2018-10-12 15:46:02 +00:00
modules Bug 1495583 - Add a button to restore the default value for network.trr.uri preference. r=flod,jaws 2018-10-12 21:34:50 +00:00
mozglue Bug 1496173 - More aarch64 interceptor fixups. r=mhowell 2018-10-03 17:01:05 -04:00
netwerk Bug 1496577 - have OPTIONS preflights inherit the original request's referrer and referrer policy; r=ckerschb 2018-10-12 20:05:10 +00:00
nsprpub
other-licenses Bug 1465212 - Fix command line parameter checking in ExecInExplorer plugin. r=agashlin 2018-10-02 09:23:29 -07:00
parser Bug 1415980 - make hash keys movable and not copyable; r=erahm 2018-09-20 11:20:36 -04:00
python Bug 1489443 - Set GCC_USE_GNU_LD based on linker kind. r=froydnj 2018-10-12 22:38:44 +00:00
security Bug 1489443 - Set GCC_USE_GNU_LD based on linker kind. r=froydnj 2018-10-12 22:38:44 +00:00
services Bug 1496637 - Fetch missed FxA commands sporadically on sync r=markh 2018-10-11 20:08:33 +00:00
servo Bug 1497986 - Some more nsCSSValue cleanup. r=mats 2018-10-10 20:26:45 +00:00
startupcache Bug 1493737 - Fix many trivial calls to do_QueryInterface r=smaug 2018-10-01 21:38:01 +00:00
storage Bug 1496588: Avoid a UB in mozStorageService.cpp. r=froydnj 2018-10-05 16:23:40 -04:00
taskcluster Bug 1427808 - Remove the now-unused win64-clang-cl-st-an toolchain. r=froydnj 2018-10-12 07:15:00 -04:00
testing Bug 1496577 - have OPTIONS preflights inherit the original request's referrer and referrer policy; r=ckerschb 2018-10-12 20:05:10 +00:00
third_party Bug 1498247 - Part 2 - cargo vendor; r=jgraham 2018-10-12 17:29:14 +00:00
toolkit Bug 1488439: Part 1 - Replace Windows temp folder in sandboxed plugin process (r=bobowen,erahm) 2018-10-12 22:36:22 +00:00
tools Bug 1494069 - [lint] Explicitly list out objdirs rather than depend on 'obj*' in the global exclude, r=rwood 2018-10-12 15:57:44 +00:00
uriloader Bug 1497598. Stop using GetCurrentJSContext in loadcontext code. r=mccr8 2018-10-09 18:28:17 +00:00
view Backed out changeset 3bc82182725e (bug 1493081) for android bustages. CLOSED TREE 2018-10-09 15:18:51 +03:00
widget Bug 1498294 - Watch GUID_DEVINTERFACE_HID device changes instead of GUID_DEVINTERFACE_MOUSE. r=masayuki 2018-10-12 13:45:24 +00:00
xpcom Bug 1488439: Part 1 - Replace Windows temp folder in sandboxed plugin process (r=bobowen,erahm) 2018-10-12 22:36:22 +00:00
xpfe/appshell Bug 1493737 - Fix many trivial calls to do_QueryInterface r=smaug 2018-10-01 21:38:01 +00:00
.arcconfig
.clang-format
.clang-format-ignore Bug 1498608 - Add js/src/builtin/intl/TimeZoneDataGenerated.h to .clang-format-ignore r=andi 2018-10-12 16:16:01 +00:00
.cron.yml Bug 1492639 Add destination checks to bouncer validation r=mtabara 2018-10-10 15:00:18 +01:00
.eslintignore Bug 1423843 - Enabled ESLint for dom/notification/test/unit r=Standard8,mccr8 2018-10-09 18:23:15 +00:00
.eslintrc.js Bug 1486739 - Enable ESLint rule comma-dangle for browser/, services/, taskcluster/ and toolkit/ directories. r=mossop 2018-08-31 06:06:08 +00:00
.flake8 Backed out changeset aae4f349fa58 (bug 1479503) per developer's request on IRC a=backout 2018-09-14 16:35:23 +03:00
.gdbinit
.gdbinit_python
.gitignore
.hgignore Backed out changeset aae4f349fa58 (bug 1479503) per developer's request on IRC a=backout 2018-09-14 16:35:23 +03:00
.hgtags No bug - Tagging mozilla-central 034c5ef24e98b0ce85fa849face079f568eb397c with FIREFOX_NIGHTLY_63_END a=release DONTBUILD CLOSED TREE 2018-09-04 11:10:28 -07:00
.lldbinit
.mailmap
.taskcluster.yml Bug 1494333 - index crons just like artifacts r=Callek 2018-10-11 13:29:11 +00:00
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle Bug 1485439 - Pre: Upgrade Android Gradle plugin. r=nalexander 2018-09-04 22:33:00 +02:00
Cargo.lock Bug 1498247 - Part 2 - cargo vendor; r=jgraham 2018-10-12 17:29:14 +00:00
Cargo.toml Bug 1490948: Add build system support for a Rust library in Spidermonkey; r=chmanchester 2018-09-25 15:56:56 +02:00
client.mk bug 1495798 - shut down sccache server in mozharness after all build steps. r=firefox-build-system-reviewers,gps 2018-10-09 18:27:26 +00:00
client.py
CLOBBER Bug 1397263 - touch CLOBBER as suggested by mshal; r=me a=CLOBBER 2018-10-04 10:24:37 -04:00
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
LEGAL
LICENSE
mach
Makefile.in bug 1490325 - write sccache log directly to artifact directory, make logs slightly more verbose. r=mshal 2018-09-18 20:02:17 +00:00
moz.build Bug 1490253 - Replace pipenv with pip-tools for vendoring packages and dependencies; r=ahal 2018-10-10 08:58:41 +00:00
moz.configure Bug 1498450 - Avoid the footgun from @depends-function comparison r=froydnj 2018-10-12 13:44:08 +00:00
mozilla-config.h.in
old-configure.in Bug 1489443 - Set GCC_USE_GNU_LD based on linker kind. r=froydnj 2018-10-12 22:38:44 +00:00
package-lock.json Bug 1495397 - Update mozilla-central's package.json for being more generic, and move existing ESLint modules to dev dependencies. r=firefox-build-system-reviewers,nalexander 2018-10-01 17:28:45 +00:00
package.json Bug 1495397 - Update mozilla-central's package.json for being more generic, and move existing ESLint modules to dev dependencies. r=firefox-build-system-reviewers,nalexander 2018-10-01 17:28:45 +00:00
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.]

You can download nightly development builds from the Mozilla FTP server.
Keep in mind that nightly builds, which are used by Mozilla developers for
testing, may be buggy. Firefox nightlies, for example, can be found at:

    https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/
            - or -
    https://www.mozilla.org/firefox/channel/desktop/#nightly