Nicholas Nethercote
|
3dca3123e6
|
Bug 826521 (part 2) - Report memory used by event targets, especially XHRs. r=bz.
--HG--
extra : rebase_source : 543f0e367ce73477d62eca544137a101108a97be
|
2013-01-17 21:21:43 -08: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 |
|
Ehsan Akhgari
|
30e49b6b7c
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (dom parts); r=bzbarsky
|
2012-06-14 22:31:55 -04:00 |
|
Nathan Froyd
|
630362934d
|
Bug 752952 - account for nsIDocument's property tables in about:memory; r=njn,f=smaug
|
2012-06-15 00:10:08 -04:00 |
|
Nathan Froyd
|
21b0f8399f
|
Bug 674922 - report per-frame-type numbers in about:memory; r=njn,roc
|
2012-06-06 13:29:16 -04:00 |
|
Nathan Froyd
|
bd8ece9a84
|
Bug 760831 - split out per-node type stats in about:memory; r=njn, bz
|
2012-06-05 10:49:48 -04:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Nathan Froyd
|
b55f7f45cf
|
Bug 747508 - Count PresContexts in about:memory; r=njn
|
2012-05-07 16:09:11 -04:00 |
|
Justin Lebar
|
8f1a69a0ab
|
Bug 737857 - Report number of ghost windows in telemetry. r=njn
--HG--
extra : rebase_source : 0139099de839f77405ec1e606fc0540fc892cbd5
|
2012-04-02 22:28:13 -04:00 |
|
Justin Lebar
|
e71332b560
|
Bug 738624 - Add ghost windows to about:compartments. r=njn
--HG--
extra : rebase_source : c16cdfc4c06b363f54f1d0f37bb006cf977b079a
|
2012-04-02 22:28:05 -04:00 |
|
Justin Lebar
|
3494c5ed8e
|
Bug 738011 - Separate "detached" from "ghost" windows in about:memory. r=njn,mccr8
--HG--
extra : rebase_source : 02d563277907231953728a0a99847c466665dbb0
|
2012-04-02 22:28:04 -04:00 |
|
Matt Brubeck
|
678b0cfe89
|
Back out bug 738011, bug 738624, and bug 737857 because of WinXP debug reftest log errors
--HG--
extra : rebase_source : 965c755f6416e2ca102b38633fe7a2c7267e956e
|
2012-04-02 12:44:31 -07:00 |
|
Justin Lebar
|
d8022c463a
|
Bug 737857 - Report number of ghost windows in telemetry. r=njn
|
2012-04-02 10:37:04 -04:00 |
|
Justin Lebar
|
007d8115b5
|
Bug 738624 - Add ghost windows to about:compartments. r=njn
--HG--
extra : rebase_source : a486e644351af72a4276f26de2e4588ee851426f
|
2012-04-02 10:37:04 -04:00 |
|
Justin Lebar
|
f5815cc539
|
Bug 738011 - Separate "detached" from "ghost" windows in about:memory. r=njn,mccr8
--HG--
extra : rebase_source : 5194c9062cdfcd215ce5d708b1b472cf5ba7f480
|
2012-04-02 10:37:04 -04:00 |
|
Ed Morley
|
e0cc7fbc48
|
Backout 9e4d09efa335 (bug 737857), bd73daadcfe9 (bug 738624), 110338618465 (bug 738011) for mochitest-oth orange
|
2012-04-01 03:58:06 +01:00 |
|
Justin Lebar
|
18e8a365bc
|
Bug 737857 - Report number of ghost windows in telemetry. r=njn
--HG--
extra : rebase_source : 69cc470a02fb59ca14e81f948a5fa0f8ce0dd0c8
|
2012-03-31 15:39:31 -07:00 |
|
Justin Lebar
|
42967d11c8
|
Bug 738624 - Add ghost windows to about:compartments. r=njn
--HG--
extra : rebase_source : 37480ae937cbe2a09ae0ce7c187dafef94db5e16
|
2012-03-31 15:39:31 -07:00 |
|
Justin Lebar
|
918da37a8b
|
Bug 738011 - Separate "detached" from "ghost" windows in about:memory. r=njn,mccr8
--HG--
rename : parser/htmlparser/tests/mochitest/file_bug672453_bomless_utf16.html => extensions/universalchardet/tests/bug631751be_text.html
rename : dom/bindings/test/test_lookupGetter.html => js/xpconnect/tests/mochitest/test_bug462428.html
rename : b2g/components/UpdatePrompt.js => mobile/android/components/UpdatePrompt.js
rename : toolkit/mozapps/update/updater/progressui_gonk.cpp => toolkit/mozapps/update/updater/progressui_null.cpp
extra : rebase_source : 11dacf98b525eec3912f209e612a03b0c4ca0a96
|
2012-03-31 15:39:31 -07:00 |
|
Nicholas Nethercote
|
94c77b94d3
|
Bug 730181 (part 2) - Rename nsDOMMemoryReporter. r=khuey.
--HG--
rename : dom/base/nsDOMMemoryReporter.cpp => dom/base/nsWindowMemoryReporter.cpp
rename : dom/base/nsDOMMemoryReporter.h => dom/base/nsWindowMemoryReporter.h
extra : rebase_source : f3aca3b1829e03e6f8a5a0607eb437322eb62f7d
|
2012-02-23 18:43:33 -08:00 |
|