Skip to content
  • loislo@chromium.org's avatar
    Unreviewed, rolling out r103322. · 0d0f0279
    loislo@chromium.org authored
    http://trac.webkit.org/changeset/103322
    https://bugs.webkit.org/show_bug.cgi?id=74927
    
    seven inspector's tests are crashing on qt (Requested by
    loislo on #webkit).
    
    Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2011-12-20
    
    * inspector/CodeGeneratorInspector.py:
    (RawTypes.BaseType.is_event_param_check_optional):
    (RawTypes.Object.is_event_param_check_optional):
    (RawTypes.Array.is_event_param_check_optional):
    (RawTypes):
    (Generator.process_command):
    * inspector/InspectorApplicationCacheAgent.cpp:
    (WebCore::InspectorApplicationCacheAgent::getFramesWithManifests):
    (WebCore::InspectorApplicationCacheAgent::getApplicationCacheForFrame):
    * inspector/InspectorApplicationCacheAgent.h:
    * inspector/InspectorCSSAgent.cpp:
    (WebCore::InspectorCSSAgent::clearFrontend):
    (WebCore::InspectorCSSAgent::getMatchedStylesForNode):
    (WebCore::InspectorCSSAgent::getInlineStylesForNode):
    (WebCore::InspectorCSSAgent::getComputedStyleForNode):
    (WebCore::InspectorCSSAgent::getAllStyleSheets):
    (WebCore::InspectorCSSAgent::getStyleSheet):
    (WebCore::InspectorCSSAgent::setPropertyText):
    (WebCore::InspectorCSSAgent::toggleProperty):
    (WebCore::InspectorCSSAgent::setRuleSelector):
    (WebCore::InspectorCSSAgent::addRule):
    (WebCore::InspectorCSSAgent::getSupportedCSSProperties):
    (WebCore::InspectorCSSAgent::stopSelectorProfiler):
    * inspector/InspectorCSSAgent.h:
    * inspector/InspectorDOMAgent.cpp:
    (WebCore::InspectorDOMAgent::getDocument):
    (WebCore::InspectorDOMAgent::querySelectorAll):
    (WebCore::InspectorDOMAgent::getEventListenersForNode):
    (WebCore::InspectorDOMAgent::getSearchResults):
    (WebCore::InspectorDOMAgent::resolveNode):
    (WebCore::InspectorDOMAgent::getAttributes):
    * inspector/InspectorDOMAgent.h:
    * inspector/InspectorDOMStorageAgent.cpp:
    (WebCore::InspectorDOMStorageAgent::getDOMStorageEntries):
    * inspector/InspectorDOMStorageAgent.h:
    * inspector/InspectorDatabaseAgent.cpp:
    (WebCore::InspectorDatabaseAgent::getDatabaseTableNames):
    * inspector/InspectorDatabaseAgent.h:
    * inspector/InspectorDebuggerAgent.cpp:
    (WebCore::InspectorDebuggerAgent::setBreakpointByUrl):
    (WebCore::InspectorDebuggerAgent::setBreakpoint):
    (WebCore::InspectorDebuggerAgent::searchInContent):
    (WebCore::InspectorDebuggerAgent::setScriptSource):
    (WebCore::InspectorDebuggerAgent::getFunctionLocation):
    (WebCore::InspectorDebuggerAgent::evaluateOnCallFrame):
    * inspector/InspectorDebuggerAgent.h:
    * inspector/InspectorMemoryAgent.cpp:
    (WebCore::InspectorMemoryAgent::getDOMNodeCount):
    * inspector/InspectorMemoryAgent.h:
    * inspector/InspectorPageAgent.cpp:
    (WebCore::InspectorPageAgent::getCookies):
    (WebCore::InspectorPageAgent::getResourceTree):
    (WebCore::InspectorPageAgent::searchInResource):
    (WebCore::InspectorPageAgent::searchInResources):
    * inspector/InspectorPageAgent.h:
    * inspector/InspectorProfilerAgent.cpp:
    (WebCore::InspectorProfilerAgent::getProfileHeaders):
    (WebCore::InspectorProfilerAgent::getProfile):
    (WebCore::InspectorProfilerAgent::getObjectByHeapObjectId):
    * inspector/InspectorProfilerAgent.h:
    * inspector/InspectorRuntimeAgent.cpp:
    (WebCore::InspectorRuntimeAgent::evaluate):
    (WebCore::InspectorRuntimeAgent::callFunctionOn):
    (WebCore::InspectorRuntimeAgent::getProperties):
    * inspector/InspectorRuntimeAgent.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@103326 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    0d0f0279