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

Changeset 203311 in webkit


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

Revert double ChangeLog entries

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r203310 r203311  
    1 2016-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 
    1712016-07-15  Brady Eidson  <beidson@apple.com>
    182
  • trunk/Source/WebCore/ChangeLog

    r203310 r203311  
    1 2016-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 
    1712016-07-15  Brady Eidson  <beidson@apple.com>
    182
Note: See TracChangeset for help on using the changeset viewer.