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

mjs mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:40:28 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit cb34f0dce757676b0291c70eeb00d88ab1269ce7
Author: mjs <mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Sep 20 06:25:57 2002 +0000

    WebFoundation:
    
            * Makefile.am: Make `doc' target depend on `all'.
    
    WebKit:
    
            * Makefile.am: Make `doc' target depend on `all'.
            * WebView.subproj/WebContextMenuHandler.h: Fix typo found by `make doc'.
            * WebView.subproj/WebLocationChangeHandler.h: Likewise.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2103 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 98d8fdd..e772155 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,11 @@
 2002-09-19  Maciej Stachowiak  <mjs at apple.com>
 
+        * Makefile.am: Make `doc' target depend on `all'.
+        * WebView.subproj/WebContextMenuHandler.h: Fix typo found by `make doc'.
+        * WebView.subproj/WebLocationChangeHandler.h: Likewise.
+
+2002-09-19  Maciej Stachowiak  <mjs at apple.com>
+
         * Makefile.am: Added `make doc' target.
 
 2002-09-19  John Sullivan  <sullivan at apple.com>
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 98d8fdd..e772155 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,5 +1,11 @@
 2002-09-19  Maciej Stachowiak  <mjs at apple.com>
 
+        * Makefile.am: Make `doc' target depend on `all'.
+        * WebView.subproj/WebContextMenuHandler.h: Fix typo found by `make doc'.
+        * WebView.subproj/WebLocationChangeHandler.h: Likewise.
+
+2002-09-19  Maciej Stachowiak  <mjs at apple.com>
+
         * Makefile.am: Added `make doc' target.
 
 2002-09-19  John Sullivan  <sullivan at apple.com>
diff --git a/WebKit/Makefile.am b/WebKit/Makefile.am
index a65f956..a3c8a95 100644
--- a/WebKit/Makefile.am
+++ b/WebKit/Makefile.am
@@ -17,5 +17,5 @@ all: previous-clean-timestamp
 previous-clean-timestamp: force-clean-timestamp
 	make clean && touch $@
 
-doc:
+doc: all
 	../Tools/Scripts/make-docs $(SYMROOTS)/Documentation/WebKit $(SYMROOTS)/WebKit.framework/Headers
diff --git a/WebKit/WebView.subproj/WebContextMenuDelegate.h b/WebKit/WebView.subproj/WebContextMenuDelegate.h
index bcb7e26..d8ea6bb 100644
--- a/WebKit/WebView.subproj/WebContextMenuDelegate.h
+++ b/WebKit/WebView.subproj/WebContextMenuDelegate.h
@@ -15,7 +15,7 @@ extern NSString *WebContextMenuElementImageKey;
 extern NSString *WebContextMenuElementFrameKey;
 
 /*!
-    @protcol WebContextMenuHandler
+    @protocol WebContextMenuHandler
     @discussion WebContextMenuHandler determine what context menu items are visible over
     a clicked element.
 */
diff --git a/WebKit/WebView.subproj/WebContextMenuHandler.h b/WebKit/WebView.subproj/WebContextMenuHandler.h
index bcb7e26..d8ea6bb 100644
--- a/WebKit/WebView.subproj/WebContextMenuHandler.h
+++ b/WebKit/WebView.subproj/WebContextMenuHandler.h
@@ -15,7 +15,7 @@ extern NSString *WebContextMenuElementImageKey;
 extern NSString *WebContextMenuElementFrameKey;
 
 /*!
-    @protcol WebContextMenuHandler
+    @protocol WebContextMenuHandler
     @discussion WebContextMenuHandler determine what context menu items are visible over
     a clicked element.
 */
diff --git a/WebKit/WebView.subproj/WebFrameLoadDelegate.h b/WebKit/WebView.subproj/WebFrameLoadDelegate.h
index b260cc0..ed965a9 100644
--- a/WebKit/WebView.subproj/WebFrameLoadDelegate.h
+++ b/WebKit/WebView.subproj/WebFrameLoadDelegate.h
@@ -12,7 +12,7 @@
 @class WebFrame;
 
 /*!
-    @protcol WebLocationChangeHandler
+    @protocol WebLocationChangeHandler
     @abstract A controller's WebLocationChangeHandler track changes it's frame's location. 
 */
 @protocol WebLocationChangeHandler <NSObject>
diff --git a/WebKit/WebView.subproj/WebLocationChangeDelegate.h b/WebKit/WebView.subproj/WebLocationChangeDelegate.h
index b260cc0..ed965a9 100644
--- a/WebKit/WebView.subproj/WebLocationChangeDelegate.h
+++ b/WebKit/WebView.subproj/WebLocationChangeDelegate.h
@@ -12,7 +12,7 @@
 @class WebFrame;
 
 /*!
-    @protcol WebLocationChangeHandler
+    @protocol WebLocationChangeHandler
     @abstract A controller's WebLocationChangeHandler track changes it's frame's location. 
 */
 @protocol WebLocationChangeHandler <NSObject>
diff --git a/WebKit/WebView.subproj/WebLocationChangeHandler.h b/WebKit/WebView.subproj/WebLocationChangeHandler.h
index b260cc0..ed965a9 100644
--- a/WebKit/WebView.subproj/WebLocationChangeHandler.h
+++ b/WebKit/WebView.subproj/WebLocationChangeHandler.h
@@ -12,7 +12,7 @@
 @class WebFrame;
 
 /*!
-    @protcol WebLocationChangeHandler
+    @protocol WebLocationChangeHandler
     @abstract A controller's WebLocationChangeHandler track changes it's frame's location. 
 */
 @protocol WebLocationChangeHandler <NSObject>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list