Brian Smith
e5956ee083
Bug 909152: Factor out generic logic from OCSP stapling tests to make it reusable, r=keeler, r=cviecco, r=gps
...
--HG--
extra : rebase_source : 147591c1f12494cdda17e96a4993223297f6dc1a
2013-09-04 23:55:28 -07:00
Vicamo Yang
34d42311bd
Bug 909658: B2G emulator-x86 has no __NR_{recv,msgget,semget}. r=kang
2013-09-11 00:23:35 +08:00
Kyle Huey
a53f6f80b6
Bug 910937: Remove xpc_UnmarkGrayObject and use JSAPI directly. r=mccr8
2013-09-08 20:28:48 -07:00
ffxbld
480d98fcbd
No bug, Automated HSTS preload list update from host bld-linux64-ec2-142 - a=hsts-update
2013-09-07 03:36:29 -07:00
Jed Davis
a3fbb55f38
Bug 908907 - Fill in gaps in seccomp-bpf whitelist for b2g. r=kang, r=bsmith
...
Relatively harmless syscalls:
* dup, used by mozilla::ipc::Shmem
* getuid, for android::IPCThreadState, used in audio decode
* nanosleep, used by android::AudioTrack
Of potential concern:
* sched_setscheduler, used by audio threads in e.g. CubeVid
This might be restrictable somewhat by inspecting its arguments.
Of serious concern:
* unlink, as a workaround for bug 906996 (q.v.).
Note that we already allow open(), including for writing (temporary
files, /dev/genlock on qcom devices, probably more), so allowing unlink
won't make the situation much worse.
2013-09-06 09:13:59 -04:00
Robert O'Callahan
8ca63f18ef
Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg
...
--HG--
extra : rebase_source : 0787130b1814c74bfb38dc178de94022f0b2e64e
2013-09-02 20:41:57 +12:00
Mike Hommey
05b3f24e0e
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
David Keeler
42301b8a59
bug 912204 - properly clear HSTS state in browser_bug627234_perwindowpb.js r=cviecco
2013-09-03 13:43:07 -07:00
Masatoshi Kimura
216f76200c
Bug 911573 - Mochitest fixup to prepare removing Components-in-content with UniversalXPConnect. r=bholley
2013-09-05 01:02:34 +09:00
Po-Chun Chang
cd3248ea14
Bug 908527 - Avoid wasted work in PSM_SSL_BlacklistDigiNotar(). r=cviecoo
2013-09-03 08:55:52 -04:00
Jeff Walden
c5dd957eae
Bug 730805 - Provide mozilla/IntegerPrintfMacros.h to implement the PRI* macros portion of the <inttypes.h> interface. r=espindola
...
--HG--
extra : rebase_source : be80333003c6fec659e736a77463568c836d8348
2011-12-15 00:27:42 -05:00
ffxbld
22c1a2f208
No bug, Automated HSTS preload list update from host bld-linux64-ec2-356 - a=hsts-update
2013-08-31 03:17:30 -07:00
Brian O'Keefe
b0a1c0a276
Bug 875934 - Move LIBRARY_NAME to moz.build, batch 4; r=mshal
2013-08-15 09:12:40 -04:00
Brian O'Keefe
0ee041b9fd
Bug 875934 - Move LIBRARY_NAME to moz.build, batch 3; r=mshal
2013-08-15 09:02:09 -04:00
Nicholas Nethercote
b6d6b342af
Bug 909597 (part 2) - Rename jsdbgapi.{h,cpp} as {js,vm}OldDebugAPI.{h,cpp}. r=luke.
...
--HG--
rename : js/src/jsdbgapi.h => js/public/OldDebugAPI.h
rename : js/src/jsdbgapi.cpp => js/src/vm/OldDebugAPI.cpp
extra : rebase_source : 9cd65a698e726c43d88d650f40823367bf98feae
2013-08-26 19:05:20 -07:00
David Keeler
10e9e3d47d
bug 849553 - crypto.generateCRMFRequest should throw for bad key sizes r=bsmith
...
--HG--
rename : security/manager/ssl/tests/mochitest/bugs/test_bug882865.html => security/manager/ssl/tests/mochitest/bugs/test_generateCRMFRequest.html
2013-08-27 16:48:52 -07:00
Kai Engert
8748f405b4
bug 887052 - follow-up: fix typo in browser_bug627234_perwindowpb.js r=keeler
2013-08-27 16:12:48 -07:00
Kai Engert
73253ed26f
Bug 633001, SSL cannot set exceptions on IPv6 addresses, also fixes bug 828873. Based on work by Erik Lax, r=dkeeler
2013-08-27 23:54:34 +02:00
Jed Davis
840702aa2c
Bug 907002 - Add restart_syscall to seccomp whitelist. r=kang
2013-08-26 11:27:49 -04:00
Geoff Brown
5a46efbe2b
Bug 865006 - (4) Add more xpcshell tests for android; r=jmaher
2013-08-25 10:58:31 -06:00
Phil Ringnalda
0267f47531
Merge m-i to m-c
2013-08-25 08:20:24 -07:00
ffxbld
c218ab3e4d
No bug, Automated HSTS preload list update from host bld-linux64-ec2-018 - a=hsts-update
2013-08-24 03:20:13 -07:00
Nicholas Nethercote
601047fd0b
Bug 905017 (part 3, attempt 2) - Move profiling stack stuff from jsapi.h to js/ProfilingStack.h. r=billm.
...
--HG--
extra : rebase_source : 8226a31c4f2a286ba843da616b1061ca034a5d41
2013-08-19 23:45:26 -07:00
Bobby Holley
18ba09178b
Bug 903891 - Push a null principal before opening XUL dialogs in ye olde crytoe APIe. r=jst
...
This fixes the generateCRMFRequest failures. The callsites here are easily
greppable (grep for nsNSSDialogHelper::openDialog), and they're all chrome://
XUL documents.
2013-08-22 15:51:34 -07:00
Wan-Teh Chang
7b2f7d897c
Bug 880543: Update NSS to NSS_3_15_2_BETA1, mainly to pick up AES-GCM
...
TLS cipher suites.
2013-08-23 16:19:36 -07:00
Makoto Kato
9d06ff2f05
Bug 901820 - Part 1. replace nsCRT::strdup with strdup. r=bsmedberg
2013-08-22 19:31:48 +09:00
Ms2ger
4af9d89266
Merge m-c to inbound
2013-08-22 10:38:48 +02:00
Ms2ger
707d12dbb2
Backout changesets 7e6fb33fdf22:c85332df4320 (bug 905017) for windows bustage.
2013-08-22 10:16:30 +02:00
Ms2ger
f8f8a40a0a
Bug 906619 - Part a: Move unconditional CSRCS to moz.build; r=mshal
2013-08-22 08:56:02 +02:00
Ms2ger
19f3e043e3
Bug 904831 - Part b: Move unconditional MSVC_ENABLE_PGO definitions into moz.build; r=gps
2013-08-22 08:56:01 +02:00
Ms2ger
4d0ead0110
Bug 883284 - Part f: Move LIBXUL_LIBRARY into moz.build (p-z); r=glandium
2013-08-22 08:56:01 +02:00
Ms2ger
66214743ad
Bug 882859 - Part b: Move FAIL_ON_WARNINGS into moz.build; r=joey+gps
2013-08-22 08:55:59 +02:00
Nicholas Nethercote
27d4a3235f
Bug 905017 (part 3) - Move profiling stack stuff from jsapi.h to js/ProfilingStack.h. r=billm.
...
--HG--
extra : rebase_source : 8322f1c96b95685912375484172d47f53107947f
2013-08-19 23:45:26 -07:00
Neil Rashbrook
87d75aa6b1
Bug 907904 Fix string correctness issues r=bsmith
2013-08-22 08:38:57 +01:00
Nicholas Nethercote
b89a8ac1c0
Bug 905017 (part 1) - Minimize inclusions of JS engine headers in .h and .idl files. r=billm.
...
--HG--
extra : rebase_source : 984c61ab12f46be0509b1ce0d458d9a6e5841c64
2013-08-17 15:50:18 -07:00
Cykesiopka
46f8a6a5bc
Bug 906971 - Cleanup editcerts.js. r=keeler
2013-08-20 16:43:39 -04:00
Cykesiopka
88894a73d3
Bug 861763 - Remove text-decoration: blink in security/manager/pki/resources/content/createCertInfo.xul. r=keeler
2013-08-20 08:30:25 -04:00
Ryan VanderMeulen
fc58488cf2
Merge m-c to inbound on a CLOSED TREE.
2013-08-19 17:05:12 -04:00
Paolo Amadini
196312742f
Bug 847863 - Part 5 of 8 - Selectively convert mixed content blocker tests. r=enn
2013-08-19 17:23:59 +02:00
Cykesiopka
8a584f3c4a
Bug 825583 - Remove server tab cert trust editing. r=keeler
2013-08-19 08:48:08 -04:00
ffxbld
7b496ac10e
No bug, Automated HSTS preload list update from host bld-centos6-hp-008 - a=hsts-update
2013-08-17 03:12:53 -07:00
David Keeler
e10f525bd1
bug 903762 - be more strict about removing HSTS preload list entries r=cviecco
2013-08-15 15:48:39 -07:00
Guillaume Destuynder
eda4902d8b
Bug 790923: Adds seccomp-bfp sandboxing support for B2G. r=khuey, r=gerv, r=agal, r=dhylands, r=keeler, r=imelven, a=kang.
2013-08-12 12:58:35 -07:00
Trevor Saunders
86d20580f1
bug 905410 - remove most remaining usage of nspr atomics outside of xpcom/ r=ehsan
2013-08-12 05:51:49 -04:00
Brian O'Keefe
08e5de443f
Bug 896177 - Remove more config.mk includes; r=gps
2013-07-17 16:07:14 -04:00
Ms2ger
3d504dcb66
Merge latest PGO-green inbounc changeset to m-c.
2013-08-14 14:45:47 +02:00
Ms2ger
4579943f93
Bug 897909 - Cleanup some SIMPLE_PROGRAMS; r=gps
...
* * *
FOLD
2013-08-14 09:00:13 +02:00
Camilo Viecco
cbc8c9da06
Bug 902511 - Batch of EV certs for August (augments struct in nsIdentityInfo). r=honzab
2013-08-13 22:21:20 -07:00
Ms2ger
0f97870355
Backout changeset 9a57f0f347e3 for insufficient review.
2013-08-13 13:30:00 +02:00
Guillaume Destuynder
0351bab10b
Bug 790923: Adds seccomp-bfp sandboxing support for B2G. r=agal, r=dhylands, r=dkeeler, r=imelven, a=kang.
2013-08-12 12:58:35 -07:00
Boris Zbarsky
5d344b2eb3
Back out revision ea0f2d537a40 (bug 903283) because Windows was bootlegging nsRegion.h via EventTarget.h in widget code and so we ended up with a CLOSED TREE.
2013-08-09 22:31:05 -04:00
David Zbarsky
d73e74f40e
Bug 903283: Don't include EventTarget.h in headers r=Ms2ger
2013-08-09 21:17:52 -04:00
David Zbarsky
46c6e64d77
Bug 903283: Don't include EventTarget.h in headers r=Ms2ger
2013-08-19 06:15:55 -04:00
Trevor Saunders
b2dc01f1a7
bug 886526 - remove IS_COMPONENT and MODULE_NAME makefile vars for things in libxul r=bsmedberg r=glandium
2013-08-08 20:12:37 -04:00
Nicholas Nethercote
849635b8f1
Bug 898914 (part 1) - Remove JSBool.
...
--HG--
extra : rebase_source : 2d202e0e5005a7f54724b1540481c15cde3ad52e
2013-08-08 15:53:04 -07:00
David Dahl
98f42a7f2a
Bug 824652 - crypto.generateCRMFRequest bypasses CSP (allows script execution from a string, without unsafe-eval) r=bsmith r=khuey r=keeler
2013-08-06 21:46:05 -05:00
Ryan VanderMeulen
6e225374e2
Backed out changeset a4dd0dc4e354 (bug 824652) for Android M1 orange.
2013-08-05 19:21:17 -04:00
David Keeler
f6f47c149c
bug 887052 - refactor nsISiteSecurityService for multiple headers r=cviecco r=mcmanus r=jst sr=jst
2013-08-02 16:23:18 -07:00
David Keeler
e02475356e
bug 887052 - rename nsIStrictTransportSecurityService to nsISiteSecurityService for refactoring r=cviecco r=mcmanus r=jst sr=jst
...
--HG--
rename : netwerk/base/public/nsIStrictTransportSecurityService.idl => netwerk/base/public/nsISiteSecurityService.idl
rename : security/manager/boot/src/nsStrictTransportSecurityService.cpp => security/manager/boot/src/nsSiteSecurityService.cpp
rename : security/manager/boot/src/nsStrictTransportSecurityService.h => security/manager/boot/src/nsSiteSecurityService.h
2013-08-02 15:48:37 -07:00
David Dahl
99b75a0ff8
Bug 824652 - crypto.generateCRMFRequest bypasses CSP (allows script execution from a string, without unsafe-eval) r=bsmith r=khuey r=keeler
2013-08-05 16:15:22 -05:00
Ryan VanderMeulen
e91e143e66
Backed out changesets 5f8a88c6d0c8 and 97fcb5a154d8 (bug 887052) for OSX mochitest-other orange.
...
--HG--
rename : netwerk/base/public/nsISiteSecurityService.idl => netwerk/base/public/nsIStrictTransportSecurityService.idl
rename : security/manager/boot/src/nsSiteSecurityService.cpp => security/manager/boot/src/nsStrictTransportSecurityService.cpp
rename : security/manager/boot/src/nsSiteSecurityService.h => security/manager/boot/src/nsStrictTransportSecurityService.h
2013-08-05 16:18:06 -04:00
David Keeler
a746ca39ba
bug 887052 - refactor nsISiteSecurityService for multiple headers r=cviecco r=mcmanus r=jst sr=jst
2013-07-01 10:49:40 -07:00
David Keeler
503e645f01
bug 887052 - rename nsIStrictTransportSecurityService to nsISiteSecurityService for refactoring r=cviecco r=mcmanus r=jst sr=jst
...
--HG--
rename : netwerk/base/public/nsIStrictTransportSecurityService.idl => netwerk/base/public/nsISiteSecurityService.idl
rename : security/manager/boot/src/nsStrictTransportSecurityService.cpp => security/manager/boot/src/nsSiteSecurityService.cpp
rename : security/manager/boot/src/nsStrictTransportSecurityService.h => security/manager/boot/src/nsSiteSecurityService.h
2013-07-01 09:30:11 -07:00
Carsten "Tomcat" Book
ce9fe7db3d
Merge b2g-inbound to m-c
2013-08-05 11:22:48 +02:00
ffxbld
820a17a4a2
No bug, Automated HSTS preload list update from host bld-linux64-ec2-042 - a=hsts-update
2013-08-03 03:26:02 -07:00
Yoshi Huang
dfc815e181
Bug 883741 - Part 1: WebCrypto: Move Crypto to WebIDL. r=bz
2013-08-01 14:57:25 +08:00
Ehsan Akhgari
ed8af4cc55
Bug 579517 follow-up: Remove NSPR types that crept in
2013-08-02 12:09:54 -04:00
Wan-Teh Chang
c4ddc9f6ea
Bug 881841: Update Mozilla to use NSS 3.15.1.
2013-08-01 15:59:00 -07:00
Wan-Teh Chang
19982e9fea
Bug 713933: Add the NSS patch for this bug (rather than the PSM patch
...
for bug 658222) to security/patches.
2013-08-01 15:49:16 -07:00
Yoshi Huang
44d9ef56f3
Bug 899946 - strange call to crypto.generateCRMFRequest from test_bug882865.html. r=Ms2ger
2013-07-31 18:34:14 +08:00
Ehsan Akhgari
085494b95d
Bug 895322 - Part 1: Replace the usages of MOZ_STATIC_ASSERT with C++11 static_assert; r=Waldo
...
This patch was mostly generated by running the following scripts on the codebase, with some
manual changes made afterwards:
# static_assert.sh
#!/bin/bash
# Command to convert an NSPR integer type to the equivalent standard integer type
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.cc" \
-o -iname "*.mm" \) | \
xargs -n 1 `dirname $0`/assert_replacer.py #sed -i -e "s/\b$1\b/$2/g"
}
convert MOZ_STATIC_ASSERT static_assert
hg rev --no-backup mfbt/Assertions.h \
media/webrtc/signaling/src/sipcc/core/includes/ccapi.h \
modules/libmar/src/mar_private.h \
modules/libmar/src/mar.h
# assert_replacer.py
#!/usr/bin/python
import sys
import re
pattern = re.compile(r"\bMOZ_STATIC_ASSERT\b")
def replaceInPlace(fname):
print fname
f = open(fname, "rw+")
lines = f.readlines()
for i in range(0, len(lines)):
while True:
index = re.search(pattern, lines[i])
if index != None:
index = index.start()
lines[i] = lines[i][0:index] + "static_assert" + lines[i][index+len("MOZ_STATIC_ASSERT"):]
for j in range(i + 1, len(lines)):
if lines[j].find(" ", index) == index:
lines[j] = lines[j][0:index] + lines[j][index+4:]
else:
break
else:
break
f.seek(0, 0)
f.truncate()
f.write("".join(lines))
f.close()
argc = len(sys.argv)
for i in range(1, argc):
replaceInPlace(sys.argv[i])
--HG--
extra : rebase_source : 4b4a4047d82f2c205b9fad8d56dfc3f1afc0b045
2013-07-18 13:59:53 -04:00
Ehsan Akhgari
3717325909
Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted
2013-07-30 10:25:31 -04:00
Bobby Holley
99246966e4
Bug 899245 - Rename JS_GetGlobalForScopeChain to JS::CurrentGlobalOrNull. r=luke
...
This was done with perl/grep.
2013-07-29 16:45:27 -07:00
Adrian Lungu
e9ec3b582d
Bug 887984 - Send telemetry data from NTLM Init() methods. r=honzab
2013-07-25 09:54:11 -07:00
Trevor Saunders
64dbc43c4d
backout bug 886526 because it probably made us use a lot more memory to link on windows
2013-07-29 11:03:21 -04:00
Olli Pettay
c8fafb3a30
Bug 892588 - crash in nsNSSASN1Sequence::~nsNSSASN1Sequence, r=bsmith
...
--HG--
extra : rebase_source : a3d1a29f0ebcfb05462be3a46b38b7be08163379
2013-07-29 19:46:52 +03:00
ffxbld
365135bace
No bug, Automated HSTS preload list update from host bld-linux64-ec2-489 - a=hsts-update
2013-07-27 03:17:36 -07:00
David Keeler
5ac4ee12c2
bug 846825 - refactor, make HSTS header parser more spec-conformant r=cviecco r=grobinson
2013-07-25 16:13:50 -07:00
Joshua Cranmer
870351ab3d
Bug 884061 - Part 3s: Use NS_DECL_THREADSAFE_ISUPPORTS in security/, r=bsmith
...
--HG--
extra : rebase_source : 2b3329c361a71c49ef7c0793006c7dbb6f855e28
2013-07-18 21:24:14 -05:00
Cameron McCormack
ff401b5a0d
Backout bdceed703766 (bug 887984) for Windows build failures.
2013-07-23 13:43:45 +10:00
Adrian Lungu
fc305ae760
Bug 887984 - Send telemetry data from NTLM Init() methods. r=mayhemer
2013-07-18 12:00:04 -07:00
Ed Morley
4b1f775375
Merge latest green inbound changeset and mozilla-central
2013-07-22 14:45:43 +01:00
ffxbld
67a4e2373d
No bug, Automated HSTS preload list update from host bld-linux64-ec2-397 - a=hsts-update
2013-07-20 03:37:24 -07:00
David Keeler
deb959d2d8
bug 882865 - cryptojs key gen cleanup: use EqualsLiteral() r=bsmith r=Ms2ger r=khuey
2013-07-12 10:00:22 -07:00
David Keeler
968ceb3129
bug 892017 - fix incorrect usage of PLArenaPool in OCSPStaplingServer r=bsmith
2013-07-19 11:54:10 -07:00
David Keeler
0ed6a51130
Back out a5a5d2c176f7 (bug 882865) because of Android test failures on a CLOSED TREE
2013-07-18 15:55:10 -07:00
David Keeler
4b144d3500
bug 882865 - cryptojs key gen cleanup: use EqualsLiteral() r=bsmith r=Ms2ger
2013-07-12 10:00:22 -07:00
Camilo Viecco
ad1dce4f8c
Bug 883682: Enable EV test cert only in debug builds. r=bsmith
...
--HG--
extra : rebase_source : 0f14273c6f6d4da4164d7beeb3fd21bd6def1fd0
2013-07-03 08:24:09 -07:00
Ed Morley
a395627026
Merge latest green inbound changeset and mozilla-central
2013-07-15 10:48:54 +01:00
ffxbld
e5ec3d4b8f
No bug, Automated HSTS preload list update from host bld-centos6-hp-017 - a=hsts-update
2013-07-13 03:11:47 -07:00
Johnny Stenback
a6ffcef8b9
Bug 893290 - Fix busted error reporting in ssl code. r=dougt
2013-07-13 07:35:30 -07:00
Kai Engert
85ead3feac
Bug 531067: Remove hard-coded default OCSP responders on trunk, r=briansmith
...
--HG--
extra : rebase_source : 23bc45569bba9f417a51c13530f0319144f07b03
2013-07-11 23:33:55 -07:00
David Keeler
4f26e560b1
bug 889831 - always call SSL_PeerStapledOCSPResponses r=bsmith
2013-07-08 14:56:08 -07:00
Brian Smith
fbeabf98f4
Bug 820887: Fix early return in HandshakeCallback, r=keeler
...
--HG--
extra : rebase_source : e60d86d2b796bda0d44fe640663261cbebede495
2013-05-15 14:32:03 -07:00
Emanuel Hoogeveen
9e0ec18236
Bug 890714 - Fix mixed line endings. r=joe, r=jesup
2013-07-08 16:33:15 -04:00
Josh Matthews
82aaae152e
Bug 889885 - Avoid releasing scripted observers from PSM off the main thread. r=bsmith
2013-07-08 13:43:31 -04:00
Trevor Saunders
ace23958ea
bug 886526 - disallow MODULE_NAME and IS_COMPONENT for makefiles in libxul r=bsmedberg
2013-06-25 11:15:21 -04:00
Ehsan Akhgari
253fae6e49
Bug 886183 - Remove three unused functions from nsIdentityChecking.cpp; r=bsmith
2013-07-08 07:11:08 -04:00
ffxbld
f259d3adf1
No bug, Automated HSTS preload list update from host bld-linux64-ix-019 - a=hsts-update
2013-07-06 03:26:18 -07:00
Ryan VanderMeulen
3d2ee579ab
Merge m-c and inbound.
2013-07-03 16:39:33 -04:00
ffxbld
f5958bbb6d
No bug, Automated HSTS preload list update from host bld-linux64-ec2-324 - a=hsts-update
2013-07-03 12:25:37 -07:00
Masatoshi Kimura
16ea5c4d5c
Bug 888323 - Stop including prtime.h in nsrootidl.idl. r=ehsan
2013-07-04 00:56:26 +09:00
Patrick McManus
c88a96db57
bug 658222 - Enable TLS False Start (PSM) r=bsmith
...
--HG--
extra : rebase_source : ac9f77ba73a0a902f4b6aa8d52add7d52efb1b53
2013-06-28 16:58:28 -04:00
Patrick McManus
511687dcf9
Bug 713933: Make false start work with asynchronous certificate verification, r=bsmith
...
--HG--
extra : rebase_source : b895a399e381996f7e55d06f94a684469e287b8d
2013-06-30 22:23:16 -07:00
Justin Lebar
09d2312322
Bug 820686 - Remove code after MOZ_CRASH or MOZ_ASSUME_NOT_REACHED. r=(see below)
...
r=tbsaunde for accessible
r=jmuizelaar for gfx
r=waldo for js
r=roc for layout
r=glandium for mozglue
r=jduell for netwerk
r=khuey for everything else
2013-06-28 18:38:32 -07:00
Justin Lebar
cab87a0cce
Bug 802686 - s/MOZ_NOT_REACHED/MOZ_CRASH/ in Gecko. r=(see below)
...
r=tbsaunde for accessible
r=jmuizelaar for gfx
r=roc for layout
r=glandium for mozglue
r=jduell for netwerk
r=khuey for everything else
This is a mechanical change made with sed. Later patches in this queue
clean up the whitespace errors and so on.
2013-06-28 18:38:30 -07:00
Ryan VanderMeulen
6c23f16416
Backed out changeset d155557b651c (bug 888323) for bustage.
...
CLOSED TREE
2013-07-02 14:15:39 -04:00
Masatoshi Kimura
01a103a919
Bug 888323 - Stop including prtime.h in nsrootidl.idl. r=ehsan
2013-07-03 02:08:01 +09:00
Nathan Froyd
7e326a59b3
Bug 857076: fix various build warnings in security/manager/ssl/src/, r=bsmith
...
--HG--
extra : rebase_source : 3287d494065dfeb5b178c6801b83ac400ca6ef06
2013-06-24 00:57:51 -07:00
David Keeler
456456540e
bug 700693 - fix ocsp stapling test timeouts r=bsmith
2013-06-21 15:15:27 -07:00
David Keeler
6f1301d513
bug 700693 - OCSP stapling testing r=bsmith
2013-06-20 11:41:41 -07:00
David Keeler
a176617f97
bug 700693 - OCSP stapling PSM changes r=bsmith
2013-06-17 16:45:49 -07:00
Ehsan Akhgari
0018cfa74e
Remove two unused variables in nsNSSCertificateDB.cpp, no bug
2013-06-23 20:24:03 -04:00
Brian Smith
2794be59f0
Bug 879137, Part 3: Move PSMContentListener to its own source file, r=keeler
2013-06-22 15:57:15 -07:00
Brian Smith
369ed8727d
Bug 879137, Part 2: Remove unnecessary manual registration of PSM content listeners, r=keeler
2013-06-22 15:53:46 -07:00
Brian Smith
809560f89b
Bug 867465: Remove the "Revocation Lists" feature, r=cviecco, r=mattn
2013-06-02 23:37:47 -07:00
Brian Smith
425f5ab42c
Backout 308e3cd73c5f, cc9980cb3db2, f5591bedc40e due to build failure
2013-06-22 16:45:47 -07:00
Brian Smith
06dc9ed184
Bug 879137, Part 3: Move PSMContentListener to its own source file, r=keeler
...
--HG--
extra : rebase_source : d1100a79a84cbf3d375406aa00d71ab7bda5d767
extra : histedit_source : 37615676f796372cbe9d5942be2200e979679bcb
2013-06-22 15:57:15 -07:00
Brian Smith
86b1b78400
Bug 879137, Part 2: Remove unnecessary manual registration of PSM content listeners, r=keeler
...
--HG--
extra : rebase_source : cf0a8e3de83d707097341cf5068ecda04f4c15ac
extra : histedit_source : db7f47114779e5ef76de484cc79e458eb2663348
2013-06-22 15:53:46 -07:00
Brian Smith
b94512c0ce
Bug 867465: Remove the Revocation Lists feature, r=cviecco, r=mattn
...
--HG--
extra : rebase_source : f17ab5ff048777e059bc287f01fe4a0d80965966
extra : histedit_source : 24c6c568f419d4eeeace0b0b8e1e0ce71d9b0cd8
2013-06-02 23:37:47 -07:00
ffxbld
11728d2ddc
No bug, Automated HSTS preload list update from host bld-linux64-ec2-383 - a=hsts-update
2013-06-22 03:33:48 -07:00
Ryan VanderMeulen
374c82059e
Merge m-c to inbound.
2013-06-20 20:12:31 -04:00
Ryan VanderMeulen
55d8634607
Backed out changesets 448ba56d9ba4 and 8cea4b4646ef (bug 700693) for intermittent failures.
2013-06-20 19:50:13 -04:00
David Keeler
1ec40f0b4e
bug 700693 - OCSP stapling testing r=bsmith
2013-06-20 11:41:41 -07:00
David Keeler
a7700e80cc
bug 700693 - OCSP stapling PSM changes r=bsmith
2013-06-17 16:45:49 -07:00
David Keeler
2b73db5325
bug 883582 - use only domains likely to stay on the HSTS preload list in the test r=bsmith
2013-06-20 13:12:23 -07:00
Brian O'Keefe
ed17339221
Bug 875934 - Move LIBRARY_NAME to moz.build (batch #1 ); r=mshal
...
--HG--
extra : rebase_source : 385d3fd65475ffc18ee44ae088753649470e214b
2013-06-17 15:21:01 -04:00
Wan-Teh Chang
d5bb1e4314
Bug 881841: update to NSS_3_15_1_BETA2. r=wtc.
2013-06-18 13:01:22 -07:00
Brian Smith
91bae24d2a
Bug 879137: Move nsCryptoHash and nsCryptoHMAC to their own source file, r=cviecco
...
--HG--
extra : rebase_source : 71b6093529a6e9ec7749cb6f48911d441984b348
2013-06-03 00:08:26 -07:00
Brian Smith
9d002fc8df
Bug 879135, Part 2: Remove mScriptSecurityManager from nsNSSComponent, r=cviecco
...
--HG--
extra : rebase_source : 3589d5180f3368ec22d67342edb5d7d79fde87d7
2013-06-03 00:30:09 -07:00
Brian Smith
9034707b49
Bug 879135, Part 1: Remove nsNSSComponent::RememberCert, r=cviecco
...
--HG--
extra : rebase_source : 4dfe0052a653ceccd04192c2ef0f152983cbc2d2
2013-06-02 23:55:40 -07:00
Brian Smith
32ca8f63e0
Bug 867432: Remove nsIX509Cert.verifyForUsage, r=cviecco, sr=honzab
...
--HG--
extra : rebase_source : ef938f6272842de4bf42132bab5df11bac45d200
2013-04-30 17:30:47 -07:00
Brian Smith
bc99a81e1b
Bug 879134: Remove obsolete CFM migration code from nsNSSComponent, r=cviecco, r=wtc
...
--HG--
extra : rebase_source : c2460045b48112e5e4445dd757839f636b7846d5
2013-06-02 23:44:34 -07:00
Brian Smith
3657897948
Bug 832848: Removed unused site identity block tooltip logic from PSM, r=dolske
...
--HG--
extra : rebase_source : 1793e526272622d811e45d0f4b2f0460471f4501
2013-02-02 17:21:45 -08:00
Phil Ringnalda
f8614f1a0b
Back out f691f7abfe33 (No bug) Automated HSTS preload list update that broke HSTS preload
2013-06-15 07:40:53 -07:00
ffxbld
5a8ea7cdb4
No bug, Automated HSTS preload list update from host bld-linux64-ix-037 - a=hsts-update
2013-06-15 03:25:15 -07:00
Ehsan Akhgari
d6628d6d1a
Bug 579517 follow-up: Remove NSPR types that crept in
2013-06-12 21:26:59 -04:00
Antonio M. Amaya
821f8004b5
Bug 841415 - Fix nss_ctypes.py so it works on Darwin. r=bsmith
2013-02-14 18:13:34 +01:00
Martin Stransky
3399b67572
Bug 877626 - Port GTK2 to GTK3 - build config, rest of the tree. r=karlt
2013-06-12 08:04:28 -04:00
Matt Brubeck
5bf5ed891e
Bug 881841 - Touch nss/coreconf/coreconf.dep to prevent dep builds from breaking on a CLOSED TREE
2013-06-11 17:35:19 -07:00
Ehsan Akhgari
1c87d49b30
Backed out changeset 149475141471 (bug 877626) for apparently breaking mochitest-4 on Linux
...
Landed on a CLOSED TREE
2013-06-11 19:23:37 -04:00
Kai Engert
ec2a533726
Bug 881841, update to NSS_3_15_1_BETA1, r=wtc
2013-06-11 21:07:58 +02:00
Ryan VanderMeulen
d208854aee
Backed out changeset 1591609139fd (bug 881841) for asserts on a CLOSED TREE.
2013-06-11 16:34:53 -04:00
Martin Stransky
bacd5b73f7
Bug 877626 - Port GTK2 to GTK3 - build config, rest of the tree. r=karlt
2013-06-11 15:09:29 -04:00
Kai Engert
f023b5d4d3
Bug 881841, update to NSS_3_15_1_BETA1, r=wtc
2013-06-11 21:07:58 +02:00
ffxbld
8ff2aa8041
No bug, Automated HSTS preload list update from host bld-linux64-ec2-615 - a=hsts-update
2013-06-08 03:26:28 -07:00
Kai Engert
9a0b22c391
Bug 858231, clean up security/patches directory, r=wtc, DONTBUILD
2013-06-06 02:06:49 +02:00
Devdatta Akhawe
5cfe87fa1e
Bug 878606 - Only measure SSL UI clicks for top level frames. r=felipc
2013-06-04 15:02:24 -07:00
Kai Engert
4fda66d20f
Bug 858231, update to NSS 3.15 and NSPR 4.10, final releases, r=wtc
2013-06-05 21:03:40 +02:00
Bobby Holley
6c466f082b
Bug 877478 - Fix mochitests with problematic callbacks to use the new API. r=mrbkap
2013-06-04 19:56:41 -07:00
ffxbld
9e8922d11a
No bug, Automated HSTS preload list update from host bld-centos6-hp-017 - a=hsts-update
2013-06-01 03:23:56 -07:00
Camilo Viecco
4f5e57913a
Bug 877441: Add head.js in psm xpcshell tests to avoid copy-paste. r=bsmith
2013-05-31 13:12:15 -07:00
Josh Matthews
5f0d6aaac4
Bug 873615 - Make certificate verification avoid addrefing JS-wrapped listeners off the main thread. r=bsmith
2013-05-17 15:28:18 -04:00
Jacek Caban
fe00344cea
Bug 876416 - Pass -static-libgcc flag to NSPR and NSS. r=glandium
2013-05-30 11:51:21 +02:00
Cykesiopka
5115e74e7e
Bug 273949 - Replace cacertexists.xul with a call to nsIPromptService::alert. r=bsmith, sr=dolske
2013-05-29 20:56:09 -04:00
Mike Shal
6f32ddf61c
Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE
...
From 9e0ba7f425143f545eb6c4b26a9a96b5ade4d8e9 Mon Sep 17 00:00:00 2001
2013-04-23 17:54:15 -04:00
ffxbld
7e3136e99e
No bug, Automated HSTS preload list update from host bld-centos6-hp-018 - a=hsts-update
2013-05-25 03:20:55 -07:00
Wan-Teh Chang
5717d5d389
Bug 858231: Update NSS to NSS 3.15 Beta 6, with the local patch
...
revert-bug-808217.patch. r=wtc.
Reduces revert-bug-808217.patch to just avoid using the new
SECITEM_ReallocItemV2 function.
Inclues fixes for bug 868694, bug 868678, bug 873673, bug 783579,
bug 808217.
2013-05-22 16:32:02 -07:00
Bobby Holley
1b2f22fe61
Bug 868130 - Remove the lion's share of JSAutoRequests in gecko. r=gabor
...
There are still a handful that either are used with other runtimes, or that
happen very early/late in cx the lifetime of various things where it doesn't
necessarily make sense to have a cx on the stack. This should definitely ensure
that we're not doing double-duty with the nsCxPusher change, though.
2013-05-22 10:05:28 -06:00
Bobby Holley
ba05c93769
Bug 868130 - Include nsCxPusher.h everywhere we need it, and stop including it from nsContentUtils.h. r=gabor
2013-05-22 10:05:26 -06:00
Wan-Teh Chang
398c464eef
Bug 865828: Update NSPR to NSPR_4_10_BETA2. r=wtc.
...
Includes fixes for bug 844513, bug 331169, bug 859066, and bug 871064.
2013-05-22 07:31:26 -07:00
Wan-Teh Chang
e9a9efcfc7
Bug 858231: Update NSS to NSS 3.15 Beta 5, with the local patch
...
revert-bug-808217.patch. r=wtc.
Inclues fixes for bug 869262, bug 863947, bug 866362, and bug 863871.
2013-05-20 17:24:28 -07:00
Wan-Teh Chang
7541dd7e32
CLOSED TREE
...
Bug 858231: Revert NSS to NSS 3.15 Beta 4. r=wtc.
NSS 3.15 Beta 5 broke the Android and B2G builds.
2013-05-20 15:49:24 -07:00
Wan-Teh Chang
d4926958e0
Bug 858231: Update NSS to NSS 3.15 Beta 5. r=wtc.
...
Inclues fixes for bug 869262, bug 863947, bug 866362, bug 863871,
and bug 808217.
2013-05-20 15:28:12 -07:00
Boris Zbarsky
810766595d
Bug 873735 part 2. Change nsIXPConnectJSObjectHolder::GetJSObject to return a JSObject*. r=bholley
2013-05-20 08:44:18 -04:00
Phil Ringnalda
a0aceece3c
Merge the last PGO-green cset from m-i to m-c
2013-05-18 18:07:46 -07:00
ffxbld
a01e5c1f7d
No bug, Automated HSTS preload list update from host bld-linux64-ix-019 - a=hsts-update
2013-05-18 03:18:40 -07:00
Gregory Szorc
c1b865f669
Bug 873629 - Remove 129 empty Makefile.in files; r=ted
2013-05-17 16:20:11 -07:00
Camilo Viecco
482226a516
Bug 841569 - Cannot install image-uploader (fix handling of large filanames on b2g apps) r=bsmith
2013-05-16 18:45:30 -07:00
Ted Mielczarek
47d7af59de
bug 871712 - make MSVC PGO opt-in per-directory, and opt-in in the directories that matter. r=glandium
2013-05-16 09:33:26 -04:00
Bobby Holley
78feb83f6b
Bug 871301 - Remove JS_GetGlobalObject from nsCrypto and nsDirectoryViewer. r=bz
2013-05-14 10:16:52 -07:00
Joey Armstrong
0d49db0381
bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal
2013-05-13 16:24:07 -04:00
Mike Hommey
8aca52bb1d
Bug 867861 - Fixup NSS race condition work around after bug 648407. r=ted
2013-05-13 15:26:41 +02:00
Wan-Teh Chang
3060422de2
Bug 858231: Update NSS to NSS 3.15 Beta 4. r=wtc.
2013-05-10 17:19:38 -07:00
Camilo Viecco
7950d8f3b1
bug 760313 - Enable T-TeleSec GlobalRoot Class 3 root certificate for EV in PSM r=bsmith
2013-05-09 16:12:37 -07:00
Camilo Viecco
509e23dacf
bug 797952 - Remove EV Treatment for WellsSecure Public Root Certificate Authority r=bsmith
2013-05-09 16:14:08 -07:00
Phil Ringnalda
24db9e58aa
Back out c74ce1905b96 (bug 832848) for not actually building
...
CLOSED TREE
2013-05-09 20:49:36 -07:00
Brian Smith
973bdc17e1
Bug 832848: Removed unused site identity block tooltip logic from PSM, r=dolske
2013-02-02 17:21:45 -08:00
Josh Matthews
7872e602cb
Bug 869928 - Remove Off-Main-Thread XPCWrappedJS refcounting from OpenSignedJARFileTask. r=bsmith
2013-05-09 15:43:25 -04:00
Makoto Kato
132da51875
Bug 800220 - Part 3. Add null check to avoid strlen(nullptr). r=ehsan
2013-05-08 12:47:33 +09:00
Makoto Kato
0ec059eb04
Bug 800220 - Part 1. Replace PL_strlen with strlen. r=ehsan
2013-05-08 12:40:12 +09:00
Ehsan Akhgari
e48470fa80
Bug 868784 - Fix rooting hazards in nsCrypto.cpp; r=till
2013-05-04 19:49:05 -04:00
ffxbld
14c72733ef
No bug, Automated HSTS preload list update from host bld-linux64-ec2-422 - a=hsts-update
2013-05-04 03:22:01 -07:00
Wan-Teh Chang
c6cd560138
Bug 858231: Update NSS to NSS 3.15 Beta 3, with local patches
...
bug-835919.patch and bug-835919.patch. r=wtc.
Bug 866525: Add AddressSanitizer annotations to port_ArenaZeroAfterMark.
r=choller.
Also include fixes for bug 866363, bug 866949, bug 835919, bug 863871.
2013-05-02 16:10:01 -07:00
Ryan VanderMeulen
49d4b2d873
Backed out changeset 0314d200873a (bug 858231) for Windows build bustage.
...
CLOSED TREE
2013-05-01 16:05:10 -04:00
Wan-Teh Chang
fce026406c
Bug 858231: Update NSS to NSS 3.15 Beta 3. r=wtc.
...
Bug 844513: Add AddressSanitizer annotations to port_ArenaZeroAfterMark.
r=choller.
Also include fixes for bug 866363, bug 866949, bug 835919, bug 863871.
2013-05-01 12:36:37 -07:00
David Keeler
fa8e8e92e4
bug 846862 - re-enable HSTS preload list tests r=mayhemer
2013-05-01 09:57:07 -07:00
Ryan VanderMeulen
e53f5fad71
Merge m-c to inbound.
2013-04-30 22:02:09 -04:00
Brian Smith
d8709a7f63
Bug 859817: Rewrite and refactor GetCertFingerprintByOidTag to avoid duplicating code, memory leaks, and implicit conversion from raw pointer to already_AddRefed, r=honzab
2013-04-30 16:21:25 -07:00
Wan-Teh Chang
636072822b
Bug 858231: Upgrade to NSS 3.15 BETA 2. r=wtc.
2013-04-29 16:21:02 -07:00
Brian Smith
5f04390d3e
Bug 813418 - part2 fixing refcount (bsmith) r=cviecco
...
[mq]: fix-crash
--HG--
extra : rebase_source : 2974df1231c17b6089681c63774768a8ba10a1f2
2013-04-27 14:56:19 -07:00
Antonio M. Amaya
8e4d2335e3
Bug 814136 - Part 1: Change the signing test scripts to include a version number and a generated or provided package identifier. r=bsmith
2013-01-25 10:57:14 +01:00
Brian Smith
4b7f0ace7a
Bug 813418 - Centralize certificate validation into CertVerifier part1(cviecco) r=bsmith
...
--HG--
extra : rebase_source : 98c88c78b97805275af4c72b63ea665e3cdf4104
2012-10-27 00:11:35 -07:00
Joey Armstrong
12356a4c50
bug 844655: Port XPCSHELL_TESTS to moz.build as XPCSHELL_TESTS_MANIFESTS
2013-04-29 14:49:00 -04:00
Ryan VanderMeulen
80f2de9da8
Merge m-c to inbound.
...
--HG--
rename : mobile/android/base/resources/layout-large-v11/browser_toolbar_menu.xml => mobile/android/base/resources/layout-large-v11/browser_toolbar.xml
2013-04-26 16:46:46 -04:00
ffxbld
a6eaab2ed7
No bug, Automated HSTS preload list update from host bld-linux64-ec2-373 - a=hsts-update
2013-04-26 12:24:14 -07:00
Aryeh Gregor
e78504c9a9
Bug 859817 - Remove implicit conversions from raw pointer to already_AddRefed; r=Ms2ger
2013-04-22 14:15:59 +03:00
Camilo Viecco
a5dd4d5a2e
Bug 864633 - broken site identity info bar part2 (tests from 813418). r=bsmith
...
--HG--
extra : rebase_source : b9acce3f6db1b1560b5e9928e8b3794ead151bc1
2013-04-25 13:40:26 -07:00
Camilo Viecco
31e6bb4a33
Bug 864633 - broken site identity info bar. r=bsmith
...
--HG--
extra : rebase_source : 36c4613ed39ab93c33008964ed62bccdcacc9c9c
2013-04-25 13:39:43 -07:00
David Zbarsky
2bc2cd98b5
[Bug 857884] Use dom::EventTarget more instead of nsIDOMEventTarget Part 7 r=Ms2ger
2013-04-21 21:25:28 -04:00