David Zbarsky
|
4ff3f38e76
|
Bug 952977: Switch ScaleAndTranslate to gfx::Matrix r=nical
|
2013-12-29 18:35:53 -05:00 |
|
Ehsan Akhgari
|
c2ce7e67ab
|
Bug 906790 - Minimize layout/base #includes; r=roc
|
2013-08-19 18:55:18 -04:00 |
|
Robert O'Callahan
|
8d47c65ff4
|
Bug 841192. Part 2: Move FrameLayerBuilder::Clip to DisplayItemClip. r=mattwoodrow
--HG--
extra : rebase_source : 2950e5dd64e217a406ede2dc9f6682b5e0540975
|
2013-03-04 22:55:59 +13:00 |
|
Nicholas Cameron
|
bd26a889cc
|
Bug 782368; undo patch from 780868. r=mattwoodrow
--HG--
extra : rebase_source : 6eb5a907d4e1eafa6bc7c6dd5d185c28a4c248be
|
2012-12-12 10:57:52 +13:00 |
|
Nicholas Cameron
|
120146b67e
|
Bug 769021; fix a memory leak with mask sharing. r=khuey
|
2012-09-04 13:02:56 +12:00 |
|
Nicholas Cameron
|
9b455fc6c9
|
Back out bug 769021, bug 786817
|
2012-09-03 22:47:51 +12:00 |
|
Nicholas Cameron
|
26ba269020
|
Bug 769021; fix a memory leak with mask sharing. r=khuey
|
2012-09-03 22:35:33 +12:00 |
|
Ed Morley
|
86cbb250b0
|
Backout 03cb77f8d75d (bug 769021), 04fd792509d6 (bug 786817) for burning the tree
|
2012-09-03 09:20:05 +01:00 |
|
Nicholas Cameron
|
fc482cb592
|
Bug 769021; fix a memory leak with mask sharing. r=khuey
|
2012-09-03 18:58:07 +12:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
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 |
|
Nicolas Silva
|
54dd2bf57f
|
Bug 782372 - Splits ImageLayers.h into ImageLayers.h ImageContainer.h and ImageTypes.h, r=bgirard
|
2012-08-19 15:33:25 -04:00 |
|
Matt Woodrow
|
c2e9a5d59c
|
Bug 780868 - Only reuse MaskLayers on LayerManagers with the same backend type. r=nrc
|
2012-08-13 22:11:40 +12:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Nicholas Cameron
|
04a6484c7f
|
Bug 773626; mask sharing hash functions. r=roc
|
2012-07-16 06:44:15 -04:00 |
|
Daniel Holbert
|
afa0755ec4
|
Bug 770299: use size_t instead of int for loop iterator in MaskLayerImageCache.h, to fix build warning. r=nrc
|
2012-07-03 09:01:30 -07:00 |
|
Nicholas Cameron
|
6011f19ec2
|
Bug 757347; Add a cache for image containers. r=roc
|
2012-06-26 14:43:30 +12:00 |
|
Nicholas Cameron
|
2237afc914
|
Back out bug 757346
--HG--
extra : rebase_source : 8a07c2c56ca9dbc165012b679d421435cc886c2c
|
2012-06-26 10:54:05 +12:00 |
|
Nicholas Cameron
|
ed4f682932
|
Bug 757347; Add a cache for image containers. r=roc
|
2012-06-26 09:44:41 +12:00 |
|