Valentin Gosu
|
14c0879417
|
Bug 1036070 - Remove dangerous public destructor of VisualEventTracer r=froydnj
|
2014-07-13 21:16:55 +03:00 |
|
Birunthan Mohanathas
|
c9fb2c0d48
|
Bug 1022456 - Fix modelines in xpcom/{base,glue,io,string,threads}/. r=froydnj
|
2014-06-30 08:39:45 -07:00 |
|
Birunthan Mohanathas
|
fb371cca99
|
Bug 995730 - Fix style violations in xpcom/base/. r=froydnj,continuation
|
2014-05-13 20:41:38 +03:00 |
|
Birunthan Mohanathas
|
8f4f3e6fea
|
Bug 995730 - Change xpcom/base/ to use 2 space indentation
This also removes trailing whitespace in reindented files.
|
2014-05-05 20:30:39 +03:00 |
|
Nathan Froyd
|
a671e699c6
|
Bug 901022 - write to MOZ_TRACE_FILE when the visual event tracer is stopped; r=honzab
DONTBUILD because NPOTB
|
2013-07-25 12:21:58 -04:00 |
|
Chris Peterson
|
cf2e68463e
|
Bug 939576 - Build netwerk/protocol/http in unified mode. r=mcmanus
|
2013-11-16 21:19:51 -08:00 |
|
Ehsan Akhgari
|
83edc15195
|
Bug 917885 - Minimize the #includes in xpcom/base; r=bsmedberg
|
2013-09-19 14:29:31 -04:00 |
|
Ehsan Akhgari
|
5b80f8355d
|
Backed out changeset a8d6973e5743 (bug 917885) because I pushed the wrong patch
|
2013-09-19 14:27:35 -04:00 |
|
Ehsan Akhgari
|
17ae4f436e
|
Bug 917885 - Minimize the #includes in xpcom/base; r=bsmedberg
|
2013-09-19 14:12:56 -04:00 |
|
Joshua Cranmer
|
c8f20f3eb1
|
Bug 856108 - Port static analyses to clang, part 2f: use MOZ_STACK_CLASS in xpcom. r=bsmedberg
|
2013-04-11 22:21:40 -05:00 |
|
Honza Bambas
|
65652b61ac
|
Bug 729182 - Implement visual event tracer, part2 - event tracer service, r=ehsan
|
2013-03-28 18:38:05 +01:00 |
|
Trevor Saunders
|
37866632e6
|
bug 852379 - remove unneeded prlock.h includes r=Ms2ger
|
2013-03-16 22:46:40 -04:00 |
|
Ehsan Akhgari
|
e368dc9c85
|
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 |
|
Daniel Holbert
|
a30ffe2e4d
|
Bug 765041: Reorder AutoEventTracer init list to fix GCC build warning. r=smaug
|
2012-06-14 15:26:04 -07:00 |
|
Honza Bambas
|
a07c8267df
|
Bug 729182 - Followup - MPL2 headers, r=Ms2ger
|
2012-06-13 17:35:31 +02:00 |
|
Honza Bambas
|
fd7f8a3858
|
Bug 729182 - Implement visual event tracer, part1 - the core, r=benjamin+ehsan
|
2012-06-12 19:06:21 +02:00 |
|