RESOLVED INVALID 71375
Web Inspector: Expose extension API that would linkify Scripts panel.
https://bugs.webkit.org/show_bug.cgi?id=71375
Summary Web Inspector: Expose extension API that would linkify Scripts panel.
Malte Ubl
Reported 2011-11-02 10:40:31 PDT
It would be great, if web pages that display stack traces (such as test runners) could link into the script tab of web inspector. E.g. using <a href="inspector:http://localhost:8000//javascript/closure/testing/asserts.js:296:3">http://localhost:8000//javascript/closure/testing/asserts.js:296:3</a>
Attachments
Pavel Feldman
Comment 1 2011-11-02 11:07:46 PDT
We'd like to open inspector upon corresponding menu action only. In case it has already been opened, there should be a way to implement it say using extensions. Changing the title.
Pavel Feldman
Comment 2 2012-08-02 08:26:36 PDT
Opening inspector via link puts user at phishing risk, we should not do that.
Vsevolod Vlasov
Comment 3 2012-08-03 00:36:39 PDT
How about "In case it has already been opened, there should be a way to implement it say using extensions"?
Malte Ubl
Comment 4 2012-08-03 07:16:58 PDT
Yeah, it should definitely only work in windows that have web inspector opened. And then either - through an extra extension - or better: Make it an option of web inspector. Of course, the links should only work, if and only if, these source files are already available to web inspector. It should not start downloading more source.
Note You need to log in before you can comment on or make changes to this bug.