WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
41136
Add RawDataDocumentParser to get rid of a bunch of copy/paste code in DocumentParser subclasses
https://bugs.webkit.org/show_bug.cgi?id=41136
Summary
Add RawDataDocumentParser to get rid of a bunch of copy/paste code in Documen...
Eric Seidel (no email)
Reported
2010-06-24 00:35:34 PDT
Add RawDataDocumentParser to get rid of a bunch of copy/paste code in DocumentParser subclasses
Attachments
Patch
(19.55 KB, patch)
2010-06-24 00:42 PDT
,
Eric Seidel (no email)
abarth
: review+
eric
: commit-queue+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Eric Seidel (no email)
Comment 1
2010-06-24 00:42:46 PDT
Created
attachment 59622
[details]
Patch
Adam Barth
Comment 2
2010-06-24 14:43:38 PDT
Comment on
attachment 59622
[details]
Patch This patch appears to be almost entirely minus lines. WebCore/dom/RawDataDocumentParser.h:57 + ASSERT_NOT_REACHED(); This used to be notImplemented, right?
Eric Seidel (no email)
Comment 3
2010-06-24 14:45:55 PDT
(In reply to
comment #2
)
> (From update of
attachment 59622
[details]
) > This patch appears to be almost entirely minus lines.
Yup. :)
> WebCore/dom/RawDataDocumentParser.h:57 > + ASSERT_NOT_REACHED(); > This used to be notImplemented, right?
Yup. And remove the method entirely in the next patch. We have no test case which hits that ASSERT, and its unclear if such a case is even possible.
Eric Seidel (no email)
Comment 4
2010-06-24 15:03:47 PDT
Committed
r61789
: <
http://trac.webkit.org/changeset/61789
>
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