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
David Keeler 07f34ebd2f bug 1352262 - make OCSP timeout values configurable r=Cykesiopka,jcj
The default OCSP timeout for soft-fail DV is still 2 seconds. This patch makes
it configurable on the interval (0, 5] seconds.

The default OCSP timeout for EV and hard-fail DV is still 10 seconds. This patch
makes it configurable on the interval (0, 20] seconds.

MozReview-Commit-ID: CPd8pwYrJhj

--HG--
extra : rebase_source : 45bd7d06ea013f0a776ea18be9408dedb18271d8
2017-03-31 15:21:40 -07:00
.cargo
.vscode
accessible Merge inbound to central, a=merge 2017-04-13 17:24:01 -07:00
addon-sdk Bug 1355161 - script-generated patch to replace .{currentThread,mainThread}.dispatch(..., Ci.nsIThread.DISPATCH_NORMAL) with .dispatchToMainThread(...), r=froydnj. 2017-04-14 18:29:12 +02:00
b2g Bug 1355161 - script-generated patch to replace .{currentThread,mainThread}.dispatch(..., Ci.nsIThread.DISPATCH_NORMAL) with .dispatchToMainThread(...), r=froydnj. 2017-04-14 18:29:12 +02:00
browser Bug 1342207 - chrome.tabs.onActivated does not fire for new windows, r=kmag 2017-04-04 09:43:50 -04:00
build Bug 1356101 - Derive the mach_bootstrap search path from build/virtualenv_packages.txt. r=gps 2017-04-14 08:19:08 +09:00
caps Bug 1356193 - rename securityFlags local variable for code clarity reasons, r=ckerschb 2017-04-13 11:36:18 +01:00
chrome
config Bug 1353810 - add a --enable-rust-debug option; r=chmanchester 2017-04-12 21:49:25 -04:00
db
devtools merge mozilla-central to autoland. r=merge a=merge 2017-04-17 16:30:50 +02:00
docshell Merge autoland to central, a=merge CLOSED TREE 2017-04-12 15:13:30 -07:00
dom merge mozilla-central to autoland. r=merge a=merge 2017-04-17 16:30:50 +02:00
editor Bug 1356496 - Don't use nsIDOM* in ConfirmSelectionInBody. r=masayuki 2017-04-14 14:54:03 +09:00
embedding Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws. 2017-04-14 21:51:39 +02:00
extensions Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws. 2017-04-14 21:51:39 +02:00
gfx Bug 1356218 - Fix nsDeviceContext::GetDepth to use the information from the correct monitor. r=jfkthame 2017-04-14 20:50:13 +09:00
gradle/wrapper
hal
image Backout change fb3c323635d6 (bug 1347400) because the telemetry probe didn't prove to be useful 2017-04-15 17:20:25 -04:00
intl Bug 1356718 - Query gtk settings schemas to avoid crashing when schema is missing. r=jfkthame 2017-04-16 00:13:07 -07:00
ipc Bug 1354020 - Use per-monitor v2 on Creators Update. r=jfkthame 2017-04-07 07:14:14 +09:00
js merge mozilla-inbound to mozilla-central. r=merge a=merge 2017-04-15 19:59:24 +02:00
layout merge mozilla-central to autoland. r=merge a=merge 2017-04-17 16:30:50 +02:00
media Merge inbound to central, a=merge 2017-04-13 17:24:01 -07:00
memory Bug 1332747 Change MOZ_ALWAYS_INLINE to MOZ_ALWAYS_INLINE_EVEN_DEBUG to fix MinGW Debug build r=froydnj 2017-04-11 12:53:58 -05:00
mfbt Backed out changeset e39e02b11392 (bug 1348419) for failing at jsutil.cpp(42) with "data with thread storage duration may not have dll interface". r=backout 2017-04-15 01:01:11 +02:00
mobile Bug 1355161 - script-generated patch to replace .{currentThread,mainThread}.dispatch(..., Ci.nsIThread.DISPATCH_NORMAL) with .dispatchToMainThread(...), r=froydnj. 2017-04-14 18:29:12 +02:00
modules Bug 1286717 - Part 2: Add mochitests for persist/persisted functions, r=janv 2017-04-17 15:06:39 +08:00
mozglue Merge m-c to a CLOSED TREE m-i 2017-04-06 21:16:43 -07:00
netwerk Bug 1356165 - Log origin attributes for cookie. r=jduell 2017-04-17 11:08:54 +08:00
nsprpub
other-licenses
parser Bug 1356105 - Update more test expectations ; r=manishearth 2017-04-13 15:56:54 +08:00
probes
python Backed out changeset 225683fed1d1 (bug 1294641) for breaking crashtests, reftests and Windows builds. r=backout on a CLOSED TREE 2017-04-17 16:29:52 +02:00
rdf
security bug 1352262 - make OCSP timeout values configurable r=Cykesiopka,jcj 2017-03-31 15:21:40 -07:00
services Bug 1355161 - script-generated patch to replace .{currentThread,mainThread}.dispatch(..., Ci.nsIThread.DISPATCH_NORMAL) with .dispatchToMainThread(...), r=froydnj. 2017-04-14 18:29:12 +02:00
servo servo: Merge #16498 - Properly modify scroll_location (from paulrouget:scroll_lock); r=jdm 2017-04-17 10:54:23 -05:00
startupcache Backed out changeset 7fdcabdbb675 (bug 1024669) for failing mda, GTest and talos jobs. r=backout on a CLOSED TREE 2017-04-10 19:05:44 +02:00
storage Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws. 2017-04-14 21:51:39 +02:00
taskcluster Bug 1356720 - Ensure toolchain builds are triggered when some helper scripts are modified. r=chmanchester 2017-04-15 09:03:05 +09:00
testing Backed out changeset 225683fed1d1 (bug 1294641) for breaking crashtests, reftests and Windows builds. r=backout on a CLOSED TREE 2017-04-17 16:29:52 +02:00
third_party/rust Bug 1353994 - Part 1: Update the version of cssparser to 0.12.2. r=heycam, r=SimonSapin 2017-04-11 15:53:57 +08:00
toolkit merge mozilla-inbound to mozilla-central. r=merge a=merge 2017-04-17 16:21:05 +02:00
tools Bug 1356797 - Update ThirdPartyPaths.txt. r=sylvestre 2017-04-16 19:08:29 -07:00
uriloader Bug 1355582 - Only the most recently added file extension is saved in "mimeTypes.rdf". r=mak 2017-04-11 20:38:14 +01:00
view
widget Bug 1356218 - Make screen.colorDepth multi-monitor aware. r=jimm 2017-04-18 00:21:55 +09:00
xpcom Bug 1355161 - script-generated patch to replace .{currentThread,mainThread}.dispatch(..., Ci.nsIThread.DISPATCH_NORMAL) with .dispatchToMainThread(...), r=froydnj. 2017-04-14 18:29:12 +02:00
xpfe Bug 1354068: fix uninitialized rv in some paths in nsWebShellWindow r=bdahl 2017-04-06 23:23:44 -04:00
.clang-format
.clang-format-ignore
.clang-tidy
.cron.yml
.eslintignore Backed out 4 changesets (bug 1346825) for being the likely cause of devtools bustage a=backout CLOSED TREE 2017-04-13 11:23:18 -07:00
.eslintrc.js
.flake8
.gdbinit
.gdbinit_python
.gitignore Backed out 4 changesets (bug 1346825) for being the likely cause of devtools bustage a=backout CLOSED TREE 2017-04-13 11:23:18 -07:00
.hgignore
.hgtags
.lldbinit
.taskcluster.yml
.ycm_extra_conf.py
aclocal.m4
Android.mk
AUTHORS Bug 1349980 - update task generation to support -g in try syntax for running OS X tasks in generic-worker,r=dustin 2017-04-06 18:50:41 +02:00
build.gradle
client.mk
client.py
CLOBBER Bug 1356151 - Clobber needed after bug 1353295 was backed out a=sheriffduty 2017-04-13 10:06:59 +02:00
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
LEGAL
LICENSE
mach
Makefile.in
moz.build
moz.configure Bug 1355584 Make NSIS an optional requirement for MINGW builds r=glandium 2017-04-12 11:21:13 -05:00
mozilla-config.h.in
npm-shrinkwrap.json Bug 1355776 - Upgrade ESLint to version 3.19.0 to pick up autofix improvements and other fixes. r=mossop 2017-04-12 12:07:01 +01:00
old-configure.in
package.json Bug 1355776 - Upgrade ESLint to version 3.19.0 to pick up autofix improvements and other fixes. r=mossop 2017-04-12 12:07:01 +01: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://nightly.mozilla.org/