Jonathan Watt
|
e341351e69
|
Bug 1087930 - Remove the gfxPattern returning variant of nsCSSBorderRenderer::CreateCornerGradient. r=mstange
|
2014-10-24 08:26:27 +01:00 |
|
Jonathan Watt
|
ca692c5a87
|
Bug 1084093 follow-up for bustage. Add missing include.
|
2014-10-17 13:39:55 +01:00 |
|
Jonathan Watt
|
c27c6452d8
|
Bug 1084093, part 3 - Use the new ToDeviceColor() function to undo the breakage to gfx.color_management.mode=1 (eCMSMode_All) caused by the Moz2D porting work. r=Bas
|
2014-10-17 12:53:16 +01:00 |
|
Ting-Yu Lin
|
886b593ce0
|
Bug 1064790 - Give S/SN/SF/SN meaningful names. r=bz
Also fix gfxRect usage in "PrintAsString" as Bug 641426 part 2 did.
|
2014-09-09 21:08:00 -04:00 |
|
Jonathan Watt
|
79e50a9f0b
|
Bug 933019, part 7 - Remove code for handling Thebes backed gfxContext from various files under layout/. r=Bas
|
2014-07-10 10:58:07 +01:00 |
|
Mats Palmgren
|
361c3593e3
|
Bug 613659 - Implement box-decoration-break layout for border/box-shadow and paddding/margin for inlines. r=cam
|
2014-05-05 17:55:54 +00:00 |
|
Mats Palmgren
|
6301b21c9f
|
Back out bug 613659 (for regression bug 998792)
--HG--
rename : layout/reftests/backgrounds/background-size-slice.html => layout/reftests/backgrounds/background-size-continuous.html
rename : layout/reftests/backgrounds/background-size-cover-slice.html => layout/reftests/backgrounds/background-size-cover-continuous.html
rename : layout/reftests/backgrounds/background-size-cover-clone.html => layout/reftests/backgrounds/background-size-cover-each-box.html
rename : layout/reftests/backgrounds/background-size-clone.html => layout/reftests/backgrounds/background-size-each-box.html
|
2014-04-20 19:39:24 +00:00 |
|
Mats Palmgren
|
2b31a712b1
|
Bug 613659 - Implement box-decoration-break layout for border/box-shadow and paddding/margin for inlines. r=cam
|
2014-04-18 23:01:23 +00:00 |
|
Ehsan Akhgari
|
c70da60ccf
|
Bug 938114 - Build layout/base in unified mode; r=roc
|
2013-11-14 21:43:56 -05:00 |
|
Andreas Gal
|
6c746ad4c8
|
Bug 930451 - Part 2: Use the new Rendering gradient cache for CSS border gradients as well. r=roc
|
2013-11-08 17:50:39 +13:00 |
|
Birunthan Mohanathas
|
e3709383ec
|
Bug 784739 - Switch from NULL to nullptr in layout/; r=ehsan
--HG--
extra : rebase_source : 0d0d9e11be9d39e4457bddd0bac7e19a50b91b0b
|
2013-10-08 14:47:21 -04:00 |
|
Ehsan Akhgari
|
44cb2c6702
|
Bug 921753 - Part 3: Avoid #including nsStyleStructInlines.h in nsHTMLReflowState.h; r=roc
This patch reduces the number of files that transitively #include
gfx/2d.h from 1362 to 1268.
|
2013-10-01 17:01:49 -04:00 |
|
Ehsan Akhgari
|
2621b190f1
|
Bug 906790 - Minimize layout/base #includes; r=roc
|
2013-08-19 18:55:18 -04:00 |
|
Bas Schouten
|
b48e5c0b2c
|
Bug 805831: Add a cache for border corner gradients. r=joedrew
|
2012-10-27 06:32:52 +02:00 |
|
Phil Ringnalda
|
95b4fda2c5
|
Back out fbd8fdb7c544 (bug 805831) for build failures
|
2012-10-26 21:53:41 -07:00 |
|
Bas Schouten
|
0169a197cf
|
Bug 805831: Add a cache for border corner gradients. r=joedrew
|
2012-10-27 06:32:52 +02:00 |
|
Ehsan Akhgari
|
e368dc9c85
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-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 PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Ms2ger
|
75ab7efb95
|
Bug 780387 - Part b: Stop using PRIntn; r=bsmedberg
|
2012-08-09 09:09:40 +02:00 |
|
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Thomas Powell
|
7025d60de9
|
Bug 742736 - Change box shadows to match rounded or sharp corners of shadowed object when round/sharp alternate corners; r=dbaron
|
2012-04-29 22:37:04 -04:00 |
|
Michael Wu
|
d2b70213ac
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Robert O'Callahan
|
0e8a6f7390
|
Bug 637852. Part 14: Try to use snappable rects to draw solid borders instead of using stroke, when a scaling transform is present. r=joe
The goal here is to avoid antialiased border edges when drawing into high-resolution ThebesLayers. This fixes test failures.
|
2011-06-23 00:11:28 +12:00 |
|
Bas Schouten
|
68e4722be7
|
Bug 588271 - Part 4: Add specialized rendering codepaths for the most common border types. r=vlad a=blocking-betan
|
2010-12-02 14:17:58 +01:00 |
|
timeless
|
f3cdc36c53
|
Bug 334571 Coverity 702, NS_SIDES array limit check - replace NS_FOR_CSS_SIDES defines with enum. r=zwol,mats
|
2010-04-27 18:15:02 +02:00 |
|
timeless
|
aa22afa674
|
Bug 334571 strip trailing whitespace. r=zwol
|
2010-04-27 18:15:01 +02:00 |
|
Arpad Borsos
|
8936cb9475
|
Bug 492531 - Optimize some CSS and Reflow classes for memory usage; r+sr=dbaron
|
2009-05-13 10:26:48 +02:00 |
|
Zack Weinberg
|
5230e8f3d0
|
Bug 456219. Fix clipping to padding-rect with rounded corners. r+sr=roc
|
2009-01-09 13:28:32 +13:00 |
|
Robert O'Callahan
|
26c40a1e79
|
Backed out changeset 5041ce453104
|
2009-01-08 23:19:21 +13:00 |
|
Zack Weinberg
|
cdce96d30d
|
Bug 456219. Fix clipping to padding-rect with rounded corners. r+sr=roc
--HG--
extra : rebase_source : ec710fd6f83332fcecaa926b1f0ec07e4d2e3635
|
2009-01-08 21:10:21 +13:00 |
|
Zack Weinberg
|
300f48fbd4
|
Bug 446498 – use new border rendering for focus rectangles, and strip dead code. r+sr=vlad
|
2008-08-06 12:33:18 +02:00 |
|
Vladimir Vukicevic
|
a43055f4f7
|
b=424423; border rendering is slow: Part 2; r+sr=roc
|
2008-07-23 10:25:51 -07:00 |
|
Vladimir Vukicevic
|
01d5a8973a
|
b=424423, border rendering is slow: Part 1; r+sr=roc
|
2008-07-23 10:25:23 -07:00 |
|