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

vicki vicki at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:54:29 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 40a9b83666f5089cb9f37391fa2d44a231e52e64
Author: vicki <vicki at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Aug 28 00:35:37 2003 +0000

    top level:
    
            Reviewed by Chris.
    
            * acconfig.h: Removed. The new autoconf in Panther doesn't need it.
            * configure.in: Removed HAVE_S_ISSOCK code; none of our code needs
            this define and it upsets the new autoconf if we leave out acconfig.h.
    
    Tools:
    
            * Scripts/create-tarball: Leave out anything with "apple-only" in the path.
            * Scripts/run-layout-tests: Print out whether each test succeeded or failed after it runs.
    
    JavaScriptCore:
    
            Reviewed by John.
    
            - fixed 3098350 -- opt. params to date methods are ignored (can't set end date in Exchange/Outlook web cal.)
    
            * kjs/date_object.cpp: (DateProtoFuncImp::call): Added code to handle the optional parameters.
            Strangely, the table of functions already had the right number of parameters listed, but the
            code to look at the parameter values was missing.
    
    Tests:
    
            * PDFViewer/ApplicationController.m: Added missing include.
            * PDFViewer/PDFRepresentation.m: (-[PDFView layout]): Change to use
            the frame of the WebFrameView instead of the frame of the NSScrollView
            since there's noAPI to get the scroll view any more.
    
    WebCore:
    
    	Fixed 3359408.  DON'T treat unicode whitespace as whitespace when collapsing spaces.
    
            Reviewed by David Hyatt.
    
            * khtml/rendering/bidi.cpp:
            * khtml/rendering/render_text.cpp:
            (RenderText::trimmedMinMaxWidth):
            (RenderText::calcMinMaxWidth):
            (RenderText::containsOnlyWhitespace):
            * khtml/xml/dom_stringimpl.cpp:
    
    WebKit:
    
    	Fixed 3397235.  WebView wasn't archiving useBackForwardList.
    
            Reviewed by Eric Seymour.
    
            * WebView.subproj/WebView.m:
            (-[WebView initWithCoder:]):
            (-[WebView encodeWithCoder:]):
    
    WebBrowser:
    
            Reviewed by John.
    
            - fixed 3390306 -- REGRESSION (Panther): Safari browser window titles not available via Accessibility APIs
    
            * BrowserWindow.m: (-[BrowserWindow accessibilityTitleAttribute]): Return the title.
    
    WebKitExamples:
    
            * CarbonDownloader/English.lproj/main.nib: Changed command key equivalent for Close to Cmd-W.
            Since this is example code and not localized, the localization freeze should not be an issue.
            * CarbonDownloader/English.lproj/main~.nib: Removed.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4906 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 4625704..2069b7b 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,5 @@
+=== Safari-95 ===
+
 2003-08-24  Darin Adler  <darin at apple.com>
 
         Reviewed by John.
diff --git a/JavaScriptCore/ChangeLog-2003-10-25 b/JavaScriptCore/ChangeLog-2003-10-25
index 4625704..2069b7b 100644
--- a/JavaScriptCore/ChangeLog-2003-10-25
+++ b/JavaScriptCore/ChangeLog-2003-10-25
@@ -1,3 +1,5 @@
+=== Safari-95 ===
+
 2003-08-24  Darin Adler  <darin at apple.com>
 
         Reviewed by John.
diff --git a/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj b/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
index 4be69c3..2a44cbe 100644
--- a/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
+++ b/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
@@ -174,7 +174,7 @@
 	<key>CFBundleShortVersionString</key>
 	<string>1.1</string>
 	<key>CFBundleVersion</key>
-	<string>95u</string>
+	<string>95</string>
 </dict>
 </plist>
 ";
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 3d146da..d2b3636 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,5 @@
+=== Safari-95 ===
+
 2003-08-27  Richard Williamson   <rjw at apple.com>
 
 	Fixed 3359408.  DON'T treat unicode whitespace as whitespace when collapsing spaces.
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 3d146da..d2b3636 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,5 @@
+=== Safari-95 ===
+
 2003-08-27  Richard Williamson   <rjw at apple.com>
 
 	Fixed 3359408.  DON'T treat unicode whitespace as whitespace when collapsing spaces.
diff --git a/WebCore/WebCore.pbproj/project.pbxproj b/WebCore/WebCore.pbproj/project.pbxproj
index 733b667..4cb62a7 100644
--- a/WebCore/WebCore.pbproj/project.pbxproj
+++ b/WebCore/WebCore.pbproj/project.pbxproj
@@ -191,7 +191,7 @@
 	<key>CFBundleShortVersionString</key>
 	<string>1.1</string>
 	<key>CFBundleVersion</key>
-	<string>95u</string>
+	<string>95</string>
 </dict>
 </plist>
 ";
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index cb1f7da..cf63fb2 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,5 @@
+=== Safari-95 ===
+
 2003-08-27  Richard Williamson   <rjw at apple.com>
 
 	Fixed 3397235.  WebView wasn't archiving useBackForwardList.
diff --git a/WebKit/WebKit.pbproj/project.pbxproj b/WebKit/WebKit.pbproj/project.pbxproj
index b375409..fc8e880 100644
--- a/WebKit/WebKit.pbproj/project.pbxproj
+++ b/WebKit/WebKit.pbproj/project.pbxproj
@@ -197,7 +197,7 @@
 	<key>CFBundleShortVersionString</key>
 	<string>1.1</string>
 	<key>CFBundleVersion</key>
-	<string>95u</string>
+	<string>95</string>
 </dict>
 </plist>
 ";

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list