[Webkit-unassigned] [Bug 14524] Inspector should be usable as a reduction engine

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 16 05:51:16 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=14524





------- Comment #3 from ddkilzer at webkit.org  2007-11-16 05:51 PDT -------
Instead of manually verifying the bug (e.g., asking the user if the bug still
reproduces on each iteration), a JavaScript test method could be used that
returns true if the bug still reproduces after a change or false otherwise.

An algorithm similar to the "delta debug" algorithm
<http://www.st.cs.uni-sb.de/dd/> could be used with DOM operations such as:

- Removing DOM nodes
- Removing stylesheet rules
- Removing DOM node attributes
- Removing individual properties from style rules (in stylesheets and on DOM
nodes)


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list