Andrew McCreight
|
a455b1c095
|
Back out bug 1065536 part 3 for being a bad idea.
|
2015-01-14 11:23:06 -08:00 |
Mason Chang
|
b53a58c873
|
Bug 1121065 - Ensure Software Vsync TimeStamp is never in the future. r=kats
|
2015-01-13 19:30:29 -08:00 |
Ryan VanderMeulen
|
711337868b
|
Backed out changeset 4c22e58f4398 (bug 1097321) for causing the Windows crash rate to spike.
--HG--
extra : rebase_source : 281f93bd5fa412ba0068b9d67cfef4ad1eafe985
|
2015-01-13 15:41:18 -05:00 |
JerryShih
|
81083d3e3b
|
Bug 1119742 - Add RefreshTimerDispatcher into VsyncSource::Display. r=kats
1) Create RefreshTimerDispatcher in VsyncSource::Display.
2) Use mutex for all VsyncSource::Display's member access.
|
2015-01-13 08:04:00 -05:00 |
Mason Chang
|
8242846001
|
Bug 1119850 - Modify Vsync Timestamp on Mac to be the previous vsync timestamp. r=mstange
|
2015-01-09 09:37:00 +01:00 |
Robert O'Callahan
|
0c9928a13e
|
Bug 1099977. Part 2: Make gfxFont::Measure return an empty bounding-box when all glyphs are invisible. r=jfkthame
--HG--
extra : rebase_source : 41a9f586ef2992d96b789d6bd55daae18f15ed2f
|
2014-11-18 23:23:45 +13:00 |
Robert O'Callahan
|
d4b40be62c
|
Bug 1099977. Part 1.5: Make gfxFT2FontBase::GetSpaceGlyph work for zero-sized fonts. r=jfkthame
--HG--
extra : rebase_source : 41fe8ce9c751d4ffcfa3adb001640c60d1f4c449
|
2014-11-19 22:41:42 +13:00 |
Robert O'Callahan
|
6630278821
|
Bug 1099977. Part 1: Make gfxDwriteFont cache GetSpaceGlyph. r=jfkthame
--HG--
extra : rebase_source : b658f532dfef60d68c2d3f4aeae08de9966033ed
|
2014-11-18 23:19:54 +13:00 |
Ryan VanderMeulen
|
4064af07f7
|
Backed out 5 changesets (bug 1079627) for causing B2G crashes on a CLOSED TREE.
Backed out changeset e8ddeaeb82ee (bug 1079627)
Backed out changeset 14cc155b0d6e (bug 1079627)
Backed out changeset e7add8446221 (bug 1079627)
Backed out changeset 44b622a479b6 (bug 1079627)
Backed out changeset c86c43915254 (bug 1079627)
--HG--
extra : rebase_source : bdb8d9fa39e8745127ccc635b6d7d65cf6af170c
|
2015-01-12 13:17:52 -05:00 |
Carsten "Tomcat" Book
|
06bff7d380
|
Backed out changeset c65de66fe0aa (bug 1119774) since this needs to be backedout too otherwise you will have a bustage or so :) on a CLOSED TREE
|
2015-01-12 15:36:36 +01:00 |
Jonathan Kew
|
674676fba3
|
Bug 1118943 - Ensure mFUnitsConvFactor is set up properly for vertical fonts in the FT2 backend. r=smontagu
|
2015-01-07 23:42:40 +00:00 |
Jonathan Kew
|
16def44035
|
Bug 1120102 - Use absolute value of vhea descender field, because fonts differ in the sign of the coordinate system they assume. r=smontagu
|
2015-01-12 14:24:05 +00:00 |
Seth Fowler
|
e45b4b33bd
|
Bug 1119774 (Part 1) - Add a pref and Image init flag for downscale-during-decode. r=tn
|
2015-01-12 03:24:25 -08:00 |
Seth Fowler
|
2bd2f07368
|
Bug 1079627 (Part 3) - Support multiple decoders for a single RasterImage. r=tn
|
2015-01-12 01:20:23 -08:00 |
Tom Schuster
|
967d0d250a
|
Backout changeset b4ebefd0f7e3:a8044fd506db Bug 1117607, Bug 1118087, Bug 1118092, Bug 1118105, Bug 1030372, Bug 1079627 on CLOSED TREE
|
2015-01-11 20:43:32 +01:00 |
Seth Fowler
|
08df7af950
|
Bug 1079627 (Part 3) - Support multiple decoders for a single RasterImage. r=tn
|
2015-01-11 05:34:20 -08:00 |
Masatoshi Kimura
|
bf312ad056
|
Bug 1120062 - Part 1: Remove most Nullptr.h includes. r=waldo
|
2015-01-11 11:34:52 +09:00 |
Chris Peterson
|
9e23388ca8
|
Bug 1118076 - Remove MOZ_THIS_IN_INITIALIZER_LIST. r=Waldo
|
2015-01-06 21:39:46 -08:00 |
Jonathan Kew
|
f100424d94
|
Bug 1119423 - Fix reversed test of aMatchData->mStyle in gfxFontFamily::FindFontForChar. r=jdaggett
|
2015-01-09 11:57:56 +00:00 |
Ehsan Akhgari
|
4354953b4f
|
Bug 1118486 - Part 1: Use `= delete` instead of MOZ_DELETE directly; r=Waldo
Most of this patch (with the exception of dom/bindings/Codegen.py) was
generated by the following bash script:
#!/bin/bash
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "*/.git*" \
! -wholename "obj-*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-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 MOZ_DELETE '= delete'
|
2015-01-08 23:19:05 -05:00 |
Mason Chang
|
4b9c7c9fe3
|
Bug 1102631 - Create a software vsync timer. r=kats
|
2015-01-08 15:12:47 -08:00 |
Jonathan Kew
|
e056d920d0
|
Bug 1062108 - Don't increase glyph advances when applying fake-bold to a fixed-pitch font. r=jdaggett
|
2015-01-08 12:51:00 +00:00 |
Seth Fowler
|
8f47ed3254
|
Bug 1116747 - Always use multithreaded image decoding. r=tn
|
2015-01-08 00:29:41 -08:00 |
Nicholas Nethercote
|
97b5d348cc
|
Bug 1014341 (part 1) - Remove trace-malloc. r=dbaron,glandium.
--HG--
extra : rebase_source : 771710c5427141d738eef112fab00951eb8e20e3
|
2015-01-07 16:13:03 -08:00 |
Michael Pruett
|
411a94b05a
|
Bug 1118024 - Use new PL_DHashTable{Add,Lookup,Remove} functions. r=nfroyd
|
2015-01-05 20:27:28 -06:00 |
Bas Schouten
|
0b0280ec95
|
Bug 1118328 - Part 2 - Followup: Workaround a bug in GCC 4.4. r=bustage on a CLOSED TREE
|
2015-01-08 03:34:07 +01:00 |
JerryShih
|
a362575e49
|
Bug 1118841 - Implement the RefreshTimerVsyncDispatcher. r=kats
|
2015-01-07 18:17:36 -08:00 |
Bas Schouten
|
9f630848f2
|
Bug 1118328 - Part 2: Test whether the content backend supports creating data draw targets before attempting to create one. r=jrmuizel
|
2015-01-07 22:58:25 +01:00 |
Wes Kocher
|
2f0156ea48
|
Backout 467595d39929 (bug 1118328) for build bustage on a CLOSED TREE
|
2015-01-07 16:53:13 -08:00 |
Bas Schouten
|
a5ebe274e9
|
Bug 1107718 - Addendum: Properly address review comments. r=nical
|
2015-01-08 00:12:29 +00:00 |
Bas Schouten
|
9ab9d86962
|
Bug 1107718: Properly deal with a D3D11 device reset. r=nical
|
2015-01-08 00:10:49 +00:00 |
Bas Schouten
|
93cbc3dcaf
|
Bug 1118328 - Part 2: Test whether the content backend supports creating data draw targets before attempting to create one. r=jrmuizel
|
2015-01-07 22:58:25 +01:00 |
Ryan VanderMeulen
|
20d7991ef8
|
Bug 1114577 - GFX cleanups now that Windows SDK 8.1 is the minimum supported version. r=jmuizelaar, r=glandium
|
2015-01-07 11:32:07 -05:00 |
Ehsan Akhgari
|
ffb386847f
|
Bug 1118419 - Mark virtual overridden functions as MOZ_OVERRIDE in graphics; r=jrmuizel
|
2015-01-07 10:09:17 -05:00 |
John Daggett
|
70d4fa9adb
|
Bug 1118603 - clear out font/word caches when initializing platform fontlists. r=m_kato
|
2015-01-07 14:30:10 +09:00 |
John Daggett
|
49d793eefc
|
Bug 1118601 - trim out unused pref fonts list from platform objects. r=m_kato
|
2015-01-07 14:29:21 +09:00 |
Milan Sreckovic
|
4713d65300
|
Bug 1113695 - Make gfxCriticalError thread safe. r=Bas
|
2014-12-19 12:03:58 -05:00 |
Ehsan Akhgari
|
860da94550
|
Bug 1114999 - Part 2: Apply MOZ_NO_ADDREF_RELEASE_ON_RETURN to all smart pointer arrow operators that can return refcounted objects; r=jrmuizel
|
2015-01-06 16:30:03 -05:00 |
Jonathan Kew
|
82898bfa4d
|
Bug 1095334 - Adjust ascent/descent to provide centered vertical baseline when reading 'vhea' table. r=smontagu
|
2015-01-06 20:56:02 +00:00 |
Jonathan Kew
|
ff9f031360
|
Bug 1115916 - Improve synthetic vertical metrics for fonts that don't have actual vhea/vmtx tables. r=smontagu
|
2015-01-06 20:56:02 +00:00 |
Jonathan Kew
|
2cef5d1c88
|
Bug 1090329 - gfxHarfBuzzShaper::GetGlyphVAdvance should never use the backend-specific GetGlyphWidth method, which is for horizontal width only. r=smontagu
|
2015-01-06 20:56:01 +00:00 |
Jonathan Kew
|
b77ae133f8
|
Bug 619521 - Part 1: Send a notification of any scripts for which font coverage is lacking. r=jdaggett
|
2014-12-22 16:35:54 +00:00 |
Mason Chang
|
686385caee
|
Bug 1117870. Compositor unobserve vsync after configurable number of notifications. r=benwa
|
2015-01-05 13:52:49 -08:00 |
Andrew McCreight
|
b69d978b28
|
Bug 1065536, part 3 - Explicitly shut down the CompositorChild in the child process. r=nical
|
2015-01-02 13:09:06 -08:00 |
Jonathan Kew
|
4fa5c65360
|
Bug 1116480 - gfxTextRun::Measure needs to account for fake-italic transform when returning the bounding box. r=roc
|
2014-12-31 22:35:40 +00:00 |
Benoit Girard
|
f7ad51e8cc
|
Bug 1113781 - Only track layer decision with MOZ_DUMP_PAINTING and add a preference. r=mstange
|
2014-12-31 15:21:58 -05:00 |
Benoit Girard
|
98b7cc0e56
|
Bug 1113837 - Build display-list dumping without MOZ_DUMP_PAINTING. r=mstange
|
2014-12-31 15:17:39 -05:00 |
Jonathan Kew
|
3478d8e504
|
Bug 1108616 - part 3 - Only do language-specific shaping when the language was explicitly tagged. r=jdaggett
|
2014-12-23 12:50:10 +00:00 |
Jonathan Kew
|
a896eab424
|
Bug 1108616 - part 2 - Add an explicitLanguage field to gfxFontStyle, and pass it down from callers. r=dbaron
|
2014-12-23 12:50:10 +00:00 |
John Daggett
|
4552c737d3
|
Bug 1109201 - null-check font within GetFontAt. r=roc
|
2014-12-23 05:01:11 -05:00 |