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

lforschler at apple.com lforschler at apple.com
Fri Jan 21 14:40:12 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 0b3f17ed98d458e34e61dcd4cae57df66eba4199
Author: lforschler at apple.com <lforschler at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Dec 24 06:14:39 2010 +0000

    2010-12-23  Lucas Forschler  <lforschler at apple.com>
    
            Reviewed by Eric Seidel.
    
            Bug 51539 - update iexploder scripts to point to new location
    
            * Scripts/run-iexploder-tests:
            * Scripts/update-iexploder-cssproperties:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74616 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index 94a1e23..1377723 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,3 +1,12 @@
+2010-12-23  Lucas Forschler  <lforschler at apple.com>
+
+        Reviewed by Eric Seidel.
+
+        Bug 51539 - update iexploder scripts to point to new location
+
+        * Scripts/run-iexploder-tests:
+        * Scripts/update-iexploder-cssproperties:
+
 2010-12-23  Evan Martin  <evan at chromium.org>
 
         Reviewed by Ryosuke Niwa.
diff --git a/Tools/Scripts/run-iexploder-tests b/Tools/Scripts/run-iexploder-tests
index 5d7ae55..97e3630 100755
--- a/Tools/Scripts/run-iexploder-tests
+++ b/Tools/Scripts/run-iexploder-tests
@@ -117,7 +117,7 @@ sub configureAndOpenHTTPDIfNeeded()
     my $httpdPath = getHTTPDPath();
     my $webkitDirectory = getcwd();
     my $testDirectory = $webkitDirectory . "/LayoutTests";
-    my $iExploderDirectory = $webkitDirectory . "/Tools/iExploder";
+    my $iExploderDirectory = $webkitDirectory . "/Tools/iExploder/iExploder-1.3.2";
 
     my $httpdConfig = getHTTPDConfigPathForTestDirectory($testDirectory);
 
diff --git a/Tools/Scripts/update-iexploder-cssproperties b/Tools/Scripts/update-iexploder-cssproperties
index 1a9c0d6..b82b9ef 100755
--- a/Tools/Scripts/update-iexploder-cssproperties
+++ b/Tools/Scripts/update-iexploder-cssproperties
@@ -27,7 +27,7 @@
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-# This script updates Tools/iExploder/htdocs/*.in based on
+# This script updates Tools/iExploder/iExploder-1.3.2/htdocs/*.in based on
 # WebCore/css/CSSPropertyNames.in, WebCore/html/HTMLTagNames.in
 # and WebCore/html/HTMLAttributeNames.in
 
@@ -109,7 +109,7 @@ sub update($$)
 {
     my ($iexploderPath, $webcorePath) = @_;
 
-    $iexploderPath = File::Spec->catfile(sourceDir(), "Tools", "iExploder", "htdocs", split("/", $iexploderPath));
+    $iexploderPath = File::Spec->catfile(sourceDir(), "Tools", "iExploder", "iExploder-1.3.2", "htdocs", split("/", $iexploderPath));
     $webcorePath = File::Spec->catfile(sourceDir(), "WebCore", split("/", $webcorePath));
 
     my @sections = readiExploderFile($iexploderPath);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list