[webkit-changes] cvs commit: WebCore/WebCore.pbproj project.pbxproj
Adele
adele at opensource.apple.com
Wed Aug 17 17:20:58 PDT 2005
adele 05/08/17 17:20:58
Modified: . Tag: Safari-OC-branch ChangeLog
WebCore.pbproj Tag: Safari-OC-branch project.pbxproj
Log:
Merged fix from TOT to branch
2005-08-17 Justin Garcia <justin.garcia at apple.com>
Reviewed by darin, adele
Fixes <rdar://problem/4219869> REGRESSION (OC): First frame never draws if it's delayed
A recent change uncovered a bug where on early returns from KHTMLView::layout(), layoutSchedulingEnabled
was not reset to true, preventing later layouts from occuring.
* khtml/khtmlview.cpp:
(KHTMLView::layout):
Revision Changes Path
No revision
No revision
1.4104.2.68.2.5 +2 -0 WebCore/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvs/root/WebCore/ChangeLog,v
retrieving revision 1.4104.2.68.2.4
retrieving revision 1.4104.2.68.2.5
diff -u -r1.4104.2.68.2.4 -r1.4104.2.68.2.5
--- ChangeLog 18 Aug 2005 00:18:54 -0000 1.4104.2.68.2.4
+++ ChangeLog 18 Aug 2005 00:20:48 -0000 1.4104.2.68.2.5
@@ -1,3 +1,5 @@
+=== WebCore-415.13.2 ===
+
2005-08-17 Adele Peterson <adele at apple.com>
Merged fix from TOT to branch
No revision
No revision
1.524.2.14.2.2 +3 -3 WebCore/WebCore.pbproj/Attic/project.pbxproj
Index: project.pbxproj
===================================================================
RCS file: /cvs/root/WebCore/WebCore.pbproj/Attic/project.pbxproj,v
retrieving revision 1.524.2.14.2.1
retrieving revision 1.524.2.14.2.2
diff -u -r1.524.2.14.2.1 -r1.524.2.14.2.2
--- project.pbxproj 4 Aug 2005 18:19:52 -0000 1.524.2.14.2.1
+++ project.pbxproj 18 Aug 2005 00:20:55 -0000 1.524.2.14.2.2
@@ -176,7 +176,7 @@
<key>CFBundleExecutable</key>
<string>WebCore</string>
<key>CFBundleGetInfoString</key>
- <string>415.13.1, 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>415.13.2, 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>415.13.1</string>
+ <string>415.13.2</string>
<key>CFBundleVersion</key>
- <string>415.13.1</string>
+ <string>415.13.2</string>
</dict>
</plist>
";
More information about the webkit-changes
mailing list