- 26 12月, 2017 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-
- 25 12月, 2017 6 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Ebrahim Byagowi 提交于
-
由 David Corbett 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Behdad Esfahbod 提交于
-
- 22 12月, 2017 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-
- 21 12月, 2017 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 20 12月, 2017 2 次提交
-
-
由 Volker H. Simonis 提交于
-
-
- 18 12月, 2017 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Otherwise setting the CTFont was ineffective as it would have been recreated anyway unless font size was set to 18 CSS points.
-
- 17 12月, 2017 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Specificaly, when a range or sorted array has unexpected order, we take that as font data being garbage and bail out. This fixes significant slowdown on a bad version of Chandas font which has a 600KB GPOS with garbage inside. Later on, I like to add a maximum-work counter for collect_glyphs to protect against malicious fonts as well. Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=794896
-
由 Behdad Esfahbod 提交于
Does page lookup as needed.
-
由 Behdad Esfahbod 提交于
-
- 16 12月, 2017 2 次提交
-
-
由 Behdad Esfahbod 提交于
The coverage already covered that.
-
由 Behdad Esfahbod 提交于
The three "XXXXX"'s should be switched to false. Doing that separately for ease of bisecting...
-
- 15 12月, 2017 6 次提交
-
-
由 Behdad Esfahbod 提交于
Not optimized to use sortedness yet. Also start putting in place infra to faster reject bad data. A version of Chandas.ttf found on some Chrome bots has 660kb of GPOS, mostly junk. That is causing 48 million of set->add() calls in collect_glyphs(), which is insane. In the upcoming commits, I'll be speeding that up by optimizing add_sorted_array(), while also reducing work by rejecting out-of-sort arrays quickly and propagate the rejection. Part of https://bugs.chromium.org/p/chromium/issues/detail?id=794896
-
由 Behdad Esfahbod 提交于
Now that pagesize is 8192, this feels better.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Fixes perf regression on some heavy fonts in Chrome's FT+HB interaction. See: https://bugs.chromium.org/p/chromium/issues/detail?id=782220 More work to be done: https://bugs.chromium.org/p/chromium/issues/detail?id=794896
-
由 Behdad Esfahbod 提交于
To be used to optimize adding a whole bunch of (sorted) items at the same time, as in CoverageFormat1.
-
- 07 12月, 2017 4 次提交
-
-
由 ebraminio 提交于
-
由 ebraminio 提交于
-
由 ebraminio 提交于
-
由 Khaled Hosny 提交于
Use a matrix to avoid a gazillion if's.
-
- 06 12月, 2017 11 次提交
-
-
由 ebraminio 提交于
-
由 Khaled Hosny 提交于
-
由 Khaled Hosny 提交于
-
由 Khaled Hosny 提交于
-
由 ebraminio 提交于
-
由 ebraminio 提交于
-
-
由 Ebrahim Byagowi 提交于
-
由 Nathan Willis 提交于
-
-
由 David Corbett 提交于
-