Skip to content
  • andersca@apple.com's avatar
    WebCore: · a961966a
    andersca@apple.com authored
    2008-05-19  Anders Carlsson  <andersca@apple.com>
    
            Reviewed by Adam.
    
            <rdar://problem/5946454>
            Support navigator.onLine from HTML5.
    
            Add Windows NetworkStateNotifier implementation using the IP Helper API.
    
            * WebCore.vcproj/WebCore.vcproj:
            * platform/network/NetworkStateNotifier.h:
            (WebCore::updateState):
            * platform/network/win/NetworkStateNotifierWin.cpp: Added.
            (WebCore::NetworkStateNotifier::updateState):
            (WebCore::NetworkStateNotifier::addressChanged):
            (WebCore::NetworkStateNotifier::callAddressChanged):
            (WebCore::NetworkStateNotifier::addrChangeCallback):
            (WebCore::NetworkStateNotifier::registerForAddressChange):
            (WebCore::NetworkStateNotifier::NetworkStateNotifier):
    
    WebKit/win:
    
    2008-05-19  Anders Carlsson  <andersca@apple.com>
    
            Reviewed by Adam.
    
            <rdar://problem/5946454>
            Support navigator.onLine from HTML5.
            
            Link with iphlpapi.lib, and make iphlpapi.dll a delay loaded library.
            
            * WebKit.vcproj/WebKit.vcproj:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@33590 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    a961966a