Andrea Marchesini
|
f0aa02df0b
|
Bug 1156632 - Remove unused forward class declarations - patch 5 - rdf, parser, layout and something else, r=ehsan
|
2015-04-22 08:29:22 +02:00 |
|
Nicolas Silva
|
d73f54cb00
|
Bug 1155621 - Make nsIntRect and nsIntPoint typedefs of mozilla::gfx::IntRect and mozilla::gfx::IntPoint. r=Bas
|
2015-04-21 17:04:57 +02: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 |
|
Jonathan Watt
|
d9921394d7
|
Bug 1091321, part 4 - Convert nsISVGChildFrame::PaintSVG and related code from nsRenderingContext to gfxContext. r=longsonr
|
2014-10-31 20:08:54 +00:00 |
|
Jonathan Watt
|
4ede9ea3e8
|
Bug 1062249 - Vastly simplify the various GetCanvasTM methods. r=longsonr
|
2014-09-08 12:28:50 +01:00 |
|
Jonathan Watt
|
eabbbf9d8d
|
Bug 932771, part 3 - Make PaintSVG painting work by passing transforms down, rather than walking up the tree using GetCanvasTM. r=longsonr
|
2014-08-29 20:42:07 +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
|
edca66335f
|
Bug 1049256, part 1 - Convert SVG hit-testing to act on an SVG user space point instead of calling nsSVGUtils::GetCanvasTM(). r=longsonr
|
2014-08-07 08:09:31 +01:00 |
|
Mats Palmgren
|
6a38f78c53
|
Bug 1015781 - part 3, Fix whitespace and comments, and move some SetInitialChildList/AppendFrames/InsertFrames/RemoveFrame methods so that they are together in the file. r=roc
|
2014-05-28 19:36:58 +00:00 |
|
Mats Palmgren
|
a43fc7a0a3
|
Bug 1015781 - part 1+2, Make the SetInitialChildList/AppendFrames/InsertFrames/RemoveFrame methods return void (scripted change). Remove code handling the return values. r=roc
|
2014-05-28 19:36:58 +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
|
fdf311f38d
|
Bug 974135: Get rid of NS_IMETHOD in nsISVGChildFrame.h and its implementations r=dholbert
|
2014-02-19 14:34:31 -08: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 |
|
David Zbarsky
|
ba12e723d2
|
Bug 952977: Switch GetViewBoxTransform to gfx::Matrix r=nical
|
2013-12-30 01:50:17 -05:00 |
|
David Zbarsky
|
1b2bfec3ce
|
Bug 952977: Switch GetBBoxContribution to gfx::Matrix r=nical
|
2013-12-30 01:50:07 -05:00 |
|
David Zbarsky
|
3bb08d3626
|
Bug 952977: Switch IsSVGTransformed to gfx::Matrix r=nical
|
2013-12-29 18:35:53 -05:00 |
|
Robert Longson
|
c032670925
|
Bug 940193 - rename nsSVGTextFrame2 to SVGTextFrame. r=dholbert
|
2013-12-20 16:38:51 +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 |
|
Benoit Jacob
|
3e5e988ae0
|
Bug 913603 - Avoid needlessly including nsRect.h - r=jrmuizel
|
2013-09-06 22:15:49 -04:00 |
|
Cameron McCormack
|
1f011adac0
|
Bug 898909 - Reflow non-display SVG text under non-display outer <svg> frames. r=jwatt
|
2013-07-30 09:47:30 +10:00 |
|
Boris Zbarsky
|
c0d4537026
|
Bug 852428 part 2. Make nsIFrame::Init infallible. r=dholbert
|
2013-03-19 21:47:48 -04:00 |
|
Robert O'Callahan
|
b18cd55753
|
Bug 840902. Part 2: Remove nsresults from various display list methods. r=mattwoodrow
|
2013-02-15 00:12:27 +13:00 |
|
Daniel Holbert
|
1182cce106
|
Bug 837004: Annotate some overridden methods in nsSVGContainerFrame as MOZ_OVERRIDE. r=jwatt
|
2013-02-01 08:01:49 -08:00 |
|
Jonathan Watt
|
cbeea86a4c
|
Add warning comments to SVG frame container classes. No bug. DONTBUILD.
|
2012-11-22 16:23:57 +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 |
|