WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Yury Semikhatsky
Comment 1
2013-03-06 04:31:05 PST
Created
attachment 191715
[details]
Patch
Yury Semikhatsky
Comment 2
2013-03-06 06:09:45 PST
Committed
r144916
: <
http://trac.webkit.org/changeset/144916
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug