Robert O'Callahan
|
33cdb42706
|
Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg
--HG--
extra : rebase_source : 0787130b1814c74bfb38dc178de94022f0b2e64e
|
2013-09-02 20:41:57 +12:00 |
|
Phil Ringnalda
|
ad36ee41a9
|
Back out 4537337759b7 (bug 910517) because nobody expects the talos inquisition
--HG--
rename : content/canvas/src/WebGLMemoryReporterWrapper.h => content/canvas/src/WebGLMemoryMultiReporterWrapper.h
|
2013-09-04 22:42:06 -07:00 |
|
Nicholas Nethercote
|
43ad5b4dcf
|
Bug 910517 - Remove nsIMemoryReporter, and rename nsIMemoryMultiReporter as nsIMemoryReporter. r=mmcr8.
--HG--
rename : content/canvas/src/WebGLMemoryMultiReporterWrapper.h => content/canvas/src/WebGLMemoryReporterWrapper.h
extra : rebase_source : 9142be547b2eeef37a8073a710ce23070f98cf65
|
2013-08-27 16:24:51 -07:00 |
|
Jonathan Kew
|
886ed74228
|
bug 910376 - don't risk leaving mSharedBlobData uninitialized. r=karlt
|
2013-09-04 10:01:57 +01:00 |
|
Justin Lebar
|
2e2403726d
|
Bug 909977 - Rename mozilla::Move to mozilla::OldMove, and make mozilla::Move a synonym for std::move(). r=waldo
--HG--
extra : rebase_source : 7b3bb02cc8cbc0ad6721c6c3895564d9567b8ddb
|
2013-08-29 11:54:14 -07:00 |
|
Birunthan Mohanathas
|
573d76ec6d
|
Bug 784739 - Switch from NULL to nullptr in gfx/thebes/; r=ehsan
|
2013-07-31 11:44:31 -04:00 |
|
John Daggett
|
b439b6e590
|
Bug 857142 - implement -moz-font-smoothing. r=dbaron
|
2013-07-30 05:00:41 +09:00 |
|
Jonathan Kew
|
3cd852181b
|
bug 878674 - pt 1 - load Fennec bundled fonts directly from omnijar without copying them out to the filesystem. r=roc
|
2013-06-25 09:14:03 +01:00 |
|
Ed Morley
|
56cd4d45f3
|
Backed out changeset 8284007baae4 (bug 878674) for Android startup java exceptions
|
2013-06-25 11:26:00 +01:00 |
|
Jonathan Kew
|
b606d6d74d
|
bug 878674 - pt 1 - load Fennec bundled fonts directly from omnijar without copying them out to the filesystem. r=roc
|
2013-06-25 09:14:03 +01:00 |
|
Catalin Iacob
|
4f03e5bb1a
|
Bug 798914 (part 5) - Use newly introduced mozilla::MallocSizeOf instead of nsMallocSizeOfFun. r=njn.
--HG--
extra : rebase_source : fc472490dd978d165f02f77ed37f07aed6e5bb61
|
2013-06-23 14:03:39 +02:00 |
|
Jeff Gilbert
|
ea987c7dd2
|
Bug 877382 - Remove THEBES_API decorator. - r=BenWa
|
2013-05-29 14:59:24 -07:00 |
|
Jonathan Kew
|
f092eb387c
|
backout changesets d8f3694dd6df (bug 871961 pt 2) and b77d5e403c3d (bug 871961 pt 4) for making the browser crashy. r=me
|
2013-05-25 21:06:59 +08:00 |
|
Jonathan Kew
|
0980c2cd57
|
bug 871961 pt 4 - on xpcom-shutdown notification, release any SVG-glyphs documents held by fonts. r=roc
|
2013-05-22 23:48:55 +08:00 |
|
Jonathan Kew
|
ba4133d1ab
|
bug 874053 - ReadCMAP() must not leave the font entry's mCharacterMap pointer NULL, even if cmap table can't be read. r=roc
|
2013-05-21 12:25:47 +08:00 |
|
Jonathan Kew
|
5088360b94
|
bug 847344 - refactor gfxFont/gfxFontEntry and associated classes for more efficient use of HarfBuzz and Graphite shaper APIs. r=roc
|
2013-05-16 17:29:20 +01:00 |
|
John Daggett
|
18ea34f1e4
|
Bug 549861 - reland font-variant subproperties with DOM-peer review. r=khuey
|
2013-05-20 11:59:20 +09:00 |
|
Ms2ger
|
c80e8cd5c6
|
Backout bug 549861 (changesets 27fb48df15ce:7ecd4e3863b4) for insufficient review.
|
2013-05-19 20:23:19 +02:00 |
|
John Daggett
|
46d5a31f16
|
Bug 549861. Trim out kerning from gfxFontStyle. r=jkew
|
2013-05-13 18:45:38 +09:00 |
|
John Daggett
|
c580f1c701
|
Bug 549861. Implement gfx support for font-variant-alternates. r=jkew
|
2013-05-13 18:45:37 +09:00 |
|
John Daggett
|
353ac539b0
|
Bug 549861. Implement rendering support for simple font-variant properties. r=jkew
|
2013-05-13 18:45:36 +09:00 |
|
Nathan Froyd
|
0d9cf431d8
|
Bug 863264 - delete pointless initialization of mBoundingBox in gfxFont::RunMetrics constructor; r=BenWa
|
2013-04-29 15:52:27 -04:00 |
|
John Daggett
|
72ff1aa5bc
|
Bug 761442 - treat substitution and positioning lookups involving <space> differently. r=jkew
|
2013-04-11 22:49:58 +09:00 |
|
Jonathan Kew
|
64b1171f3c
|
Bug 761442 - don't use per-word shaping with fonts that use <space> in opentype lookups. r=jdaggett
|
2013-01-08 14:38:48 +00:00 |
|
Joshua Cranmer
|
969dfd9705
|
Bug 767563 - Add a clang static checker, part 3: Move the MOZ_MUST_OVERRIDE macro to MFBT. r=Waldo
|
2013-03-23 21:14:43 -05:00 |
|
Jonathan Kew
|
4bb4065eea
|
bug 840431 - cache an ellipsis textrun on gfxFontGroup, to minimize perf overhead due to text-overflow. r=roc
|
2013-03-08 10:41:31 +00:00 |
|
Jonathan Kew
|
073925c9f7
|
bug 728436 - make synthetic bolding less severe at large sizes. r=jdaggett
|
2012-10-29 13:43:17 +00:00 |
|
Jonathan Kew
|
696cf350b6
|
bug 844133 - eliminate the MOZ_GRAPHITE configure option. r=ted
|
2013-02-22 16:52:20 +00:00 |
|
Jonathan Kew
|
110efd96e8
|
bug 843588 - font table cache management should not rely on hashtable entry pointers remaining valid. r=karlt
|
2013-02-22 13:14:33 +00:00 |
|
John Daggett
|
ab79904666
|
Bug 833169 - add font family name to font entries and use in user font cache key. r=jkew
|
2013-02-18 11:22:55 +09:00 |
|
Cameron McCormack
|
f78e8bacaa
|
Bug 655877 - Part 46: Paint SVG glyphs with new SVG text frame. r=roc,jwatt
|
2013-02-11 17:22:20 +11:00 |
|
Daniel Holbert
|
9a053a440f
|
Bug 832440: Fix inconsistency on appUnitsPerDevPixels's signedness in gfxFont and its clients by converting all instances to be signed. r=jfkthame
|
2013-01-28 11:01:59 -08:00 |
|
Mats Palmgren
|
6c53161814
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
|
Cameron McCormack
|
572084f298
|
Bug 828805 - Implement SVG paint-order property. r=bz,roc
|
2013-01-13 10:27:53 +11:00 |
|
Jonathan Kew
|
e1c4d87f24
|
bug 825875 - shape long words directly into the textrun instead of using word caching. r=roc
|
2013-01-04 18:35:37 +00:00 |
|
Jonathan Kew
|
c83f05e1ca
|
bug 825871 - refactor gfxTextRun and gfxShapedWord to share a common abstract base class (gfxShapedText) and shaping interface. r=roc
|
2013-01-04 18:35:37 +00:00 |
|
Jonathan Kew
|
65700ebddb
|
bug 826288 - remove the obsolete aFamily parameter from gfxFontEntry constructor. r=roc
|
2013-01-04 14:01:44 +00:00 |
|
Jonathan Kew
|
9e140898be
|
bug 821442 - eliminate the unreliable mFamily back-pointer in gfxFontEntry, and instead pass/track font family explicitly where needed. r=roc
|
2012-12-19 09:42:25 +00:00 |
|
Jonathan Kew
|
c44d8b77b1
|
bug 820707 - consistently set familyHasItalic flag on GDI font entries, to avoid referring back to the family during font instantiation. r=roc
|
2012-12-12 14:09:50 +00:00 |
|
Brendan Dahl
|
6172f2923b
|
Bug 791466 - Fix direct write cairo scaled font. r=Bas
|
2012-11-12 11:35:49 -08:00 |
|
Mats Palmgren
|
8b20f6f589
|
Bug 798853, gfx. r=roc
|
2012-10-22 15:53:31 +02:00 |
|
Ms2ger
|
8c3cbade76
|
Bug 793314 - Remove PtrBits; r=mounir,roc
|
2012-10-02 10:24:11 +02:00 |
|
Masayuki Nakano
|
3cce608d33
|
Bug 791953 Fix lossy conversion warning in gfxFont.h r=jfkthame
|
2012-10-01 19:32:31 +09:00 |
|
Ehsan Akhgari
|
1d1ec4e105
|
Bug 793408 - Remove some prtypes.h #includes from gfx; r=jrmuizel
|
2012-09-28 14:56:27 -04:00 |
|
Isaac Aggrey
|
997db4d142
|
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
|
2012-09-28 01:57:33 -05:00 |
|
Phil Ringnalda
|
fd1e5a6cf0
|
Back out 519f41fa596f (bug 793408) for Windows build bustage on a CLOSED TREE
|
2012-09-27 14:38:23 -07:00 |
|
Ehsan Akhgari
|
7c8cbb6a5f
|
Bug 793408 - Remove some prtypes.h #includes from gfx; r=jrmuizel
|
2012-09-22 11:34:22 -04:00 |
|
Ehsan Akhgari
|
52ace62039
|
Backout changeset 24f4f77fba76 (bug 793408) because of broken builds on a CLOSED TREE
|
2012-09-27 10:24:08 -04:00 |
|
Ehsan Akhgari
|
823f39644b
|
Bug 793408 - Remove some prtypes.h #includes from gfx; r=jrmuizel
|
2012-09-22 11:34:22 -04:00 |
|
Bas Schouten
|
cf4260a23c
|
Bug 792207 - Part 1: Retain ScaledFont objects for gfxFonts. r=jrmuizel
|
2012-09-24 15:02:49 +00:00 |
|
Makoto Kato
|
d5c93adaee
|
Bug 785321 - Replace PRUptrdiff with uintptr_t, prtdiff_t or etc; r=ehsan,jrmuizel
|
2012-09-14 16:09:52 -04:00 |
|
Edwin Flores
|
06c8be815b
|
Bug 719286 - Include SVG glyphs when calculating glyph extents r=jfkthame
|
2012-09-06 16:58:46 +12:00 |
|
Edwin Flores
|
67581ebf40
|
Bug 719286 - Add new gfxTextObjectPaint paint wrapper for use with SVG glyphs r=roc
|
2012-09-06 16:58:46 +12:00 |
|
Edwin Flores
|
fe9a9803ab
|
Bug 719286 - Basic OpenType SVG functionality r=roc
|
2012-09-06 16:57:54 +12:00 |
|
Randell Jesup
|
eedf93a21d
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
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 |
|
Cameron McCormack
|
8ca4399553
|
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 |
|
Jonathan Kew
|
1024b2c567
|
bug 780409 - updates to thebes harfbuzz integration for hb api changes. r=jdaggett
|
2012-08-06 11:42:20 +01:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Anthony Jones
|
261a342f09
|
Bug 761895; Fixed Azure/Cairo canvas font support on gtk and android. r=karl
|
2012-07-24 22:18:39 +12:00 |
|
Nicholas Cameron
|
34ba57113f
|
Back out bug 746883, bug 764125, bug 761895, bug 746883, bug 748116
|
2012-07-26 18:48:24 +12:00 |
|
Anthony Jones
|
b155e44e9a
|
Bug 761895; Fixed Azure/Cairo canvas font support on gtk and android. r=karl
|
2012-07-24 22:18:39 +12:00 |
|
Jonathan Kew
|
ca01c7a551
|
bug 769475 - incorrect font used for italicized Arabic text when font-family is Arial or Times New Roman. r=smontagu
|
2012-07-23 03:48:26 -04:00 |
|
Ed Morley
|
a7ac1e9692
|
Backout 07cd3d70434c & 9be67e1a7b4f (bug 769475) for failures in arial-arabic.html
|
2012-07-23 11:01:59 +01:00 |
|
Jonathan Kew
|
cfbd46e324
|
bug 769475 - incorrect font used for italicized Arabic text when font-family is Arial or Times New Roman. r=smontagu
|
2012-07-23 03:48:26 -04:00 |
|
Rafael Ávila de Espíndola
|
bcb764c6c8
|
Bug 774016 - Remove extra ;. r=khuey.
|
2012-07-16 11:01:45 -04:00 |
|
Jonathan Kew
|
0604d2f511
|
bug 754452 - use GDI synthetic italic rather than cairo font matrix when it's safe to do so, for better glyph spacing. r=jdaggett
|
2012-07-03 11:42:07 +01:00 |
|
Jonathan Kew
|
2d7e5e52f7
|
bug 764005 - optimize gfxFontGroup::FindFontForChar for the most common case, and lift array Length() accesses out of other loops in font code. r=smontagu
|
2012-06-20 20:58:18 +01:00 |
|
Ehsan Akhgari
|
ff75c88d87
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (gfx parts); r=joedrew
|
2012-06-13 00:14:28 -04:00 |
|
Bas Schouten
|
d15827520e
|
Bug 758120: Block attempts to do manual subpixel-AA on bitmap fonts. r=jfkthame
|
2012-05-24 17:43:55 +02:00 |
|
Nicholas Cameron
|
c6a97ccb55
|
Bug 752380. Refactor gfxFont out of Azure. r=Bas
|
2012-05-17 10:30:10 +12:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
John Daggett
|
69edaef745
|
Bug 718539. Trim out old featureSettings string code. r=jkew
|
2012-04-26 15:27:08 +09:00 |
|
John Daggett
|
018ac74c48
|
Bug 718539. Merge per-font and style rule font features. r=jkew
|
2012-04-26 15:26:03 +09:00 |
|
John Daggett
|
c99d68e3fd
|
Bug 718539. Move gfxFontFeature to a separate header. r=jkew
|
2012-04-26 15:22:24 +09:00 |
|
John Daggett
|
6ed7380e29
|
Bug 710727. Share cmaps across all fonts. r=jkew, a=tracking-firefox
|
2012-04-19 08:59:43 +09:00 |
|
Jonathan Kew
|
bf59776c6f
|
bug 745555 - preserve character-identity flags in the CompressedGlyph record when updating glyph information. r=roc
|
2012-04-16 13:54:50 +01:00 |
|
Bas Schouten
|
574adb3b1e
|
Bug 743593: Properly cast gfxFont based on type. r=jfkthame
|
2012-04-11 16:55:31 +02:00 |
|
John Daggett
|
de125b895c
|
Bug 710727. Revert shared cmap patch due to reftest/mochitest-4 failures on Win7. a=bustage
|
2012-04-09 22:03:28 +09:00 |
|
John Daggett
|
341246ae21
|
Bug 710727. Share cmaps across all fonts. r=jkew
|
2012-04-09 13:31:55 +09:00 |
|
Nicholas Nethercote
|
85b9728d6c
|
Bug 711895 - Tweak the warning options used for GCC builds (3rd attempt). r=waldo,derf,khuey,mhommey.
--HG--
extra : rebase_source : 20540c9b838ee3be6cb0847c1b90fdc3bd44059d
|
2012-03-21 22:21:16 -07:00 |
|
Jonathan Kew
|
cfa00ea9ff
|
bug 688125 - part 1 - add memory reporting for the platform font list. r=njn
|
2012-03-27 14:38:39 -07:00 |
|
Jonathan Kew
|
8a54d3120f
|
bug 688125 - part 2 - add memory reporting for fonts in the gfxFontCache. r=njn
|
2012-03-23 12:14:16 +00:00 |
|
Nicholas Nethercote
|
c4ee2f9bdc
|
Backed out changeset 0124795a8cbb (bug 711895) due to i10n build bustage. r=me.
|
2012-03-21 21:46:27 -07:00 |
|
Nicholas Nethercote
|
5524d35c04
|
Bug 711895 - Tweak the warning options used for GCC builds (2nd attempt). r=waldo,derf,khuey,mhommey,jwatt.
|
2012-03-15 19:40:00 -07:00 |
|
Bas Schouten
|
c26eb25c96
|
Bug 736134 - Part 3: Use GlyphRenderingOptions API when drawing Azure fonts. r=jrmuizel
|
2012-03-19 19:20:18 +00:00 |
|
Jonathan Kew
|
fab232caed
|
bug 721719 - ignore the GSUB table in Roboto on Android because of bad ligature rule. r=jdaggett
|
2012-03-17 09:38:42 +00:00 |
|
Jonathan Kew
|
384de9b74a
|
bug 735583 - eliminate font constant synonyms and use the standard forms everywhere. r=jdaggett
|
2012-03-15 09:04:46 +00:00 |
|
Jonathan Kew
|
f58d29af3c
|
bug 735419 - eliminate unused parameter in the gfxTextRun constructor. r=jdaggett
|
2012-03-15 09:03:51 +00:00 |
|
Jonathan Kew
|
b3ddef8d75
|
bug 735439 - optimize order of fields in gfxFontStyle to save space. r=jdaggett
|
2012-03-15 09:03:00 +00:00 |
|
Justin Lebar
|
0dbaf73150
|
Bug 729940 - Part 2: Stop using crappy hash functions in Gecko. r=bz
--HG--
extra : rebase_source : 6fa267a89878cc1a766d8618569debcea9b12e48
|
2012-03-12 18:53:18 -04:00 |
|
John Daggett
|
4c96369b89
|
Bug 705594. Fixup of intra-family fallback code. r=jfkthame
|
2012-03-09 11:05:33 +09:00 |
|
John Daggett
|
1a9f033e9b
|
Bug 705594. Implement hard-coded font fallback. r=roc
|
2012-03-09 11:05:24 +09:00 |
|
Jonathan Kew
|
5ff3710968
|
bug 668813 pt 2 - maintain a character coverage map for gfxFontFamily. r=jdaggett
|
2011-08-09 09:06:01 +01:00 |
|
Edwin Flores
|
e20fcb14ba
|
Bug 719288 - Fill and stroke SVG text with one Draw call r=roc
|
2012-02-04 13:11:09 +00:00 |
|
Jonathan Kew
|
dd425a16eb
|
bug 721315 - clear the faces' mFamily pointers when a font family is deleted. r=jdaggett
|
2012-02-02 11:24:22 +00:00 |
|
Jonathan Kew
|
86583c11cb
|
backout changeset bcd556d83109 (bug 721315) for reftest orange.
|
2012-01-28 09:37:15 +00:00 |
|
Jonathan Kew
|
8de5b3163e
|
bug 721315 - avoid potential dangling mFamily pointers in font entries. r=jdaggett
|
2012-01-28 08:27:01 +00:00 |
|
Nicholas Nethercote
|
a7ad4ef70e
|
Bug 715453 - Remove computedSize from nsMallocSizeOfFun. r=jlebar,bhackett.
--HG--
extra : rebase_source : a65039a407daab45360a5b375b53cbf1bc05b7f6
|
2012-01-25 00:52:51 -08:00 |
|
Edwin Flores
|
0855766ec9
|
Bug 710521 - Refactor gfxFont to separate out drawing stroke and drawing to path. r=roc
|
2012-01-26 13:11:18 +01:00 |
|
Jeff Muizelaar
|
80095e3007
|
Bug 692879. Implement CoreGraphics Azure backend. r=mwoodrow
|
2012-01-09 13:54:44 -05:00 |
|
Matt Brubeck
|
0dc4c17288
|
Back out efd165428f08 to 4a79fefefa28 (bug 580786, bug 716639, bug 692879, bug 717921) because of reftest error
|
2012-01-17 10:08:38 -08:00 |
|
Jeff Muizelaar
|
b2072dc211
|
Bug 692879. Implement CoreGraphics Azure backend. r=mwoodrow
--HG--
extra : rebase_source : 94f8c205e16e961b5407396c0d0d3b41067222dc
|
2012-01-09 13:54:44 -05:00 |
|
Ms2ger
|
ce301744c0
|
Backout bug 580786 / bug 716639 / bug 692879 / bug 717921 / bug 692879 (2dc5909e63b0:ced751d32df6); a=philor
|
2012-01-17 10:48:19 +01:00 |
|
Jeff Muizelaar
|
e74511907f
|
Bug 692879. Implement CoreGraphics Azure backend. r=mwoodrow
|
2012-01-09 13:54:44 -05:00 |
|
Jonathan Kew
|
c0b92e301e
|
bug 708075 - observe memory-pressure notification and discard cached gfxShapedWord records. r=roc
|
2012-01-13 11:37:46 +00:00 |
|
Ed Morley
|
a5e2d37200
|
Backout f94f83c7f2df (bug 708075), 6bf51f18e69e (bug 717311) for test crashes
|
2012-01-12 13:30:39 +00:00 |
|
Jonathan Kew
|
451eefe74c
|
bug 708075 - observe memory-pressure notification and discard cached gfxShapedWord records. r=roc
|
2012-01-12 12:44:05 +00:00 |
|
Joe Drew
|
75e6f69da6
|
Bug 715513 - Implement text in the new 2D API's Cairo backend. r=jrmuizel
--HG--
extra : rebase_source : 75350d02ec31e60c356b1d9f05bf14b2b2dee9f4
|
2012-01-10 13:26:59 -05:00 |
|
Jonathan Kew
|
174cf9e76f
|
bug 703100 - pt 5 - optimize allocation of gfxTextRun objects to avoid separate allocation for CompressedGlyph records. r=roc
|
2012-01-05 11:54:45 +00:00 |
|
Jonathan Kew
|
39b0dea87f
|
bug 703100 - pt 4 - add timed expiration of cached gfxShapedWord records. r=roc
|
2012-01-05 11:54:45 +00:00 |
|
Jonathan Kew
|
d5a2294830
|
bug 703100 - pt 3 - remove copy of original characters from gfxTextRun. r=roc
|
2011-12-06 12:39:19 +00:00 |
|
Jonathan Kew
|
ccc9f44ded
|
bug 703100 - pt 2.5 - adapt Android/FT2 font code to work with gfxShapedWord caches. r=roc
|
2011-12-06 12:39:19 +00:00 |
|
Jonathan Kew
|
6295b88fbb
|
bug 703100 - pt 2.3 - adapt Windows font code to work with gfxShapedWord caches. r=roc
|
2011-12-06 12:39:19 +00:00 |
|
Jonathan Kew
|
8a374cd168
|
bug 703100 - pt 2.1 - implement gfxShapedWord caching for gfxFont instances. r=roc
|
2011-12-06 12:39:19 +00:00 |
|
Jonathan Kew
|
dab5dd6132
|
bug 703100 - pt 1 - eliminate gfxTextRunWordCache and gfxTextRunCache. r=roc
|
2011-12-06 12:39:18 +00:00 |
|
Nicholas Nethercote
|
8f335f567c
|
Bug 707865 - Convert nsTArray::SizeOf() to nsTArray::SizeOfExcludingThis(). r=jlebar.
--HG--
extra : rebase_source : d802d58bc7dedda2490878793923adc0ab55f779
|
2011-12-15 14:59:53 -08:00 |
|
Matt Brubeck
|
7d451f6bac
|
Back out bug 710521, bug 672013, bug 702739 because of Mac reftest failures
|
2011-12-18 08:15:09 -08:00 |
|
Edwin Flores
|
a9f4f6c3c4
|
Bug 710521. Small refactor of gfxFont to separate drawing to paths and drawing strokes. r=roc
|
2011-12-18 21:53:03 +13:00 |
|
Bas Schouten
|
b1fe1c94c1
|
Bug 702851: Move mScaledFont into gfxFont superclass. r=jdaggett
|
2011-12-15 17:12:40 +01:00 |
|
Justin Lebar
|
251efb48b8
|
Bug 708963 - Remove tautological comparison (unsigned int >= 0) in gfxFont.h. r=jmuizelaar
--HG--
extra : rebase_source : 1562649cfe16bbfeeacad6b53ba53f50c58fa2b0
|
2011-12-15 09:49:42 -05:00 |
|
Jonathan Kew
|
164f1ffdde
|
bug 631479 (part 4) - implement gfxGraphiteShaper to handle text-shaping for graphite-enabled fonts. r=jdaggett
|
2011-12-09 22:32:29 +00:00 |
|
Nicholas Nethercote
|
f102556f32
|
Bug 698968 - Add mallocSizeOf functions and start using them. r=jlebar,bhackett,jfkthame, sr=bz.
|
2011-11-27 19:03:14 -08:00 |
|
Ehsan Akhgari
|
2a602a5685
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Jonathan Kew
|
36c1dc9fbe
|
bug 671297 - add memory reporting for textRuns. r=roc,jlebar
|
2011-10-14 08:06:35 +01:00 |
|
Michael Wu
|
d8e503c38b
|
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 |
|
Jonathan Kew
|
b3bc1a2f7c
|
bug 674909 - make synthetic bolding proportionate to font size and zoom. r=jdaggett
|
2011-09-02 21:18:25 +01:00 |
|
Jonathan Kew
|
ef8cece286
|
bug 678181 - back out second part of bug 668813 (changeset 431a8297db1f) on suspicion of causing crashiness. r=backout
|
2011-08-13 13:34:56 +01:00 |
|
Jonathan Kew
|
3468d6f6ed
|
bug 668813 pt 2 - maintain a character coverage map for gfxFontFamily. r=jdaggett
|
2011-08-09 09:06:01 +01:00 |
|
Jonathan Kew
|
4ddf26ea1f
|
bug 668758 - don't look up prefs font families in the user font set. r=jdaggett
|
2011-07-13 09:40:32 +01:00 |
|
Jonathan Kew
|
c7c5b7169b
|
Backed out changeset 51b49a7cf2e4 (bug 668758) because of android bustage
|
2011-07-13 10:50:37 +01:00 |
|
Jonathan Kew
|
e163f1538f
|
bug 668758 - don't look up prefs font families in the user font set. r=jdaggett
|
2011-07-13 09:40:32 +01:00 |
|
Ed Morley
|
af1d9c6c2b
|
Bug 661584 - Code cleanup, substitute more PR_(MAX|MIN|ABS|ROUNDUP) macro calls; r=roc,ted
|
2011-06-25 16:06:02 +02:00 |
|
Jonathan Kew
|
f9cb8da613
|
bug 467669 - pt 6 - provide the real font name rather than our internal identifier. r=roc
|
2011-06-16 07:31:37 +01:00 |
|
Jonathan Kew
|
0bc82a4ba2
|
bug 467669 - pt 3 - track which stage of font matching led to selection of a particular face. r=roc
|
2011-06-16 07:31:37 +01:00 |
|
Ehsan Akhgari
|
13d84f740f
|
Backout bug 467669 and bug 660088
|
2011-06-15 16:52:48 -04:00 |
|
Jonathan Kew
|
be3ae9b1a0
|
bug 467669 - pt 6 - provide the real font name rather than our internal identifier. r=roc
--HG--
extra : rebase_source : d548ab2be329058bde101b142607abf14dce7191
|
2011-06-15 20:17:54 +01:00 |
|
Jonathan Kew
|
eacb2d87b0
|
bug 467669 - pt 3 - track which stage of font matching led to selection of a particular face. r=roc
--HG--
extra : rebase_source : 89e65a1d612dcee7872a18a5e4bb9b3591c3a63d
|
2011-06-15 20:17:51 +01:00 |
|
John Daggett
|
0cc810376c
|
Bug 652754. Eliminate unnecessary font data enumerations at startup. r=jkew
|
2011-05-20 15:09:30 +09:00 |
|
John Daggett
|
d513f6e578
|
Backout 2e0e36b0feae due to odd Linux bustage
|
2011-05-20 16:13:01 +09:00 |
|
John Daggett
|
43f90511f3
|
Bug 652754. Eliminate unnecessary font data enumerations at startup. r=jkew
|
2011-05-20 15:09:30 +09:00 |
|
Jonathan Kew
|
916e9b8b24
|
bug 253317 - part 5 - support none/manual/auto values for -moz-hyphens in layout. r=roc
|
2011-05-04 12:29:56 +01:00 |
|
Jonathan Kew
|
6a0388114b
|
bug 33032 - synthesize various Unicode space characters rather than showing missing glyphs. r=jdaggett
|
2011-05-02 10:01:55 +01:00 |
|
Jonathan Kew
|
450943ec19
|
bug 653100 - no longer need to save copies of layout tables prior to OTS sanitization. r=jdaggett
|
2011-04-28 09:01:59 +01:00 |
|
Jonathan Kew
|
fcadc04ff6
|
Backed out changeset 52b6489a3140 (bug 653100) because of reftest oranges.
|
2011-04-28 10:52:04 +01:00 |
|
Jonathan Kew
|
32c814b853
|
bug 653100 - no longer need to save copies of layout tables prior to OTS sanitization. r=jdaggett
|
2011-04-28 09:01:59 +01:00 |
|
Jonathan Kew
|
0d12b6c03d
|
bug 608940 - remove unused function gfxTextRun::Clone. r=jdaggett
|
2011-04-28 06:06:53 +01:00 |
|
Jonathan Kew
|
f67ad53dd4
|
bug 589682 - ignore GDEF table in italic faces of times new roman, to work around font bug. r=jdaggett
|
2011-04-19 09:01:21 +01:00 |
|
Zack Weinberg
|
1a54f9512d
|
Bug 648385: Remove gfxFont::GetUniqueName, r=jdaggett
--HG--
extra : rebase_source : 41f923803127440ab903e91c7f24e020b97b83f5
|
2011-04-11 17:59:42 -07:00 |
|
Jonathan Kew
|
559ac56c3a
|
bug 635640 - force font metrics of Arial Black to match the main Arial family; r=Bas
|
2011-03-23 23:01:14 -04:00 |
|