[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

sheridan sheridan at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:50:49 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit d6e25832976958696f2d704da25e0755daa22580
Author: sheridan <sheridan at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 8 17:42:49 2003 +0000

    JSC and WC 92.1, picking up missed fixes for Safari-92
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4794 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index e1acf5e..0a88c54 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,5 @@
+=== JavaScriptCore-92.1 ===
+
 2003-08-07  Darin Adler  <darin at apple.com>
 
         Reviewed by John Sullivan.
diff --git a/JavaScriptCore/ChangeLog-2003-10-25 b/JavaScriptCore/ChangeLog-2003-10-25
index e1acf5e..0a88c54 100644
--- a/JavaScriptCore/ChangeLog-2003-10-25
+++ b/JavaScriptCore/ChangeLog-2003-10-25
@@ -1,3 +1,5 @@
+=== JavaScriptCore-92.1 ===
+
 2003-08-07  Darin Adler  <darin at apple.com>
 
         Reviewed by John Sullivan.
diff --git a/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj b/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
index 9c5e9e4..20fc8ea 100644
--- a/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
+++ b/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
@@ -175,7 +175,7 @@
 	<key>CFBundleShortVersionString</key>
 	<string>1.1</string>
 	<key>CFBundleVersion</key>
-	<string>92</string>
+	<string>92.1</string>
 </dict>
 </plist>
 ";
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index e008bb8..04fcaa0 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,5 @@
+=== WebCore-92.1 ===
+
 2003-08-07  Darin Adler  <darin at apple.com>
 
         Reviewed by John Sullivan.
@@ -2559,7 +2561,8 @@
 	
 2003-05-25  David Hyatt  <hyatt at apple.com>
 
-	Fix for 3268589, static position miscomputed when the positioned object is the last item in its enclosing block and when its previous sibling is a text run that ends in a space.  In this case we need to clear our trailingSpaceObject so that we don't mistakenly ignore the positioned object when building up bidi runs.
+	Fix for 3268589, static position miscomputed when the positioned object is the last item in its enclosing block and when its previous sibling is a text run that ends in a space.  In this case we need to clear our trailingSpaceObject so that we don't mist
+akenly ignore the positioned object when building up bidi runs.
 
 	Fix for 3260053, table-layout of inherit not supported.  This
 	caused a crash.  The fix is to just add in the support for the inherit
@@ -5118,6 +5121,7 @@
 
 	Whenever we encounter an OBJECT tag with a type that starts with "image/" we create a render image object instead of a render part object. The behavior is nice because this allows the render object to resize to the size of the image if no WIDTH and HEIGH
 
+
 T are supplied. For example, the image at the bottom of this page:
 
 	http://tantek.com/CSS/Examples/boxmodelhack.html
@@ -11925,6 +11929,7 @@ T are supplied. For example, the image at the bottom of this page:
 
 	This patch also makes the "clip" property apply to the element that specifies the clip instead of to the element's kids.  This is ambiguous in the spec, but it turns out other browsers do it this way, so there really is an interpretation that must be fol
 
+
 lowed. :)
         
 	Reviewed by darin
@@ -12682,7 +12687,8 @@ lowed. :)
 	Fixed: 3131267 - REGRESSION: Java 1.4.1 Applets Restarted When Window is Resized
 	Fixed: 3131244 - REGRESSION: Java 1.4.1 Multiple Copies of Applet Started When Window is Resized
 
-	Dave recently patched khtml with a fix for media content inside of table cells. The patch causes the java widget to get the layout call more than once. Calling layout more than once is perfectly allowed, but the java widget wasn't prepared for that and would create a new java view for each layout. We now only create a java view when the java view hasn't already been created.
+	Dave recently patched khtml with a fix for media content inside of table cells. The patch causes the java widget to get the layout call more than once. Calling layout more than once is perfectly allowed, but the java widget wasn't prepared for that and w
+ould create a new java view for each layout. We now only create a java view when the java view hasn't already been created.
 
         Reviewed by darin.
 
@@ -12756,10 +12762,12 @@ lowed. :)
 
 	3052731: The page has a syntax error. Notice the missing ">"? He treat this as an OBJECT without an EMBED. khtml actually has a fallback for this. They check the classid and map a mime type to it. They currently map for  realaudio and flash, but not quic
 
+
 ktime. I added a quicktime mapping as well as a mapping for shockwave.
 
 	3025872: khtml was unable to parse the EMBED tag within the OBJECT tag (similar to 3052731). When this happens, it looks at the classid and maps it to a mime type. This part was successful because it has a classid->mime type mapping for flash. The strang
 
+
 e thing was that it was setting the main URL of the plug-in to "dummy". The code has this comment:
 
 	url = "dummy"; // Not needed, but KHTMLPart aborts the request if empty
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index e008bb8..04fcaa0 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,5 @@
+=== WebCore-92.1 ===
+
 2003-08-07  Darin Adler  <darin at apple.com>
 
         Reviewed by John Sullivan.
@@ -2559,7 +2561,8 @@
 	
 2003-05-25  David Hyatt  <hyatt at apple.com>
 
-	Fix for 3268589, static position miscomputed when the positioned object is the last item in its enclosing block and when its previous sibling is a text run that ends in a space.  In this case we need to clear our trailingSpaceObject so that we don't mistakenly ignore the positioned object when building up bidi runs.
+	Fix for 3268589, static position miscomputed when the positioned object is the last item in its enclosing block and when its previous sibling is a text run that ends in a space.  In this case we need to clear our trailingSpaceObject so that we don't mist
+akenly ignore the positioned object when building up bidi runs.
 
 	Fix for 3260053, table-layout of inherit not supported.  This
 	caused a crash.  The fix is to just add in the support for the inherit
@@ -5118,6 +5121,7 @@
 
 	Whenever we encounter an OBJECT tag with a type that starts with "image/" we create a render image object instead of a render part object. The behavior is nice because this allows the render object to resize to the size of the image if no WIDTH and HEIGH
 
+
 T are supplied. For example, the image at the bottom of this page:
 
 	http://tantek.com/CSS/Examples/boxmodelhack.html
@@ -11925,6 +11929,7 @@ T are supplied. For example, the image at the bottom of this page:
 
 	This patch also makes the "clip" property apply to the element that specifies the clip instead of to the element's kids.  This is ambiguous in the spec, but it turns out other browsers do it this way, so there really is an interpretation that must be fol
 
+
 lowed. :)
         
 	Reviewed by darin
@@ -12682,7 +12687,8 @@ lowed. :)
 	Fixed: 3131267 - REGRESSION: Java 1.4.1 Applets Restarted When Window is Resized
 	Fixed: 3131244 - REGRESSION: Java 1.4.1 Multiple Copies of Applet Started When Window is Resized
 
-	Dave recently patched khtml with a fix for media content inside of table cells. The patch causes the java widget to get the layout call more than once. Calling layout more than once is perfectly allowed, but the java widget wasn't prepared for that and would create a new java view for each layout. We now only create a java view when the java view hasn't already been created.
+	Dave recently patched khtml with a fix for media content inside of table cells. The patch causes the java widget to get the layout call more than once. Calling layout more than once is perfectly allowed, but the java widget wasn't prepared for that and w
+ould create a new java view for each layout. We now only create a java view when the java view hasn't already been created.
 
         Reviewed by darin.
 
@@ -12756,10 +12762,12 @@ lowed. :)
 
 	3052731: The page has a syntax error. Notice the missing ">"? He treat this as an OBJECT without an EMBED. khtml actually has a fallback for this. They check the classid and map a mime type to it. They currently map for  realaudio and flash, but not quic
 
+
 ktime. I added a quicktime mapping as well as a mapping for shockwave.
 
 	3025872: khtml was unable to parse the EMBED tag within the OBJECT tag (similar to 3052731). When this happens, it looks at the classid and maps it to a mime type. This part was successful because it has a classid->mime type mapping for flash. The strang
 
+
 e thing was that it was setting the main URL of the plug-in to "dummy". The code has this comment:
 
 	url = "dummy"; // Not needed, but KHTMLPart aborts the request if empty
diff --git a/WebCore/WebCore.pbproj/project.pbxproj b/WebCore/WebCore.pbproj/project.pbxproj
index 84cadac..f2eec37 100644
--- a/WebCore/WebCore.pbproj/project.pbxproj
+++ b/WebCore/WebCore.pbproj/project.pbxproj
@@ -190,7 +190,7 @@
 	<key>CFBundleShortVersionString</key>
 	<string>1.1</string>
 	<key>CFBundleVersion</key>
-	<string>92</string>
+	<string>92.1</string>
 </dict>
 </plist>
 ";

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list