WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Adam Barth
Comment 1
2010-08-09 20:11:16 PDT
Created
attachment 63969
[details]
Patch
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
Attachment 63969
[details]
did not build on qt: Build output:
http://queues.webkit.org/results/3705014
Eric Seidel (no email)
Comment 4
2010-08-09 23:15:39 PDT
Attachment 63969
[details]
did not build on mac: Build output:
http://queues.webkit.org/results/3772008
WebKit Review Bot
Comment 5
2010-08-09 23:37:15 PDT
Attachment 63969
[details]
did not build on chromium: Build output:
http://queues.webkit.org/results/3728008
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.
Top of Page
Format For Printing
XML
Clone This Bug