[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 08:12:40 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 56e6f12af580d67a488bcae818c4de7853a8baa3
Author: mjs <mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Nov 17 01:13:28 2003 +0000

            Reviewed by Dave.
    
    	- fixed 3484723 - name property of window reference from window.open call is always empty
    
            * kwq/KWQKHTMLPartBrowserExtension.mm:
            (KHTMLPartBrowserExtension::createNewWindow): Set the part name on the khtml side when
    	making a new window.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5530 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index e882f95..2693d71 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,13 @@
+2003-11-16  Maciej Stachowiak  <mjs at apple.com>
+
+        Reviewed by Dave.
+
+	- fixed 3484723 - name property of window reference from window.open call is always empty
+	
+        * kwq/KWQKHTMLPartBrowserExtension.mm:
+        (KHTMLPartBrowserExtension::createNewWindow): Set the part name on the khtml side when
+	making a new window.
+
 2003-11-16  David Hyatt  <hyatt at apple.com>
 
 	Fix for 3485766.
diff --git a/WebCore/kwq/KWQKHTMLPartBrowserExtension.mm b/WebCore/kwq/KWQKHTMLPartBrowserExtension.mm
index c7702af..844ba14 100644
--- a/WebCore/kwq/KWQKHTMLPartBrowserExtension.mm
+++ b/WebCore/kwq/KWQKHTMLPartBrowserExtension.mm
@@ -136,6 +136,7 @@ void KHTMLPartBrowserExtension::createNewWindow(const KURL &url,
     
     if (partResult) {
 	*partResult = [bridge part];
+	(*partResult)->setName(urlArgs.frameName);
     }
     return;
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list