Devdatta Akhawe
|
5cfe87fa1e
|
Bug 878606 - Only measure SSL UI clicks for top level frames. r=felipc
|
2013-06-04 15:02:24 -07:00 |
|
Devdatta Akhawe
|
b14c57f2e8
|
Bug 850435. Separately measure telemetry UI for iframes and toplevel documents. r=felipe
|
2013-03-28 10:53:01 -07:00 |
|
Brian Smith
|
63175cf75b
|
Bug 799009: Remove unneeded SSL-related security alerts, r=honzab, r=dao
|
2012-11-10 20:49:44 -08:00 |
|
Brian Smith
|
6a43df62c6
|
Bug 799007: Remove support for low/weak/null cipher suites, r=honzab, r=dao
|
2012-11-10 20:49:29 -08:00 |
|
Brian Smith
|
b78a4cfb46
|
backout cset b36d5c933092 due to orange
|
2012-11-10 19:09:07 -08:00 |
|
Brian Smith
|
5b7b090005
|
backout cset 30f8e29f9cd1 due to orange
|
2012-11-10 19:08:26 -08:00 |
|
Brian Smith
|
b3f665df00
|
Bug 799009: Remove unneeded SSL-related security alerts, r=honzab, r=dao
--HG--
extra : rebase_source : b6216bf3163f63f1eb4f16901943d9f351bca2cf
|
2012-11-10 18:19:55 -08:00 |
|
Brian Smith
|
741fc10ba2
|
Bug 799007: Remove support for low/weak/null cipher suites, r=honzab, r=dao
--HG--
extra : rebase_source : 822ef336a5cdeb7d6693dbe46844a26465600854
|
2012-11-10 18:18:14 -08:00 |
|
Devdatta Akhawe
|
9827420b37
|
Bug 774395 - Measure prevalence of SSL MITM errors for updates (r=bbondy)
|
2012-09-08 09:23:42 -07:00 |
|
Devdatta Akhawe
|
bb7b5d9d54
|
Bug 787738 - Telemetry for Geolocation Prompt UI (r=felipe)
|
2012-09-08 09:20:51 -07:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
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 "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Devdatta Akhawe
|
7b2dada83c
|
Bug 767676 - Implement Security UI Telemetry. r=honzab,bsmith,felipc,dtownsend
|
2012-08-02 18:51:17 -07:00 |
|