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

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


The following commit has been merged in the debian/unstable branch:
commit a8ad97e062cdf2709fda182ee0b5dc99b5a7988d
Author: vicki <vicki at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu May 8 00:13:23 2003 +0000

    JavaScriptCore:
    
            Reviewed by darin.
    
    	- modify the Mixed build style to build optimized with symbols
    
    	* JavaScriptCore.pbproj/project.pbxproj:  removed OPTIMIZATION_CFLAGS
    
    WebFoundation:
    
            Reviewed by darin.
    
    	- modify the Mixed build style to build optimized with symbols
    
            * WebFoundation.pbproj/project.pbxproj: removed OPTIMIZATION_CFLAGS
    
    WebCore:
    
            Reviewed by darin.
    
    	- modify the Mixed build style to build optimized with symbols
    
            * WebCore.pbproj/project.pbxproj: removed OPTIMIZATION_CFLAGS, use WebCore.exp
    
    WebKit:
    
            Reviewed by darin.
    
    	- modify the Mixed build style to build optimized with symbols
    
            * WebKit.pbproj/project.pbxproj: removed OPTIMIZATION_CGLAGS
    
    WebBrowser:
    
            Reviewed by darin.
    
    	- modify the Mixed build style to build optimized with symbols
    
            * WebBrowser.pbproj/project.pbxproj: removed OPTIMIZATION_CFLAGS
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4303 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 870faba..a9ba594 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,11 @@
+2003-05-07  Vicki Murley  <vicki at apple.com>
+
+        Reviewed by darin.
+	
+	- modify the Mixed build style to build optimized with symbols
+        
+	* JavaScriptCore.pbproj/project.pbxproj:  removed OPTIMIZATION_CFLAGS
+
 2003-05-05  Maciej Stachowiak  <mjs at apple.com>
 
         Reviewed by Don.
diff --git a/JavaScriptCore/ChangeLog-2003-10-25 b/JavaScriptCore/ChangeLog-2003-10-25
index 870faba..a9ba594 100644
--- a/JavaScriptCore/ChangeLog-2003-10-25
+++ b/JavaScriptCore/ChangeLog-2003-10-25
@@ -1,3 +1,11 @@
+2003-05-07  Vicki Murley  <vicki at apple.com>
+
+        Reviewed by darin.
+	
+	- modify the Mixed build style to build optimized with symbols
+        
+	* JavaScriptCore.pbproj/project.pbxproj:  removed OPTIMIZATION_CFLAGS
+
 2003-05-05  Maciej Stachowiak  <mjs at apple.com>
 
         Reviewed by Don.
diff --git a/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj b/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
index df97fd7..a14e269 100644
--- a/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
+++ b/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
@@ -827,7 +827,6 @@
 			buildSettings = {
 				COPY_PHASE_STRIP = NO;
 				DEBUG_CFLAGS = "";
-				OPTIMIZATION_CFLAGS = "-O";
 				OTHER_LDFLAGS = "\U0001-seg1addr $(LOCAL_SEG1_ADDR)";
 			};
 			isa = PBXBuildStyle;
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 504c336..41241e3 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,11 @@
+2003-05-07  Vicki Murley  <vicki at apple.com>
+
+        Reviewed by darin.
+
+	- modify the Mixed build style to build optimized with symbols
+
+        * WebCore.pbproj/project.pbxproj: removed OPTIMIZATION_CFLAGS, use WebCore.exp
+
 2003-05-07  Darin Adler  <darin at apple.com>
 
         Reviewed by Ken.
@@ -1450,7 +1458,9 @@
 
 	Fixed: 3162338 - Embedding SVG with <object type="image/svg+xml"> doesn't work
 
-	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 HEIGHT are supplied. For example, the image at the bottom of this page:
+	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
 
@@ -8255,7 +8265,9 @@
 	that if x,y aren't inside the clip rect, the layer doesn't get added to
 	the list.
 
-	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 followed. :)
+	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
 
@@ -9012,7 +9024,9 @@
 	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.
 
@@ -9084,9 +9098,13 @@
 	Fixed: 3052731 - qt file complains about lack of active-x handler
 	Fixed: 3025872 - Black square where lion should be on mgm.com
 
-	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 quicktime. I added a quicktime mapping as well as a mapping for shockwave.
+	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
 
-	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 strange thing was that it was setting the main URL of the plug-in to "dummy". The code has this comment:
+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 504c336..41241e3 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,11 @@
+2003-05-07  Vicki Murley  <vicki at apple.com>
+
+        Reviewed by darin.
+
+	- modify the Mixed build style to build optimized with symbols
+
+        * WebCore.pbproj/project.pbxproj: removed OPTIMIZATION_CFLAGS, use WebCore.exp
+
 2003-05-07  Darin Adler  <darin at apple.com>
 
         Reviewed by Ken.
@@ -1450,7 +1458,9 @@
 
 	Fixed: 3162338 - Embedding SVG with <object type="image/svg+xml"> doesn't work
 
-	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 HEIGHT are supplied. For example, the image at the bottom of this page:
+	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
 
@@ -8255,7 +8265,9 @@
 	that if x,y aren't inside the clip rect, the layer doesn't get added to
 	the list.
 
-	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 followed. :)
+	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
 
@@ -9012,7 +9024,9 @@
 	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.
 
@@ -9084,9 +9098,13 @@
 	Fixed: 3052731 - qt file complains about lack of active-x handler
 	Fixed: 3025872 - Black square where lion should be on mgm.com
 
-	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 quicktime. I added a quicktime mapping as well as a mapping for shockwave.
+	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
 
-	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 strange thing was that it was setting the main URL of the plug-in to "dummy". The code has this comment:
+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 56d0a27..21d0cc2 100644
--- a/WebCore/WebCore.pbproj/project.pbxproj
+++ b/WebCore/WebCore.pbproj/project.pbxproj
@@ -8113,8 +8113,7 @@
 			buildSettings = {
 				COPY_PHASE_STRIP = NO;
 				DEBUG_CFLAGS = "";
-				EXPORTED_SYMBOLS_FILE = "WebCore-combined.exp";
-				OPTIMIZATION_CFLAGS = "-O";
+				EXPORTED_SYMBOLS_FILE = "WebCore.exp";
 				OTHER_LDFLAGS = "\U0001-seg1addr $(LOCAL_SEG1_ADDR)";
 			};
 			isa = PBXBuildStyle;
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index e17603a..11fdcd2 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,11 @@
+2003-05-07  Vicki Murley  <vicki at apple.com>
+
+        Reviewed by darin.
+
+	- modify the Mixed build style to build optimized with symbols
+
+        * WebKit.pbproj/project.pbxproj: removed OPTIMIZATION_CGLAGS
+
 2003-05-06  Richard Williamson   <rjw at apple.com>
 
         Fixed problem for HelpViewer.  HV calls stopLoading in 
@@ -4575,6 +4583,7 @@
 	Fixed: 3199951 - Standalone plug-in content that is cancelled doesn't restart when switching tabs
 
 	Instead of creating and managing resourceData in WebMainResourceClient then passing the ownership to WebDataSource, just manage it in WebDataSource. We had the prior behavior because we didn't buffer downloads. Now, we always buffer. The fix for the bug 
+
 is to retain the incomplete data even though the load ends in error.
 
         Reviewed by darin.
@@ -4636,6 +4645,7 @@ is to retain the incomplete data even though the load ends in error.
 	Fixed: 3189675 - assertion in plug-in code fails (nil window) with .swf page displaying standalone in a tab
 
 	We start plug-ins when they are added to the window and stop them when they are removed. To restart a plug-in, the data stream must be redelivered. This works in the embedded plug-in case, but in the standalone plug-in case, the stream is delivered by th
+
 e machinery in WebKit. The stream is only delivered once. This fix addresses that.
 
         Reviewed by trey.
@@ -5100,6 +5110,7 @@ e machinery in WebKit. The stream is only delivered once. This fix addresses tha
         * Downloads.subproj/WebDownload.m:
         (-[WebDownloadPrivate dealloc]): release the WebResourceDelegateProxy
         (-[WebDownload _initWithLoadingResource:request:response:delegate:proxy:]): renamed, don't pass a datasource so WebDownload is completely disconnected from the that. Pass the proxy so it transfers ownership from WebMainResourceClient and it doesn'
+
 t leak when we cancel a download.
         (-[WebDownload _setRequest:]): added
         (-[WebDownload _setResponse:]): added
@@ -5236,6 +5247,7 @@ t leak when we cancel a download.
         Reviewed by trey.
 
         * Downloads.subproj/WebDownload.h: Changed the download delegate method from download:didStartFromDataSource: download:didStartFromRequest:. Passing the data source wasn't that helpful. It was also quirky that the data source would sometimes be ni
+
 l.
         * Downloads.subproj/WebDownload.m:
         (-[WebDownloadPrivate dealloc]): release directory path
@@ -7229,6 +7241,7 @@ l.
 
 
 
+
 nown reasons.
 
         Reviewed by darin.
@@ -7725,6 +7738,7 @@ nown reasons.
 
 
 
+
  change?
 
 	- The state of the plug-ins (currently only the Java plug-in) completely relies on the state of the WebHTMLView, not on the state of the WebDataSource.
@@ -9043,6 +9057,7 @@ nown reasons.
 
 
 
+
 ts each with 60 timeouts. The event also cause the Finder to do a lot of work.
 
 	We should:
@@ -9062,6 +9077,7 @@ ts each with 60 timeouts. The event also cause the Finder to do a lot of work.
 
 
 
+
 nds 2 apple events both with a 60 second timeout. This method returns immediately.
         * WebKit.pbproj/project.pbxproj:
 
@@ -9692,6 +9708,7 @@ nds 2 apple events both with a 60 second timeout. This method returns immediatel
 
 
 
+
 en't providing the declared data. 
 
         * Misc.subproj/WebNSPasteboardExtras.h:
diff --git a/WebKit/WebKit.pbproj/project.pbxproj b/WebKit/WebKit.pbproj/project.pbxproj
index fa7c630..b6b6ef2 100644
--- a/WebKit/WebKit.pbproj/project.pbxproj
+++ b/WebKit/WebKit.pbproj/project.pbxproj
@@ -2838,7 +2838,6 @@
 			buildSettings = {
 				COPY_PHASE_STRIP = NO;
 				DEBUG_CFLAGS = "";
-				OPTIMIZATION_CFLAGS = "-O";
 				OTHER_LDFLAGS = "\U0001-seg1addr $(LOCAL_SEG1_ADDR)";
 			};
 			isa = PBXBuildStyle;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list