Closed
Bug 298364
Opened 20 years ago
Closed 14 years ago
Implement DOM Level 3 DOMImplementation
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: smaug, Assigned: smaug)
Details
Attachments
(1 file)
|
8.04 KB,
patch
|
peterv
:
review+
|
Details | Diff | Splinter Review |
I may need DOMImplementation::getFeature(...) soon.
Patch coming.
| Assignee | ||
Comment 1•20 years ago
|
||
| Assignee | ||
Updated•20 years ago
|
Attachment #186931 -
Flags: review?(peterv)
| Assignee | ||
Comment 2•20 years ago
|
||
Peter, would
http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407/load-save.html#LS-DOMImplementation
be a good reason to implement/support this ;)
Comment 3•20 years ago
|
||
Comment on attachment 186931 [details] [diff] [review]
v1
>Index: dom/src/base/nsDOMClassInfo.cpp
>===================================================================
> // includes needed for the prototype chain interfaces
> #include "nsIDOMNavigator.h"
> #include "nsIDOMBarProp.h"
> #include "nsIDOMScreen.h"
> #include "nsIDOMDocumentType.h"
> #include "nsIDOMDOMImplementation.h"
>+#include "nsIDOM3DOMImplementation.h"
You can remove
#include "nsIDOMDOMImplementation.h"
now. And I still think this is unneeded bloat but whatever.
Attachment #186931 -
Flags: review?(peterv) → review+
| Assignee | ||
Comment 4•20 years ago
|
||
Comment on attachment 186931 [details] [diff] [review]
v1
Well, maybe jst could decide whether this is really bloat (and especially
unneeded bloat) ;)
Attachment #186931 -
Flags: superreview?(jst)
Comment 5•20 years ago
|
||
I'm with peterv on this... Also, I would consider DOM3LS to be WONTFIX. See the
discussion on bug 155749.
| Assignee | ||
Comment 6•19 years ago
|
||
Comment on attachment 186931 [details] [diff] [review]
v1
clearing sr request. I don't need this atm
Attachment #186931 -
Flags: superreview?(jst)
Updated•16 years ago
|
QA Contact: ian → general
Comment 7•15 years ago
|
||
WONTFIX?
I agree. We should reinvestigate once DOM WebCore is in a more stable state and make sure that the features that stay in there stay there for a good reason.
| Assignee | ||
Comment 9•15 years ago
|
||
Agree. (and about reinvestigating... need to also make sure that useful features
aren't removed from DOM in DOM WebCore)
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•