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

rjw rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:39:59 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit d7081790e975976c34bebfd385b8672cb81fc189
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu May 1 22:11:40 2003 +0000

            Added missing header and alphabetized.
    
            Reviewed by Ken.
    
            * Misc.subproj/WebKit.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4254 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 37920ae..c44e956 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,11 @@
+2003-05-01  Richard Williamson   <rjw at apple.com>
+
+        Added missing header and alphabetized.
+        
+        Reviewed by Ken.
+
+        * Misc.subproj/WebKit.h:
+
 2003-05-01  Chris Blumenberg  <cblu at apple.com>
 
         Fixed: 3234888 - REGRESSION: "can't add a plug-in to a defunct WebPluginController" error, then crash
diff --git a/WebKit/Misc.subproj/WebKit.h b/WebKit/Misc.subproj/WebKit.h
index 3d359d6..dc35c13 100644
--- a/WebKit/Misc.subproj/WebKit.h
+++ b/WebKit/Misc.subproj/WebKit.h
@@ -5,6 +5,7 @@
     Public header file.
 */
 
+#import <WebKit/WebAuthenticationChallenge.h>
 #import <WebKit/WebBackForwardList.h>
 #import <WebKit/WebDataSource.h>
 #import <WebKit/WebDocument.h>
@@ -15,8 +16,8 @@
 #import <WebKit/WebHistory.h>
 #import <WebKit/WebHistoryItem.h>
 #import <WebKit/WebKitErrors.h>
-#import <WebKit/WebPreferences.h>
 #import <WebKit/WebPolicyDelegate.h>
+#import <WebKit/WebPreferences.h>
 #import <WebKit/WebResourceLoadDelegate.h>
-#import <WebKit/WebView.h>
 #import <WebKit/WebUIDelegate.h>
+#import <WebKit/WebView.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list