Bug 146442 - Web Inspector: Network errors (404) are missing location link in console messages
Summary: Web Inspector: Network errors (404) are missing location link in console mess...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-06-29 16:57 PDT by Joseph Pecoraro
Modified: 2015-06-29 17:38 PDT (History)
8 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (2.42 KB, patch)
2015-06-29 17:02 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff
[IMAGE] Before (40.79 KB, image/png)
2015-06-29 17:02 PDT, Joseph Pecoraro
no flags Details
[IMAGE] After (51.17 KB, image/png)
2015-06-29 17:02 PDT, Joseph Pecoraro
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2015-06-29 16:57:31 PDT
* SUMMARY
Network errors (404) are missing location link in console messages.

* TEST
<script src="does-not-exist.js"></script>

* STEPS TO REPRODUCE
1. Inspect test
2. Show console
  => should have a link with the name of the missing resource
Comment 1 Joseph Pecoraro 2015-06-29 16:57:40 PDT
<rdar://problem/21581625>
Comment 2 Joseph Pecoraro 2015-06-29 17:02:00 PDT
Created attachment 255796 [details]
[PATCH] Proposed Fix
Comment 3 Joseph Pecoraro 2015-06-29 17:02:25 PDT
Created attachment 255797 [details]
[IMAGE] Before
Comment 4 Joseph Pecoraro 2015-06-29 17:02:42 PDT
Created attachment 255799 [details]
[IMAGE] After
Comment 5 WebKit Commit Bot 2015-06-29 17:38:05 PDT
Comment on attachment 255796 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 255796

Committed r186100: <http://trac.webkit.org/changeset/186100>
Comment 6 WebKit Commit Bot 2015-06-29 17:38:09 PDT
All reviewed patches have been landed.  Closing bug.