[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:28:31 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 0dd35a756ef6c3d0efa70aaa133b89e120b823a2
Author: mjs <mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Aug 1 08:30:54 2002 +0000

    WebCore:
    
            Remove stuff formerly useful for "View Reconstructed Source"
    	feature but now useless.
    
    	* kwq/KWQKHTMLPartImpl.h:
            * kwq/KWQKHTMLPartImpl.mm:
    	(KWQKHTMLPartImpl::documentSource): Removed.
            * kwq/WebCoreBridge.h:
            * kwq/WebCoreBridge.mm:
    	(-[WebCoreBridge documentTextFromDOM]): Removed.
    
    WebKit:
    
            Remove stuff formerly useful for "View Reconstructed Source"
    	feature but now useless.
    
            * WebView.subproj/WebDataSource.h:
            * WebView.subproj/WebDataSource.m:
    	(-[WebDataSource documentTextFromDOM]): Removed.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1709 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index 0dd9bec..1ce1e59 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,3 +1,15 @@
+2002-08-01  Maciej Stachowiak  <mjs at apple.com>
+
+        Remove stuff formerly useful for "View Reconstructed Source"
+	feature but now useless.
+
+	* kwq/KWQKHTMLPartImpl.h:
+        * kwq/KWQKHTMLPartImpl.mm:
+	(KWQKHTMLPartImpl::documentSource): Removed.
+        * kwq/WebCoreBridge.h:
+        * kwq/WebCoreBridge.mm:
+	(-[WebCoreBridge documentTextFromDOM]): Removed.
+
 2002-07-31  Darin Adler  <darin at apple.com>
 
         * kwq/qt/qptrvector.h:
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 0dd9bec..1ce1e59 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,15 @@
+2002-08-01  Maciej Stachowiak  <mjs at apple.com>
+
+        Remove stuff formerly useful for "View Reconstructed Source"
+	feature but now useless.
+
+	* kwq/KWQKHTMLPartImpl.h:
+        * kwq/KWQKHTMLPartImpl.mm:
+	(KWQKHTMLPartImpl::documentSource): Removed.
+        * kwq/WebCoreBridge.h:
+        * kwq/WebCoreBridge.mm:
+	(-[WebCoreBridge documentTextFromDOM]): Removed.
+
 2002-07-31  Darin Adler  <darin at apple.com>
 
         * kwq/qt/qptrvector.h:
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 0dd9bec..1ce1e59 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,15 @@
+2002-08-01  Maciej Stachowiak  <mjs at apple.com>
+
+        Remove stuff formerly useful for "View Reconstructed Source"
+	feature but now useless.
+
+	* kwq/KWQKHTMLPartImpl.h:
+        * kwq/KWQKHTMLPartImpl.mm:
+	(KWQKHTMLPartImpl::documentSource): Removed.
+        * kwq/WebCoreBridge.h:
+        * kwq/WebCoreBridge.mm:
+	(-[WebCoreBridge documentTextFromDOM]): Removed.
+
 2002-07-31  Darin Adler  <darin at apple.com>
 
         * kwq/qt/qptrvector.h:
diff --git a/WebCore/kwq/KWQKHTMLPart.h b/WebCore/kwq/KWQKHTMLPart.h
index 9127009..60fb11a 100644
--- a/WebCore/kwq/KWQKHTMLPart.h
+++ b/WebCore/kwq/KWQKHTMLPart.h
@@ -83,7 +83,6 @@ public:
 
     void setTitle(const DOM::DOMString &);
     void setStatusBarText(const QString &status);
-    QString documentSource() const;
 
     bool frameExists(const QString &frameName);
     KHTMLPart *findFrame(const QString &frameName);
diff --git a/WebCore/kwq/KWQKHTMLPart.mm b/WebCore/kwq/KWQKHTMLPart.mm
index 21a6406..2ae9d62 100644
--- a/WebCore/kwq/KWQKHTMLPart.mm
+++ b/WebCore/kwq/KWQKHTMLPart.mm
@@ -556,12 +556,6 @@ QPtrList<KParts::ReadOnlyPart> KWQKHTMLPartImpl::frames() const
     return parts;
 }
 
-// FIXME: We should remove this; it's only used by the doomed "View Reconstructed Source" command.
-QString KWQKHTMLPartImpl::documentSource() const
-{
-    return m_documentSource;
-}
-
 void KWQKHTMLPartImpl::setBaseURL(const KURL &url)
 {
     m_baseURL = url;
diff --git a/WebCore/kwq/KWQKHTMLPartImpl.h b/WebCore/kwq/KWQKHTMLPartImpl.h
index 9127009..60fb11a 100644
--- a/WebCore/kwq/KWQKHTMLPartImpl.h
+++ b/WebCore/kwq/KWQKHTMLPartImpl.h
@@ -83,7 +83,6 @@ public:
 
     void setTitle(const DOM::DOMString &);
     void setStatusBarText(const QString &status);
-    QString documentSource() const;
 
     bool frameExists(const QString &frameName);
     KHTMLPart *findFrame(const QString &frameName);
diff --git a/WebCore/kwq/KWQKHTMLPartImpl.mm b/WebCore/kwq/KWQKHTMLPartImpl.mm
index 21a6406..2ae9d62 100644
--- a/WebCore/kwq/KWQKHTMLPartImpl.mm
+++ b/WebCore/kwq/KWQKHTMLPartImpl.mm
@@ -556,12 +556,6 @@ QPtrList<KParts::ReadOnlyPart> KWQKHTMLPartImpl::frames() const
     return parts;
 }
 
-// FIXME: We should remove this; it's only used by the doomed "View Reconstructed Source" command.
-QString KWQKHTMLPartImpl::documentSource() const
-{
-    return m_documentSource;
-}
-
 void KWQKHTMLPartImpl::setBaseURL(const KURL &url)
 {
     m_baseURL = url;
diff --git a/WebCore/kwq/WebCoreBridge.h b/WebCore/kwq/WebCoreBridge.h
index fc63d02..a9175a3 100644
--- a/WebCore/kwq/WebCoreBridge.h
+++ b/WebCore/kwq/WebCoreBridge.h
@@ -89,8 +89,6 @@ typedef khtml::RenderPart KHTMLRenderPart;
 
 - (void)scrollToBaseAnchor;
 
-- (NSString *)documentTextFromDOM;
-
 - (void)createKHTMLViewWithNSView:(NSView *)view
     width:(int)width height:(int)height
     marginWidth:(int)mw marginHeight:(int)mh;
diff --git a/WebCore/kwq/WebCoreBridge.mm b/WebCore/kwq/WebCoreBridge.mm
index b3f2c6f..15b308a 100644
--- a/WebCore/kwq/WebCoreBridge.mm
+++ b/WebCore/kwq/WebCoreBridge.mm
@@ -127,19 +127,6 @@ using namespace khtml;
     bridgeOwnsKHTMLView = YES;
 }
 
-- (NSString *)documentTextFromDOM
-{
-    NSString *string = nil;
-    DOM::DocumentImpl *doc = part->xmlDocImpl();
-    if (doc) {
-        string = [[doc->recursive_toHTML(1).getNSString() copy] autorelease];
-    }
-    if (string == nil) {
-        string = @"";
-    }
-    return string;
-}
-
 - (void)scrollToBaseAnchor
 {
     part->impl->gotoBaseAnchor();
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 62481ea..0ea9801 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,12 @@
+2002-08-01  Maciej Stachowiak  <mjs at apple.com>
+
+        Remove stuff formerly useful for "View Reconstructed Source"
+	feature but now useless.
+	
+        * WebView.subproj/WebDataSource.h:
+        * WebView.subproj/WebDataSource.m:
+	(-[WebDataSource documentTextFromDOM]): Removed.
+	
 2002-07-31  Maciej Stachowiak  <mjs at apple.com>
 
 	Changed things around so that WebFrame, not WebDataSource, owns
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 62481ea..0ea9801 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,12 @@
+2002-08-01  Maciej Stachowiak  <mjs at apple.com>
+
+        Remove stuff formerly useful for "View Reconstructed Source"
+	feature but now useless.
+	
+        * WebView.subproj/WebDataSource.h:
+        * WebView.subproj/WebDataSource.m:
+	(-[WebDataSource documentTextFromDOM]): Removed.
+	
 2002-07-31  Maciej Stachowiak  <mjs at apple.com>
 
 	Changed things around so that WebFrame, not WebDataSource, owns
diff --git a/WebKit/WebView.subproj/WebDataSource.h b/WebKit/WebView.subproj/WebDataSource.h
index 9257e65..7941cd9 100644
--- a/WebKit/WebView.subproj/WebDataSource.h
+++ b/WebKit/WebView.subproj/WebDataSource.h
@@ -126,14 +126,9 @@
 
 - (BOOL)isDocumentHTML;
 
-// Get the source of the document by reconstructing it from the DOM.
-- (NSString *)documentTextFromDOM;
-
-
 // Get the actual source of the document.
 - (NSString *)documentSource;
 
-
 // URL reference point, these should probably not be public for 1.0.
 - (NSURL *)base;
 - (NSString *)baseTarget;
diff --git a/WebKit/WebView.subproj/WebDataSource.m b/WebKit/WebView.subproj/WebDataSource.m
index 5eeda62..e067ecd 100644
--- a/WebKit/WebView.subproj/WebDataSource.m
+++ b/WebKit/WebView.subproj/WebDataSource.m
@@ -261,17 +261,6 @@
     return nil;
 }
 
-// FIXME: Move to representation
-- (NSString *)documentTextFromDOM
-{
-    if (_private->committed) {
-	return nil;
-    }
-
-    return [[self _bridge] documentTextFromDOM];
-}
-
-
 // URL reference point, these should probably not be public for 1.0.
 - (NSURL *)base
 {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list