[Webkit-unassigned] [Bug 19778] [Gtk] Initialize webview settings before running DRT tests
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jun 27 10:52:03 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=19778
christian at imendio.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #21946|review? |review+
Flag| |
------- Comment #2 from christian at imendio.com 2008-06-27 10:52 PDT -------
(From update of attachment 21946)
>+ g_object_set(G_OBJECT(settings),
>+ "default-font-family", "Times",
>+ "monospace-font-family", "Courier",
>+ "serif-font-family", "Times",
>+ "sans-serif-font-family", "Helvetica",
>+ "default-font-size", 16,
>+ "default-monospace-font-size", 13,
>+ "minimum-font-size", 1,
>+ NULL);
This looks fine to me.
> This matches some of Mac's font settings. Is there anything else I'm missing?
You might also disable the back forward list via
webkit_web_view_set_maintains_back_forward_list. According to a comment in the
mac port leaving it enabled, which is the case by default, can cause layout
bugs.
--
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