[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

zecke at webkit.org zecke at webkit.org
Wed Dec 22 13:47:23 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 8584a776ac70054928e65409b0c1c90fb80ceb50
Author: zecke at webkit.org <zecke at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Sep 27 09:30:54 2010 +0000

    make-bytecode-docs.pl: Add a comment to the generated HTML
    
    https://bugs.webkit.org/show_bug.cgi?id=46570
    
    Generate an HTML Comment that this file was generated from
    Interpreter.cpp with the make-bytecode-docs.pl script.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68378 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 5c77968..1772f6b 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,15 @@
+2010-09-21  Holger Hans Peter Freyther  <holger at moiji-mobile.com>
+
+        Reviewed by Adam Barth.
+
+        make-bytecode-docs.pl: Add a comment to the generated HTML
+        https://bugs.webkit.org/show_bug.cgi?id=46570
+
+        Generate an HTML Comment that this file was generated from
+        Interpreter.cpp with the make-bytecode-docs.pl script.
+
+        * docs/make-bytecode-docs.pl:
+
 2010-09-27  Patrick Gansterer  <paroga at webkit.org>
 
         Reviewed by Adam Barth.
diff --git a/JavaScriptCore/docs/make-bytecode-docs.pl b/JavaScriptCore/docs/make-bytecode-docs.pl
index 9494d1b..5a95195 100755
--- a/JavaScriptCore/docs/make-bytecode-docs.pl
+++ b/JavaScriptCore/docs/make-bytecode-docs.pl
@@ -7,6 +7,7 @@ open OUTPUT, ">" . $ARGV[1];
 
 my @undocumented = ();
 
+print OUTPUT "<!-- Generated from Interpreter.cpp by make-bytecode-docs.pl. -->\n";
 print OUTPUT "<style>p code \{ font-size: 14px; \}</style>\n";
 
 while (<MACHINE>) {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list