Bug 103965 - parser* methods in ContainerNode should not support DocumentFragment
Summary: parser* methods in ContainerNode should not support DocumentFragment
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Elliott Sprehn
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-03 20:04 PST by Elliott Sprehn
Modified: 2022-02-28 00:04 PST (History)
9 users (show)

See Also:


Attachments
Patch (3.92 KB, patch)
2012-12-03 20:11 PST, Elliott Sprehn
no flags Details | Formatted Diff | Diff
Patch (3.91 KB, patch)
2012-12-03 20:33 PST, Elliott Sprehn
no flags Details | Formatted Diff | Diff
Patch for landing (4.03 KB, patch)
2012-12-04 14:59 PST, Elliott Sprehn
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Elliott Sprehn 2012-12-03 20:04:20 PST
parser* methods in ContainerNode should not support DocumentFragment
Comment 1 Elliott Sprehn 2012-12-03 20:11:37 PST
Created attachment 177400 [details]
Patch
Comment 2 Build Bot 2012-12-03 20:17:54 PST
Comment on attachment 177400 [details]
Patch

Attachment 177400 [details] did not pass mac-ews (mac):
Output: http://queues.webkit.org/results/15132245
Comment 3 Early Warning System Bot 2012-12-03 20:18:27 PST
Comment on attachment 177400 [details]
Patch

Attachment 177400 [details] did not pass qt-ews (qt):
Output: http://queues.webkit.org/results/15133211
Comment 4 Early Warning System Bot 2012-12-03 20:18:55 PST
Comment on attachment 177400 [details]
Patch

Attachment 177400 [details] did not pass qt-wk2-ews (qt):
Output: http://queues.webkit.org/results/15105778
Comment 5 Elliott Sprehn 2012-12-03 20:33:49 PST
Created attachment 177401 [details]
Patch
Comment 6 Darin Adler 2012-12-04 09:51:59 PST
Comment on attachment 177401 [details]
Patch

Looks great.
Comment 7 Elliott Sprehn 2012-12-04 14:59:44 PST
Created attachment 177576 [details]
Patch for landing
Comment 8 Dirk Pranke 2012-12-04 15:04:53 PST
Committed r136584: <http://trac.webkit.org/changeset/136584>