Title: [203310] trunk
- Revision
- 203310
- Author
- [email protected]
- Date
- 2016-07-15 17:06:34 -0700 (Fri, 15 Jul 2016)
Log 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:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (203309 => 203310)
--- trunk/LayoutTests/ChangeLog 2016-07-16 00:04:42 UTC (rev 203309)
+++ trunk/LayoutTests/ChangeLog 2016-07-16 00:06:34 UTC (rev 203310)
@@ -14,6 +14,22 @@
* storage/indexeddb/modern/idbdatabase-transaction-failures-expected.txt:
* storage/indexeddb/modern/idbdatabase-transaction-failures-private-expected.txt:
+2016-07-15 Brady Eidson <[email protected]>
+
+ Change toString() behavior for exceptions constructed with "createWithDescriptionAsMessage".
+ https://bugs.webkit.org/show_bug.cgi?id=159839
+
+ Reviewed by Alex Christensen.
+
+ * 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:
+
2016-07-15 Brent Fulgham <[email protected]>
Merge background parser Blink test case
Modified: trunk/Source/WebCore/ChangeLog (203309 => 203310)
--- trunk/Source/WebCore/ChangeLog 2016-07-16 00:04:42 UTC (rev 203309)
+++ trunk/Source/WebCore/ChangeLog 2016-07-16 00:06:34 UTC (rev 203310)
@@ -14,6 +14,22 @@
(WebCore::ExceptionBase::toString):
* dom/ExceptionBase.h:
+2016-07-15 Brady Eidson <[email protected]>
+
+ Change toString() behavior for exceptions constructed with "createWithDescriptionAsMessage".
+ https://bugs.webkit.org/show_bug.cgi?id=159839
+
+ Reviewed by Alex Christensen.
+
+ 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:
+
2016-07-15 Geoffrey Garen <[email protected]>
Added a makeRef<T> helper
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes