[webkit-reviews] review requested: [Bug 54558] Web Inspector: split all the functions of Inspector backend API by domain. : [Attachment 82650] [patch] second 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 asked  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 82650: [patch] second version
https://bugs.webkit.org/attachment.cgi?id=82650&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