Birunthan Mohanathas
|
89f96b243e
|
Bug 828300 - Replace NS_ARRAY_LENGTH with mozilla::ArrayLength/MOZ_ARRAY_LENGTH. r=ehsan
|
2014-01-30 13:26:54 -05:00 |
|
Ehsan Akhgari
|
eaa7491d77
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.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 PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
John Daggett
|
f66ccc7e96
|
Bug 913264 - add none value to font-variant-ligatures. r=dbaron
|
2013-11-19 13:30:25 +09:00 |
|
Ms2ger
|
7d21e3cacb
|
Bug 923249 - Remove some prtypes use in gfx/; r=roc
|
2013-10-20 09:25:20 +02:00 |
|
Ehsan Akhgari
|
a23cd291d5
|
Bug 924221 - Minimize the #includes in gfx/thebes; r=bjacob
--HG--
extra : rebase_source : af198eb9b9739ce718ba0d16c385624a722cde51
|
2013-10-07 19:15:59 -04:00 |
|
Ehsan Akhgari
|
1b1d5060f8
|
Remove an unused variable from nsFont.cpp, no bug
|
2013-09-17 09:10:51 -04:00 |
|
Nicholas Cameron
|
a937f9cc25
|
BUg 910160. IWYU for gfx/src. r=roc
|
2013-09-02 10:21:01 +12:00 |
|
Jonathan Kew
|
b1b3046119
|
bug 900975 - include font-smoothing setting in the nsFont::BaseEquals comparison. r=dbaron
|
2013-08-03 08:58:53 +01:00 |
|
John Daggett
|
a9de42a1ec
|
Bug 857142 - change name and switch to grayscale value. r=dbaron
|
2013-07-30 05:01:14 +09:00 |
|
John Daggett
|
bed3fbfbd2
|
Bug 857142 - implement -moz-font-smoothing. r=dbaron
|
2013-07-30 05:00:41 +09:00 |
|
John Daggett
|
aa507d8c18
|
Bug 549861 - reland font-variant subproperties with DOM-peer review. r=khuey
|
2013-05-20 11:59:20 +09:00 |
|
Ms2ger
|
e0c18984a5
|
Backout bug 549861 (changesets 27fb48df15ce:7ecd4e3863b4) for insufficient review.
|
2013-05-19 20:23:19 +02:00 |
|
John Daggett
|
00a68469c0
|
Bug 549861. Trim out kerning from gfxFontStyle. r=jkew
|
2013-05-13 18:45:38 +09:00 |
|
John Daggett
|
6758cb5e04
|
Bug 549861. Implement support for @font-feature-values rule. r=dbaron
|
2013-05-13 18:45:37 +09:00 |
|
John Daggett
|
c18a21b5f6
|
Bug 549861. Implement gfx support for font-variant-alternates. r=jkew
|
2013-05-13 18:45:37 +09:00 |
|
John Daggett
|
01200ec056
|
Bug 549861. Implement rendering support for simple font-variant properties. r=jkew
|
2013-05-13 18:45:36 +09:00 |
|
John Daggett
|
2d8bb34591
|
Bug 549861. Add constants needed to support font-variant subproperties. r=dbaron
|
2013-05-13 18:45:36 +09: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 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
John Daggett
|
36057fec8a
|
Bug 718539. Trim out old featureSettings string code. r=jkew
|
2012-04-26 15:27:08 +09:00 |
|
John Daggett
|
054972d607
|
Bug 718539. Move gfxFontFeature to a separate header. r=jkew
|
2012-04-26 15:22:24 +09: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 |
|
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 |
|
L. David Baron
|
4a7745e74d
|
Remove tracking of which font families are quirky, since we no longer use the information. (Bug 636040) r=jdaggett
|
2011-03-03 13:18:42 -08:00 |
|
Jonathan Kew
|
1341e3f276
|
bug 511339 - part 1 - implement -moz-font-feature-settings and -moz-font-language-override in CSS. r=dbaron
|
2010-07-13 21:30:42 +01:00 |
|
L. David Baron
|
f8774a93ef
|
Implement CSS computation of font-stretch property and store it in the gfx font structures. (Bug 3512) r=vlad sr=bzbarsky
|
2009-01-29 12:39:18 -08:00 |
|
hg@mozilla.com
|
465265d0d4
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|