Nathan Froyd
|
4c61ef9ec5
|
Bug 806618 - rewrite PR_NewLogModule calls to not generate static initializers; r=ehsan
|
2012-10-29 19:32:10 -04:00 |
Koosha Khajeh Moogahi
|
dcf81f4fb0
|
Bug 788242: Implement and make use of void versions of NS_ENSURE_* macros; r=ehsan,bsmedberg
|
2012-09-14 14:30:31 +04:30 |
Randell Jesup
|
65539ef89c
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04: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 |
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
Martin Stransky
|
ccc6f3119c
|
Bug 627699 - Port GTK2 to GTK3, gfx patch. r=karlt
|
2012-06-27 20:15:32 -04:00 |
Jonathan Kew
|
e76a617c73
|
bug 754243 - explicitly select Unicode charmap for Freetype face. r=jdaggett
|
2012-05-21 22:09:54 +01:00 |
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
Ms2ger
|
4827357dcf
|
No bug - Remove gfxAtoms; r=roc
|
2012-03-29 23:08:43 +02:00 |
Jonathan Kew
|
4358625535
|
bug 688125 - part 2 - add memory reporting for fonts in the gfxFontCache. r=njn
|
2012-03-23 12:14:16 +00:00 |
Jonathan Kew
|
1c72946e05
|
bug 721719 - try Roboto as well as Droid Sans for fallback on Android. r=jdaggett
|
2012-03-17 09:39:09 +00:00 |
John Daggett
|
1f4d27bf4c
|
Bug 705594. Implement hard-coded font fallback. r=roc
|
2012-03-09 11:05:24 +09:00 |
Jonathan Kew
|
c7fa86d451
|
bug 724826 pt 1 - move various Unicode property tables from gfx to intl. r=smontagu
--HG--
rename : gfx/thebes/gfxUnicodeProperties.h => intl/unicharutil/public/nsUnicodeProperties.h
rename : gfx/thebes/gfxUnicodeScriptCodes.h => intl/unicharutil/public/nsUnicodeScriptCodes.h
rename : gfx/thebes/gfxUnicodeProperties.cpp => intl/unicharutil/src/nsUnicodeProperties.cpp
rename : gfx/thebes/gfxUnicodePropertyData.cpp => intl/unicharutil/src/nsUnicodePropertyData.cpp
rename : gfx/thebes/genUnicodeScriptData.pl => intl/unicharutil/tools/genUnicodePropertyData.pl
|
2012-02-24 10:15:46 +00:00 |
Jonathan Kew
|
00936eebda
|
bug 707959 - followup, move font cache telemetry into gfxFontCache::Lookup. r=roc
|
2012-02-15 10:17:25 +00:00 |
John Daggett
|
8bdc4e29d3
|
Bug 707959. Add word cache and font cache telemetry probes. r=roc
|
2012-02-15 15:37:48 +09:00 |
Chris Jones
|
b560fc0e45
|
Bug 725240: Re-enable hinting on 'mobile' when non-reflowing-zoom isn't going to be used. r=jfkthame
|
2012-02-08 14:52:57 -08:00 |
Jonathan Kew
|
51e1294859
|
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
|
cda15d7f51
|
bug 631479 (part 4) - implement gfxGraphiteShaper to handle text-shaping for graphite-enabled fonts. r=jdaggett
|
2011-12-09 22:32:29 +00:00 |
Ehsan Akhgari
|
92064e6d3f
|
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 |
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 |
Jonathan Kew
|
df3d15fb66
|
bug 684889 pt2 - move and rename FontFamily/Entry classes from gfxFT2Fonts to gfxFT2FontList source file. r=jdaggett
|
2011-09-23 12:16:13 +01:00 |
Jonathan Kew
|
e49f481662
|
bug 684889 - refactor and clean up Android font-list implementation. r=jdaggett
|
2011-09-23 12:15:36 +01:00 |
Ed Morley
|
217b4fdcc5
|
Backout changeset 864c08bd7c63 (bug 684889) for Android bustage
|
2011-09-23 10:36:16 +01:00 |
Ed Morley
|
9574142620
|
Backout changeset f4b1fa7a0f31 (bug 684889) for Android bustage
|
2011-09-23 10:34:42 +01:00 |
Jonathan Kew
|
aea605536d
|
bug 684889 pt2 - move and rename FontFamily/Entry classes from gfxFT2Fonts to gfxFT2FontList source file. r=jdaggett
|
2011-09-23 09:53:41 +01:00 |
Jonathan Kew
|
1d2932c2c0
|
bug 684889 - refactor and clean up Android font-list implementation. r=jdaggett
|
2011-09-23 09:53:13 +01:00 |
Jonathan Kew
|
69b20f215f
|
bug 674909 - make synthetic bolding proportionate to font size and zoom. r=jdaggett
|
2011-09-02 21:18:25 +01:00 |
Jonathan Kew
|
a4225db2fa
|
bug 683618 - adjust glyph metrics appropriately when applying synthetic bolding on Android (gfxFT2Fonts). r=jdaggett
|
2011-09-02 21:18:10 +01:00 |
Paul ADENOT
|
a3c01f8b05
|
Bug 634997 - no synthetic bolding on Android. r=jdaggett
|
2011-07-26 10:04:55 -04:00 |
Jonathan Kew
|
9911ba235d
|
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
|
5e7764d4ab
|
Bug 664311 - Remove WinCE code from gfx/; r=jmuizelaar
|
2011-06-18 11:04:30 +02:00 |
Jonathan Kew
|
a3761c531a
|
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
|
182daf38b3
|
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
|
f92823ac1a
|
Backout bug 467669 and bug 660088
|
2011-06-15 16:52:48 -04:00 |
Jonathan Kew
|
34ebc89623
|
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 |
Masayuki Nakano
|
9b0bdf62e1
|
Bug 663036 part.3 gfx should use mozilla::Preferences r=roc+joe
|
2011-06-12 11:30:16 +09:00 |
Jonathan Kew
|
aac95406d9
|
bug 623495 - revise prefs for dispatching scripts to shaping backends; enable harfbuzz for Hebrew on OS X. r=smontagu
|
2011-04-11 12:17:31 +01:00 |
Doug Turner
|
bd9b0c8073
|
Bug 636086 - build bustage when building with --disable-pango. r=karlt a=build-bustage
--HG--
extra : rebase_source : 0ce7c97eed2291ba7ede603ed4ed8175d35a158b
|
2011-02-24 09:59:37 -08:00 |
Brad Lassey
|
0312a750a6
|
bug 623136 - speed up font loading on android r=jdagget a=blocking-fennec
|
2011-01-12 23:04:42 -05:00 |
Doug Turner
|
9232a6a777
|
Bug 634734 - Fennec ASSERTION: mFUnitsConvFactor not valid: mFUnitsConvFactor > 0.0f [r=karlt a-2.0=pavlov] Whitespace followup. DONTBUILD
|
2011-02-17 16:04:34 -08:00 |
Doug Turner
|
9dd537c979
|
Bug 634734 - "Fennec ASSERTION: mFUnitsConvFactor not valid: 'mFUnitsConvFactor > 0.0f" [r=karlt a-2.0=pavlov]
|
2011-02-16 15:46:00 -08:00 |
Jonas Sicking
|
182872882a
|
Bug 610823: Change a few users that use nsTArrays as buffers to explicitly use fallible tarray. r=jdaggett a=blocker
|
2011-01-06 20:45:10 -08:00 |
Jonathan Kew
|
6effa5024e
|
bug 609649 part 2 - connect harfbuzz shaper to the FT2 font backend. r=karlt a=blocking-fennec
|
2010-12-09 11:58:16 +00:00 |
Jonathan Kew
|
0dcf8635bf
|
bug 609649 part 1 - refactor gfxFT2Font code in preparation for connecting to harfbuzz. r=karlt a=blocking-fennec
|
2010-12-09 11:57:23 +00:00 |
Karl Tomlinson
|
8c803f1d8d
|
b=597147 part 4b: pass run script to FindFontForChar and add gfxPangoFontGroup implementation r=jfkthame
--HG--
extra : transplant_source : %1D%B2%B9O%9F%2C%05%81%B4%C8%BER%9B%5D%A0%3A-%AB%98%F5
|
2010-11-08 11:44:51 +13:00 |
Stuart Parmenter
|
a189c5f235
|
Bug 610554. Round advances rather than truncating them. r=karlt a=blocking-fennec
|
2010-11-09 12:18:17 -08:00 |
Stuart Parmenter
|
f7859374f0
|
Bug 600103. Fix android text spacing issues by really truely turning hinting off for mobile. r=karlt a=blocking-fennecb2+
|
2010-10-21 12:02:02 -07:00 |
Chris Jones
|
cdf8112e27
|
Bug 595215: Check for a null FontEntry here. r=karlt a=blocking-oprah
|
2010-09-24 20:15:02 -05:00 |
Brad Lassey
|
3495a1c15f
|
bug 571767 - @font-face is not working on Android r=jdagget b=fennec2.0
|
2010-07-16 02:03:45 -04:00 |
Jonathan Kew
|
3d4004fe64
|
bug 511339 - bustage fix for android build
|
2010-07-13 23:58:21 +01:00 |