Title: [145994] trunk
- Revision
- 145994
- Author
- [email protected]
- Date
- 2013-03-16 10:08:06 -0700 (Sat, 16 Mar 2013)
Log Message
[v8] Disable binding integrity check for WebCore::Text
https://bugs.webkit.org/show_bug.cgi?id=112462
Reviewed by Kentaro Hara.
Source/WebCore:
Test: fast/dom/split-cdata.xml
* dom/Text.idl:
LayoutTests:
* fast/dom/split-cdata-expected.txt: Added.
* fast/dom/split-cdata.xml: Added.
Modified Paths
Added Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (145993 => 145994)
--- trunk/LayoutTests/ChangeLog 2013-03-16 16:43:39 UTC (rev 145993)
+++ trunk/LayoutTests/ChangeLog 2013-03-16 17:08:06 UTC (rev 145994)
@@ -1,3 +1,13 @@
+2013-03-16 Tom Sepez <[email protected]>
+
+ [v8] Disable binding integrity check for WebCore::Text
+ https://bugs.webkit.org/show_bug.cgi?id=112462
+
+ Reviewed by Kentaro Hara.
+
+ * fast/dom/split-cdata-expected.txt: Added.
+ * fast/dom/split-cdata.xml: Added.
+
2013-03-16 Mike West <[email protected]>
fast/frames/sandboxed-iframe-scripting is flakey
Added: trunk/LayoutTests/fast/dom/split-cdata-expected.txt (0 => 145994)
--- trunk/LayoutTests/fast/dom/split-cdata-expected.txt (rev 0)
+++ trunk/LayoutTests/fast/dom/split-cdata-expected.txt 2013-03-16 17:08:06 UTC (rev 145994)
@@ -0,0 +1 @@
+Test passes if it does not crash.
Added: trunk/LayoutTests/fast/dom/split-cdata.xml (0 => 145994)
--- trunk/LayoutTests/fast/dom/split-cdata.xml (rev 0)
+++ trunk/LayoutTests/fast/dom/split-cdata.xml 2013-03-16 17:08:06 UTC (rev 145994)
@@ -0,0 +1,8 @@
+<html xmlns="http://www.w3.org/1999/xhtml">
+<p>Test passes if it does not crash.</p>
+<script><![CDATA[
+if (window.testRunner)
+ testRunner.dumpAsText();
+document.createCDATASection("").splitText(0);
+]]></script>
+</html>
Modified: trunk/Source/WebCore/ChangeLog (145993 => 145994)
--- trunk/Source/WebCore/ChangeLog 2013-03-16 16:43:39 UTC (rev 145993)
+++ trunk/Source/WebCore/ChangeLog 2013-03-16 17:08:06 UTC (rev 145994)
@@ -1,3 +1,14 @@
+2013-03-16 Tom Sepez <[email protected]>
+
+ [v8] Disable binding integrity check for WebCore::Text
+ https://bugs.webkit.org/show_bug.cgi?id=112462
+
+ Reviewed by Kentaro Hara.
+
+ Test: fast/dom/split-cdata.xml
+
+ * dom/Text.idl:
+
2013-03-16 Chris Fleizach <[email protected]>
AX: aria-hidden on container does not hide descendant popup buttons
Modified: trunk/Source/WebCore/dom/Text.idl (145993 => 145994)
--- trunk/Source/WebCore/dom/Text.idl 2013-03-16 16:43:39 UTC (rev 145993)
+++ trunk/Source/WebCore/dom/Text.idl 2013-03-16 17:08:06 UTC (rev 145994)
@@ -16,9 +16,10 @@
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301, USA.
*/
+[
+ V8SkipVTableValidation,
+] interface Text : CharacterData {
-interface Text : CharacterData {
-
// DOM Level 1
Text splitText(in [IsIndex,Optional=DefaultIsUndefined] unsigned long offset)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes