Changeset 203310 in webkit
- Timestamp:
- Jul 15, 2016, 5:06:34 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
LayoutTests/ChangeLog (modified) (1 diff)
-
Source/WebCore/ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r203309 r203310 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 1 17 2016-07-15 Brady Eidson <beidson@apple.com> 2 18 -
trunk/Source/WebCore/ChangeLog
r203309 r203310 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 1 17 2016-07-15 Brady Eidson <beidson@apple.com> 2 18
Note:
See TracChangeset
for help on using the changeset viewer.