[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

eric at webkit.org eric at webkit.org
Thu Oct 29 20:36:46 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit f670f333cd9bf8353f03c2cdf074b30d35ecb06c
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 30 10:49:08 2009 +0000

    2009-09-30  Shinichiro Hamaji  <hamaji at chromium.org>
    
            Reviewed by David Kilzer.
    
            Change remaining references in tests from bugzilla.opendarwin.org to bugs.webkit.org
            https://bugs.webkit.org/show_bug.cgi?id=12140
    
            Fixes for JS files.
    
            * fast/js/date-preserve-milliseconds-expected.txt:
            * fast/js/script-tests/array-float-delete.js:
            * fast/js/script-tests/array-tostring-ignore-separator.js:
            * fast/js/script-tests/date-big-setmonth.js:
            * fast/js/script-tests/date-negative-setmonth.js:
            * fast/js/script-tests/date-preserve-milliseconds.js:
            * fast/js/script-tests/number-tofixed.js:
            * fast/js/script-tests/object-extra-comma.js:
            * fast/js/script-tests/object-prototype-constructor.js:
            * fast/js/script-tests/object-prototype-toLocaleString.js:
            * fast/js/script-tests/regexp-lastindex.js:
            * fast/js/script-tests/regexp-stack-overflow.js:
            * fast/js/script-tests/string-split-ignore-case.js:
            * fast/js/script-tests/toString-exception.js:
            * fast/js/script-tests/toString-overrides.js:
            * fast/js/script-tests/toString-stack-overflow.js:
            * fast/js/toString-stack-overflow-expected.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@48925 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 29291ea..b862705 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,30 @@
+2009-09-30  Shinichiro Hamaji  <hamaji at chromium.org>
+
+        Reviewed by David Kilzer.
+
+        Change remaining references in tests from bugzilla.opendarwin.org to bugs.webkit.org
+        https://bugs.webkit.org/show_bug.cgi?id=12140
+
+        Fixes for JS files.
+
+        * fast/js/date-preserve-milliseconds-expected.txt:
+        * fast/js/script-tests/array-float-delete.js:
+        * fast/js/script-tests/array-tostring-ignore-separator.js:
+        * fast/js/script-tests/date-big-setmonth.js:
+        * fast/js/script-tests/date-negative-setmonth.js:
+        * fast/js/script-tests/date-preserve-milliseconds.js:
+        * fast/js/script-tests/number-tofixed.js:
+        * fast/js/script-tests/object-extra-comma.js:
+        * fast/js/script-tests/object-prototype-constructor.js:
+        * fast/js/script-tests/object-prototype-toLocaleString.js:
+        * fast/js/script-tests/regexp-lastindex.js:
+        * fast/js/script-tests/regexp-stack-overflow.js:
+        * fast/js/script-tests/string-split-ignore-case.js:
+        * fast/js/script-tests/toString-exception.js:
+        * fast/js/script-tests/toString-overrides.js:
+        * fast/js/script-tests/toString-stack-overflow.js:
+        * fast/js/toString-stack-overflow-expected.txt:
+
 2009-09-30  Steve Block  <steveblock at google.com>
 
         Reviewed by Darin Adler.
diff --git a/LayoutTests/fast/js/date-preserve-milliseconds-expected.txt b/LayoutTests/fast/js/date-preserve-milliseconds-expected.txt
index 70f0f4c..32a6c26 100644
--- a/LayoutTests/fast/js/date-preserve-milliseconds-expected.txt
+++ b/LayoutTests/fast/js/date-preserve-milliseconds-expected.txt
@@ -1,4 +1,4 @@
-The following test checks if an existing milliseconds value gets preserved if a call to setHours(), setMinutes() or setSeconds() does not specify the milliseconds. See http://bugzilla.opendarwin.org/show_bug.cgi?id=3759
+The following test checks if an existing milliseconds value gets preserved if a call to setHours(), setMinutes() or setSeconds() does not specify the milliseconds. See https://bugs.webkit.org/show_bug.cgi?id=3759
 
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
diff --git a/LayoutTests/fast/js/script-tests/array-float-delete.js b/LayoutTests/fast/js/script-tests/array-float-delete.js
index 4430008..5289d0b 100644
--- a/LayoutTests/fast/js/script-tests/array-float-delete.js
+++ b/LayoutTests/fast/js/script-tests/array-float-delete.js
@@ -1,5 +1,5 @@
 description(
-'This test checks for regression against <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=6234">6234: Can delete array index property incorrectly.</a>'
+'This test checks for regression against <a href="https://bugs.webkit.org/show_bug.cgi?id=6234">6234: Can delete array index property incorrectly.</a>'
 );
 
 var a = new Array();  
diff --git a/LayoutTests/fast/js/script-tests/array-tostring-ignore-separator.js b/LayoutTests/fast/js/script-tests/array-tostring-ignore-separator.js
index b87e653..37e7912 100644
--- a/LayoutTests/fast/js/script-tests/array-tostring-ignore-separator.js
+++ b/LayoutTests/fast/js/script-tests/array-tostring-ignore-separator.js
@@ -1,5 +1,5 @@
 description(
-'This test checks for regressions against <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=6261">6261:Do not use a separator argument when doing toString/toLocalString.</a>'
+'This test checks for regressions against <a href="https://bugs.webkit.org/show_bug.cgi?id=6261">6261:Do not use a separator argument when doing toString/toLocalString.</a>'
 );
 
 var a = new Array;  
diff --git a/LayoutTests/fast/js/script-tests/date-big-setmonth.js b/LayoutTests/fast/js/script-tests/date-big-setmonth.js
index 150145b..f565eb4 100644
--- a/LayoutTests/fast/js/script-tests/date-big-setmonth.js
+++ b/LayoutTests/fast/js/script-tests/date-big-setmonth.js
@@ -1,5 +1,5 @@
 description(
-'This test checks for a regression against <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=4781">Date.setMonth fails with big values due to overflow</a>.'
+'This test checks for a regression against <a href="https://bugs.webkit.org/show_bug.cgi?id=4781">Date.setMonth fails with big values due to overflow</a>.'
 );
 
 var d = new Date(1970, 0, 1);
diff --git a/LayoutTests/fast/js/script-tests/date-negative-setmonth.js b/LayoutTests/fast/js/script-tests/date-negative-setmonth.js
index 51a4fbd..7765414 100644
--- a/LayoutTests/fast/js/script-tests/date-negative-setmonth.js
+++ b/LayoutTests/fast/js/script-tests/date-negative-setmonth.js
@@ -1,5 +1,5 @@
 description(
-'This test checks for a regression against <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=5280">Date.setMonth fails with negative values</a>.'
+'This test checks for a regression against <a href="https://bugs.webkit.org/show_bug.cgi?id=5280">Date.setMonth fails with negative values</a>.'
 );
 
 var d = new Date(2005, 6, 15);
diff --git a/LayoutTests/fast/js/script-tests/date-preserve-milliseconds.js b/LayoutTests/fast/js/script-tests/date-preserve-milliseconds.js
index 07ef656..5c02350 100644
--- a/LayoutTests/fast/js/script-tests/date-preserve-milliseconds.js
+++ b/LayoutTests/fast/js/script-tests/date-preserve-milliseconds.js
@@ -1,5 +1,5 @@
 description(
-'The following test checks if an existing milliseconds value gets preserved if a call to setHours(), setMinutes() or setSeconds() does not specify the milliseconds. See <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=3759">http://bugzilla.opendarwin.org/show_bug.cgi?id=3759</a>'
+'The following test checks if an existing milliseconds value gets preserved if a call to setHours(), setMinutes() or setSeconds() does not specify the milliseconds. See <a href="https://bugs.webkit.org/show_bug.cgi?id=3759">https://bugs.webkit.org/show_bug.cgi?id=3759</a>'
 );
 
 var d = new Date(0);
diff --git a/LayoutTests/fast/js/script-tests/number-tofixed.js b/LayoutTests/fast/js/script-tests/number-tofixed.js
index 99d356e..ec50507 100644
--- a/LayoutTests/fast/js/script-tests/number-tofixed.js
+++ b/LayoutTests/fast/js/script-tests/number-tofixed.js
@@ -1,8 +1,8 @@
 description(
     'This test checks a few Number.toFixed cases, including ' +
-    '<a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=5307">5307: Number.toFixed does not round 0.5 up</a>' +
+    '<a href="https://bugs.webkit.org/show_bug.cgi?id=5307">5307: Number.toFixed does not round 0.5 up</a>' +
     ' and ' +
-    '<a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=5308">5308: Number.toFixed does not include leading zero</a>' +
+    '<a href="https://bugs.webkit.org/show_bug.cgi?id=5308">5308: Number.toFixed does not include leading zero</a>' +
     '.');
 
 shouldBe("(0).toFixed(0)", "'0'");
diff --git a/LayoutTests/fast/js/script-tests/object-extra-comma.js b/LayoutTests/fast/js/script-tests/object-extra-comma.js
index 09ec658..3b6c47e 100644
--- a/LayoutTests/fast/js/script-tests/object-extra-comma.js
+++ b/LayoutTests/fast/js/script-tests/object-extra-comma.js
@@ -1,6 +1,6 @@
 description(
     'This test checks some object construction cases, including ' +
-    '<a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=5939">5939: final comma in javascript object prevents parsing</a>' +
+    '<a href="https://bugs.webkit.org/show_bug.cgi?id=5939">5939: final comma in javascript object prevents parsing</a>' +
     '.');
 
 shouldBe("var foo = { 'bar' : 'YES' }; foo.bar", "'YES'");
diff --git a/LayoutTests/fast/js/script-tests/object-prototype-constructor.js b/LayoutTests/fast/js/script-tests/object-prototype-constructor.js
index ed97d8e..71c636c 100644
--- a/LayoutTests/fast/js/script-tests/object-prototype-constructor.js
+++ b/LayoutTests/fast/js/script-tests/object-prototype-constructor.js
@@ -1,5 +1,5 @@
 description(
-'This is a test case for <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=3537">bug 3537</a>.'
+'This is a test case for <a href="https://bugs.webkit.org/show_bug.cgi?id=3537">bug 3537</a>.'
 );
 
 var Foo = { Bar: function () {}};
diff --git a/LayoutTests/fast/js/script-tests/object-prototype-toLocaleString.js b/LayoutTests/fast/js/script-tests/object-prototype-toLocaleString.js
index 10c6421..5f1e1b3 100644
--- a/LayoutTests/fast/js/script-tests/object-prototype-toLocaleString.js
+++ b/LayoutTests/fast/js/script-tests/object-prototype-toLocaleString.js
@@ -1,5 +1,5 @@
 description(
-'Tests: Object.prototype.toLocaleString(). Related bug: <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=3989">3989 JSC doesn\'t implement Object.prototype.toLocaleString()</a>'
+'Tests: Object.prototype.toLocaleString(). Related bug: <a href="https://bugs.webkit.org/show_bug.cgi?id=3989">3989 JSC doesn\'t implement Object.prototype.toLocaleString()</a>'
 );
 
 var o = new Object();
diff --git a/LayoutTests/fast/js/script-tests/regexp-lastindex.js b/LayoutTests/fast/js/script-tests/regexp-lastindex.js
index af907b2..802f952 100644
--- a/LayoutTests/fast/js/script-tests/regexp-lastindex.js
+++ b/LayoutTests/fast/js/script-tests/regexp-lastindex.js
@@ -1,5 +1,5 @@
 description(
-'Test for regression against <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=5602">REGRESSION: RegExp("[^\\s$]+", "g") returns extra matches</a>'
+'Test for regression against <a href="https://bugs.webkit.org/show_bug.cgi?id=5602">REGRESSION: RegExp("[^\\s$]+", "g") returns extra matches</a>'
 );
 
 var re = new RegExp("[^\\s$]+", "g");
diff --git a/LayoutTests/fast/js/script-tests/regexp-stack-overflow.js b/LayoutTests/fast/js/script-tests/regexp-stack-overflow.js
index 030540c..2037ad5 100644
--- a/LayoutTests/fast/js/script-tests/regexp-stack-overflow.js
+++ b/LayoutTests/fast/js/script-tests/regexp-stack-overflow.js
@@ -1,6 +1,6 @@
 description(
 
-'Test for <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=8870">bug 8870</a>: Crash typing in Yahoo auto-complete widget.'
+'Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=8870">bug 8870</a>: Crash typing in Yahoo auto-complete widget.'
 
 );
 
diff --git a/LayoutTests/fast/js/script-tests/string-split-ignore-case.js b/LayoutTests/fast/js/script-tests/string-split-ignore-case.js
index 272039f..6aae6cc 100644
--- a/LayoutTests/fast/js/script-tests/string-split-ignore-case.js
+++ b/LayoutTests/fast/js/script-tests/string-split-ignore-case.js
@@ -1,5 +1,5 @@
 description(
-'This test checks for a regression against <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=6119">split() function ignores case insensitive modifier</a>.'
+'This test checks for a regression against <a href="https://bugs.webkit.org/show_bug.cgi?id=6119">split() function ignores case insensitive modifier</a>.'
 );
 
 shouldBe('"1s2S3".split(/s/i).toString()', '"1,2,3"');
diff --git a/LayoutTests/fast/js/script-tests/toString-exception.js b/LayoutTests/fast/js/script-tests/toString-exception.js
index 78853fc..088865d 100644
--- a/LayoutTests/fast/js/script-tests/toString-exception.js
+++ b/LayoutTests/fast/js/script-tests/toString-exception.js
@@ -1,5 +1,5 @@
 description(
-'This test checks for regression against <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=7343">7343: REGRESSION: fast/js/toString-overrides.html fails when run multiple times</a>.'
+'This test checks for regression against <a href="https://bugs.webkit.org/show_bug.cgi?id=7343">7343: REGRESSION: fast/js/toString-overrides.html fails when run multiple times</a>.'
 );
 
 var a = [{ toString : 0 }];
diff --git a/LayoutTests/fast/js/script-tests/toString-overrides.js b/LayoutTests/fast/js/script-tests/toString-overrides.js
index 3de4355..26d731d 100644
--- a/LayoutTests/fast/js/script-tests/toString-overrides.js
+++ b/LayoutTests/fast/js/script-tests/toString-overrides.js
@@ -2,7 +2,7 @@
 // (c) 2001 Harri Porten <porten at kde.org>
 
 description(
-'This test checks for regression against <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=4147">4147: Array.toString() and toLocaleString() improvements from KDE KJS</a>.'
+'This test checks for regression against <a href="https://bugs.webkit.org/show_bug.cgi?id=4147">4147: Array.toString() and toLocaleString() improvements from KDE KJS</a>.'
 );
 
 // backup
diff --git a/LayoutTests/fast/js/script-tests/toString-stack-overflow.js b/LayoutTests/fast/js/script-tests/toString-stack-overflow.js
index 18fadba..f09cda1 100644
--- a/LayoutTests/fast/js/script-tests/toString-stack-overflow.js
+++ b/LayoutTests/fast/js/script-tests/toString-stack-overflow.js
@@ -1,5 +1,5 @@
 description(
-'<p>This test checks for a regression against <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=3743">http://bugzilla.opendarwin.org/show_bug.cgi?id=3743</a>: Incorrect error message given for certain calls.</p><p>The test confirms that the correct exception is thrown in the event of a stack overflow during a call to Array.toString.</p><p>It is possible that this may need to be updated if WebKit gets an improvement to its JavaScript stack support.  Either through increasing the depth of the recursion, or through some other mechanism.</p>'
+'<p>This test checks for a regression against <a href="https://bugs.webkit.org/show_bug.cgi?id=3743">https://bugs.webkit.org/show_bug.cgi?id=3743</a>: Incorrect error message given for certain calls.</p><p>The test confirms that the correct exception is thrown in the event of a stack overflow during a call to Array.toString.</p><p>It is possible that this may need to be updated if WebKit gets an improvement to its JavaScript stack support.  Either through increasing the depth of the recursion, or through some other mechanism.</p>'
 );
 
 var ary=[0];
diff --git a/LayoutTests/fast/js/toString-stack-overflow-expected.txt b/LayoutTests/fast/js/toString-stack-overflow-expected.txt
index 467f85d..ba3baf1 100644
--- a/LayoutTests/fast/js/toString-stack-overflow-expected.txt
+++ b/LayoutTests/fast/js/toString-stack-overflow-expected.txt
@@ -1,4 +1,4 @@
-This test checks for a regression against http://bugzilla.opendarwin.org/show_bug.cgi?id=3743: Incorrect error message given for certain calls.
+This test checks for a regression against https://bugs.webkit.org/show_bug.cgi?id=3743: Incorrect error message given for certain calls.
 
 The test confirms that the correct exception is thrown in the event of a stack overflow during a call to Array.toString.
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list