Andrew Quartey
|
ceaa3c8f60
|
Bug 792581 - part 9: Replace LL_ADD with mathematical plus operator. r=ehsan
|
2012-10-05 01:05:27 -04:00 |
|
Andrew Quartey
|
816b3752e7
|
Bug 792581 - part 1: Replace LL_IS_ZERO macro with standard relation. r=ehsan
|
2012-10-03 10:13:18 -04:00 |
|
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 |
|
Jonathan Kew
|
02f1aeb65f
|
bug 670901 pt 3 - add OTS message callback and enable error reporting in our build. r=jdaggett
|
2012-05-29 23:44:50 +01:00 |
|
Doug Turner
|
d19adf44a5
|
backout 664a8855fde5
|
2012-05-29 17:39:53 -07:00 |
|
Jonathan Kew
|
3340060c7b
|
bug 670901 pt 3 - add OTS message callback and enable error reporting in our build. r=jdaggett
|
2012-05-29 23:44:50 +01:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Jonathan Kew
|
248ae5fed9
|
bug 739858 - cancel any in-progress loaders for @font-face rules that have been discarded when the font set is updated. r=jdaggett
|
2012-04-26 18:50:41 +01:00 |
|
Jonathan Kew
|
9fa44a2247
|
bug 739858 - don't try to actually load a font if the proxy has been detached from its family. r=jdaggett
|
2012-04-26 18:48:05 +01:00 |
|
Ed Morley
|
55e83a7ae7
|
Backout 476998cbd69f & f8654d020b1a (bug 739858) for compilation failures
|
2012-04-26 19:09:20 +01:00 |
|
Jonathan Kew
|
a39295d6c1
|
bug 739858 - cancel any in-progress loaders for @font-face rules that have been discarded when the font set is updated. r=jdaggett
|
2012-04-26 18:50:41 +01:00 |
|
Jonathan Kew
|
822c0d1ccc
|
bug 739858 - don't try to actually load a font if the proxy has been detached from its family. r=jdaggett
|
2012-04-26 18:48:05 +01:00 |
|
John Daggett
|
4984947d00
|
Bug 718539. Update font-feature-settings to latest spec syntax. r=dbaron
|
2012-04-26 15:24:26 +09:00 |
|
Veeraya Pupatwibul
|
344b2b1753
|
Bug 741333 - Remove PRBool/PR_TRUE/PR_FALSE that crept in r=Ms2ger
|
2012-04-04 11:15:10 +02:00 |
|
John Daggett
|
f6d4d913cf
|
Bug 512566. Changes based on review comments. r=bz,jfkthame
|
2012-03-16 12:31:01 +09:00 |
|
John Daggett
|
5da6046d35
|
Bug 512566. Load font data url's synchronously, gfx changes. r=jfkthame
|
2012-03-16 12:31:01 +09:00 |
|
Jonathan Kew
|
f28a975637
|
bug 735583 - eliminate font constant synonyms and use the standard forms everywhere. r=jdaggett
|
2012-03-15 09:04:46 +00:00 |
|
John Daggett
|
da54d7e9aa
|
Bug 705594. Fixup of intra-family fallback code. r=jfkthame
|
2012-03-09 11:05:33 +09:00 |
|
Stephen Perry
|
4b1f919fc3
|
Bug 666664 - Patch to fix warnings in gfx/thebes/gfxUserFontSet.cpp. r=BenWa
|
2012-03-06 16:44:23 -05:00 |
|
Jonathan Kew
|
abbb68b23f
|
bug 711690 - don't warn about unsupported font formats if a different source successfully loads. r=jdaggett
|
2012-01-05 10:14:11 +00:00 |
|
Jonathan Kew
|
de172d2460
|
bug 631479 (part 3) - allow graphite tables to be passed through OTS for downloadable fonts. r=jdaggett
|
2011-12-09 22:32:29 +00:00 |
|
Jonathan Kew
|
50dfce99be
|
bug 703411 - remove redundant 'status' variable in gfxUserFontSet::OnLoadComplete. r=jdaggett
|
2011-11-21 08:19:57 +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
|
8d6d499d91
|
bug 494130 - log downloadable font errors to console. r=jdaggett
|
2011-07-12 12:24:36 +01: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
|
57163eeca3
|
bug 467669 - pt 5 - expose WOFF metadata (if present) for downloaded fonts. r=roc
|
2011-06-16 07:31:37 +01:00 |
|
Jonathan Kew
|
edc3700f8f
|
bug 467669 - pt 4 - expose additional attributes for downloaded fonts. 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 |
|
Jonathan Kew
|
08274c4304
|
bug 467669 - pt 5 - expose WOFF metadata (if present) for downloaded fonts. r=roc
--HG--
extra : rebase_source : 91e7f231b281e1949997996d7308aceb4935247b
|
2011-06-15 20:17:52 +01:00 |
|
Jonathan Kew
|
eef61e1a09
|
bug 467669 - pt 4 - expose additional attributes for downloaded fonts. r=roc
--HG--
extra : rebase_source : f3d41348ab01a21ac6b6a1713b1e5e7274cf7fbf
|
2011-06-15 20:17:52 +01:00 |
|
Jonathan Kew
|
81d6a97ce8
|
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
|
2fbe4d0281
|
Backed out changeset 52b6489a3140 (bug 653100) because of reftest oranges.
|
2011-04-28 10:52:04 +01:00 |
|
Jonathan Kew
|
5954624b8d
|
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
|
16bf57f046
|
bug 653098 - remove unused function gfxUserFontSet::RemoveFamily. r=jdaggett
|
2011-04-28 09:01:19 +01:00 |
|
Jonathan Kew
|
66f00dfb18
|
bug 650639 - cancel current font-downloaders when updating the user font set. r=dbaron
|
2011-04-28 06:04:45 +01:00 |
|
Masatoshi Kimura
|
9eff6e5ef5
|
bug 643460 pt 3 - remove gfx.downloadable_fonts.sanitize.preserve_otl_tables preference, no longer needed with new OTS version. r=jfkthame
|
2011-04-26 16:29:43 +01:00 |
|
Jonathan Kew
|
212f73b280
|
bug 633299 - don't discard font entries for @font-face rules that haven't changed. r=dbaron
|
2011-04-12 11:53:20 +01:00 |
|
Ms2ger
|
c36fc1ab40
|
Backed out changeset 3f82f25d7334
|
2011-04-12 14:28:53 +02:00 |
|
Jonathan Kew
|
9765228219
|
bug 633299 - don't discard font entries for @font-face rules that haven't changed. r=dbaron
|
2011-04-12 11:53:20 +01:00 |
|
Jonathan Kew
|
188a27ae29
|
Bug 623711 - erratic font selection with multiple @font-face rules and bad font resources; r=jdaggett
|
2011-03-23 23:01:50 -04:00 |
|
Ehsan Akhgari
|
7c95b79b48
|
Backout changeset f39ad7e4054e (bug 623711) because of reftest failure
|
2011-03-24 00:15:02 -04:00 |
|
Jonathan Kew
|
340316d75a
|
Bug 623711 - erratic font selection with multiple @font-face rules and bad font resources; r=jdaggett
|
2011-03-23 23:01:50 -04:00 |
|
Jonathan Kew
|
3fdcb0e67f
|
bug 633500 - fix invisible text by not using proxyFontEntry that has been destroyed when all sources fail. r=jrmuizel a=blocking
|
2011-02-11 21:19:23 +00:00 |
|
Jonathan Kew
|
448ebf5098
|
bug 499292 - hide fallback text for a short time while a font downloads. r=jdaggett a=beltzner
|
2011-01-05 21:48:48 +00: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 |
|
Adam
|
86952502fb
|
bug 612488 - make featureSettings fields use direct nsTArray rather than pointers. r=jfkthame a=joe
|
2010-12-09 11:52:03 +00:00 |
|