git://git.webkit.org
/
WebKit-https.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
FontCache should only deal with SimpleFontData
[WebKit-https.git]
/
Source
/
WebCore
/
platform
/
graphics
/
FontCache.cpp
2015-01-09
antti@apple.com
FontCache should only deal with SimpleFontData
blob
|
commitdiff
2015-01-08
antti@apple.com
Remove the concept of "retained" font
blob
|
commitdiff
|
diff to current
2014-10-22
gyuyoung.kim@samsu...
Use std::unique_ptr | std::make_unique in FontCacheFoo
blob
|
commitdiff
|
diff to current
2014-04-24
mmaxfield@apple.com
FontCache::fontCache() never returns nullptr so it...
blob
|
commitdiff
|
diff to current
2014-04-14
akling@apple.com
Do more things under memory pressure on non-iOS platforms.
blob
|
commitdiff
|
diff to current
2014-03-27
commit-queue@webki...
Unreviewed, rolling out r166364.
blob
|
commitdiff
|
diff to current
2014-03-27
fred.wang@free.fr
Operator stretching: expose a math data API
blob
|
commitdiff
|
diff to current
2014-03-24
fred.wang@free.fr
Unreviewed, rolling out r166169.
blob
|
commitdiff
|
diff to current
2014-03-24
fred.wang@free.fr
Operator stretching: expose a math data API
blob
|
commitdiff
|
diff to current
2014-03-15
mjs@apple.com
.: Replace "Apple Computer, Inc." with "Apple Inc....
blob
|
commitdiff
|
diff to current
2014-03-14
fred.wang@free.fr
FontCache: Replace DEPRECATED_DEFINE_STATIC_LOCAL with...
blob
|
commitdiff
|
diff to current
2014-03-14
svillar@igalia.com
Rename DEFINE_STATIC_LOCAL to DEPRECATED_DEFINE_STATIC_...
blob
|
commitdiff
|
diff to current
2014-02-07
mitz@apple.com
Stop using PLATFORM(MAC) in WebCore/platform except...
blob
|
commitdiff
|
diff to current
2014-01-10
dbates@webkit.org
Attempt to fix the Windows build following <trac.webkit...
blob
|
commitdiff
|
diff to current
2014-01-09
dbates@webkit.org
[iOS] Upstream WebCore/platform changes
blob
|
commitdiff
|
diff to current
2014-01-04
zandobersek@gmail.com
Explicitly use the std:: nested name specifier when...
blob
|
commitdiff
|
diff to current
2013-11-07
mario@webkit.org
[GTK] Glyphs in vertical text tests are rotated 90...
blob
|
commitdiff
|
diff to current
2013-10-18
andersca@apple.com
Remove spaces between template angle brackets
blob
|
commitdiff
|
diff to current
2013-09-04
akling@apple.com
Use Vector<Ref<T>> in three random WebCore loops.
blob
|
commitdiff
|
diff to current
2013-05-30
antti@apple.com
Rename FontFallbackList.cpp/h to FontGlyphs.cpp/h
blob
|
commitdiff
|
diff to current
2013-05-29
antti@apple.com
Share FontGlyphs
blob
|
commitdiff
|
diff to current
2013-05-27
antti@apple.com
Tighten FontGlyphs interfaces to take FontDescription...
blob
|
commitdiff
|
diff to current
2013-05-26
antti@apple.com
Use Vector instead of custom linked list for font families
blob
|
commitdiff
|
diff to current
2013-04-08
benjamin@webkit.org
Do not allocate static AtomicStrings when searching...
blob
|
commitdiff
|
diff to current
2013-04-08
benjamin@webkit.org
Remove remaining PLATFORM(CHROMIUM)-guarded code in...
blob
|
commitdiff
|
diff to current
2013-04-05
benjamin@webkit.org
alternateFamilyName should return a null, not an empty...
blob
|
commitdiff
|
diff to current
2013-04-05
andersca@apple.com
Another build fix.
blob
|
commitdiff
|
diff to current
2013-04-04
ch.dumez@sisa.sams...
Regression(r147639) Causes assertion hit in HashTable
blob
|
commitdiff
|
diff to current
2013-04-04
akling@apple.com
Global FontPlatformData cache should use OwnPtr.
blob
|
commitdiff
|
diff to current
2013-01-04
commit-queue@webki...
Early out from FontCache::releaseFontData if cached...
blob
|
commitdiff
|
diff to current
2012-12-04
mitz@apple.com
FontPlatformData has unnecessary m_textOrientation...
blob
|
commitdiff
|
diff to current
2012-11-16
bashi@chromium.org
Make OpenTypeVerticalData be ref-counted
blob
|
commitdiff
|
diff to current
2012-11-09
benjamin@webkit.org
Improve the use of AtomicString with literals
blob
|
commitdiff
|
diff to current
2012-10-24
mitz@apple.com
The font cache evicts inactive font data too aggressive...
blob
|
commitdiff
|
diff to current
2012-10-10
bashi@chromium.org
FontVerticalDataCache should allow zero as a key value
blob
|
commitdiff
|
diff to current
2012-10-07
benjamin@webkit.org
Rename first/second to key/value in HashMap iterators
blob
|
commitdiff
|
diff to current
2012-10-02
schenney@chromium.org
Refactor WebCore::FontData handling to clarify pointer...
blob
|
commitdiff
|
diff to current
2012-10-02
ojan@chromium.org
Unreviewed, rolling out r130079.
blob
|
commitdiff
|
diff to current
2012-10-01
schenney@chromium.org
Refactor WebCore::FontData handling to clarify pointer...
blob
|
commitdiff
|
diff to current
2012-09-21
bashi@chromium.org
[Chromium] Use OpenTypeVerticalData on Linux
blob
|
commitdiff
|
diff to current
2012-08-28
commit-queue@webki...
Unreviewed, rolling out r126914.
blob
|
commitdiff
|
diff to current
2012-08-28
caio.oliveira@open...
Rename first/second to key/value in HashMap iterators
blob
|
commitdiff
|
diff to current
2012-08-28
tkent@chromium.org
Unreviewed, rolling out r126836.
blob
|
commitdiff
|
diff to current
2012-08-28
caio.oliveira@open...
Rename first/second to key/value in HashMap iterators
blob
|
commitdiff
|
diff to current
2012-08-02
yosin@chromium.org
Cache support for OpenTypeVerticalData
blob
|
commitdiff
|
diff to current
2012-02-15
tonyg@chromium.org
[chromium] Don't use increased FontCache size on Android
blob
|
commitdiff
|
diff to current
2011-12-19
ggaren@apple.com
Placement new does an unnecessary NULL check
blob
|
commitdiff
|
diff to current
2011-09-29
commit-queue@webki...
Shrink FontFallbackList.
blob
|
commitdiff
|
diff to current
2011-08-16
joepeck@webkit.org
Abandoned Memory: Temporary CSS Fonts May Never Be...
blob
|
commitdiff
|
diff to current
2011-08-16
abecsi@webkit.org
Reviewed by Csaba Osztrogonác.
blob
|
commitdiff
|
diff to current
2011-08-03
mitz@apple.com
FontCache::getFontData() does not set the familyIndex...
blob
|
commitdiff
|
diff to current
2011-07-11
yuzo@google.com
Fix for Bug 63968 - Add comment to explain Vector usage...
blob
|
commitdiff
|
diff to current
2011-06-12
msaboff@apple.com
2011-06-11 Michael Saboff <msaboff@apple.com>
blob
|
commitdiff
|
diff to current
2011-06-09
commit-queue@webki...
2011-06-08 James Robinson <jamesr@chromium.org>
blob
|
commitdiff
|
diff to current
2011-06-07
msaboff@apple.com
2011-06-06 Michael Saboff <msaboff@apple.com>
blob
|
commitdiff
|
diff to current
2011-04-12
ggaren@apple.com
2011-04-12 Oliver Hunt <oliver@apple.com>
blob
|
commitdiff
|
diff to current
2011-03-19
paroga@webkit.org
2011-03-19 Patrick Gansterer <paroga@webkit.org>
blob
|
commitdiff
|
diff to current
2011-03-08
hyatt@apple.com
https://bugs.webkit.org/show_bug.cgi?id=48540, support...
blob
|
commitdiff
|
diff to current
2011-02-23
commit-queue@webki...
2011-02-22 Andreas Kling <kling@webkit.org>
blob
|
commitdiff
|
diff to current
2011-01-31
hyatt@apple.com
Implement text-combine rendering code
blob
|
commitdiff
|
diff to current
2011-01-20
ossy@webkit.org
Refactoring of the custom allocation framework
blob
|
commitdiff
|
diff to current
2011-01-08
abarth@webkit.org
Move WebCore into Source
blob
|
commitdiff
|
diff to current