Changeset 69355 in webkit


Ignore:
Timestamp:
Oct 7, 2010 4:57:42 PM (14 years ago)
Author:
Martin Robinson
Message:

2010-10-07 Martin Robinson <mrobinson@igalia.com>

Reviewed by Gustavo Noronha Silva.

[GTK] The FreeType backend does not respect the FC_EMBOLDEN property
https://bugs.webkit.org/show_bug.cgi?id=46216

Fix a baseline that was merged improperly.

  • platform/gtk/fonts/fontconfig-synthetic-bold-expected.txt: Fix baseline.

2010-10-07 Martin Robinson <mrobinson@igalia.com>

Reviewed by Gustavo Noronha Silva.

[GTK] The FreeType backend does not respect the FC_EMBOLDEN property
https://bugs.webkit.org/show_bug.cgi?id=46216

Fix my latest commit, as it contained some bad changes from a merge gone wrong.

  • DumpRenderTree/gtk/DumpRenderTree.cpp: (initializeFonts): Also initialize the DevaVu Sans font.
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r69354 r69355  
     12010-10-07  Martin Robinson  <mrobinson@igalia.com>
     2
     3        Reviewed by Gustavo Noronha Silva.
     4
     5        [GTK] The FreeType backend does not respect the FC_EMBOLDEN property
     6        https://bugs.webkit.org/show_bug.cgi?id=46216
     7
     8        Fix a baseline that was merged improperly.
     9
     10        * platform/gtk/fonts/fontconfig-synthetic-bold-expected.txt: Fix baseline.
     11
    1122010-10-07  Ryosuke Niwa  <rniwa@webkit.org>
    213
  • trunk/LayoutTests/platform/gtk/fonts/fontconfig-synthetic-bold-expected.txt

    r69326 r69355  
    1 layer at (0,0) size 800x600 RenderView at (0,0) size 800x600
     1layer at (0,0) size 800x600
     2  RenderView at (0,0) size 800x600
    23layer at (0,0) size 800x600
    34  RenderBlock {HTML} at (0,0) size 800x600
  • trunk/WebKitTools/ChangeLog

    r69346 r69355  
     12010-10-07  Martin Robinson  <mrobinson@igalia.com>
     2
     3        Reviewed by Gustavo Noronha Silva.
     4
     5        [GTK] The FreeType backend does not respect the FC_EMBOLDEN property
     6        https://bugs.webkit.org/show_bug.cgi?id=46216
     7
     8        Fix my latest commit, as it contained some bad changes from a merge gone wrong.
     9
     10        * DumpRenderTree/gtk/DumpRenderTree.cpp:
     11        (initializeFonts): Also initialize the DevaVu Sans font.
     12
    1132010-10-07  Daniel Cheng  <dcheng@chromium.org>
    214
  • trunk/WebKitTools/DumpRenderTree/gtk/DumpRenderTree.cpp

    r68554 r69355  
    178178        { "/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf",
    179179          "/usr/share/fonts/dejavu/DejaVuSans.ttf", },
     180        { "/usr/share/fonts/truetype/ttf-dejavu/DejaVuSerif.ttf",
     181          "/usr/share/fonts/dejavu/DejaVuSerif.ttf", },
    180182    };
    181183
Note: See TracChangeset for help on using the changeset viewer.