Bug 45024 - Add bindings for HTML5's XMLDocumentLoader API
Summary: Add bindings for HTML5's XMLDocumentLoader API
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Adam Barth
URL:
Keywords:
Depends on:
Blocks: 45023
  Show dependency treegraph
 
Reported: 2010-09-01 01:04 PDT by Adam Barth
Modified: 2023-12-23 02:04 PST (History)
4 users (show)

See Also:


Attachments
Patch (28.11 KB, patch)
2010-09-01 01:14 PDT, Adam Barth
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 2010-09-01 01:04:16 PDT
Add bindings for HTML5's XMLDocumentLoader API
Comment 1 Adam Barth 2010-09-01 01:14:11 PDT
Created attachment 66178 [details]
Patch
Comment 2 Eric Seidel (no email) 2010-09-01 01:24:02 PDT
Comment on attachment 66178 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=66178&action=prettypatch

> WebCore/xml/XMLDocumentLoader.idl:20
> +module xml {
Um.  What's "module xml"?  I'm not sure that's what you want.

> WebCore/xml/XMLDocumentLoader.idl:24
> +    ] XMLDocumentLoader : Document {
Should this really be XMLDocumentLoader? or XMLDocument or?
Comment 3 Adam Barth 2010-09-05 23:52:19 PDT
Comment on attachment 66178 [details]
Patch

The implementation of the API was harder than expected.  We run directly into frameless document problems...  Unmarking for review while I work in that problem.
Comment 4 Anne van Kesteren 2023-12-23 02:04:03 PST
This was removed from the HTML Standard.