Use a Zipper to process MakeWellFormed, removing quadratic behavior.
commit8f401f769ec781b68550a142fc7a04dedc809eeb
authorEdward Z. Yang <ezyang@mit.edu>
Sun, 13 Oct 2013 19:53:51 +0000 (13 12:53 -0700)
committerEdward Z. Yang <ezyang@mit.edu>
Sun, 13 Oct 2013 20:21:02 +0000 (13 13:21 -0700)
tree6009f5602c26a499c88ed33b25a7bbc571b61401
parent82bcc6205885c792890cf13b87192a4ce90f96e4
Use a Zipper to process MakeWellFormed, removing quadratic behavior.

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
configdoc/usage.xml
library/HTMLPurifier/Injector.php
library/HTMLPurifier/Injector/AutoParagraph.php
library/HTMLPurifier/Injector/RemoveEmpty.php
library/HTMLPurifier/Strategy/MakeWellFormed.php
library/HTMLPurifier/Zipper.php
tests/HTMLPurifier/Strategy/MakeWellFormed/EndRewindInjector.php
tests/HTMLPurifier/Strategy/MakeWellFormed_InjectorTest.php
tests/HTMLPurifier/ZipperTest.php
tests/common.php