[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

bweinstein at apple.com bweinstein at apple.com
Thu Feb 4 21:32:58 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 436d4433e85431b964c0dcc20250cf373723b280
Author: bweinstein at apple.com <bweinstein at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Jan 30 00:48:02 2010 +0000

    Rubber-stamped by Adam Roben.
    
    Move customDragCursorEnabled preference functions from
    IWebPreferences to IWebPreferencesPrivate.
    
    * Interfaces/IWebPreferences.idl: Moved customDragFunctions from here...
    * Interfaces/IWebPreferencesPrivate.idl: To here.
    * Interfaces/WebKit.idl: Touched to make sure we rebuild.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54088 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/win/ChangeLog b/WebKit/win/ChangeLog
index 6cc5d6e..deece76 100644
--- a/WebKit/win/ChangeLog
+++ b/WebKit/win/ChangeLog
@@ -1,5 +1,16 @@
 2010-01-29  Brian Weinstein  <bweinstein at apple.com>
 
+        Rubber-stamped by Adam Roben.
+
+        Move customDragCursorEnabled preference functions from 
+        IWebPreferences to IWebPreferencesPrivate.
+
+        * Interfaces/IWebPreferences.idl: Moved customDragFunctions from here...
+        * Interfaces/IWebPreferencesPrivate.idl: To here.
+        * Interfaces/WebKit.idl: Touched to make sure we rebuild.
+
+2010-01-29  Brian Weinstein  <bweinstein at apple.com>
+
         Reviewed by Adam Roben.
 
         Drag and Drop: Windows uses "stop" sign as cursor when dragging
diff --git a/WebKit/win/Interfaces/IWebPreferences.idl b/WebKit/win/Interfaces/IWebPreferences.idl
index 9a52d7c..40b7684 100644
--- a/WebKit/win/Interfaces/IWebPreferences.idl
+++ b/WebKit/win/Interfaces/IWebPreferences.idl
@@ -186,4 +186,7 @@ interface IWebPreferences : IUnknown
 
     HRESULT setZoomsTextOnly(BOOL zoomsTextOnly);
     HRESULT zoomsTextOnly(BOOL *zoomsTextOnly);
+
+    HRESULT setCustomDragCursorsEnabled([in] BOOL customDragCursorsEnabled);
+    HRESULT customDragCursorsEnabled([out, retval] BOOL* customDragCursorsEnabled);
 }
diff --git a/WebKit/win/Interfaces/IWebPreferencesPrivate.idl b/WebKit/win/Interfaces/IWebPreferencesPrivate.idl
index 1293fb8..cfd8e83 100644
--- a/WebKit/win/Interfaces/IWebPreferencesPrivate.idl
+++ b/WebKit/win/Interfaces/IWebPreferencesPrivate.idl
@@ -94,7 +94,4 @@ interface IWebPreferencesPrivate : IUnknown
 
     HRESULT setAcceleratedCompositingEnabled([in] BOOL);
     HRESULT acceleratedCompositingEnabled([out, retval] BOOL*);
-
-    HRESULT setCustomDragCursorsEnabled([in] BOOL);
-    HRESULT customDragCursorsEnabled([out, retval] BOOL*);
 }
diff --git a/WebKit/win/Interfaces/WebKit.idl b/WebKit/win/Interfaces/WebKit.idl
index 94dc697..3cd748c 100644
--- a/WebKit/win/Interfaces/WebKit.idl
+++ b/WebKit/win/Interfaces/WebKit.idl
@@ -294,4 +294,3 @@ library WebKit
         [default] interface IWebGeolocationPosition;
     }
 }
-

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list