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

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:01:11 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 1322e81e51e13031a8e542b8c3a469f940e37e4d
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Oct 13 03:32:40 2003 +0000

            * layout-tests/fast/js/date-parse-test.html: Fixed a couple of silly mistakes.
    
            * kwq/character-sets.txt: New version of file from www.iana.org. No substantive change.
            Also, now that we don't use MIB numbers any more, I could leave out our one local change,
            the MIB number we added for ISO-10646-J-1.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5174 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/fast/js/date-parse-test.html b/LayoutTests/fast/js/date-parse-test.html
index 48561cc..0b277c3 100644
--- a/LayoutTests/fast/js/date-parse-test.html
+++ b/LayoutTests/fast/js/date-parse-test.html
@@ -53,8 +53,6 @@ function testDateParse(date, numericResult)
 
 var o = Date.parse(" Dec 25 1995 1:30 ") - Date.parse(" Dec 25 1995 1:30 GMT ");
 
-test("(new Date).getTimezoneOffset", "", 420);
-
 testDateParse("Dec 25 1995 GMT", 819849600000);
 testDateParse("Dec 25 1995", 819878400000);
 
@@ -110,7 +108,7 @@ testDateParse("Anf 25 1995 GMT", NaN);
 testDateParse("Wed Dec 25 1995 1:30 GMT", 819855000000);
 
 testDateParse("Dec 25" + String.fromCharCode(9) + "1995 13:30 GMT", 819898200000);
-testDateParse("Dec 25" +  + String.fromCharCode(10) + "1995 13:30 GMT", NaN);
+testDateParse("Dec 25" + String.fromCharCode(10) + "1995 13:30 GMT", 819898200000);
 
 // --------
 
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 8964bd5..40639a9 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,11 @@
+2003-10-12  Darin Adler  <darin at apple.com>
+
+        * layout-tests/fast/js/date-parse-test.html: Fixed a couple of silly mistakes.
+
+        * kwq/character-sets.txt: New version of file from www.iana.org. No substantive change.
+        Also, now that we don't use MIB numbers any more, I could leave out our one local change,
+        the MIB number we added for ISO-10646-J-1.
+
 2003-10-10  David Hyatt  <hyatt at apple.com>
 
 	Beginning of work on border collapsing.  This patch makes sure that cell spacing between cells is
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 8964bd5..40639a9 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,11 @@
+2003-10-12  Darin Adler  <darin at apple.com>
+
+        * layout-tests/fast/js/date-parse-test.html: Fixed a couple of silly mistakes.
+
+        * kwq/character-sets.txt: New version of file from www.iana.org. No substantive change.
+        Also, now that we don't use MIB numbers any more, I could leave out our one local change,
+        the MIB number we added for ISO-10646-J-1.
+
 2003-10-10  David Hyatt  <hyatt at apple.com>
 
 	Beginning of work on border collapsing.  This patch makes sure that cell spacing between cells is
diff --git a/WebCore/kwq/character-sets.txt b/WebCore/kwq/character-sets.txt
index 0e5230b..9895f40 100644
--- a/WebCore/kwq/character-sets.txt
+++ b/WebCore/kwq/character-sets.txt
@@ -2,8 +2,7 @@
 ===================================================================
 CHARACTER SETS
 
-(last updated 2002-09-30)
-(Apple Changes: added MIBenum: 1004 for ISO-10646-J-1, 2002-06-26) 
+(last updated 2003-09-19)
 
 These are the official names for character sets that may be used in
 the Internet and may be referred to in Internet documentation.  These
@@ -1358,9 +1357,9 @@ MIBenum: 103
 Source: RFC 1642
 Alias: csUnicode11UTF7
 
-Name: UTF-8                                                    [RFC2279]
+Name: UTF-8                                                    [RFC-draft-yergeau-rfc2279bis-05.txt]
 MIBenum: 106
-Source: RFC 2279
+Source: RFC draft-yergeau-rfc2279bis-05.txt
 Alias: None 
 
 Name: ISO-8859-13
@@ -1472,7 +1471,6 @@ Alias: csUnicodeLatin1
 Alias: ISO-10646
 
 Name: ISO-10646-J-1
-MIBenum: 1004
 Source: ISO 10646 Japanese, see RFC 1815.
 
 Name: ISO-Unicode-IBM-1261
@@ -1826,4 +1824,3 @@ PEOPLE
 
 
 
-

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list