Skip to content
  • ggaren@apple.com's avatar
    Moved RunLoopTimer and SchedulePair to WTF · b1a2984e
    ggaren@apple.com authored
    https://bugs.webkit.org/show_bug.cgi?id=112171
    
    Reviewed by Oliver Hunt.
    
    This will allow us to use timers in lower level primitives without
    duplicating all the code.
    
    ../WebCore: 
    
    * WebCore.exp.in:
    * WebCore.xcodeproj/project.pbxproj:
    * loader/DocumentLoader.h:
    (WTF):
    (WebCore):
    (DocumentLoader):
    * loader/MainResourceLoader.h:
    * page/Page.h:
    * platform/AutodrainedPool.h: Removed.
    * platform/cf/RunLoopTimerCF.cpp: Removed.
    * platform/cf/SchedulePair.cpp: Removed.
    * platform/cf/SchedulePair.h: Removed.
    * platform/mac/AutodrainedPool.mm: Removed.
    * platform/mac/SchedulePairMac.mm: Removed.
    * platform/network/NetworkingContext.h:
    * platform/network/ResourceHandle.h:
    (WTF):
    (WebCore):
    (ResourceHandle):
    * platform/network/cf/FormDataStreamCFNet.cpp:
    * platform/network/mac/ResourceHandleMac.mm:
    
    ../WebKit/mac: 
    
    * WebCoreSupport/WebFrameNetworkingContext.h:
    (WebFrameNetworkingContext):
    
    ../WebKit2: 
    
    * WebProcess/WebCoreSupport/mac/WebFrameNetworkingContext.h:
    (WebFrameNetworkingContext):
    
    ../WTF: 
    
    * WTF.xcodeproj/project.pbxproj:
    * wtf/AutodrainedPool.h: Copied from Source/WebCore/platform/AutodrainedPool.h.
    (AutodrainedPool):
    * wtf/AutodrainedPoolMac.mm: Copied from Source/WebCore/platform/mac/AutodrainedPool.mm.
    * wtf/RunLoopTimer.h: Copied from Source/WebCore/platform/RunLoopTimer.h.
    * wtf/RunLoopTimerCF.cpp: Copied from Source/WebCore/platform/cf/RunLoopTimerCF.cpp.
    * wtf/SchedulePair.cpp: Copied from Source/WebCore/platform/cf/SchedulePair.cpp.
    * wtf/SchedulePair.h: Copied from Source/WebCore/platform/cf/SchedulePair.h.
    (SchedulePair):
    * wtf/SchedulePairMac.mm: Copied from Source/WebCore/platform/mac/SchedulePairMac.mm.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@145592 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    b1a2984e