RESOLVED FIXED 111529
Web Inspector: use regular eval instead of injectScript for front-end extension API
https://bugs.webkit.org/show_bug.cgi?id=111529
Summary Web Inspector: use regular eval instead of injectScript for front-end extensi...
Yury Semikhatsky
Reported 2013-03-05 23:55:03 PST
InspectorAgent::didClearWindowObjectInWorld calls InjectedScriptManager::injectScript to install inspector front-end extension API. The script doesn't depend on InjectedScriptHost and can be eval'd as a regular script.
Attachments
Patch (8.91 KB, patch)
2013-03-06 04:31 PST, Yury Semikhatsky
pfeldman: review+
Yury Semikhatsky
Comment 1 2013-03-06 04:31:05 PST
Yury Semikhatsky
Comment 2 2013-03-06 06:09:45 PST
Note You need to log in before you can comment on or make changes to this bug.