Graeme McCutcheon
|
2940f7ad4f
|
Bug 724513 - Part 1 - Add StartupCache method for disregarding disk file. r=mwu
|
2012-10-11 09:17:15 +01:00 |
|
Ehsan Akhgari
|
726e2ece89
|
Backed out 3 changesets (bug 724513) for a 20-30% Ts regression across the board
Backed out changeset 006eb98e9d6f (bug 724513)
Backed out changeset f418d97d12ac (bug 724513)
Backed out changeset 1baac3f2334c (bug 724513)
--HG--
extra : rebase_source : e361496807916c968524446d32d3eb1d6af346eb
|
2012-10-31 11:28:21 -04:00 |
|
Graeme McCutcheon
|
d7d3e8b34a
|
Bug 724513 - Part 1 - Add StartupCache method for disregarding disk file. r=mwu
|
2012-10-11 09:17:15 +01: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 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Nathan Froyd
|
91627e713c
|
Bug 711297 - add recordAgesAlways method to nsIStartupCache; r=mwu
|
2012-02-22 14:07:18 -05:00 |
|
Nathan Froyd
|
e4b412b533
|
Bug 609710 - Fix warnings in TestStartupCache.cpp; r=mwu f=Ms2ger
|
2011-12-29 15:06:00 -05:00 |
|
bhsieh@mozilla.com
|
fba716bbcd
|
bug 520309, startupcache core r=dwitte sr=bsmedberg a=bsmedberg
|
2010-08-12 12:37:44 -07:00 |
|