[Webkit-unassigned] [Bug 7120] New: API Request: creating DOMHTMLImageElements from NSImages

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Feb 6 21:48:13 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=7120

           Summary: API Request: creating DOMHTMLImageElements from NSImages
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: catfish.man at gmail.com


Currently there is no way of displaying an NSImage from a Cocoa program in a
WebView (such as buddy icons in Adium's webkit message view) except writing it
out to a file, creating a DOMHTMLImageElement, and setting the src attribute to
the path of the image file. It would be both more convenient and more efficient
to have a way of directly using the NSImage to create the DOMHTMLImageElement.


-- 
Configure bugmail: http://bugzilla.opendarwin.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