[Webkit-unassigned] [Bug 20752] New: On Windows, many of the important COM intefaces are either missing or not implemented.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 9 14:58:40 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=20752

           Summary: On Windows, many of the important COM intefaces are
                    either missing or not implemented.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows Vista
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: matty.hall at gmail.com


WebKit exposes some of its API via COM interfaces on Windows.  Unfortunately
some of the most important interfaces are either not implemented (they return
E_NOTIMPL), or are simply not exposed via the COM interfaces.

E_NOTIMPL:
- string IDOMElement::tagName()
- IDOMNodeList IDOMNode::childNodes()

Missing from the COM interfaces:
- int IDOMHTMLElement::offsetLeft()
- int IDOMHTMLElement::offsetTop()
- int IDOMHTMLElement::offsetWidth()
- int IDOMHTMLElement::offseHeight()
- int IDOMHTMLElement::scrollLeft()
- int IDOMHTMLElement::scrollTop()
- IDOMHTMLElement IDOMHTMLElement::offsetParent();

It would be really nice if the interfaces that were actually exposed were
implemented, and if those that aren't on the COM wrappers could be exposed.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list