Skip to content
  • jochen@chromium.org's avatar
    Remove support for consumable user gestures · 4f58f490
    jochen@chromium.org authored
    https://bugs.webkit.org/show_bug.cgi?id=118247
    
    Reviewed by Geoffrey Garen.
    
    Source/WebCore:
    
    The features was not enabled on any port, and is meanwhile broken, so we
    should delete it.
    
    No new tests, just deleting dead code.
    
    * accessibility/AccessibilityNodeObject.cpp:
    (WebCore::AccessibilityNodeObject::increment):
    (WebCore::AccessibilityNodeObject::decrement):
    * accessibility/AccessibilityObject.cpp:
    (WebCore::AccessibilityObject::press):
    * bindings/ScriptControllerBase.cpp:
    (WebCore::ScriptController::executeScript):
    * bindings/js/ScriptController.cpp:
    (WebCore::ScriptController::executeScriptInWorld):
    * dom/UserGestureIndicator.cpp:
    (WebCore::isDefinite):
    (WebCore::UserGestureIndicator::UserGestureIndicator):
    (WebCore::UserGestureIndicator::~UserGestureIndicator):
    * dom/UserGestureIndicator.h:
    (WebCore::UserGestureIndicator::processingUserGesture):
    * inspector/InspectorFrontendClientLocal.cpp:
    (WebCore::InspectorFrontendClientLocal::openInNewTab):
    * inspector/InspectorFrontendHost.cpp:
    (WebCore::FrontendMenuProvider::contextMenuItemSelected):
    * inspector/InspectorPageAgent.cpp:
    (WebCore::InspectorPageAgent::navigate):
    * loader/NavigationScheduler.cpp:
    (WebCore::ScheduledURLNavigation::fire):
    (WebCore::ScheduledURLNavigation::didStartTimer):
    (WebCore::ScheduledRedirect::fire):
    (WebCore::ScheduledRefresh::fire):
    (WebCore::ScheduledHistoryNavigation::fire):
    (WebCore::ScheduledFormSubmission::fire):
    (WebCore::ScheduledFormSubmission::didStartTimer):
    * page/DOMTimer.cpp:
    (WebCore::DOMTimer::DOMTimer):
    (WebCore::DOMTimer::fired):
    * page/DOMTimer.h:
    * page/DOMWindow.cpp:
    (WebCore::DOMWindow::showModalDialog):
    * page/EventHandler.cpp:
    (WebCore::EventHandler::clear):
    (WebCore::EventHandler::handleMousePressEvent):
    (WebCore::EventHandler::handleMouseReleaseEvent):
    * page/EventHandler.h:
    * rendering/HitTestResult.cpp:
    (WebCore::HitTestResult::toggleMediaFullscreenState):
    (WebCore::HitTestResult::enterFullscreenForVideo):
    
    Source/WebKit/blackberry:
    
    * WebKitSupport/NotificationManager.cpp:
    (BlackBerry::WebKit::NotificationManager::notificationClicked):
    
    Source/WebKit/mac:
    
    * Plugins/Hosted/NetscapePluginInstanceProxy.mm:
    (WebKit::NetscapePluginInstanceProxy::evaluate):
    * Plugins/WebNetscapePluginView.mm:
    (-[WebNetscapePluginView sendEvent:isDrawRect:]):
    
    Source/WebKit/qt:
    
    * WebCoreSupport/NotificationPresenterClientQt.cpp:
    (WebCore::NotificationPresenterClientQt::notificationClicked):
    
    Source/WebKit/win:
    
    * WebCoreSupport/WebContextMenuClient.cpp:
    (WebContextMenuClient::searchWithGoogle):
    
    Source/WebKit2:
    
    * WebProcess/Notifications/WebNotificationManager.cpp:
    (WebKit::WebNotificationManager::didClickNotification):
    * WebProcess/Plugins/PluginView.cpp:
    (WebKit::PluginView::performFrameLoadURLRequest):
    (WebKit::PluginView::evaluate):
    * WebProcess/WebCoreSupport/WebContextMenuClient.cpp:
    (WebKit::WebContextMenuClient::searchWithGoogle):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@152238 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    4f58f490