Changeset 32268 in webkit


Ignore:
Timestamp:
Apr 19, 2008 2:11:04 PM (16 years ago)
Author:
alp@webkit.org
Message:

2008-04-19 Alp Toker <alp@nuanti.com>

Reviewed by Maciej.

Enable visited link tracking by default at startup.

With this patch, the GTK+ port rendering of Acid3 now matches the
reference page.

  • webkit/webkitprivate.cpp: (WebKit::core): (webkit_init):
Location:
trunk/WebKit/gtk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/gtk/ChangeLog

    r32240 r32268  
     12008-04-19  Alp Toker  <alp@nuanti.com>
     2
     3        Reviewed by Maciej.
     4
     5        Enable visited link tracking by default at startup.
     6
     7        With this patch, the GTK+ port rendering of Acid3 now matches the
     8        reference page.
     9
     10        * webkit/webkitprivate.cpp:
     11        (WebKit::core):
     12        (webkit_init):
     13
    1142008-04-11  Mark Rowe  <mrowe@apple.com>
    215
  • trunk/WebKit/gtk/webkit/webkitprivate.cpp

    r32014 r32268  
    2727#include "NotImplemented.h"
    2828#include "PageCache.h"
     29#include "PageGroup.h"
    2930#include "Pasteboard.h"
    3031#include "PasteboardHelperGtk.h"
     
    107108#endif
    108109
     110    PageGroup::setShouldTrackVisitedLinks(true);
     111
    109112    Pasteboard::generalPasteboard()->setHelper(new WebKit::PasteboardHelperGtk());
    110113}
Note: See TracChangeset for help on using the changeset viewer.