Josh Matthews
|
9970b1ec42
|
Bug 869893 - Remove Off-Main-Thread XPCWrappedJS refcounting from SignRunnable. r=jedp
|
2013-05-08 10:50:36 -04:00 |
|
Bobby Holley
|
9097d7f863
|
Bug 850253 - Remove Off-Main-Thread XPCWrappedJS refcounting from KeyGenRunnable. r=jedp
|
2013-04-11 14:05:35 -07:00 |
|
Ms2ger
|
d52bebdeb3
|
Bug 845374 - Part s: Stop including nsTArray.h in nsContentUtils.h; r=khuey
|
2013-03-17 08:55:16 +01:00 |
|
Chris Peterson
|
4c4bf85b10
|
Bug 785918 - Part 1: Replace PR_ARRAY_SIZE() with mozilla::ArrayLength() and MOZ_ARRAY_LENGTH(). r=ehsan
|
2013-01-05 23:37:25 -08:00 |
|
Brian Smith
|
6c0a65320c
|
Bug 804663: Create a CryptoTask API to simplify the creation of correct async crypto operations and add more utilities to ScopedNSSTypes.h, r=honzab
--HG--
extra : rebase_source : de29f383e6d5b109a06837b887d96bbcbce55817
|
2012-07-13 15:44:24 -07:00 |
|
Brian Smith
|
d9bc34c46b
|
Backed out changeset 84bf2e19c701
--HG--
extra : rebase_source : 446249323b44e54161bf187c0d386db645402bb7
|
2012-11-30 19:39:46 -08:00 |
|
Brian Smith
|
46c8b420d3
|
Bug 804663: Create a CryptoTask API to simplify the creation of correct async crypto operations and add more utilities to ScopedNSSTypes.h, r=honzab
|
2012-07-13 15:44:24 -07:00 |
|
Brian Smith
|
57d66aaf73
|
Backed out changeset ef6db4ced917 (bug 804663) due to build bustage, a=bustage
--HG--
extra : rebase_source : 20d434a5f205052e836e059bcee57a0bf84725c4
|
2012-11-19 20:24:47 -08:00 |
|
Brian Smith
|
3b421f7cf1
|
Bug 804663: Add a CryptoTask class for asynchronous crypto operations and add more utilities to ScopedNSSTypes.h
--HG--
extra : source : cc195997c6e526ce4b64d28cfb065d671b90bdba
|
2012-07-13 15:44:24 -07:00 |
|
Ehsan Akhgari
|
f117c7a7b0
|
Backed out 2 changesets (bug 579517)
Backed out changeset 5298adc70963
Backed out changeset 86ccf7c918ce (bug 579517)
|
2012-10-25 12:32:24 -04:00 |
|
Ehsan Akhgari
|
48b5c1a608
|
Code hygiene: don't use PR_TRUE and PR_FALSE, and use stdint types instead of PRInt types (no bug really, but you could say bug 579517)
|
2012-10-25 11:48:19 -04:00 |
|
Benjamin Peterson
|
d66436f7f5
|
backout 5f9951a2e6df (bug 785918) for breaking on osx
|
2012-09-25 10:24:09 -04:00 |
|
José Guilherme Vanz
|
8596bb0170
|
Bug 785918 - Replace the usages of PR_ARRAY_SIZE with mozilla::ArrayLength; r=ehsan
|
2012-09-25 09:57:08 -04:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
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 |
|
Aryeh Gregor
|
417223dce7
|
Bug 777292 - Add casts and annoyed comments where we make up nsresult codes on the fly; r=ehsan
|
2012-07-27 17:03:25 +03:00 |
|
Joshua Cranmer
|
4b8f318e78
|
Bug 773637 - Kill NS_SCRIPTABLE annotations, Part 1: Remove NS_*PARAM annotations. r=ehsan
--HG--
extra : rebase_source : a0b4bc50fece36d9a90fed61431635948bfa33b5
|
2012-07-06 15:14:07 -05:00 |
|
Rafael Ávila de Espíndola
|
9076328d96
|
Bug 774037 - Fix -Wdelete-non-virtual-dtor warning. r=dolske.
|
2012-07-15 00:23:35 -04:00 |
|
Gavin Sharp
|
e5147360ff
|
Bug 753238 bustage fix: fix uninitialized variable use, and clang build error (error: non-constant-expression cannot be narrowed from type 'int' to 'unsigned int' in initializer list [-Wc++11-narrowing]), irc-r=jlebar
|
2012-07-07 23:07:26 -07:00 |
|
Jed Parsons
|
8996c31558
|
Bug 753238 - Identity (BrowserID) module. r=dolske,rrelyea
--HG--
extra : rebase_source : 33ff0f0248ef84f3f4c8154745e5988819f2b787
|
2012-07-03 14:53:37 -07:00 |
|