⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 203310 in webkit


Ignore:
Timestamp:
Jul 15, 2016, 5:06:34 PM (10 years ago)
Author:
beidson@apple.com
Message:

Change toString() behavior for exceptions constructed with "createWithDescriptionAsMessage".
https://bugs.webkit.org/show_bug.cgi?id=159839

Reviewed by Alex Christensen.

LayoutTests/imported/w3c:

  • IndexedDB-private-browsing/idbindex_get7-expected.txt:
  • IndexedDB-private-browsing/idbindex_getKey7-expected.txt:
  • IndexedDB-private-browsing/idbindex_openCursor2-expected.txt:
  • IndexedDB-private-browsing/idbindex_openKeyCursor3-expected.txt:
  • web-platform-tests/IndexedDB/idbindex_get7-expected.txt:
  • web-platform-tests/IndexedDB/idbindex_getKey7-expected.txt:
  • web-platform-tests/IndexedDB/idbindex_openCursor2-expected.txt:
  • web-platform-tests/IndexedDB/idbindex_openKeyCursor3-expected.txt:

Source/WebCore:

No new tests (Covered by changes to existing tests).

This is the first step towards extended exception messages for all exception types.

  • dom/ExceptionBase.cpp:

(WebCore::ExceptionBase::ExceptionBase):
(WebCore::ExceptionBase::toString):

  • dom/ExceptionBase.h:

LayoutTests:

  • storage/indexeddb/modern/createobjectstore-failures-expected.txt:
  • storage/indexeddb/modern/createobjectstore-failures-private-expected.txt:
  • storage/indexeddb/modern/double-abort-expected.txt:
  • storage/indexeddb/modern/double-abort-private-expected.txt:
  • storage/indexeddb/modern/idbdatabase-deleteobjectstore-failures-expected.txt:
  • storage/indexeddb/modern/idbdatabase-deleteobjectstore-failures-private-expected.txt:
  • storage/indexeddb/modern/idbdatabase-transaction-failures-expected.txt:
  • storage/indexeddb/modern/idbdatabase-transaction-failures-private-expected.txt:
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r203309 r203310  
     12016-07-15  Brady Eidson  <beidson@apple.com>
     2
     3        Change toString() behavior for exceptions constructed with "createWithDescriptionAsMessage".
     4        https://bugs.webkit.org/show_bug.cgi?id=159839
     5
     6        Reviewed by Alex Christensen.
     7
     8        * storage/indexeddb/modern/createobjectstore-failures-expected.txt:
     9        * storage/indexeddb/modern/createobjectstore-failures-private-expected.txt:
     10        * storage/indexeddb/modern/double-abort-expected.txt:
     11        * storage/indexeddb/modern/double-abort-private-expected.txt:
     12        * storage/indexeddb/modern/idbdatabase-deleteobjectstore-failures-expected.txt:
     13        * storage/indexeddb/modern/idbdatabase-deleteobjectstore-failures-private-expected.txt:
     14        * storage/indexeddb/modern/idbdatabase-transaction-failures-expected.txt:
     15        * storage/indexeddb/modern/idbdatabase-transaction-failures-private-expected.txt:
     16
    1172016-07-15  Brady Eidson  <beidson@apple.com>
    218
  • trunk/Source/WebCore/ChangeLog

    r203309 r203310  
     12016-07-15  Brady Eidson  <beidson@apple.com>
     2
     3        Change toString() behavior for exceptions constructed with "createWithDescriptionAsMessage".
     4        https://bugs.webkit.org/show_bug.cgi?id=159839
     5
     6        Reviewed by Alex Christensen.
     7
     8        No new tests (Covered by changes to existing tests).
     9
     10        This is the first step towards extended exception messages for all exception types.
     11
     12        * dom/ExceptionBase.cpp:
     13        (WebCore::ExceptionBase::ExceptionBase):
     14        (WebCore::ExceptionBase::toString):
     15        * dom/ExceptionBase.h:
     16
    1172016-07-15  Brady Eidson  <beidson@apple.com>
    218
Note: See TracChangeset for help on using the changeset viewer.