RESOLVED FIXED 14409
Double click on a resource in the sidebar should open that resource in Safari
https://bugs.webkit.org/show_bug.cgi?id=14409
Summary Double click on a resource in the sidebar should open that resource in Safari
Timothy Hatcher
Reported 2007-06-26 05:33:07 PDT
A double click on a resource in the sidebar should open that resource directly in a new Safari window.
Attachments
Double Click opens the Resource in a New Window (1.25 KB, patch)
2009-07-17 22:02 PDT, Joseph Pecoraro
timothy: review+
Adam Roben (:aroben)
Comment 1 2008-01-29 11:01:22 PST
Joseph Pecoraro
Comment 2 2009-07-17 22:02:27 PDT
Created attachment 33006 [details] Double Click opens the Resource in a New Window Side effect of a really good design is that a feature like this requires a couple lines of code. This opens up a new window with the url of the resource. NOTES: - Should we white-list file extensions or mime-types? - Is this behavior still desired? (I think its fine).
Joseph Pecoraro
Comment 3 2009-07-17 22:14:14 PDT
Actually, now that I think about it. "window.open" can be redefined by the inspected page. So if that cannot be "trusted" then we would have to resort to something else. Thoughts?
Adam Barth
Comment 4 2009-07-24 01:21:23 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ... M WebCore/ChangeLog M WebCore/inspector/front-end/ResourcesPanel.js Committed r46336 M WebCore/ChangeLog M WebCore/inspector/front-end/ResourcesPanel.js r46336 = 3a3566570220a9ffc5cd2bdb9f43ddf2c6d164ca (trunk) No changes between current HEAD and refs/remotes/trunk Resetting to the latest refs/remotes/trunk http://trac.webkit.org/changeset/46336
Note You need to log in before you can comment on or make changes to this bug.