Skip to content
  • abarth@webkit.org's avatar
    2009-08-25 Mads Ager <ager@chromium.org> · a95c2200
    abarth@webkit.org authored
            Reviewed by Adam Barth.
    
            [V8] Exception from JavaScript propagates to main script
            https://bugs.webkit.org/show_bug.cgi?id=26433
    
            Test that both compile time and runtime exceptions thrown in
            javascript URLs are isolated from the main script.
    
            * fast/dom/javascript-url-exception-isolation-expected.txt: Added.
            * fast/dom/javascript-url-exception-isolation.html: Added.
            * fast/dom/resources/javascript-url-exception-isolation.js: Added.
    2009-08-25  Mads Ager  <ager@chromium.org>
    
            Reviewed by Adam Barth.
    
            [V8] Exception from JavaScript propagates to main script
            https://bugs.webkit.org/show_bug.cgi?id=26433
    
            Make sure that exceptions thrown both at compile time and at
            runtime in javascript URLs are isolated from the main script.
    
            Test: fast/dom/javascript-url-exception-isolation.html
    
            * bindings/v8/V8Proxy.cpp:
            (WebCore::V8Proxy::evaluate):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@47753 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    a95c2200