[webkit-changes] cvs commit: WebKit/WebKit.pbproj project.pbxproj
Adele
adele at opensource.apple.com
Thu Jul 14 13:53:55 PDT 2005
adele 05/07/14 13:53:55
Modified: . Tag: gcc-4-0-branch ChangeLog
DOM.subproj Tag: gcc-4-0-branch DOMEvents.h
WebKit.pbproj Tag: gcc-4-0-branch project.pbxproj
Log:
Versioning for gcc-4-0-branch - WebKit-412.0.3
Revision Changes Path
No revision
No revision
1.3118.6.8 +2 -0 WebKit/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvs/root/WebKit/ChangeLog,v
retrieving revision 1.3118.6.7
retrieving revision 1.3118.6.8
diff -u -r1.3118.6.7 -r1.3118.6.8
--- ChangeLog 14 Jul 2005 18:04:57 -0000 1.3118.6.7
+++ ChangeLog 14 Jul 2005 20:53:43 -0000 1.3118.6.8
@@ -1,3 +1,5 @@
+=== WebKit-412.0.3 ===
+
2005-07-14 Adele Peterson <adele at apple.com>
Merged fix for:
No revision
No revision
1.3.18.1 +1 -1 WebKit/DOM.subproj/Attic/DOMEvents.h
Index: DOMEvents.h
===================================================================
RCS file: /cvs/root/WebKit/DOM.subproj/Attic/DOMEvents.h,v
retrieving revision 1.3
retrieving revision 1.3.18.1
diff -u -r1.3 -r1.3.18.1
--- DOMEvents.h 14 May 2004 17:29:55 -0000 1.3
+++ DOMEvents.h 14 Jul 2005 20:53:53 -0000 1.3.18.1
@@ -37,7 +37,7 @@
- (void)handleEvent:(DOMEvent *)event;
@end
- at protocol DOMEventTarget <NSObject>
+ at protocol DOMEventTarget <NSObject, NSCopying>
- (void)addEventListener:(NSString *)type :(id <DOMEventListener>)listener :(BOOL)useCapture;
- (void)removeEventListener:(NSString *)type :(id <DOMEventListener>)listener :(BOOL)useCapture;
- (BOOL)dispatchEvent:(DOMEvent *)event;
No revision
No revision
1.706.4.4 +3 -3 WebKit/WebKit.pbproj/project.pbxproj
Index: project.pbxproj
===================================================================
RCS file: /cvs/root/WebKit/WebKit.pbproj/project.pbxproj,v
retrieving revision 1.706.4.3
retrieving revision 1.706.4.4
diff -u -r1.706.4.3 -r1.706.4.4
--- project.pbxproj 9 Jul 2005 00:52:05 -0000 1.706.4.3
+++ project.pbxproj 14 Jul 2005 20:53:53 -0000 1.706.4.4
@@ -186,7 +186,7 @@
<key>CFBundleExecutable</key>
<string>WebKit</string>
<key>CFBundleGetInfoString</key>
- <string>412.0.2, Copyright 2005 Apple Computer, Inc.</string>
+ <string>412.0.3, Copyright 2005 Apple Computer, Inc.</string>
<key>CFBundleIdentifier</key>
<string>com.apple.WebKit</string>
<key>CFBundleInfoDictionaryVersion</key>
@@ -196,9 +196,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
- <string>412.0.2</string>
+ <string>412.0.3</string>
<key>CFBundleVersion</key>
- <string>412.0.2</string>
+ <string>412.0.3</string>
</dict>
</plist>
";
More information about the webkit-changes
mailing list