Skip to content
  • dumi@chromium.org's avatar
    Adding the SQLException class which will be used to report sync DB errors. · 72f3cc96
    dumi@chromium.org authored
    https://bugs.webkit.org/show_bug.cgi?id=40607
    
    Reviewed by Adam Barth.
    
    WebCore: 
    
    * Android.derived.jscbindings.mk:
    * Android.derived.v8bindings.mk:
    * CMakeLists.txt:
    * DerivedSources.cpp:
    * DerivedSources.make:
    * GNUmakefile.am:
    * WebCore.gypi:
    * WebCore.pri:
    * WebCore.vcproj/WebCore.vcproj:
    * WebCore.xcodeproj/project.pbxproj:
    * bindings/js/JSDOMBinding.cpp:
    (WebCore::setDOMException):
    * bindings/js/JSExceptionBase.cpp:
    (WebCore::toExceptionBase):
    * bindings/v8/V8Proxy.cpp:
    (WebCore::V8Proxy::setDOMException):
    * bindings/v8/V8Proxy.h:
    * dom/ExceptionCode.cpp:
    (WebCore::):
    (WebCore::getExceptionCodeDescription):
    * dom/ExceptionCode.h:
    (WebCore::):
    * page/DOMWindow.idl:
    * storage/SQLException.h: Added.
    (WebCore::SQLException::create):
    (WebCore::SQLException::):
    (WebCore::SQLException::SQLException):
    * storage/SQLException.idl: Added.
    
    LayoutTests: 
    
    * fast/dom/Window/window-properties-expected.txt:
    * fast/dom/Window/window-property-descriptors-expected.txt:
    * fast/dom/prototype-inheritance-expected.txt:
    * fast/js/global-constructors-expected.txt:
    * platform/chromium/fast/dom/prototype-inheritance-expected.txt:
    * platform/gtk/fast/dom/Window/window-properties-expected.txt:
    * platform/gtk/fast/dom/prototype-inheritance-expected.txt:
    * platform/qt/fast/dom/Window/window-properties-expected.txt:
    * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
    * platform/qt/fast/dom/prototype-inheritance-expected.txt:
    * platform/qt/fast/js/global-constructors-expected.txt:
    * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
    * platform/win/fast/js/global-constructors-expected.txt:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@61531 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    72f3cc96