[Webkit-unassigned] [Bug 56573] Expose the shadow DOM to DumpRenderTree JS tests.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 28 14:19:34 PDT 2011


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


Tony Chang <tony at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tony at chromium.org




--- Comment #9 from Tony Chang <tony at chromium.org>  2011-03-28 14:19:34 PST ---
(In reply to comment #8)
> Created an attachment (id=87202)
 --> (https://bugs.webkit.org/attachment.cgi?id=87202&action=review) [details]
> Added missing comma in .gyp file.

Morita's feedback is correct.  DRT shouldn't reach into WebCore directly, it should call into WebKit, which in turn can call into WebCore.  If the actual work is done in WebCore, it allows all the ports to share an implementation (although you still have to write the code in WebKit to call into WebCore for all ports).

-- 
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