Bug 90301

Summary: Can’t get basic element info from a WKRenderObject
Product: WebKit Reporter: mitz
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Move element info from WebRenderLayer to WebRenderObject and update API andersca: review+

Description mitz 2012-06-29 13:03:16 PDT
While WKRenderLayer exposes its owner element’s tag name, id, and class list, WKRenderObject does not.
Comment 1 mitz 2012-06-29 13:20:13 PDT
Created attachment 150243 [details]
Move element info from WebRenderLayer to WebRenderObject and update API
Comment 2 mitz 2012-06-29 13:26:45 PDT
Fixed in <http://trac.webkit.org/r121584>.