Ehsan Akhgari
|
ea41d8de48
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-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 MOZ_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04:00 |
|
Mats Palmgren
|
6e2b90ea60
|
Bug 1116753 - Remove the nsIPresShell* param from remaining frame ctors that still have it. r=roc
|
2015-01-06 09:27:56 +00:00 |
|
Jonathan Watt
|
3c69ad6faa
|
Bug 1088625, part 2 - Pass nsFontMetrics objects through to code that needs it instead of storing it on the nsRenderingContext. r=mstange
|
2014-10-24 16:28:14 +01:00 |
|
Jonathan Kew
|
fe8090d7de
|
bug 1031241 pt 3 - Also rename Intrinsic{Width,Height} to Intrinsic{I,B}Size. r=smontagu
|
2014-07-24 18:03:26 +01:00 |
|
Mats Palmgren
|
bebbaf8351
|
Bug 508665 - part 5, Make nsIFrame::Init require a nsContainerFrame* for the parent frame param. r=roc
|
2014-05-24 22:20:40 +00:00 |
|
Boris Zbarsky
|
94700f0fca
|
Bug 101800. Add support for text-transform:uppercase/lowercase (but not other values) on <xul:label value="whatever">. r=dholbert
|
2014-05-23 17:32:37 -04:00 |
|
Daniel Holbert
|
4831ca068a
|
Bug 919806 followup: Reindent method declarations affected by NS_IMETHOD-removal. (whitespace-only; no review) DONTBUILD
|
2014-02-18 00:36:33 -08:00 |
|
Arnaud Sourioux
|
c55abda61c
|
Bug 919806: Get rid of NS_IMETHOD in nsIFrame.h and its implementations r=dholbert
|
2014-02-17 23:47:48 -08:00 |
|
Mats Palmgren
|
a56486443d
|
Bug 956447 - Make it possible to get frame dumps in non-DEBUG builds. r=roc
|
2014-01-05 23:31:14 +00:00 |
|
Robert O'Callahan
|
11bf1614c4
|
Bug 945091. Part 3: Flatten layout/xul/base/* into layout/xul. r=glandium
|
2013-12-04 14:06:16 +13:00 |
|
Carsten "Tomcat" Book
|
f9c1013575
|
Backed out changeset b5d2afd37164 (bug 945091) for mochitest-8 bustage on a CLOSED TREE
|
2013-12-04 09:23:39 +01:00 |
|
Robert O'Callahan
|
1fc84c15f4
|
Bug 945091. Part 3: Flatten layout/xul/base/* into layout/xul. r=glandium
|
2013-12-04 14:06:16 +13:00 |
|