Skip to content
  • abarth@webkit.org's avatar
    Always enable ENABLE(EVENTSOURCE) · ff5a5ea0
    abarth@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=68414
    
    Reviewed by Eric Seidel.
    
    .:
    
    * Source/cmake/OptionsEfl.cmake:
    * Source/cmake/OptionsWinCE.cmake:
    * Source/cmakeconfig.h.cmake:
    * configure.ac:
    
    Source/JavaScriptCore:
    
    * Configurations/FeatureDefines.xcconfig:
    
    Source/WebCore:
    
    EventSource seems to be here to stay.  This patch makes WebKit more
    hackable by removing this ENABLE macro, as discussed on webkit-dev.
    
    * Configurations/FeatureDefines.xcconfig:
    * GNUmakefile.am:
    * bindings/cpp/WebDOMEventTarget.cpp:
    (toWebKit):
    * bindings/js/JSDOMWindowCustom.cpp:
    (WebCore::JSDOMWindow::eventSource):
    * bindings/js/JSEventSourceCustom.cpp:
    * bindings/js/JSEventTarget.cpp:
    (WebCore::toJS):
    (WebCore::toEventTarget):
    * bindings/js/JSWorkerContextCustom.cpp:
    (WebCore::JSWorkerContext::eventSource):
    * bindings/v8/V8DOMWrapper.cpp:
    (WebCore::V8DOMWrapper::convertEventTargetToV8Object):
    * features.pri:
    * page/DOMWindow.idl:
    * page/EventSource.cpp:
    * page/EventSource.h:
    * page/EventSource.idl:
    * workers/WorkerContext.idl:
    
    Source/WebKit/chromium:
    
    * features.gypi:
    
    Source/WebKit/mac:
    
    * Configurations/FeatureDefines.xcconfig:
    
    Source/WebKit2:
    
    * Configurations/FeatureDefines.xcconfig:
    
    Tools:
    
    * Scripts/build-webkit:
    
    WebKitLibraries:
    
    * win/tools/vsprops/FeatureDefines.vsprops:
    * win/tools/vsprops/FeatureDefinesCairo.vsprops:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@95501 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    ff5a5ea0