RESOLVED FIXED 43766
Clients of HTMLTokenizer should be able to see where characters went in the token
https://bugs.webkit.org/show_bug.cgi?id=43766
Summary Clients of HTMLTokenizer should be able to see where characters went in the t...
Adam Barth
Reported 2010-08-09 20:07:54 PDT
Clients of HTMLTokenizer should be able to see where characters when in the token
Attachments
Patch (11.15 KB, patch)
2010-08-09 20:11 PDT, Adam Barth
no flags
Adam Barth
Comment 1 2010-08-09 20:11:16 PDT
Adam Barth
Comment 2 2010-08-09 20:11:42 PDT
This facility will be used to implement view-source in Bug 43746.
Early Warning System Bot
Comment 3 2010-08-09 21:04:59 PDT
Eric Seidel (no email)
Comment 4 2010-08-09 23:15:39 PDT
WebKit Review Bot
Comment 5 2010-08-09 23:37:15 PDT
Eric Seidel (no email)
Comment 6 2010-08-10 00:37:34 PDT
Comment on attachment 63969 [details] Patch I worry there is an off-by-one typo waiting to happen here. Looks OK AFAICT. Did you test perf?
Adam Barth
Comment 7 2010-08-10 12:03:19 PDT
Comment on attachment 63969 [details] Patch > Did you test perf? I did. It showed a minor slowdown (~1%) on the parser benchmark. We discussed in person whether we should worry about these things. I'm inclined to land this now (to unblock the view-source + removing the old parser work), but I'll play with it a bit to understand the performance sensitivity. I suspect it comes from adding 4 ints to the HTMLToken::Attribute structure, but we'll find out.
WebKit Commit Bot
Comment 8 2010-08-10 18:56:18 PDT
Comment on attachment 63969 [details] Patch Clearing flags on attachment: 63969 Committed r65110: <http://trac.webkit.org/changeset/65110>
WebKit Commit Bot
Comment 9 2010-08-10 18:56:24 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.