[Webkit-unassigned] [Bug 75366] Web Inspector: [Extensions API] Method to open inspector at extension panel

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 4 06:05:55 PST 2012


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





--- Comment #2 from Pavel Feldman <pfeldman at chromium.org>  2012-01-04 06:05:55 PST ---
This seems to be a platform-specific request, so it should start in crbug.com.

In either case, we avoid opening the front-end programmatically for the following reasons:
- It increases API surface that can be used by malicious sites / extensions
- It increases the risk of the extensions API mis-use where a regular extension (say ad block) might use powerful inspector API via opening the front-end and installing a hook into the page.

both scenarios are bad for the users.

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