[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:30:42 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 7e8b6e32e96ae132a9f1d5c438ee949d4b7bc39d
Author: vicki <vicki at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Mar 20 22:18:55 2003 +0000

    	don't include WebFoundation.h
    
            Reviewed by cblu.
    
            * Plugins.subproj/WebBaseNetscapePluginStream.m:
            * Plugins.subproj/WebNetscapePluginRepresentation.m:
            * Plugins.subproj/WebNetscapePluginStream.m:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3883 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index c517118..73accef 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,13 @@
+2003-03-20  Vicki Murley  <vicki at apple.com>
+
+	don't include WebFoundation.h
+
+        Reviewed by cblu.
+
+        * Plugins.subproj/WebBaseNetscapePluginStream.m:
+        * Plugins.subproj/WebNetscapePluginRepresentation.m:
+        * Plugins.subproj/WebNetscapePluginStream.m:
+
 === Safari-68 ===
 
 2003-03-20  Darin Adler  <darin at apple.com>
@@ -527,7 +537,8 @@
 
 	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.
+	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.
 
@@ -587,7 +598,8 @@
 	Fixed: 3197872 - Standalone plug-in content isn't restarted when switching tabs
 	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 the machinery in WebKit. The stream is only delivered once. This fix addresses that.
+	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.
 
@@ -1050,7 +1062,8 @@
 
         * 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 _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
         (-[WebDownload resource:willSendRequest:]): call _setRequest
@@ -1185,7 +1198,8 @@
 
         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 nil.
+        * 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
         (-[WebDownload _initWithLoadingResource:dataSource:]): call _loadStarted and _loadEnded
@@ -3177,6 +3191,7 @@
 	Because we start drags in mouseDragged (which AppKit says we shouldn't), we get mouseDragged events after a drag (image, link, text etc) has ended. We also get mouseDragged events after we've sent the fake mouseUp to WebCore. That is probably bad for unk
 
 
+
 nown reasons.
 
         Reviewed by darin.
@@ -3672,6 +3687,7 @@ nown reasons.
 	Fixed problem where we weren't stopping the Java plug-in. This problem was introduced on Jan. 1 when the ownership of the WebPluginController was moved from WebFrame to WebDataSource. This change moves the WebPluginController to the WebHTMLView. Why this
 
 
+
  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.
@@ -4989,6 +5005,7 @@ nown reasons.
 	While downloading a file, Safari and the Finder take up 30%-40% of the CPU each. This is happening because for every chunk of data we write to disk, we call -[NSWorkspace noteFileSystemChanged:]. noteFileSystemChanged is inefficient. It calls 2 AppleEven
 
 
+
 ts each with 60 timeouts. The event also cause the Finder to do a lot of work.
 
 	We should:
@@ -5007,6 +5024,7 @@ ts each with 60 timeouts. The event also cause the Finder to do a lot of work.
         (-[NSWorkspace _web_noteFileChangedAtPath:]): Notifies the Finder (or any other app that cares) that we added, removed or changed the attributes of a file. This method is better than calling noteFileSystemChanged: because noteFileSystemChanged: se
 
 
+
 nds 2 apple events both with a 60 second timeout. This method returns immediately.
         * WebKit.pbproj/project.pbxproj:
 
@@ -5636,6 +5654,7 @@ nds 2 apple events both with a 60 second timeout. This method returns immediatel
 	We were reusing the drag types from the previous drag pasteboard. For example, we would declare image types when dragging URLs. This would confuse the Finder, so location files weren't being created. This would occasional cause us to crash because we wer
 
 
+
 en't providing the declared data. 
 
         * Misc.subproj/WebNSPasteboardExtras.h:
diff --git a/WebKit/Plugins.subproj/WebBaseNetscapePluginStream.m b/WebKit/Plugins.subproj/WebBaseNetscapePluginStream.m
index 45bd392..761b233 100644
--- a/WebKit/Plugins.subproj/WebBaseNetscapePluginStream.m
+++ b/WebKit/Plugins.subproj/WebBaseNetscapePluginStream.m
@@ -8,7 +8,7 @@
 #import <WebKit/WebKitLogging.h>
 #import <WebKit/WebNetscapePluginPackage.h>
 
-#import <WebFoundation/WebFoundation.h>
+#import <WebFoundation/WebResponse.h>
 #import <WebFoundation/WebNSFileManagerExtras.h>
 
 @implementation WebBaseNetscapePluginStream
diff --git a/WebKit/Plugins.subproj/WebNetscapePluginRepresentation.m b/WebKit/Plugins.subproj/WebNetscapePluginRepresentation.m
index 9ae7d16..16ad63d 100644
--- a/WebKit/Plugins.subproj/WebNetscapePluginRepresentation.m
+++ b/WebKit/Plugins.subproj/WebNetscapePluginRepresentation.m
@@ -10,7 +10,7 @@
 #import <WebKit/WebNetscapePluginRepresentation.h>
 
 #import <WebFoundation/WebAssertions.h>
-#import <WebFoundation/WebFoundation.h>
+#import <WebFoundation/WebError.h>
 
 @implementation WebNetscapePluginRepresentation
 
diff --git a/WebKit/Plugins.subproj/WebNetscapePluginStream.m b/WebKit/Plugins.subproj/WebNetscapePluginStream.m
index 4890541..3341eed 100644
--- a/WebKit/Plugins.subproj/WebNetscapePluginStream.m
+++ b/WebKit/Plugins.subproj/WebNetscapePluginStream.m
@@ -10,6 +10,8 @@
 #import <WebKit/WebViewPrivate.h>
 
 #import <WebFoundation/WebFoundation.h>
+#import <WebFoundation/WebRequest.h>
+#import <WebFoundation/WebResource.h>
 
 @implementation WebNetscapePluginStream
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list