Jonathan Watt
|
9922d273d9
|
Bug 1159053 - Cache SVG getBBox and objectBoundingBox calculations for better performance. r=heycam
|
2015-04-27 11:15:36 +01:00 |
|
Jonathan Kew
|
90fb081923
|
Bug 1157951 patch 1 - Rename fields and variables in nsCharClipDisplayItem etc using VisIStart/End instead of left/right. r=roc
|
2015-04-29 08:18:53 +01:00 |
|
Jonathan Kew
|
2f8cad5d81
|
Bug 1156366 - Support vertical writing modes and upright/sideways glyph orientation in SVG text-on-a-path. r=longsonr
|
2015-04-25 09:10:19 +01:00 |
|
Andrea Marchesini
|
c77bfc0235
|
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
|
aa850abbcd
|
Bug 1155621 - Remove no-op gfx2DGlue conversion helpers. r=Bas
|
2015-04-21 17:22:30 +02:00 |
|
Nicolas Silva
|
d93b5d5970
|
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 |
|
Jonathan Kew
|
a0c28e17ff
|
Bug 1153510 - Improve handling of vertical writing mode in SVG text frames. r=longsonr
|
2015-04-20 18:05:47 +01:00 |
|
Jonathan Kew
|
ead453fc3f
|
Backout changeset 0b070d503800 (bug 1153510 ) for mochitest orange on a CLOSED TREE
|
2015-04-20 18:51:20 +01:00 |
|
Jonathan Kew
|
e47779dc37
|
Bug 1153510 - Improve handling of vertical writing mode in SVG text frames. r=longsonr
|
2015-04-20 18:05:47 +01:00 |
|
Robert Longson
|
7e7adb15c5
|
Bug 1142982 - implement dominant-baseline=middle properly. r=heycam
|
2015-04-08 16:18:33 +01:00 |
|
Nicolas Silva
|
17671eabdb
|
Bug 1132854 - Remove the gfx::ToIntSize conversion helper. r=Bas
|
2015-04-07 16:08:57 +02:00 |
|
Robert Longson
|
b6ee446219
|
Bug 1047973 - pattern with patternUnits=objectBoundingBox and preserveAspectRatio=... meet stretches to the size of a shape. r=dholbert
|
2015-04-07 08:45:59 +01:00 |
|
Ryan VanderMeulen
|
7b24f34150
|
Backed out changeset 8882af540247 (bug 1029451) for intermittent timeouts in the newly-added test.
|
2015-04-06 11:22:00 -04:00 |
|
Tom Tromey
|
95011c43c2
|
Bug 1029451 - Preserve mIsSynthesizedForTests on mouse events. r=ehsan
|
2015-04-03 08:17:00 -04:00 |
|
Cameron McCormack
|
2828a1df64
|
Bug 1149542 - Part 2: Track undisplayed characters before empty text frames properly. r=dholbert
|
2015-04-06 09:12:06 -04:00 |
|
Cameron McCormack
|
ab6dc93a51
|
Bug 1149542 - Part 1: Return early from SVG text layout if we discover mPositions is not long enough. r=dholbert
|
2015-04-06 09:11:55 -04:00 |
|
Daniel Holbert
|
9f9755084d
|
Bug 1149222 part 2 - Make nsSVGImageFrame::PaintSVG use LayoutDeviceSize & LayoutDevicePixel::ToAppUnits, when setting up its dest-rect. r=mats
|
2015-04-03 19:48:12 +00:00 |
|
Mats Palmgren
|
400128b6ce
|
Bug 1149222 part 1 - Make nsLayoutUtils::DrawBackgroundImage and SVGImageContext use CSSIntSize instead of unitless nsIntSize. r=dholbert
|
2015-04-03 19:48:12 +00:00 |
|
Jonathan Kew
|
66976fd063
|
Bug 1145936 - Fix sizing of foreignObject with vertical writing mode. r=smontagu
|
2015-04-01 16:50:11 +01:00 |
|
Mats Palmgren
|
3f5a5b4fa1
|
Bug 1148833 part 3 - Remove nsIFrame::WillReflow and add a non-virtual MarkInReflow method instead that sets NS_FRAME_IN_REFLOW. Call it at the start of Reflow(). r=roc
|
2015-03-29 22:38:40 +00:00 |
|
Nicolas Silva
|
4a4a87a4a5
|
Bug 1132854 - Make nsIntSize a typedef of gfx::IntSize. r=Bas, roc
|
2015-03-29 16:59:08 +02:00 |
|
Andrea Marchesini
|
94545cbb2e
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
|
Ehsan Akhgari
|
5cccea6f0f
|
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 |
|
Xidorn Quan
|
afaadb8ccf
|
Backout a6dbd23da598 (bug 1139283) since it is currently not needed.
|
2015-03-20 15:12:17 +11:00 |
|
Xidorn Quan
|
aae5533b8f
|
Bug 1143558 part 1 - Fix line break suppression when newline is significant. r=roc
|
2015-03-17 19:10:15 +11:00 |
|
Robert Longson
|
b8ec312433
|
Bug 1141636 - "Dubious loop test in nsSVGElement::GetAnimatedLengthListValues". r=cam f=longsonr
|
2015-03-12 00:39:00 +01:00 |
|
Carsten "Tomcat" Book
|
a36bc65522
|
Backed out changeset 5ad9cc334725 (bug 1141636) for suspicion of causing failures in wr tests
|
2015-03-12 13:05:40 +01:00 |
|
Robert Longson
|
ef6bda3700
|
Bug 1141636 - call GetAnimatedLengthListValues with valid arguments. r=heycam
|
2015-03-12 09:04:47 +00:00 |
|
Xidorn Quan
|
5d286451ed
|
Bug 1139283 - Move some properties from nsStyleDisplay to nsStylePosition. r=dbaron
The moved properties are:
* clip
* transform-style
* transform-origin
* backface-visibility
* perspective
* perspective-origin
* will-change
|
2015-03-08 18:43:22 +11:00 |
|
Robert Longson
|
9e77250649
|
Bug 1140080 - ensure we only create stop frames for gradients. r=dholbert
|
2015-03-08 06:49:33 +00:00 |
|
L. David Baron
|
2af86f11d3
|
Bug 1139180 - Add BUG_COMPONENT metadata to moz.build for files in layout/. r=roc
|
2015-03-03 17:03:19 -08:00 |
|
Andrea Marchesini
|
a46c9e1edf
|
Bug 1134280 - Get rid of Tag() - patch 2.12 - layout/style, layout/svg - Fix all the occurrences, m=smaug, r=surkov
|
2015-03-03 11:09:00 +00:00 |
|
Andrea Marchesini
|
5a32f7fa5a
|
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 |
|
Jonathan Watt
|
6a538262af
|
Bug 1136486 - Simplify the SVG text rendering callbacks by getting rid of NotifyBeforeSVGGlyphPainted and NotifyAfterSVGGlyphPainted. r=heycam
|
2015-02-17 22:01:54 +00:00 |
|
Jonathan Watt
|
253cce7ad9
|
Bug 1135913, part 4 - Unify SVGTextFrame's NotifyBeforeSelectionDecorationLine and NotifySelectionDecorationLinePathEmitted callbacks. r=heycam
|
2015-02-04 13:51:22 +00:00 |
|
Jonathan Watt
|
20be224bc6
|
Bug 1135913, part 3 - Unify SVGTextFrame's NotifyBeforeDecorationLine and NotifyDecorationLinePathEmitted callbacks. r=heycam
|
2015-02-03 20:00:18 +00:00 |
|
Robert Longson
|
410b39da97
|
Bug 1130888 - SVG text on path fill color does not render properly when preceded by RTL text. r=heycam
|
2015-02-13 20:15:27 +00:00 |
|
Nicholas Nethercote
|
ee41df7dc2
|
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
|
1ee96e7527
|
Back out Bug 1127201 (part 2) for various problems.
|
2015-02-06 15:04:32 -08:00 |
|
Seth Fowler
|
a8ef6e5edc
|
Bug 1125490 (Part 2) - Use an enumeration instead of a boolean to request discarding in nsIImageLoadingContent. r=tn
|
2015-02-06 02:51:12 -08:00 |
|
Seth Fowler
|
a5c94e2c70
|
Bug 1125490 (Part 1) - Make sure we request discarding for images in PresShell::Destroy. r=tn
|
2015-02-06 02:51:12 -08:00 |
|
Nicholas Nethercote
|
0a02b5d31c
|
Bug 1127201 (part 2) - Convert all NS_ABORT_IF_FALSE calls to MOZ_ASSERT. r=Waldo.
|
2015-02-04 20:05:36 -08:00 |
|
Seth Fowler
|
729f2d8fe8
|
Bug 1128356 - Add template functions for common frame property destructors. r=dbaron
|
2015-02-04 15:22:27 -08:00 |
|
Robert Longson
|
8af42d4a1f
|
Bug 1128281 - Pass strokeOptions to getGeometryBounds. r=jwatt
|
2015-02-03 18:36:32 +00:00 |
|
Carsten "Tomcat" Book
|
27820101e9
|
Backed out changeset c80e36def0ad (bug 1128356) for bustage on a CLOSED TREE
|
2015-02-03 09:58:14 +01:00 |
|
Seth Fowler
|
94ec83ce8e
|
Bug 1128356 - Add template functions for common frame property destructors. r=dbaron
|
2015-02-03 00:24:13 -08:00 |
|
Jonathan Watt
|
9aa1f1fb38
|
Bug 1127507 - Get transforms on the children of SVG <mask> working. r=dholbert
|
2015-01-29 23:58:42 +00:00 |
|
Jonathan Watt
|
4944425a78
|
Bug 1127114, part 2 - Unify SVGTextFrame's NotifyBeforeSelectionBackground and NotifySelectionBackgroundPathEmitted callbacks. r=heycam
|
2015-01-27 16:32:24 +00:00 |
|
Robert Longson
|
d76cf3c625
|
Bug 1090934 - Get bounds of line element using maths. r=jwatt
|
2015-01-22 09:36:08 +00:00 |
|
Jonathan Watt
|
254513e545
|
Bug 1123946 - Convert SVGTextDrawPathCallbacks filling to Moz2D. r=Bas
|
2015-01-21 16:23:30 +00:00 |
|