Catalin Iacob
|
83b78343dc
|
Bug 798914 (part 5) - Use newly introduced mozilla::MallocSizeOf instead of nsMallocSizeOfFun. r=njn.
--HG--
extra : rebase_source : fc472490dd978d165f02f77ed37f07aed6e5bb61
|
2013-06-23 14:03:39 +02:00 |
|
Arnaud Sourioux
|
a57d318afa
|
Bug 870516: Annotate ~600 more methods with MOZ_OVERRIDE in /layout r=dholbert
|
2013-05-14 09:33:23 -07:00 |
|
Joshua Cranmer
|
c992967d69
|
Bug 767563 - Add a clang static checker, part 3: Move the MOZ_MUST_OVERRIDE macro to MFBT. r=Waldo
|
2013-03-23 21:14:43 -05:00 |
|
Boris Zbarsky
|
0120d2ee48
|
Bug 795221 part 3. Implement cycle collection for GroupRule objects. r=smaug,dbaron
--HG--
rename : content/html/content/crashtests/795221-1.html => content/html/content/crashtests/795221-2.html
|
2012-10-07 22:39:09 -04: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 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Nicholas Nethercote
|
4f29e66f41
|
Bug 671299 (part 3) - Add style sheet memory reporters. r=dbaron.
|
2012-01-02 18:19:14 -08:00 |
|
Jeff Walden
|
43168145e0
|
Bug 704687 - Mark final classes as MOZ_FINAL, now that nsDerivedSafe no longer exists again. r=dbaron
--HG--
extra : rebase_source : f6a25c06275e4fbb2e69462118f242d380bdce03
|
2011-12-19 13:48:15 -05:00 |
|
Jeff Walden
|
ae17ec2da9
|
Bug 704127 - Implement MOZ_FINAL as a modifier for classes and virtual member functions. r=cjones
--HG--
extra : rebase_source : d95a3b3e726f810f299314358ba8c5e23557698e
|
2011-11-20 22:21:16 -08:00 |
|
Craig Topper
|
cc15a2a6e3
|
Bug 648925 - Part 1: Change uses of nsICSSRule to css::Rule. r=bzbarsky
|
2011-04-07 18:23:46 -07:00 |
|
Craig Topper
|
f399980acf
|
Bug 645956 - Part 3: Remove NS_NewCSSNamespaceRule, r=bzbarsky
|
2011-03-22 22:23:04 -07:00 |
|
Craig Topper
|
a5784bd2e2
|
Bug 577976 - Part 4: Move AddRef/Release back to nsCSSRule, r=bzbarsky
|
2011-03-17 22:18:08 -07:00 |
|
Craig Topper
|
f9a52c2641
|
Bug 577976 - Part 3: Rename nsCSSRule and put in css namespace, r=bzbarsky
--HG--
rename : layout/style/nsCSSRule.h => layout/style/Rule.h
|
2011-03-06 19:59:03 -08:00 |
|
Craig Topper
|
cd32b7900c
|
Bug 577976 - Part 1: Make nsCSSRule inherit from nsICSSRule and remove inheritance of nsICSSRule from other classes, r=bzbarsky
|
2011-03-28 20:21:20 -07:00 |
|
Craig Topper
|
c4eb4e1d09
|
Bug 576877 Part 3: De-virtualize methods in NameSpaceRule. r=bzbarsky
|
2011-03-17 13:41:52 -04:00 |
|
Craig Topper
|
16a0c17c96
|
Bug 576877 Part 2: Remove nsICSSNameSpaceRule. r=bzbarsky
--HG--
rename : layout/style/nsICSSNameSpaceRule.h => layout/style/NameSpaceRule.h
|
2011-03-17 13:41:52 -04:00 |
|