[webkit-changes] cvs commit: WebCore/khtml/xml dom_nodeimpl.cpp
Timothy
thatcher at opensource.apple.com
Wed Nov 30 14:44:52 PST 2005
thatcher 05/11/30 14:44:51
Modified: . Tag: Safari-2-0-branch ChangeLog
khtml/xml Tag: Safari-2-0-branch dom_nodeimpl.cpp
Log:
Fix by Beth and Darin
- <rdar://problem/4356694> Glendale Regression: Widget browser list field
displays multiple selected items when page is rendered
* khtml/xml/dom_nodeimpl.cpp: initialize m_inActiveChain
Revision Changes Path
No revision
No revision
1.1.2.81 +9 -0 WebCore/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvs/root/WebCore/ChangeLog,v
retrieving revision 1.1.2.80
retrieving revision 1.1.2.81
diff -u -r1.1.2.80 -r1.1.2.81
--- ChangeLog 30 Nov 2005 22:40:15 -0000 1.1.2.80
+++ ChangeLog 30 Nov 2005 22:44:35 -0000 1.1.2.81
@@ -1,5 +1,14 @@
2005-11-29 Timothy Hatcher <timothy at apple.com>
+ Fix by Beth and Darin
+
+ - <rdar://problem/4356694> Glendale Regression: Widget browser list field
+ displays multiple selected items when page is rendered
+
+ * khtml/xml/dom_nodeimpl.cpp: initialize m_inActiveChain
+
+2005-11-29 Timothy Hatcher <timothy at apple.com>
+
Merged fix from TOT to Safari-2-0-branch
2005-11-28 Adele Peterson <adele at apple.com>
No revision
No revision
1.140.8.17 +1 -0 WebCore/khtml/xml/dom_nodeimpl.cpp
Index: dom_nodeimpl.cpp
===================================================================
RCS file: /cvs/root/WebCore/khtml/xml/dom_nodeimpl.cpp,v
retrieving revision 1.140.8.16
retrieving revision 1.140.8.17
diff -u -r1.140.8.16 -r1.140.8.17
--- dom_nodeimpl.cpp 19 Nov 2005 02:46:46 -0000 1.140.8.16
+++ dom_nodeimpl.cpp 30 Nov 2005 22:44:49 -0000 1.140.8.17
@@ -97,6 +97,7 @@
m_specified( false ),
m_focused( false ),
m_active( false ),
+ m_inActiveChain( false ),
m_styleElement( false ),
m_implicit( false )
{
More information about the webkit-changes
mailing list