[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677
sullivan
sullivan at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:34:20 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit 926ebd1bfb558a8a67d9ed29432b7b00213884e8
Author: sullivan <sullivan at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Thu Apr 15 17:50:43 2004 +0000
* WebView.subproj/WebPreferencesPrivate.h:
added comments
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6385 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 1363713..362c58d 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-15 John Sullivan <sullivan at apple.com>
+
+ * WebView.subproj/WebPreferencesPrivate.h:
+ added comments
+
2004-04-14 Richard Williamson <rjw at apple.com>
Updated fix for 3576315. Don't hardcode 22 as the titlebar
diff --git a/WebKit/WebView.subproj/WebPreferencesPrivate.h b/WebKit/WebView.subproj/WebPreferencesPrivate.h
index 2d3d2a4..42429cc 100644
--- a/WebKit/WebView.subproj/WebPreferencesPrivate.h
+++ b/WebKit/WebView.subproj/WebPreferencesPrivate.h
@@ -22,10 +22,30 @@
+ (void)_setIBCreatorID:(NSString *)string;
-- (void)setPrivateBrowsingEnabled:(BOOL)newValue;
+/*!
+ @method setPrivateBrowsingEnabled:
+ @param flag
+ @abstract If private browsing is enabled, WebKit will not store information
+ about sites the user visits.
+*/
+- (void)setPrivateBrowsingEnabled:(BOOL)flag;
+
+/*!
+ @method privateBrowsingEnabled
+ */
- (BOOL)privateBrowsingEnabled;
+/*!
+ @method setTabsToLinks:
+ @param flag
+ @abstract If tabsToLinks is YES, the tab key will focus links and form controls.
+ The option key temporarily reverses this preference.
+*/
- (void)setTabsToLinks:(BOOL)flag;
+
+/*!
+ @method tabsToLinks
+*/
- (BOOL)tabsToLinks;
@end
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list