[webkit-changes] cvs commit: WebCore/WebCore.pbproj project.pbxproj
Adele
adele at opensource.apple.com
Thu Jul 14 13:55:26 PDT 2005
adele 05/07/14 13:55:26
Modified: . Tag: gcc-4-0-branch ChangeLog
WebCore.pbproj Tag: gcc-4-0-branch project.pbxproj
Log:
Merged changes from TOT.
2005-03-11 David Harrison <harrison at apple.com>
Reviewed by Darin.
<rdar://problem/4046602> WebCore invokes undefined behavior when the spell checker isn't running
* kwq/KWQKHTMLPart.mm:
(KWQKHTMLPart::advanceToNextMisspelling):
(KWQKHTMLPart::markMisspellings):
Nil check checker.
Revision Changes Path
No revision
No revision
1.4106.2.14 +2 -0 WebCore/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvs/root/WebCore/ChangeLog,v
retrieving revision 1.4106.2.13
retrieving revision 1.4106.2.14
diff -u -r1.4106.2.13 -r1.4106.2.14
--- ChangeLog 14 Jul 2005 17:44:27 -0000 1.4106.2.13
+++ ChangeLog 14 Jul 2005 20:55:17 -0000 1.4106.2.14
@@ -1,3 +1,5 @@
+=== WebCore-413.0.7 ===
+
2005-07-14 Adele Peterson <adele at apple.com>
Merged changes from TOT.
No revision
No revision
1.527.2.9 +3 -3 WebCore/WebCore.pbproj/project.pbxproj
Index: project.pbxproj
===================================================================
RCS file: /cvs/root/WebCore/WebCore.pbproj/project.pbxproj,v
retrieving revision 1.527.2.8
retrieving revision 1.527.2.9
diff -u -r1.527.2.8 -r1.527.2.9
--- project.pbxproj 12 Jul 2005 22:46:02 -0000 1.527.2.8
+++ project.pbxproj 14 Jul 2005 20:55:23 -0000 1.527.2.9
@@ -176,7 +176,7 @@
<key>CFBundleExecutable</key>
<string>WebCore</string>
<key>CFBundleGetInfoString</key>
- <string>413.0.6, Copyright 2005 Apple Computer, Inc.; Copyright 1997 Martin Jones <mjones at kde.org>; Copyright 1998, 1999 Torben Weis <weis at kde.org>; Copyright 1998, 1999, 2002 Waldo Bastian <bastian at kde.org>; Copyright 1998-2000 Lars Knoll <knoll at kde.org>; Copyright 1999, 2001 Antti Koivisto <koivisto at kde.org>; Copyright 1999-2001 Harri Porten <porten at kde.org>; Copyright 2000 Simon Hausmann <hausmann at kde.org>; Copyright 2000, 2001 Dirk Mueller <mueller at kde.org>; Copyright 2000, 2001 Peter Kelly <pmk at post.com>; Copyright 2000 Daniel Molkentin <molkentin at kde.org>; Copyright 2000 Stefan Schimanski <schimmi at kde.org>; Copyright 1998-2000 Netscape Communications Corporation; Copyright 1998, 1999, 2000 Thai Open Source Software Center Ltd and Clark Cooper; Copyright 2001, 2002 Expat maintainers.</string>
+ <string>413.0.7, Copyright 2005 Apple Computer, Inc.; Copyright 1997 Martin Jones <mjones at kde.org>; Copyright 1998, 1999 Torben Weis <weis at kde.org>; Copyright 1998, 1999, 2002 Waldo Bastian <bastian at kde.org>; Copyright 1998-2000 Lars Knoll <knoll at kde.org>; Copyright 1999, 2001 Antti Koivisto <koivisto at kde.org>; Copyright 1999-2001 Harri Porten <porten at kde.org>; Copyright 2000 Simon Hausmann <hausmann at kde.org>; Copyright 2000, 2001 Dirk Mueller <mueller at kde.org>; Copyright 2000, 2001 Peter Kelly <pmk at post.com>; Copyright 2000 Daniel Molkentin <molkentin at kde.org>; Copyright 2000 Stefan Schimanski <schimmi at kde.org>; Copyright 1998-2000 Netscape Communications Corporation; Copyright 1998, 1999, 2000 Thai Open Source Software Center Ltd and Clark Cooper; Copyright 2001, 2002 Expat maintainers.</string>
<key>CFBundleIdentifier</key>
<string>com.apple.WebCore</string>
<key>CFBundleInfoDictionaryVersion</key>
@@ -186,9 +186,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
- <string>413.0.6</string>
+ <string>413.0.7</string>
<key>CFBundleVersion</key>
- <string>413.0.6</string>
+ <string>413.0.7</string>
</dict>
</plist>
";
More information about the webkit-changes
mailing list