Nicholas Nethercote
|
198f2ef8e0
|
Bug 1231256 (part 8) - Remove unused parameters from MouseClicked(). r=roc.
|
2015-12-07 15:30:05 -08:00 |
|
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 |
|
David Zbarsky
|
bc287524d7
|
Bug 1125040 - Use LayoutDeviceIntPoint in nsTitleBarFrame r=botond
|
2015-02-04 15:21:03 -05: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 |
|
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 |
|
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 |
|