+2010-12-23 Lucas Forschler <lforschler@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@chromium.org>
Reviewed by Ryosuke Niwa.
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);
# (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
{
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);