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 |
|
Andrea Marchesini
|
6b10d5e43e
|
Bug 1134280 - Get rid of Tag() - patch 1 - Is{HTML,XUL,MathML,SVG}Element and IsAnyOf{HTML,XUL,MathML,SVG}Elements, r=smaug
|
2015-03-03 11:08:59 +00:00 |
|
Nicholas Nethercote
|
0247de46d8
|
Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo.
|
2015-02-09 14:34:50 -08:00 |
|
Andrew McCreight
|
e048a7df33
|
Back out Bug 1127201 (part 2) for various problems.
|
2015-02-06 15:04:32 -08:00 |
|
Nicholas Nethercote
|
40ab0270d5
|
Bug 1127201 (part 2) - Convert all NS_ABORT_IF_FALSE calls to MOZ_ASSERT. r=Waldo.
|
2015-02-04 20:05:36 -08:00 |
|
Jonathan Watt
|
4ede9ea3e8
|
Bug 1062249 - Vastly simplify the various GetCanvasTM methods. r=longsonr
|
2014-09-08 12:28:50 +01:00 |
|
Ehsan Akhgari
|
8bb87f8a27
|
Bug 1060985 - Fix more bad implicit constructors in layout; r=roc
|
2014-08-31 23:36:37 -04:00 |
|
Jonathan Watt
|
f6095ddf73
|
Bug 1049256, part 2 - Get rid of nsISVGChildFrame::FOR_HIT_TESTING. r=longsonr
|
2014-08-07 08:09:34 +01:00 |
|
Jonathan Watt
|
45e707ce2a
|
Bug 1034115 - Stop creating CSS-px-to-dev-pixel matrices when doing SVG hit-testing. r=longsonr
|
2014-07-05 19:19:13 +01:00 |
|
Mats Palmgren
|
81f3a21c91
|
Bug 508665 - part 15, s/mParent/GetParent()/ in a bunch of nsIFrame sub-classes. r=roc
|
2014-05-24 22:20:41 +00: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 |
|
Arnaud Sourioux
|
fe6152ac7a
|
Bug 974687 - Part 1: Add about 300 MOZ_OVERRIDE in layout/. r=dholbert
|
2014-02-24 09:41:56 -05: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 |
|
David Zbarsky
|
c09f7abbbc
|
Backout b04bd18e5692 for reftest failure
|
2013-12-26 15:13:57 -05:00 |
|
David Zbarsky
|
5d7caff1f5
|
Bug 952977: Switch PrependSVGTransform to gfx::Matrix r=nical
|
2013-12-26 13:06:54 -05:00 |
|
Jonathan Watt
|
fea6ae5816
|
Bug 889736, part 4 - Remove nsSVGTextContainerFrame. r=heycam
|
2013-11-18 14:29:53 +00:00 |
|
Jonathan Watt
|
f79b8d3d83
|
Bug 889736, part 3 - Remove nsSVGTSpanFrame. r=heycam
|
2013-11-18 14:29:52 +00:00 |
|
Jonathan Kew
|
cf3770b9ff
|
bug 875329 - don't ignore transforms when rendering SVG-in-OT glyphs. r=heycam
|
2013-09-11 08:27:45 +01:00 |
|
Cameron McCormack
|
d41b45f15c
|
Bug 890782 - Part 2: Make NS_STATE_SVG_NONDISPLAY_CHILD a global state bit and rename it. r=jwatt
|
2013-07-12 17:13:07 +10:00 |
|
Jonathan Watt
|
257fd7fdd6
|
Bug 874854 - Stop calling SchedulePaint for SVG transform attribute changes. r=longsonr
|
2013-05-23 08:04:21 +01:00 |
|
Jonathan Watt
|
6090a8fdf9
|
Bug 839865 - Stop calling nsSVGUtils::InvalidateBounds for SVG transform changes, and use DLBI instead. r=mattwoodrow.
|
2013-02-11 23:25:56 +00:00 |
|
Boris Zbarsky
|
c0d4537026
|
Bug 852428 part 2. Make nsIFrame::Init infallible. r=dholbert
|
2013-03-19 21:47:48 -04:00 |
|
Daniel Holbert
|
5996959f7e
|
backout 69277e48526c (Bug 839865) due to reftest orange on a CLOSED TREE
|
2013-02-11 17:29:48 -08:00 |
|
Jonathan Watt
|
a8fa42b01e
|
Bug 839865 - Stop calling nsSVGUtils::InvalidateBounds for SVG transform changes, and use DLBI instead. r=mattwoodrow.
|
2013-02-11 23:25:56 +00:00 |
|
David Zbarsky
|
ec1653dce0
|
Bug 825147: Convert SVGAElement to WebIDL r=bz
|
2013-01-10 00:30:13 -05:00 |
|
David Zbarsky
|
edca27c095
|
Bug 827197 - Remove some uses of nsIDOMSVGElement subclasses r=longsonr
|
2013-01-07 22:22:41 -05:00 |
|
Jonathan Watt
|
60bdc81c55
|
Bug 802628 - Part 1, Kill nsSVGUtils::InvalidateAndScheduleReflowSVG. r=mattwoodrow.
|
2012-11-28 09:42:13 +00:00 |
|
Alexandre Dumont
|
697cf0cd43
|
Bug 596753: Flatten layout/svg/base/src into layout/svg. r=dholbert
|
2012-09-24 23:01:21 +02:00 |
|