Masatoshi Kimura
|
99d4901bcb
|
Bug 1176496 - Drop support for -moz-prefixed gradients. r=dbaron
|
2015-07-10 00:57:50 +09:00 |
|
Kyle
|
3dadc218ef
|
Bug 1178971 - Added function to draw dashed table borders to replace loop currently used to individually draw each dash. r=mstange
|
2015-07-03 15:22:22 -04:00 |
|
Jeff Muizelaar
|
58eac14c1c
|
Bug 1180966. Remove code that made no sense. r=mstange
Borders are rarely a single app unit tall and this code is
from long long ago (bug 41262)
|
2015-07-06 15:39:42 -04:00 |
|
Seth Fowler
|
69bd34af46
|
Bug 1163878 (Part 2) - Use IsImageContainerAvailable() when making layerization decisions and only call GetImageContainer() if we layerize. r=tn
|
2015-05-13 00:23:46 -07:00 |
|
Jonathan Kew
|
e1df9933ac
|
Bug 1159729 - Use the adjusted |offset| value in GetTextDecorationRectInternal, instead of ignoring it. r=smontagu
|
2015-05-11 11:32:55 +01:00 |
|
Mats Palmgren
|
75786a9857
|
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 |
|
Mats Palmgren
|
f01622564a
|
Bug 1149037 - Make nsLayoutUtils::ComputeSizeForDrawing* take a CSSIntSize param instead of a unit-less nsIntSize. r=roc
|
2015-03-30 11:35:47 -04:00 |
|
Carsten "Tomcat" Book
|
bcedf8abde
|
Backed out changeset e507145a198c (bug 1149037)
|
2015-03-30 15:03:25 +02:00 |
|
Mats Palmgren
|
1b8d3a65c6
|
Bug 1149037 - Make nsLayoutUtils::ComputeSizeForDrawing* take a CSSIntSize param instead of a unit-less nsIntSize. r=roc
|
2015-03-30 10:37:34 +00:00 |
|
Nicolas Silva
|
13344864c0
|
Bug 1132854 - Make nsIntSize a typedef of gfx::IntSize. r=Bas, roc
|
2015-03-29 16:59:08 +02:00 |
|
Seth Fowler
|
2349e6b580
|
Bug 1125055 - Sync decode layerized images if necessary. r=roc,tn
|
2015-03-17 19:40:16 -07:00 |
|
Andrea Marchesini
|
d314931261
|
Bug 1134280 - Get rid of Tag() - patch 2.6 - layout/base and layout/form - Fix all the occurrences, m=smaug, r=surkov
|
2015-03-03 11:09:00 +00:00 |
|
Jonathan Watt
|
88f6fa366d
|
Bug 1135913, part 1 - Simplify nsCSSRendering::DecorationLineToPath to not require a context. r=heycam
|
2015-02-03 14:34:14 +00:00 |
|
Seth Fowler
|
563e466746
|
Bug 1128769 (Part 6) - Remove imgIContainer::IsDecoded and all remaining callers. r=tn
|
2015-02-09 23:27:40 -08:00 |
|
Seth Fowler
|
bb5f3a5c8f
|
Bug 1128769 (Part 1) - Propagate the imgIContainer::Draw result through the nsLayoutUtils::PaintBackground* functions. r=tn
|
2015-02-09 23:27:39 -08: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 |
|
Xidorn Quan
|
ee4bab57ee
|
Bug 1055667 part 6 - Fix border/padding of ruby frame. r=dbaron
|
2015-01-15 20:02:11 +11:00 |
|
Jonathan Kew
|
20a30e6965
|
Bug 1107256 - Correct the position of text decoration lines on vertical text. r=smontagu
|
2014-12-04 00:57:18 -08:00 |
|
Jonathan Kew
|
96485a89ef
|
Bug 1083848 - Make InlineBackgroundData aware of vertical writing mode. r=dbaron
|
2014-11-24 23:16:04 +00:00 |
|
Jonathan Watt
|
0377162314
|
Bug 1103623 - Port most remaining gfxContext::Fill() calls to Moz2D. r=mattwoodrow
|
2014-11-24 00:04:33 +00:00 |
|
Jonathan Kew
|
e7e5f2df11
|
Bug 1093553 - Improve handling of line-height metrics, block ascent, etc., in vertical writing mode. r=smontagu
|
2014-11-13 08:58:06 +00:00 |
|
Jonathan Watt
|
9c919cb19c
|
Bug 1092392 - Finish porting nsCSSBorderRenderer to Moz2D. r=roc
|
2014-11-04 09:53:05 +00:00 |
|
Jonathan Watt
|
2780afe182
|
Bug 1092222, part 3 - Convert nsCSSRenderingBorders from Thebes to Moz2D basic types. r=roc
|
2014-11-03 10:03:09 +00:00 |
|
Jonathan Watt
|
81e040ed56
|
Bug 1091787, part 2 - Port the nsCSSRendering code that uses gfxContext::RoundedRectangle to Moz2D. r=mattwoodrow
|
2014-11-02 15:41:08 +00:00 |
|
Jonathan Watt
|
eceb3099ee
|
Bug 1091794 - Replace gfxCornerSizes with Moz2D's RectCornerRadii. r=mattwoodrow
|
2014-11-01 10:45:10 +00:00 |
|
Jonathan Watt
|
2ae60576c4
|
Bug 1091323 - Convert the nsLayoutUtils helpers that paint images and take an nsRenderingContext to take a gfxContext instead. r=seth
|
2014-11-01 10:45:09 +00:00 |
|
Jonathan Watt
|
b431664247
|
Bug 651021 - Make nsRenderingContext a stack class. r=jrmuizel
|
2014-10-31 20:08:49 +00:00 |
|
Jonathan Watt
|
7603f0914d
|
Bug 1090614 - Make nsCSSRendering::PaintBoxShadowOuter construct a Moz2D Path to do its clipping. r=mattwoodrow
|
2014-10-31 11:16:27 +00:00 |
|
Jonathan Watt
|
cde717f077
|
Bug 1085529, part 2 - Port nsCSSRendering::PaintDecorationLine() to Moz2D. r=mattwoodrow
|
2014-10-26 01:15:26 +01:00 |
|
Rik Cabanier
|
b1555c6d6d
|
Bug 1074056 - Part 2 - Rendering part of 1074056: Add support for interpolation hints to CSS gradients. r=roc
|
2014-10-22 14:25:00 +02:00 |
|
Daniel Holbert
|
0211ff2eb1
|
Bug 1084500 part 2: Promote & rename ComputeBackgroundAnchorPoint to nsImageRenderer::ComputeObjectAnchorPoint. r=seth
|
2014-10-22 13:03:18 -07:00 |
|
Daniel Holbert
|
44e185e9b6
|
Bug 1084500 part 1: Refactor ComputeBackgroundAnchorPoint to take a Position & use a per-component helper method. r=seth
|
2014-10-22 13:03:18 -07:00 |
|
Jonathan Watt
|
3b52cf43ad
|
Bug 1086708 - Rename the snapping variant of NSRectToRect to NSRectToSnappedRect. r=mattwoodrow
|
2014-10-22 12:29:06 +01:00 |
|
Jonathan Watt
|
c899cfa487
|
Bug 477504 - Snap to device pixels any CSS border edges that are painted as a polygon. r=mats
|
2014-10-22 10:48:37 +01:00 |
|
Rik Cabanier
|
b17588d536
|
Bug 591600 - CSS gradients should work on premultiplied colors. r=mstange
|
2014-10-22 08:13:56 +02:00 |
|
Jonathan Watt
|
737ed37340
|
Bug 1085167, part 2 - Get rid of nsRenderingContext's DeviceContext and any need for it to know about app-units-per-device-pixel. r=mattwoodrow
|
2014-10-20 10:55:49 +01:00 |
|
Jonathan Watt
|
9aa7a6ddf9
|
Bug 1085167, part 1 - Feed the appUnitPerDevPixel value through to nsCSSRendering::DrawTableBorderSegment. r=mattwoodrow
|
2014-10-20 10:55:49 +01:00 |
|
Jonathan Watt
|
066c3125f2
|
Bug 1085165 - Get rid of the nsRenderingContext::SetColor() method. r=mattwoodrow
|
2014-10-20 10:55:49 +01:00 |
|
Jonathan Watt
|
89de4a6cbe
|
Bug 1085160 - Port the code that uses nsRenderingContext::IntersectClip() to Moz2D. r=mattwoodrow
|
2014-10-20 10:55:48 +01:00 |
|
Jonathan Watt
|
5d42f29aa8
|
Bug 1085159 - Port the code that uses nsRenderingContext::DrawLine() to Moz2D. r=mattwoodrow
|
2014-10-20 10:55:48 +01:00 |
|
Jonathan Watt
|
40da0a5dbd
|
Bug 1083753, part 2 - Port the code that uses nsRenderingContext::FillRect(nsRect) to Moz2D. r=mattwoodrow
|
2014-10-19 13:22:22 +01:00 |
|
Jonathan Watt
|
a85c726c1e
|
Bug 1083557 - Port the code that uses nsRenderingContext::FillPolygon() to Moz2D. r=mattwoodrow
|
2014-10-17 15:06:34 +01:00 |
|
Jonathan Kew
|
1fb3cc52e6
|
Bug 1074735 pt 2 - Support drawing CSS text decorations (underline, overline, strikeout) on vertical text frames. r=smontagu
|
2014-10-08 10:32:55 +01:00 |
|
Carsten "Tomcat" Book
|
a20e1f5c44
|
Backed out changeset 32c4d5043b18 (bug 1074735)
|
2014-10-08 13:06:51 +02:00 |
|
Jonathan Kew
|
13f12b00ed
|
Bug 1074735 pt 2 - Support drawing CSS text decorations (underline, overline, strikeout) on vertical text frames. r=smontagu
|
2014-10-08 10:32:55 +01:00 |
|
Jonathan Watt
|
6c0ad19795
|
Bug 1073972 - Get rid of gfxContext's FillRule enum in favor of Moz2D's. r=Bas
|
2014-09-29 14:15:19 +01:00 |
|
Jonathan Watt
|
fd864b4fa5
|
Bug 1073964 - Pass a const DrawTarget* through to nsSVGPaintServerFrame::GetPaintServerPattern so that it can create a pattern of the appropriate type. r=Bas
|
2014-09-29 14:15:19 +01:00 |
|
Jonathan Watt
|
a767b60ea2
|
Bug 1067977 - Rename nsContextBoxBlur's 'blur' member to make it possible to find and reason about the code. r=dholbert
|
2014-09-17 08:46:39 +01:00 |
|