[webkit-reviews] review canceled: [Bug 54558] Web Inspector: split all the functions of Inspector backend API by domain. : [Attachment 82641] [patch] initial version

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 16 09:02:34 PST 2011


Ilya Tikhonovsky <loislo at chromium.org> has canceled Ilya Tikhonovsky
<loislo at chromium.org>'s request for review:
Bug 54558: Web Inspector: split all the functions of Inspector backend API by
domain.
https://bugs.webkit.org/show_bug.cgi?id=54558

Attachment 82641: [patch] initial version
https://bugs.webkit.org/attachment.cgi?id=82641&action=review

------- Additional Comments from Ilya Tikhonovsky <loislo at chromium.org>
In this version all the functions are accessible via a conainer for their
domain.
original: InspectorBackend.evaluate("lalala");
new version: RuntimeAgent.evaluate("lalala");


More information about the webkit-reviews mailing list