Bug 8532 - Update iExploder to 1.3.2
Summary: Update iExploder to 1.3.2
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Enhancement
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks: 36101
  Show dependency treegraph
 
Reported: 2006-04-22 01:16 PDT by Alexey Proskuryakov
Modified: 2010-03-14 17:19 PDT (History)
1 user (show)

See Also:


Attachments
proposed patch (90.90 KB, patch)
2006-04-22 01:17 PDT, Alexey Proskuryakov
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2006-04-22 01:16:53 PDT
The attached patch updates iExploder to version 1.3.2, which was just released.

Here's what's new:

* New standalone webserver option (webserver.rb) for people who do not want to setup apache+mod_ruby /* can be used as an alternative to our run-iexploder-tests) */
* addition of test lookup tool: tools/showtest.rb /* Ditto */
* Updated to support the latest HTML & CSS tags, properties, and values from both the WebKit and Mozilla CVS tree
* cssproperties.in cleanup
* Changed to a standard zlib/png license
* Modularized the code a little bit.
* Fix subtest bug that was causing last 5 tags to be missed
* new subtest algorithm to deal better with larger tag counts
* default HTML_MAX_TAGS increased from 32 to 96
* Reorganized the testcases/ directory /* WebKit doesn't carry this one */
* more documentation (especially performance)

Test case numbers are not compatible with iExploder 1.2.
Comment 1 Alexey Proskuryakov 2006-04-22 01:17:21 PDT
Created attachment 7907 [details]
proposed patch
Comment 2 Alexey Proskuryakov 2006-04-22 01:19:02 PDT
Forgot to mention a change to run-iexploder-tests - it now prints the numbers of the last five tests that were accessed.
Comment 3 Maciej Stachowiak 2006-04-22 12:58:15 PDT
Comment on attachment 7907 [details]
proposed patch

Looks like run-mangleme-tests accidentally snuck into this patch. But r=me otherwise.