[Webkit-unassigned] [Bug 34979] New: [WinCairo, Windows] Implement COM wrappers for DOM traversal
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 16 12:57:52 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=34979
Summary: [WinCairo, Windows] Implement COM wrappers for DOM
traversal
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Windows 7
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: emerick at gmail.com
Most of the COM wrappers for DOM traversal are unimplemented in the Windows
port. For example, none of the following functions defined in
WebKit/win/DOMCoreClasses.cpp are defined:
DOMNode::firstChild()
DOMNode::lastChild()
DOMNode::attributes()
DOMNode::hasAttributes()
...
(many others; 53 functions return E_NOTIMPL in DOMCoreClasses.cpp, for example)
Ideally, there should be no functions returning E_NOTIMPL in any of the
DOM*.cpp modules (DOMCSSClasses.cpp, DOMCoreClasses.cpp, DOMEventsClasses.cpp,
and DOMHTMLClasses.cpp).
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list