Граф коммитов

35 Коммитов

Автор SHA1 Сообщение Дата
Ehsan Akhgari ef4b479714 Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted 2013-07-30 10:25:31 -04:00
Ehsan Akhgari 8e702f60c5 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 f3c0ac7a23 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
Brian Smith 9a21ea4912 Bug 794510: Part 6 - Fixups needed to build on Windows and Android and Mac OS X debug, plus shorten comment to be less than 80 columns; r=ehsan 2012-10-18 15:55:48 -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
Gervase Markham 82ff7027aa Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
timeless%mozdev.org 9b0852aaf7 Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 21:57:13 +00:00
gerv%gerv.net cc323a7cc8 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-25 21:07:34 +00:00
alecf%netscape.com 9e2b812ed0 add CSS appearence support to spacetrace, as a start for making the UI a little more dynamic
(not part of build)
2003-04-17 07:36:28 +00:00
blythe%netscape.com 31e9952600 Not part of a normal build.
Sync access to images.
Update last accessed context time, so that proper evication will take place.
Rename variable to more appropriate name.
Cleanup a little more on exit.
2002-05-13 20:50:56 +00:00
blythe%netscape.com 484bb7137f Make generated graphs capable of handling multiple simultaneous access. 2002-05-13 03:02:52 +00:00
blythe%netscape.com 76f7adca0e Not part of a normal build.
Have callsite stats be on a per context basis as well.
2002-05-13 02:43:27 +00:00
blythe%netscape.com 8bdf996e1c Not part of a normal build.
Have the categories become context aware.
Each context will naturally have it's own set of category runs.
2002-05-13 01:48:30 +00:00
blythe%netscape.com 76117297f6 Not part of a normal build.
Use per request/context options in most cases now.
2002-05-13 00:01:15 +00:00
blythe%netscape.com 22cd6c65c8 Not part of a normal build.
Context cache framework is in.
2002-05-12 04:17:56 +00:00
blythe%netscape.com 8d1c0ae1b4 Not part of a normal build.
Change it such that all options come from framework.
Basically, a very large whack in regards to processing.
2002-05-11 01:24:52 +00:00
blythe%netscape.com 1414f1f513 space trace command line parsing hooked up to new options framework. 2002-05-08 21:32:24 +00:00
blythe%netscape.com 671730413d not part of normal build.
initial retooling of common prefs for multi user access.
more in this area to come.
2002-05-07 23:39:34 +00:00
blythe%netscape.com 46c30a3660 Abstract option acquisition for reuse in per thread settings.
Have the category focus also cause cached graphs to reset.
2002-05-04 02:06:52 +00:00
blythe%netscape.com 8aead0c7ef Turn options into arrays instead of heap to allow easy copying into a per
thread/client option duplicate.
2002-05-03 00:32:23 +00:00
blythe%netscape.com 3a765464e4 NOT part of a normal build.
Fix spacetrace images.
Make per request data thread/callstack specific instead of using a global.
2002-05-02 18:38:42 +00:00
dp%netscape.com a3b5fa2664 export formatNumber 2002-04-30 23:52:52 +00:00
blythe%netscape.com 3da87ff3df Not part of normal build.
Move tmreader lifetime into a global, such that when the connections become
threaded that we do not have to manage joining all threads when we'd like
to exit; leave that job to PR_Cleanup.
2002-04-30 23:43:56 +00:00
dp%netscape.com e8edfe409c Store len of patterns for fast comparison 2002-04-20 00:14:22 +00:00
dp%netscape.com 9d213f1c92 Categories report 2002-04-18 20:11:45 +00:00
dp%netscape.com 5e28943763 shared globals 2002-04-17 00:13:59 +00:00
dp%netscape.com 51792fa38f categories 2002-04-16 23:36:47 +00:00
timeless%mac.com dec943eb10 Bug 106386 rid source of misspellings
r=db48x sr=blake a=asa
2002-03-19 04:30:17 +00:00
blythe%netscape.com dc28d145d4 NOT part of normal build.
Fix bug 119065
Better filtering via spacetrace footprint tool.
2002-01-24 00:58:33 +00:00
dp%netscape.com 43742c7716 Adding peak memory used report r=blythe 2002-01-08 23:20:29 +00:00
blythe%netscape.com fa199dce9d NOT part of normal build.
Correctly account for heap overhead on allocations.
By default, we now correctly calculate heap impact on win32 using msvcrt.
2001-12-26 18:56:01 +00:00
blythe%netscape.com 096bc4789f Fix bug 115281, report runtime allocation stats
NOT in normal build.
2001-12-18 01:00:36 +00:00
blythe%netscape.com 1ef06c2bf5 Fix bug 114149, trace-malloc output platform specific
r=dp, sr=brendan
2001-12-11 22:21:50 +00:00
blythe%netscape.com 91ce494f5c NOT part of normal build.
Get spacetrace to report data in seconds instead of confusing interval.
Move weight to far most colunm, as a product.
Unhexcape strings to that C++ classes/member can be targeted.
Add the align by option, to report real heap impact.
2001-11-29 01:29:26 +00:00
blythe%netscape.com c096dbbd8b Fix bug 108103, new tool SpaceTrace
SR,RS=brendan, SR=waterson, R=dbaron
2001-11-15 22:40:53 +00:00