Bug 8532

Summary: Update iExploder to 1.3.2
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Enhancement CC: thomas
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Bug Depends on:    
Bug Blocks: 36101    
Attachments:
Description Flags
proposed patch mjs: review+

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.