[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.2.3-2-60-g76add97
Gustavo Noronha Silva
gns at gnome.org
Sun Oct 17 22:27:19 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit 6edc665526926c0098403a14b0d9fb4f8027e57f
Author: inferno at chromium.org <inferno at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Jul 20 21:11:52 2010 +0000
2010-07-20 Abhishek Arya <inferno at chromium.org>
Reviewed by David Hyatt.
Check the node is a text node before doing the static cast
for editing commands.
https://bugs.webkit.org/show_bug.cgi?id=42655
Test: editing/execCommand/editing-nontext-node-crash.xhtml
* editing/DeleteSelectionCommand.cpp:
(WebCore::DeleteSelectionCommand::fixupWhitespace):
* editing/InsertLineBreakCommand.cpp:
(WebCore::InsertLineBreakCommand::doApply):
* editing/InsertParagraphSeparatorCommand.cpp:
(WebCore::InsertParagraphSeparatorCommand::doApply):
2010-07-20 Abhishek Arya <inferno at chromium.org>
Reviewed by David Hyatt.
Tests that applying an editing command on a non text node does not
result in crash.
https://bugs.webkit.org/show_bug.cgi?id=42655
* editing/execCommand/editing-nontext-node-crash-expected.txt: Added.
* editing/execCommand/editing-nontext-node-crash.xhtml: Added.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63773 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 1471354..cae229c 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,14 @@
+2010-07-20 Abhishek Arya <inferno at chromium.org>
+
+ Reviewed by David Hyatt.
+
+ Tests that applying an editing command on a non text node does not
+ result in crash.
+ https://bugs.webkit.org/show_bug.cgi?id=42655
+
+ * editing/execCommand/editing-nontext-node-crash-expected.txt: Added.
+ * editing/execCommand/editing-nontext-node-crash.xhtml: Added.
+
2010-08-03 Geoffrey Garen <ggaren at apple.com>
Reviewed by Oliver Hunt and Beth Dakin.
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 5432d5f..51879b8 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,20 @@
+2010-07-20 Abhishek Arya <inferno at chromium.org>
+
+ Reviewed by David Hyatt.
+
+ Check the node is a text node before doing the static cast
+ for editing commands.
+ https://bugs.webkit.org/show_bug.cgi?id=42655
+
+ Test: editing/execCommand/editing-nontext-node-crash.xhtml
+
+ * editing/DeleteSelectionCommand.cpp:
+ (WebCore::DeleteSelectionCommand::fixupWhitespace):
+ * editing/InsertLineBreakCommand.cpp:
+ (WebCore::InsertLineBreakCommand::doApply):
+ * editing/InsertParagraphSeparatorCommand.cpp:
+ (WebCore::InsertParagraphSeparatorCommand::doApply):
+
2010-07-26 Justin Schuh <jschuh at chromium.org>
Reviewed by Darin Fisher.
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list