Ms2ger
|
6a8ff69ba1
|
Backout bug 781731.
|
2012-08-27 12:27:40 +02:00 |
|
Anthony Jones
|
50f99e06da
|
Bug 781731 - Fixed Azure Cairo GTK perf by removing xlib to buffered image conversion; r=Bas
|
2012-08-27 11:31:33 +02:00 |
|
David Zbarsky
|
4a0bd0bac6
|
Bug 785657 - Enable async animations in content processes r=cjones
|
2012-08-25 21:27:28 -04:00 |
|
Chris Jones
|
93b1805471
|
Bug 762221: Enable font hinting for "app" processes. r=jfkthame,jlebar
|
2012-08-23 11:23:43 +01:00 |
|
Ed Morley
|
87eb600689
|
Backout 06f6eede6b77 (bug 762221) for crashes
|
2012-08-23 10:27:56 +01:00 |
|
Chris Jones
|
c9e6d0cefc
|
Bug 762221: Enable font hinting for "app" processes. r=jfkthame,jlebar
|
2012-08-23 01:22:19 -07:00 |
|
Ehsan Akhgari
|
217645f36e
|
Bug 579517 - Part 4: Manually rewrite some parts of the code base not covered by the automated conversion; r=bsmedberg
|
2012-08-22 11:59:54 -04: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 |
|
David Zbarsky
|
b27894f902
|
Bug 784004 - Don't include Layers.h everywhere Part 3 r=nical
|
2012-08-21 00:06:46 -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 |
|
Karl Tomlinson
|
82e606bbf4
|
b=782185 provide a gfxXlibSurface method to indicate when cairo's extend_pad will be slow r=joe
--HG--
extra : transplant_source : M%D2%05%3A%C1%18W%BD.%BA8%18%BD%F9%F9%AEu%EEX%CE
|
2012-08-14 23:47:49 +12:00 |
|
Aryeh Gregor
|
982100775b
|
Bug 780618 - Move all error codes to nsError.h; r=ehsan
|
2012-07-27 17:03:27 +03:00 |
|
Honza Bambas
|
5fe7a22e2c
|
Bug 215450: Allow uploading of files greater than 2gb in size. Involves making input streams 64-bit capable. Significant work done by Makoto Kato, finished by Honza Bambas. r=hbambas,bsmedberg,jdrew,sicking
|
2012-08-10 22:44:11 -04:00 |
|
Nicholas Cameron
|
c2e46a6896
|
Bug 780392; Make ScaledFontDWrite inherit from ScaledFontBase. r=bas
--HG--
extra : rebase_source : 83ffee7d64f1ecdfa15b8cf96024c27fdf00c29b
|
2012-08-09 08:17:04 +12:00 |
|
Cameron McCormack
|
a30b13e813
|
Bug 655877 - Part 25: Give gfxTextRuns the ability to invoke a callback after painting glyphs and partial ligatures. r=roc
|
2012-08-08 21:37:12 +10:00 |
|
Daniel Holbert
|
c6845060ef
|
Bug 780680: Remove never-read variable 'prevGlyphCharIndex' from gfxHarfBuzzShaper::SetGlyphsFromRun(). r=jfkthame
|
2012-08-06 13:34:38 -07:00 |
|
Sergey Glushchenko
|
cc3eef8d15
|
Bug 776429: Unify scattered M_PI definitions into mfbt/Constants.h r=dRdR
|
2012-08-06 13:32:11 -07:00 |
|
Jonathan Kew
|
9cd6a760f2
|
bug 780409 - updates to thebes harfbuzz integration for hb api changes. r=jdaggett
|
2012-08-06 11:42:20 +01:00 |
|
Mike Hommey
|
c1b35e7b2a
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Mike Hommey
|
be451c22dc
|
Backout changeset 2ef51674316a (bug 774032 bonus) for various Mochitest bustages on a CLOSED TREE
|
2012-08-04 10:38:41 +02:00 |
|
Mike Hommey
|
e79d87471e
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 08:48:56 +02:00 |
|
David Zbarsky
|
02175ccbab
|
Bug 706179 Part 3: Turn on the use of scaling for layers in FrameLayerBuilder r=mattwoodrow
|
2012-08-03 14:29:22 -07:00 |
|
Ryan VanderMeulen
|
df1e849b91
|
Merge m-c to inbound.
|
2012-08-01 16:34:02 -04:00 |
|
Oleg Romashin
|
3e74feb79c
|
Bug 778184 - Add GetScreenDepth API for Qt gfx platform port. r=me,dougt NPODB
|
2012-08-01 12:00:24 -07:00 |
|
Nicholas Cameron
|
b21f194886
|
Bug 779001. Falling back to Cairo for large canvases. r=roc
|
2012-07-31 19:57:28 +12:00 |
|
Nicholas Cameron
|
666c8e4e67
|
Bug 776802; Give better info about Azure. r=Bas
|
2012-07-31 18:30:10 +12:00 |
|
Benoit Girard
|
1283cbb069
|
Bug 724666 - Part 2: Add CGIOSurfaceContext to azure. r=jmuizelaar
|
2012-07-31 11:17:43 -04:00 |
|
Benoit Girard
|
0c580e48cb
|
Bug 724666 - Part 1: Refactor nsCoreAnimation support into azure QuartzSupport. r=jmuizelaar
--HG--
rename : gfx/thebes/nsIOSurface.h => gfx/2d/MacIOSurface.h
rename : gfx/thebes/nsCoreAnimationSupport.mm => gfx/2d/QuartzSupport.mm
|
2012-07-31 11:11:57 -04:00 |
|
Nicholas Cameron
|
45704eb121
|
Back out bug 779001, bug 746883, bug 778595, bug 776803, bug 7118849
|
2012-07-31 18:17:23 +12:00 |
|
Nicholas Cameron
|
c750666cef
|
Bug 779001. Falling back to Cairo for large canvases. r=roc
|
2012-07-31 13:46:05 +12:00 |
|
Nicholas Cameron
|
3570f3ac38
|
Bug 776802; Give better info about Azure. r=Bas
|
2012-07-31 13:45:59 +12:00 |
|
Aryeh Gregor
|
5eb7e900f4
|
Bug 777292 - gfx/, widget/: Remove conversions to nsresult that will always result in NS_SUCCEEDED; r=roc
|
2012-07-27 16:52:43 +03:00 |
|
Aryeh Gregor
|
2e7996f8d1
|
Bug 777292 - Convert incorrect conversions to nsresult and fix named constants; r=ehsan
|
2012-07-27 16:59:29 +03:00 |
|
Ehsan Akhgari
|
c80897316e
|
Merge the nullptr conversion from mozilla-central into mozilla-inbound
|
2012-07-30 10:28:15 -04:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Aryeh Gregor
|
7e08f8aa4b
|
Bug 777292 - Switch incorrect nsresult to nsrefcnt; r=ehsan
|
2012-07-27 17:03:25 +03:00 |
|
Bas Schouten
|
8c8c56f49a
|
Bug 777700 - Part 2: Verify if a cached SourceSurface is still valid. r=jrmuizel
|
2012-07-28 02:33:08 +02:00 |
|
Benjamin Peterson
|
f173c89d5c
|
Backout 22eea4925efc for windows failures
|
2012-07-27 21:47:06 -07:00 |
|
Bas Schouten
|
0aa0168deb
|
Bug 777700 - Part 2: Verify if a cached SourceSurface is still valid. r=jrmuizel
|
2012-07-28 02:33:08 +02:00 |
|
Nicholas Cameron
|
50b06bd8f2
|
Bug 746883; fix the bustage possibly caused by 746896. r=mattwoodrow
|
2012-07-26 14:30:20 +12:00 |
|
Nicholas Cameron
|
067366aaee
|
Bug 764125; remove AzureEnabled from gfxInfo and replace with backend check. r=roc
|
2012-07-26 13:56:42 +12:00 |
|
Nicholas Cameron
|
d4158405d0
|
Bug 764125; sort out preferred and fallback Azure backends for all platforms (gfxPlatform). r=Bas
|
2012-07-25 12:45:58 +12:00 |
|
Anthony Jones
|
4f689acacc
|
Bug 761895; Fixed Azure/Cairo canvas font support on gtk and android. r=karl
|
2012-07-24 22:18:39 +12:00 |
|
Anthony Jones
|
72d12fc6a9
|
Bug 764125; fixed crash test fail on gtk caused by null. r=Bas
|
2012-07-24 22:18:38 +12:00 |
|
Anthony Jones
|
82ae88b1c0
|
Bug 764125; pretty sure this inverted logic will break something on windows; r=Bas
|
2012-07-24 22:18:38 +12:00 |
|
Nicholas Cameron
|
29f67f067d
|
Bug 764125; pass around the size of a gfxASurface when creating a DrawTarget. r=Bas
|
2012-07-24 22:18:38 +12:00 |
|
Nicholas Cameron
|
ee280adfe3
|
Bug 764125; Add DrawTarget arg to GetScaledFontForFont. r=Bas
|
2012-07-24 22:18:37 +12:00 |
|
James Willcox
|
c7004bf175
|
Bug 776331 - Avoid crash when trying to redraw a destroyed plugin on Android r=josh
|
2012-07-26 09:39:21 -04:00 |
|
Nicholas Cameron
|
9e4ceaecb8
|
Back out bug 746883, bug 764125, bug 761895, bug 746883, bug 748116
|
2012-07-26 18:48:24 +12:00 |
|
Nicholas Cameron
|
800f256f44
|
Bug 746883; fix the bustage possibly caused by 746896. r=mattwoodrow
|
2012-07-26 14:30:20 +12:00 |
|