DescriptionRemoves LinkRewriter references and dependencies from ConcatLinkRewriter, and re-implements ConcatLinkRewriter in the DomWalker.Visitor paradigm.
The operation implemented by this Visitor is limited in scope: it only performs concat (and in the case of JS, split-concat aka. "JS spriting") rewriting, but does *not* rearrange <style> nodes to be adjacent to one another. That will be done by another Visitor, with the previous operation provided by running both passes in order.
Patch Set 1 #Patch Set 2 : Implemented, but haven't yet verified, tests. #Patch Set 3 : Spacing fix. #Patch Set 4 : Test tweaks. #Patch Set 5 : Completed tests, with corresponding bugfixes. #Patch Set 6 : Import fix. #Patch Set 7 : Synced to head. #
Total comments: 3
Patch Set 8 : Renamed ConcatVisitor; tweaked tests per zhoresh's comments. #
Total comments: 1
MessagesTotal messages: 11
|
||||||||||||||||||||||||||||