[Webkit-unassigned] [Bug 16768] Position and thickness of underline as text size changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 26 01:06:08 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=16768





------- Comment #11 from yusukes at chromium.org  2009-06-26 01:06 PDT -------
Created an attachment (id=31915)
 --> (https://bugs.webkit.org/attachment.cgi?id=31915&action=view)
font_underlining_patch_3

 LayoutTests/ChangeLog                              |   34 +++++++++
 .../float-in-float-hit-testing-expected.checksum   |    2 +-
 .../float/float-in-float-hit-testing-expected.png  |  Bin 34637 -> 34652 bytes
 .../block/positioning/auto/007-expected.checksum   |    2 +-
 .../fast/block/positioning/auto/007-expected.png   |  Bin 34855 -> 34836 bytes
 .../dom/clone-node-dynamic-style-expected.checksum |    2 +-
 .../fast/dom/clone-node-dynamic-style-expected.png |  Bin 41001 -> 41004 bytes
 .../shadow-multiple-horizontal-expected.checksum   |    2 +-
 .../shadow-multiple-horizontal-expected.png        |  Bin 56799 -> 56492 bytes
 .../shadow-multiple-vertical-expected.checksum     |    2 +-
 .../repaint/shadow-multiple-vertical-expected.png  |  Bin 56797 -> 56491 bytes
 .../rtl-white-space-pre-wrap-expected.checksum     |    2 +-
 .../rtl-white-space-pre-wrap-expected.png          |  Bin 39695 -> 39668 bytes
 .../mac/fast/text/line-breaks-expected.checksum    |    2 +-
 .../mac/fast/text/line-breaks-expected.png         |  Bin 29790 -> 29962 bytes
 .../text/stroking-decorations-expected.checksum    |    2 +-
 .../fast/text/stroking-decorations-expected.png    |  Bin 139991 -> 137834
bytes
 .../text/trailing-white-space-2-expected.checksum  |    2 +-
 .../fast/text/trailing-white-space-2-expected.png  |  Bin 47615 -> 47982 bytes
 .../text/trailing-white-space-expected.checksum    |    2 +-
 .../fast/text/trailing-white-space-expected.png    |  Bin 46871 -> 47228 bytes
 ...vg-file-image-repaint-problem-expected.checksum |    2 +-
 ...ded-svg-file-image-repaint-problem-expected.png |  Bin 135974 -> 136063
bytes
 .../tables/mozilla/bugs/bug10633-expected.checksum |    2 +-
 .../mac/tables/mozilla/bugs/bug10633-expected.png  |  Bin 28748 -> 28749 bytes
 .../mozilla/bugs/bug126742-expected.checksum       |    2 +-
 .../mac/tables/mozilla/bugs/bug126742-expected.png |  Bin 28462 -> 28531 bytes
 WebCore/ChangeLog                                  |   50 ++++++++++++++
 WebCore/platform/graphics/Font.cpp                 |   20 ++++++
 WebCore/platform/graphics/Font.h                   |    2 +
 WebCore/platform/graphics/FontFastPath.cpp         |   34 +++++++++
 WebCore/platform/graphics/SimpleFontData.cpp       |    4 +-
 WebCore/platform/graphics/SimpleFontData.h         |    4 +
 .../chromium/SimpleFontDataChromiumWin.cpp         |   13 ++++
 WebCore/platform/graphics/mac/SimpleFontDataMac.mm |   13 ++++
 .../graphics/opentype/OpenTypeUtilities.cpp        |   72 ++++++++++++++++++++
 .../platform/graphics/opentype/OpenTypeUtilities.h |    4 +
 .../platform/graphics/win/SimpleFontDataWin.cpp    |   10 +++
 WebCore/rendering/InlineFlowBox.cpp                |   35 +++++++++-
 WebCore/rendering/InlineTextBox.cpp                |   57 +++++++++-------
 WebCore/rendering/InlineTextBox.h                  |    5 +-
 41 files changed, 339 insertions(+), 44 deletions(-)


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list