[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:38:26 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit fa44b66263e645fd11c7dc0328ad3a07457f04ac
Author: mjs <mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Sep 12 06:53:49 2002 +0000

    WebCore:
    
    	Don't show the window here any more, now that WebBrowser will set
    	it up to be shown properly itself.
    
            * kwq/KWQKHTMLPartBrowserExtension.mm:
            (KHTMLPartBrowserExtension::createNewWindow):
    
    WebBrowser:
    
    	Changed new window opening to happen right away instead of waiting
    	until the content policy is known. This avoids the horrible lack
    	of feedback and feeling of slowness on new window opening, but
    	re-introduces the problem that command-clicking on a link that
    	downloads leaves around an empty window (Radar 3049296).
    
    	While I was at it, I made goToInitialURL get called right away
    	instead of deferring it, since the problems that arose from
    	calling it right away before no longer apply.
    
    	- fixed Radar 3017596 - Cmd click on link doesn't display new window fast enough
    	- fixed Radar 3049291 - Deferring goToInitialURL can cause problems
    
            * BrowserDocument.h:
            * BrowserDocument.m:
    	Remove methods and code related to awaiting the content policy,
    	since we no longer wait for it.
            * BrowserDocumentController.m:
            (-[BrowserDocumentController
    	openDocumentWithContentsOfURL:referrer:display:]): Show the window
    	next time through the event loop.
            (-[BrowserDocumentController
    	_createEmptyBrowserDocumentAndDisplay:]): Show the window next
    	time through the event loop.
            * BrowserWebController.m:
    	(-[BrowserWebController contentPolicyForMIMEType:URL:inFrame:]):
    	No more need to show or close window when content policy is
    	determined.
            * BrowserWindowController.m:
            (-[BrowserWindowController windowDidLoad]): Go to initial URL
    	immediately, not after delay.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2044 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index 4c4cd14..95b6fe8 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,3 +1,11 @@
+2002-09-11  Maciej Stachowiak  <mjs at apple.com>
+
+	Don't show the window here any more, now that WebBrowser will set
+	it up to be shown properly itself.
+	
+        * kwq/KWQKHTMLPartBrowserExtension.mm:
+        (KHTMLPartBrowserExtension::createNewWindow):
+
 2002-09-11  David Hyatt  <hyatt at apple.com>
 
 	Fix horizontal scrolling.  The HTML render object lies.  It lies, 
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 4c4cd14..95b6fe8 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,11 @@
+2002-09-11  Maciej Stachowiak  <mjs at apple.com>
+
+	Don't show the window here any more, now that WebBrowser will set
+	it up to be shown properly itself.
+	
+        * kwq/KWQKHTMLPartBrowserExtension.mm:
+        (KHTMLPartBrowserExtension::createNewWindow):
+
 2002-09-11  David Hyatt  <hyatt at apple.com>
 
 	Fix horizontal scrolling.  The HTML render object lies.  It lies, 
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 4c4cd14..95b6fe8 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,11 @@
+2002-09-11  Maciej Stachowiak  <mjs at apple.com>
+
+	Don't show the window here any more, now that WebBrowser will set
+	it up to be shown properly itself.
+	
+        * kwq/KWQKHTMLPartBrowserExtension.mm:
+        (KHTMLPartBrowserExtension::createNewWindow):
+
 2002-09-11  David Hyatt  <hyatt at apple.com>
 
 	Fix horizontal scrolling.  The HTML render object lies.  It lies, 
diff --git a/WebCore/kwq/KWQKHTMLPartBrowserExtension.mm b/WebCore/kwq/KWQKHTMLPartBrowserExtension.mm
index 425861d..e9f0951 100644
--- a/WebCore/kwq/KWQKHTMLPartBrowserExtension.mm
+++ b/WebCore/kwq/KWQKHTMLPartBrowserExtension.mm
@@ -121,8 +121,6 @@ void KHTMLPartBrowserExtension::createNewWindow(const KURL &url,
 	[bridge setWindowFrame:frame];
     }
     
-    [[[bridge window] windowController] showWindow:nil];
-
     *partResult = [bridge part];
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list