Skip to content
  • abecsi@webkit.org's avatar
    [Qt] Remove Qt specific code from css/SelectorChecker.cpp · 6e1f6ccd
    abecsi@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=67702
    
    Reviewed by Csaba Osztrogonác.
    
    Source/WebCore:
    
    No new tests needed.
    
    * css/SelectorChecker.cpp: Move Qt-specific code to the Qt-specific WebPlatformStrategies.
    (WebCore::SelectorChecker::determineLinkStateSlowCase):
    * platform/VisitedLinkStrategy.h:
    
    Source/WebKit/mac:
    
    * WebCoreSupport/WebPlatformStrategies.h:
    * WebCoreSupport/WebPlatformStrategies.mm:
    (WebPlatformStrategies::isLinkVisited):
    
    Source/WebKit/qt:
    
    * WebCoreSupport/WebPlatformStrategies.cpp: Check the Qt global history here, instead of a platform independent file.
    (WebPlatformStrategies::isLinkVisited):
    * WebCoreSupport/WebPlatformStrategies.h:
    
    Source/WebKit/win:
    
    * WebCoreSupport/WebPlatformStrategies.cpp: Modify to match new prototype.
    (WebPlatformStrategies::isLinkVisited):
    * WebCoreSupport/WebPlatformStrategies.h: Ditto.
    
    Source/WebKit/wince:
    
    * WebCoreSupport/PlatformStrategiesWinCE.cpp:
    (PlatformStrategiesWinCE::addVisitedLink):
    * WebCoreSupport/PlatformStrategiesWinCE.h:
    
    Source/WebKit2:
    
    * WebProcess/WebCoreSupport/WebPlatformStrategies.cpp: Modify to match new prototype.
    (WebKit::WebPlatformStrategies::isLinkVisited):
    (WebKit::WebPlatformStrategies::addVisitedLink):
    * WebProcess/WebCoreSupport/WebPlatformStrategies.h: Ditto.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@95604 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    6e1f6ccd