Skip to content
  • eric@webkit.org's avatar
    2010-02-15 Robert Hogan <robert@roberthogan.net> · 70d26c33
    eric@webkit.org authored
            Reviewed by Simon Hausmann.
    
            [Qt] DRT: Support evaluateInWebInspector(), setTimelineProfilingEnabled().
    
            Support LayoutTestController.evaluateInWebInspector(), setTimelineProfilingEnabled() in Qt DRT.
    
            https://bugs.webkit.org/show_bug.cgi?id=33096
    
            This allows the following tests to pass:
    
            inspector/console-format-collections.html
            inspector/styles-iframe.html
            inspector/syntax-highlight-css.html
            inspector/syntax-highlight-javascript.html
            inspector/timeline-enum-stability.html
            inspector/timeline-layout.html
            inspector/timeline-mark-timeline.html
            inspector/timeline-paint.html
            inspector/timeline-parse-html.html
            inspector/timeline-recalculate-styles.html
            inspector/timeline-script-tag-1.html
            inspector/timeline-script-tag-2.html
            inspector/timeline-trivial.html
            inspector/cookie-resource-match.html
            inspector/elements-img-tooltip.html
            inspector/elements-panel-selection-on-refresh.html
            inspector/inspected-objects-not-overriden.html
            inspector/timeline-event-dispatch.html
            inspector/timeline-network-resource.html
            inspector/elements-panel-rewrite-href.html
            inspector/console-dir.html
            inspector/console-dirxml.html
            inspector/console-format.html
            inspector/console-tests.html
            inspector/elements-panel-structure.html
            inspector/evaluate-in-frontend.html
            inspector/console-clear.html
    
            * platform/qt/Skipped:
    2010-02-15  Robert Hogan  <robert@roberthogan.net>, Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
    
            Reviewed by Simon Hausmann.
    
            [Qt] DRT: Support evaluateInWebInspector(), setTimelineProfilingEnabled().
    
            Support LayoutTestController.evaluateInWebInspector(), setTimelineProfilingEnabled() in Qt DRT.
    
            https://bugs.webkit.org/show_bug.cgi?id=33096
    
            This allows the following tests to pass:
    
            inspector/console-format-collections.html
            inspector/styles-iframe.html
            inspector/syntax-highlight-css.html
            inspector/syntax-highlight-javascript.html
            inspector/timeline-enum-stability.html
            inspector/timeline-layout.html
            inspector/timeline-mark-timeline.html
            inspector/timeline-paint.html
            inspector/timeline-parse-html.html
            inspector/timeline-recalculate-styles.html
            inspector/timeline-script-tag-1.html
            inspector/timeline-script-tag-2.html
            inspector/timeline-trivial.html
            inspector/cookie-resource-match.html
            inspector/elements-img-tooltip.html
            inspector/elements-panel-selection-on-refresh.html
            inspector/inspected-objects-not-overriden.html
            inspector/timeline-event-dispatch.html
            inspector/timeline-network-resource.html
            inspector/elements-panel-rewrite-href.html
            inspector/console-dir.html
            inspector/console-dirxml.html
            inspector/console-format.html
            inspector/console-tests.html
            inspector/elements-panel-structure.html
            inspector/evaluate-in-frontend.html
            inspector/console-clear.html
    
            * Api/qwebpage.cpp:
            (qt_drt_webinspector_executeScript):
            (qt_drt_webinspector_close):
            (qt_drt_webinspector_show):
            (qt_drt_setTimelineProfilingEnabled):
    
            * WebCoreSupport/InspectorClientQt.cpp:
            (InspectorClientQt::createPage)
    2010-02-15  Robert Hogan  <robert@roberthogan.net>
    
            Reviewed by Simon Hausmann.
    
            [Qt] DRT: Support evaluateInWebInspector(), setTimelineProfilingEnabled().
    
            Support LayoutTestController.evaluateInWebInspector(), setTimelineProfilingEnabled() in Qt DRT.
    
            https://bugs.webkit.org/show_bug.cgi?id=33096
    
            This allows the following tests to pass:
    
            inspector/console-format-collections.html
            inspector/styles-iframe.html
            inspector/syntax-highlight-css.html
            inspector/syntax-highlight-javascript.html
            inspector/timeline-enum-stability.html
            inspector/timeline-layout.html
            inspector/timeline-mark-timeline.html
            inspector/timeline-paint.html
            inspector/timeline-parse-html.html
            inspector/timeline-recalculate-styles.html
            inspector/timeline-script-tag-1.html
            inspector/timeline-script-tag-2.html
            inspector/timeline-trivial.html
            inspector/cookie-resource-match.html
            inspector/elements-img-tooltip.html
            inspector/elements-panel-selection-on-refresh.html
            inspector/inspected-objects-not-overriden.html
            inspector/timeline-event-dispatch.html
            inspector/timeline-network-resource.html
            inspector/elements-panel-rewrite-href.html
            inspector/console-dir.html
            inspector/console-dirxml.html
            inspector/console-format.html
            inspector/console-tests.html
            inspector/elements-panel-structure.html
            inspector/evaluate-in-frontend.html
            inspector/console-clear.html
    
            * DumpRenderTree/qt/DumpRenderTreeQt.cpp:
            (WebCore::DumpRenderTree::resetToConsistentStateBeforeTesting):
            (WebCore::isWebInspectorTest):
            (WebCore::DumpRenderTree::open):
            * DumpRenderTree/qt/DumpRenderTreeQt.h:
            (WebCore::DumpRenderTree::display):
            * DumpRenderTree/qt/LayoutTestControllerQt.cpp:
            (LayoutTestController::closeWebInspector):
            (LayoutTestController::showWebInspector):
            (LayoutTestController::evaluateInWebInspector):
            (LayoutTestController::setTimelineProfilingEnabled):
            (LayoutTestController::display):
            * DumpRenderTree/qt/LayoutTestControllerQt.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54772 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    70d26c33