[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

abarth at webkit.org abarth at webkit.org
Fri Jan 21 14:49:22 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit db82c3c69e31542a027c5b9b743dd2602c6c62e1
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Dec 31 10:16:07 2010 +0000

    Move HTML and XML parser benchmarks into PerformanceTests/Parser
    https://bugs.webkit.org/show_bug.cgi?id=51772
    
    Rubber-stamped by Eric Seidel.
    
    Actually move the directory.
    
    * PerformanceTests/Parser: Copied from WebCore/benchmarks/parser.
    
    PerformanceTests/Parser:
    
    Add a ChangeLog for tracking changes to the Parser PerformanceTest.
    
    * ChangeLog: Added.
    
    WebCore:
    
    Remove the benchmarks folder now that it's empty.  Future benchmarks
    should go in the PerformanceTests directory.
    
    * benchmarks: Removed.
    * benchmarks/parser: Removed.
    * benchmarks/parser/html-parser.html: Removed.
    * benchmarks/parser/resources: Removed.
    * benchmarks/parser/resources/html5.html: Removed.
    * benchmarks/parser/resources/runner.js: Removed.
    * benchmarks/parser/xml-parser.html: Removed.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74825 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index bf58855..dbaaa2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,17 @@
 
         Rubber-stamped by Eric Seidel.
 
+        Move HTML and XML parser benchmarks into PerformanceTests/Parser
+        https://bugs.webkit.org/show_bug.cgi?id=51772
+
+        Actually move the directory.
+
+        * PerformanceTests/Parser: Copied from WebCore/benchmarks/parser.
+
+2010-12-31  Adam Barth  <abarth at webkit.org>
+
+        Rubber-stamped by Eric Seidel.
+
         Move PageLoadTests to PerformanceTests/PageLoad
         https://bugs.webkit.org/show_bug.cgi?id=51771
 
diff --git a/PerformanceTests/Parser/ChangeLog b/PerformanceTests/Parser/ChangeLog
new file mode 100644
index 0000000..37a9f2e
--- /dev/null
+++ b/PerformanceTests/Parser/ChangeLog
@@ -0,0 +1,11 @@
+2010-12-31  Adam Barth  <abarth at webkit.org>
+
+        Rubber-stamped by Eric Seidel.
+
+        Move HTML and XML parser benchmarks into PerformanceTests/Parser
+        https://bugs.webkit.org/show_bug.cgi?id=51772
+
+        Add a ChangeLog for tracking changes to the Parser PerformanceTest.
+
+        * ChangeLog: Added.
+
diff --git a/WebCore/benchmarks/parser/html-parser.html b/PerformanceTests/Parser/html-parser.html
similarity index 100%
rename from WebCore/benchmarks/parser/html-parser.html
rename to PerformanceTests/Parser/html-parser.html
diff --git a/WebCore/benchmarks/parser/resources/html5.html b/PerformanceTests/Parser/resources/html5.html
similarity index 100%
rename from WebCore/benchmarks/parser/resources/html5.html
rename to PerformanceTests/Parser/resources/html5.html
diff --git a/WebCore/benchmarks/parser/resources/runner.js b/PerformanceTests/Parser/resources/runner.js
similarity index 100%
rename from WebCore/benchmarks/parser/resources/runner.js
rename to PerformanceTests/Parser/resources/runner.js
diff --git a/WebCore/benchmarks/parser/xml-parser.html b/PerformanceTests/Parser/xml-parser.html
similarity index 100%
rename from WebCore/benchmarks/parser/xml-parser.html
rename to PerformanceTests/Parser/xml-parser.html
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 9178dc4..afa85c6 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,21 @@
+2010-12-31  Adam Barth  <abarth at webkit.org>
+
+        Rubber-stamped by Eric Seidel.
+
+        Move HTML and XML parser benchmarks into PerformanceTests/Parser
+        https://bugs.webkit.org/show_bug.cgi?id=51772
+
+        Remove the benchmarks folder now that it's empty.  Future benchmarks
+        should go in the PerformanceTests directory.
+
+        * benchmarks: Removed.
+        * benchmarks/parser: Removed.
+        * benchmarks/parser/html-parser.html: Removed.
+        * benchmarks/parser/resources: Removed.
+        * benchmarks/parser/resources/html5.html: Removed.
+        * benchmarks/parser/resources/runner.js: Removed.
+        * benchmarks/parser/xml-parser.html: Removed.
+
 2010-12-31  Patrick Gansterer  <paroga at webkit.org>
 
         Reviewed by Adam Barth.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list