WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
39823
Handle edge cases in HTML5 entity parsing
https://bugs.webkit.org/show_bug.cgi?id=39823
Summary
Handle edge cases in HTML5 entity parsing
Adam Barth
Reported
2010-05-27 02:34:05 PDT
Handle edge cases in HTML5 entity parsing
Attachments
Work in progress
(12.29 KB, patch)
2010-05-27 02:38 PDT
,
Adam Barth
no flags
Details
Formatted Diff
Diff
Patch
(13.03 KB, patch)
2010-05-28 03:37 PDT
,
Adam Barth
eric
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Adam Barth
Comment 1
2010-05-27 02:38:59 PDT
Created
attachment 57213
[details]
Work in progress
Adam Barth
Comment 2
2010-05-28 03:37:05 PDT
Created
attachment 57312
[details]
Patch
Eric Seidel (no email)
Comment 3
2010-05-28 10:14:26 PDT
Comment on
attachment 57312
[details]
Patch Should we rip entity handling out into its own class and share code between this and the old tok? I see a bunch of new failures. I guess this adds a bunch of tests but doesn't fix them all?
Adam Barth
Comment 4
2010-05-28 10:46:00 PDT
> Should we rip entity handling out into its own class and share code between this and the old tok?
The problem is that entity handling depends on the state of the lexer. We could abstract that if we wanted to, however.
> I see a bunch of new failures. I guess this adds a bunch of tests but doesn't fix them all?
Those are failures in the existing parser. The new parser passes all the new tests. (There are two existing entity tests that fail in both the old and new parser, but that's another story.)
Adam Barth
Comment 5
2010-05-28 11:17:20 PDT
Committed
r60369
: <
http://trac.webkit.org/changeset/60369
>
WebKit Review Bot
Comment 6
2010-05-28 11:47:23 PDT
http://trac.webkit.org/changeset/60369
might have broken Tiger Intel Release The following changes are on the blame list:
http://trac.webkit.org/changeset/60368
http://trac.webkit.org/changeset/60369
http://trac.webkit.org/changeset/60370
http://trac.webkit.org/changeset/60366
http://trac.webkit.org/changeset/60367
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