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
Dave Townsend 918425999d Bug 1503696: Cache cookies in the same way we did before Firefox 63. r=mak
Previous to bug 1453751 favicons were loaded from the network by a <xul:image>
tag with validate="never". This caused us to always use any cached version if
possible. Bug 1453751 used a normal load type causing us to revalidate with the
server for each request. This switches the loader to using the cache if possible.

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

--HG--
extra : moz-landing-system : lando
2018-11-12 16:41:35 +00:00
.cargo
.vscode
accessible Bug 1506041 - Code cleanup: Convert more static functions to lambdas in the markup map, r=Jamie 2018-11-11 23:13:35 +00:00
browser Bug 1503696: Cache cookies in the same way we did before Firefox 63. r=mak 2018-11-12 16:41:35 +00:00
build Bug 1505086: remove build telemetry submission logic r=ted 2018-11-12 14:57:59 +00:00
caps
chrome
config
db
devtools Bug 1506597 - Expose DOMPoint and DOMQUAD TO DevTools modules r=gl 2018-11-12 16:16:38 +00:00
docshell
dom Bug 1506179 - rename webgl::AttribBaseType::Bool to Boolean; r=jgilbert 2018-11-09 21:38:31 +00:00
editor Bug 1505679 - Make HTMLEditor::RemoveList() sets specific EditAction when it's called by execCommand("insertorderedlist") or execCommand("insertunorderedlist") r=m_kato 2018-11-12 08:13:58 +00:00
embedding
extensions
gfx Bug 1506576 - Update webrender to commit 45498e55dbb918f82e9583d03912b73b5a301a30 (WR PR #3299). r=kats 2018-11-12 12:58:02 +00:00
gradle/wrapper
hal
image
intl
ipc Bug 1506246 - Don't log unconsumed file descriptor sets in middleman processes, r=froydnj. 2018-11-09 10:54:48 -10:00
js Bug 1506479 - Discard TypeScripts in Zone::discardJitCode instead of during type sweeping. r=bhackett 2018-11-12 02:30:15 +00:00
layout Bug 1497990 Part 2 - Do not carry block-end margin out of ColumnSetFrame. r=dbaron 2018-11-09 21:02:12 +00:00
media Bug 1505278 - replace libmkv's README_MOZILLA with moz.yaml. r=jya 2018-11-11 22:01:14 +00:00
memory
mfbt
mobile Bug 1506599 - Add @AnyThread annotation to GeckoWebExecutor r=agi 2018-11-12 15:31:56 +00:00
modules Bug 1505867 - Add pref for hpack table dumps. r=bagder 2018-11-09 07:23:17 +00:00
mozglue Backed out 2 changesets (bug 1495512) for failing Win MinGW builds 2018-11-10 04:06:10 +02:00
netwerk No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM 2018-11-12 13:57:43 +00:00
nsprpub
other-licenses
parser Bug 1506133 - More HTML parser cleanup post bug 1392185. r=hsivonen 2018-11-12 14:37:09 +00:00
python Bug 1505086: move verify_statedir from telemetry submission script to mozbuild.telemetry r=ted 2018-11-12 14:57:49 +00:00
security No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM 2018-11-12 13:57:43 +00:00
services
servo Bug 1506391 - Manually extinguish multi-line use statements. 2018-11-11 02:40:30 +01:00
startupcache
storage
taskcluster No Bug, taskcluster/docker/funsize-update-generator pipfile-update. r=sfraser 2018-11-12 11:46:12 +00:00
testing Bug 1506410 - Fix up two other instances of ParseError not passing in metadata r=jgraham 2018-11-12 10:11:48 +00:00
third_party Bug 1506129 - Re-vendor rust dependencies. r=kats 2018-11-09 18:55:23 +00:00
toolkit Bug 1506543 - Remove the comment from Bug 1506543, r=jhorak 2018-11-12 14:43:02 +00:00
tools Bug 1504323 - P2 Enable ESLint for netwerk/test/httpserver/ (manual changes) r=Standard8,dragana 2018-11-09 11:28:32 +00:00
uriloader Bug 1371509 - fix issues with comparing window URIs in browser_auto_close_window.js, r=Felipe 2018-11-09 19:11:30 +00:00
view
widget Bug 1506264 - Fix querying the nsIObserver interface in all classes implementing it r=erahm 2018-11-09 22:20:54 +00:00
xpcom Bug 1505910 - P3. Remove now unused AsTaskQueue(). r=gerald 2018-11-09 21:38:38 +00:00
xpfe/appshell
.arcconfig
.clang-format
.clang-format-ignore
.cron.yml
.eslintignore Bug 1504323 - P2 Enable ESLint for netwerk/test/httpserver/ (manual changes) r=Standard8,dragana 2018-11-09 11:28:32 +00:00
.eslintrc.js
.flake8
.gdbinit
.gdbinit_python
.gitignore
.hgignore
.hgtags
.lldbinit
.mailmap
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle
Cargo.lock Bug 1506129 - Re-vendor rust dependencies. r=kats 2018-11-09 18:55:23 +00:00
Cargo.toml
client.mk
client.py
CLOBBER
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
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.