DescriptionDirectWrite Font Cache browser side hookup
This part is mainly to hookup browser side for building and loading font cache.
In browser's postprofileinit if font cache already exists in user profile directory
then we load that and create a read only shared memory section. If cache is not there
then we spawn a Chrome utility process to build font cache, which will be used when browser restarts.
For details on how whole thing works please look at design document at https://goto.google.com/font-cache-design
BUG=406659
R=cpu, scottmg, ananta
Committed: https://crrev.com/5140a1f1ba5bd57d5c7d9af04ed3eb8ac83f487d
Cr-Commit-Position: refs/heads/master@{#304277}
Committed: https://crrev.com/4e44258a618f23923f3671edca12cc58d83f90f3
Cr-Commit-Position: refs/heads/master@{#304474}
Patch Set 1 #
Total comments: 6
Patch Set 2 : Code review... #
Total comments: 4
Patch Set 3 : Code review.. #
Total comments: 1
Patch Set 4 : Fixed unit test. #
Total comments: 4
Patch Set 5 : Fixed comment. #Patch Set 6 : Enforcing cache file size limit 20MB and reducing cached percentile. #Messages
Total messages: 21 (2 generated)
|