Skip to content
  • jochen@chromium.org's avatar
    Rename a number of methods mentioning JavaScript to just Script instead · 849e8da9
    jochen@chromium.org authored
    https://bugs.webkit.org/show_bug.cgi?id=71105
    
    Reviewed by Adam Barth.
    
    Source/WebCore:
    
    * WebCore.exp.in:
    * bindings/ScriptControllerBase.cpp:
    (WebCore::ScriptController::canExecuteScripts):
    * bindings/v8/V8Proxy.cpp:
    (WebCore::V8Proxy::handleOutOfMemory):
    * loader/FrameLoaderClient.h:
    (WebCore::FrameLoaderClient::allowScript):
    * loader/cache/CachedResourceLoader.cpp:
    (WebCore::CachedResourceLoader::canRequest):
    * page/Settings.cpp:
    (WebCore::Settings::Settings):
    (WebCore::Settings::setScriptEnabled):
    * page/Settings.h:
    (WebCore::Settings::isScriptEnabled):
    * svg/graphics/SVGImage.cpp:
    (WebCore::SVGImage::dataChanged):
    
    Source/WebKit/chromium:
    
    * src/FrameLoaderClientImpl.cpp:
    (WebKit::FrameLoaderClientImpl::allowScript):
    * src/FrameLoaderClientImpl.h:
    * src/WebFrameImpl.cpp:
    (WebKit::WebFrameImpl::collectGarbage):
    * src/WebSettingsImpl.cpp:
    (WebKit::WebSettingsImpl::setJavaScriptEnabled):
    
    Source/WebKit/efl:
    
    * WebCoreSupport/FrameLoaderClientEfl.cpp:
    (WebCore::FrameLoaderClientEfl::dispatchDidClearWindowObjectInWorld):
    * ewk/ewk_view.cpp:
    (_ewk_view_priv_new):
    (ewk_view_setting_enable_scripts_set):
    
    Source/WebKit/gtk:
    
    * WebCoreSupport/FrameLoaderClientGtk.cpp:
    (WebKit::FrameLoaderClient::dispatchDidClearWindowObjectInWorld):
    * webkit/webkitwebview.cpp:
    (webkit_web_view_update_settings):
    (webkit_web_view_settings_notify):
    
    Source/WebKit/mac:
    
    * WebView/WebView.mm:
    (-[WebView _preferencesChanged:]):
    
    Source/WebKit/qt:
    
    * Api/qwebsettings.cpp:
    (QWebSettingsPrivate::apply):
    
    Source/WebKit/win:
    
    * WebFrame.cpp:
    (WebFrame::dispatchDidClearWindowObjectInWorld):
    * WebView.cpp:
    (WebView::notifyPreferencesChanged):
    
    Source/WebKit/wince:
    
    * WebView.cpp:
    (WebView::WebView):
    
    Source/WebKit/wx:
    
    * WebSettings.cpp:
    (wxWebSettings::SetJavaScriptEnabled):
    (wxWebSettings::IsJavaScriptEnabled):
    * WebView.cpp:
    (wxWebView::Create):
    
    Source/WebKit2:
    
    * WebProcess/WebPage/WebPage.cpp:
    (WebKit::WebPage::updatePreferences):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@98730 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    849e8da9