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

rjw rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:49:59 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 195b2c883016a089a524e9403dce59c9073b83e8
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Oct 8 21:09:40 2001 +0000

    Changed owner of htmlview test app nib.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@302 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/configure b/WebCore/configure
index 0ad51a9..e781565 100644
--- a/WebCore/configure
+++ b/WebCore/configure
@@ -1041,7 +1041,7 @@ if test -z "$ac_cv_prog_CXX"; then
 	$CONFIG_ERR c++
 	exit 1
 fi
-CFLAGS="-fno-coalesce-static-vtables -DHAVE_CONFIG_H"
+CFLAGS="-g -fno-coalesce-static-vtables -DHAVE_CONFIG_H"
  
 CXXFLAGS=$CFLAGS
  
diff --git a/WebCore/configure.in b/WebCore/configure.in
index 30406b0..95c3f63 100644
--- a/WebCore/configure.in
+++ b/WebCore/configure.in
@@ -59,7 +59,7 @@ if test -z "$ac_cv_prog_CXX"; then
 	$CONFIG_ERR c++
 	exit 1
 fi
-CFLAGS="-fno-coalesce-static-vtables -DHAVE_CONFIG_H"
+CFLAGS="-g -fno-coalesce-static-vtables -DHAVE_CONFIG_H"
 AC_SUBST(CFLAGS) 
 CXXFLAGS=$CFLAGS
 AC_SUBST(CXXFLAGS) 
diff --git a/WebCore/kwq/tests/khtmlview/WebViewTest/English.lproj/MainMenu.nib/classes.nib b/WebCore/kwq/tests/khtmlview/WebViewTest/English.lproj/MainMenu.nib/classes.nib
index b9b4b09..0fd7917 100644
--- a/WebCore/kwq/tests/khtmlview/WebViewTest/English.lproj/MainMenu.nib/classes.nib
+++ b/WebCore/kwq/tests/khtmlview/WebViewTest/English.lproj/MainMenu.nib/classes.nib
@@ -1,4 +1,12 @@
 {
-    IBClasses = ({CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }); 
+    IBClasses = (
+        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
+        {
+            CLASS = _KWQOwner; 
+            LANGUAGE = ObjC; 
+            OUTLETS = {window = id; }; 
+            SUPERCLASS = NSApplication; 
+        }
+    ); 
     IBVersion = 1; 
 }
\ No newline at end of file
diff --git a/WebCore/kwq/tests/khtmlview/WebViewTest/English.lproj/MainMenu.nib/info.nib b/WebCore/kwq/tests/khtmlview/WebViewTest/English.lproj/MainMenu.nib/info.nib
index 5b75dbf..ba73594 100644
--- a/WebCore/kwq/tests/khtmlview/WebViewTest/English.lproj/MainMenu.nib/info.nib
+++ b/WebCore/kwq/tests/khtmlview/WebViewTest/English.lproj/MainMenu.nib/info.nib
@@ -3,7 +3,11 @@
 <plist version="0.9">
 <dict>
 	<key>IBFramework Version</key>
-	<string>205.0</string>
+	<string>219.0</string>
+	<key>IBMainMenuLocation</key>
+	<string>69 252 318 44 0 0 1600 1002 </string>
+	<key>IBSystem Version</key>
+	<string>5G64</string>
 	<key>IBUserGuides</key>
 	<dict>
 		<key>Window</key>
diff --git a/WebCore/kwq/tests/khtmlview/WebViewTest/English.lproj/MainMenu.nib/objects.nib b/WebCore/kwq/tests/khtmlview/WebViewTest/English.lproj/MainMenu.nib/objects.nib
index a68caa7..02b43d0 100644
Binary files a/WebCore/kwq/tests/khtmlview/WebViewTest/English.lproj/MainMenu.nib/objects.nib and b/WebCore/kwq/tests/khtmlview/WebViewTest/English.lproj/MainMenu.nib/objects.nib differ
diff --git a/WebCore/kwq/tests/khtmlview/WebViewTest/WebViewTest.pbproj/project.pbxproj b/WebCore/kwq/tests/khtmlview/WebViewTest/WebViewTest.pbproj/project.pbxproj
index 56952df..cadad4f 100644
--- a/WebCore/kwq/tests/khtmlview/WebViewTest/WebViewTest.pbproj/project.pbxproj
+++ b/WebCore/kwq/tests/khtmlview/WebViewTest/WebViewTest.pbproj/project.pbxproj
@@ -249,7 +249,7 @@
 	<key>NSMainNibFile</key>
 	<string>MainMenu</string>
 	<key>NSPrincipalClass</key>
-	<string>NSApplication</string>
+	<string>_KWQOwner</string>
 </dict>
 </plist>
 ";
diff --git a/WebCore/src/kwq/tests/khtmlview/WebViewTest/English.lproj/MainMenu.nib/classes.nib b/WebCore/src/kwq/tests/khtmlview/WebViewTest/English.lproj/MainMenu.nib/classes.nib
index b9b4b09..0fd7917 100644
--- a/WebCore/src/kwq/tests/khtmlview/WebViewTest/English.lproj/MainMenu.nib/classes.nib
+++ b/WebCore/src/kwq/tests/khtmlview/WebViewTest/English.lproj/MainMenu.nib/classes.nib
@@ -1,4 +1,12 @@
 {
-    IBClasses = ({CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }); 
+    IBClasses = (
+        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
+        {
+            CLASS = _KWQOwner; 
+            LANGUAGE = ObjC; 
+            OUTLETS = {window = id; }; 
+            SUPERCLASS = NSApplication; 
+        }
+    ); 
     IBVersion = 1; 
 }
\ No newline at end of file
diff --git a/WebCore/src/kwq/tests/khtmlview/WebViewTest/English.lproj/MainMenu.nib/info.nib b/WebCore/src/kwq/tests/khtmlview/WebViewTest/English.lproj/MainMenu.nib/info.nib
index 5b75dbf..ba73594 100644
--- a/WebCore/src/kwq/tests/khtmlview/WebViewTest/English.lproj/MainMenu.nib/info.nib
+++ b/WebCore/src/kwq/tests/khtmlview/WebViewTest/English.lproj/MainMenu.nib/info.nib
@@ -3,7 +3,11 @@
 <plist version="0.9">
 <dict>
 	<key>IBFramework Version</key>
-	<string>205.0</string>
+	<string>219.0</string>
+	<key>IBMainMenuLocation</key>
+	<string>69 252 318 44 0 0 1600 1002 </string>
+	<key>IBSystem Version</key>
+	<string>5G64</string>
 	<key>IBUserGuides</key>
 	<dict>
 		<key>Window</key>
diff --git a/WebCore/src/kwq/tests/khtmlview/WebViewTest/English.lproj/MainMenu.nib/objects.nib b/WebCore/src/kwq/tests/khtmlview/WebViewTest/English.lproj/MainMenu.nib/objects.nib
index a68caa7..02b43d0 100644
Binary files a/WebCore/src/kwq/tests/khtmlview/WebViewTest/English.lproj/MainMenu.nib/objects.nib and b/WebCore/src/kwq/tests/khtmlview/WebViewTest/English.lproj/MainMenu.nib/objects.nib differ
diff --git a/WebCore/src/kwq/tests/khtmlview/WebViewTest/WebViewTest.pbproj/project.pbxproj b/WebCore/src/kwq/tests/khtmlview/WebViewTest/WebViewTest.pbproj/project.pbxproj
index 56952df..cadad4f 100644
--- a/WebCore/src/kwq/tests/khtmlview/WebViewTest/WebViewTest.pbproj/project.pbxproj
+++ b/WebCore/src/kwq/tests/khtmlview/WebViewTest/WebViewTest.pbproj/project.pbxproj
@@ -249,7 +249,7 @@
 	<key>NSMainNibFile</key>
 	<string>MainMenu</string>
 	<key>NSPrincipalClass</key>
-	<string>NSApplication</string>
+	<string>_KWQOwner</string>
 </dict>
 </plist>
 ";

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list