Skip to content
  • eric@webkit.org's avatar
    2010-04-28 Andrey Kosyakov <caseq@chromium.org> · e8bb8648
    eric@webkit.org authored
            Reviewed by Yury Semikhatsky.
    
            Log error message to inspector console if a resource fails to load.
            Moved console-tests.js to http tests. Added support for sorting
            console messages, in case order may vary.
            https://bugs.webkit.org/show_bug.cgi?id=37215
    
            * http/tests/inspector/console-resource-errors-expected.txt: Added.
            * http/tests/inspector/console-resource-errors.html: Added.
            * http/tests/inspector/console-tests.js: Added.
            (dumpConsoleMessages.callback):
            (dumpConsoleMessages):
            (dumpConsoleMessagesWithClasses.callback):
            (dumpConsoleMessagesWithClasses):
            (frontend_dumpConsoleMessages):
            * inspector/console-clear.html:
            * inspector/console-dir.html:
            * inspector/console-dirxml.html:
            * inspector/console-format-collections-expected.txt:
            * inspector/console-format-collections.html:
            * inspector/console-format.html:
            * inspector/console-log-before-inspector-open.html:
            * inspector/console-tests.html:
            * inspector/console-tests.js: Removed.
            * platform/mac-tiger/http/tests/inspector: Added.
            * platform/mac-tiger/http/tests/inspector/console-resource-errors-expected.txt: Added.
    2010-04-28  Andrey Kosyakov  <caseq@chromium.org>
    
            Reviewed by Yury Semikhatsky.
    
            Log error message to inspector console if a resource fails to load.
            Disable checking of mime-type consistency for failed resources.
            https://bugs.webkit.org/show_bug.cgi?id=37215
    
            Test: http/tests/inspector/console-resource-errors.html
    
            * inspector/InspectorController.cpp:
            (WebCore::InspectorController::didReceiveResponse):
            (WebCore::InspectorController::didFailLoading):
            * inspector/front-end/Resource.js:
            (WebInspector.Resource.prototype._mimeTypeIsConsistentWithType):
            * inspector/front-end/ResourcesPanel.js:
            (WebInspector.ResourcesPanel.prototype.recreateViewForResourceIfNeeded):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@58403 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    e8bb8648