Bug 82812 - Web Inspector: [Mac] Using Open Link content menu item takes over the Web Inspector window
Summary: Web Inspector: [Mac] Using Open Link content menu item takes over the Web Ins...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac All
: P2 Normal
Assignee: Timothy Hatcher
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-03-30 18:13 PDT by Timothy Hatcher
Modified: 2012-03-31 18:18 PDT (History)
11 users (show)

See Also:


Attachments
Proposed Change (10.84 KB, patch)
2012-03-30 18:54 PDT, Timothy Hatcher
no flags Details | Formatted Diff | Diff
Proposed Change (Round 2) (10.80 KB, patch)
2012-03-30 19:12 PDT, Timothy Hatcher
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2012-03-30 18:13:23 PDT
1. Go to http://vimeo.com/21567634
2. Right click on the video, pick Inspect Element
3. Pull up the JS console
4. With the video element selected, evaluate $0.currentSrc
5. Right click on the URL and pick Open Link

Expected: the video to open in the Safari tab
Actual: the video opened in the Web Inspector window.
Comment 1 Timothy Hatcher 2012-03-30 18:14:22 PDT
<rdar://problem/9488558>
Comment 2 Timothy Hatcher 2012-03-30 18:54:13 PDT
Created attachment 134927 [details]
Proposed Change
Comment 3 WebKit Review Bot 2012-03-30 18:58:27 PDT
Attachment 134927 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit/mac/ChangeLog', u'Source/Web..." exit_code: 1
Source/WebKit2/UIProcess/WebInspectorProxy.cpp:33:  Alphabetical sorting problem.  [build/include_order] [4]
Total errors found: 1 in 5 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Timothy Hatcher 2012-03-30 19:12:12 PDT
Created attachment 134930 [details]
Proposed Change (Round 2)
Comment 5 Timothy Hatcher 2012-03-30 19:12:39 PDT
Style fixed.
Comment 6 WebKit Review Bot 2012-03-31 18:18:26 PDT
Comment on attachment 134930 [details]
Proposed Change (Round 2)

Clearing flags on attachment: 134930

Committed r112808: <http://trac.webkit.org/changeset/112808>
Comment 7 WebKit Review Bot 2012-03-31 18:18:31 PDT
All reviewed patches have been landed.  Closing bug.