Ehsan Akhgari
|
a2c0c65e43
|
Bug 917885 - Minimize the #includes in xpcom/base; r=bsmedberg
|
2013-09-19 14:29:31 -04:00 |
|
Ehsan Akhgari
|
9b717619cf
|
Backed out changeset a8d6973e5743 (bug 917885) because I pushed the wrong patch
|
2013-09-19 14:27:35 -04:00 |
|
Ehsan Akhgari
|
dc575f6de1
|
Bug 917885 - Minimize the #includes in xpcom/base; r=bsmedberg
|
2013-09-19 14:12:56 -04:00 |
|
Nathan Froyd
|
2e36744a60
|
Bug 898016 - delete unused evlen variable in EventFilter::Build; r=mayhemer
DONTBUILD because NPOTB
|
2013-07-25 12:30:07 -04:00 |
|
Nathan Froyd
|
cc5737be0b
|
Bug 898015 - delete unused gStopFlushingThread variable in VisualEventTracer.cpp; r=mayhemer
|
2013-07-25 12:27:33 -04:00 |
|
Nathan Froyd
|
1d880c4b7a
|
Bug 891398 - don't use volatile in VisualEventTracer.cpp; r=mayhemer
DONTBUILD because NPOTB
|
2013-07-09 10:43:42 -04:00 |
|
Honza Bambas
|
ed171afb17
|
Bug 865459 - Fix localization issue in how visual event tracer stores its timestamps, r=ehsan
|
2013-05-01 18:57:57 +02:00 |
|
Honza Bambas
|
9f3d64a4eb
|
Bug 729182 - Implement visual event tracer, part2 - event tracer service, r=ehsan
|
2013-03-28 18:38:05 +01: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 |
|
Ms2ger
|
331accfcb4
|
Bug 780387 - Part b: Stop using PRIntn; r=bsmedberg
|
2012-08-09 09:09:40 +02:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Honza Bambas
|
dc7e672f62
|
Bug 765158 - Remove naming of main thread, conflicts with process name on Linux, r=bsmedberg
|
2012-07-11 20:20:17 +02:00 |
|
Ryan VanderMeulen
|
d803ddbb37
|
Backout 2838ba825479, 991404facac2, 7f6e22f10b99, 30a4e0cf7130, ad2c42efbe57, and 1f07f04ec01d (Bug 760067, Bug 767096, Bug 765158, Bug 729182) due to xpcshell orange.
|
2012-07-10 19:21:54 -04:00 |
|
Honza Bambas
|
369fd5ef50
|
Bug 765158 - Remove naming of main thread, conflicts with process name on Linux, r=bsmedberg
|
2012-07-10 23:49:18 +02:00 |
|
Honza Bambas
|
a588ade248
|
Bug 729182 - Followup - MPL2 headers, r=Ms2ger
|
2012-06-13 17:35:31 +02:00 |
|
Honza Bambas
|
c61b56c996
|
Bug 729182 - Implement visual event tracer, part1 - the core, r=benjamin+ehsan
|
2012-06-12 19:06:21 +02:00 |
|