Bug 93076 - Web Inspector: Incorrect blob url href when inspecting
Summary: Web Inspector: Incorrect blob url href when inspecting
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Alexander Pavlov (apavlov)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-03 00:57 PDT by Alexander Pavlov (apavlov)
Modified: 2012-08-03 03:25 PDT (History)
11 users (show)

See Also:


Attachments
Patch (4.38 KB, patch)
2012-08-03 01:48 PDT, Alexander Pavlov (apavlov)
no flags Details | Formatted Diff | Diff
Patch (4.46 KB, patch)
2012-08-03 02:06 PDT, Alexander Pavlov (apavlov)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pavlov (apavlov) 2012-08-03 00:57:59 PDT
What steps will reproduce the problem?
1a. inspect an anchor with href="blob:http%3A//example.com/..."
1b. inspect an element with background-image: url(blob:http%3A//example.com/...)
2. click link to the blob url

What is the expected result?
The anchor links to blob:http%3A//example.com/...

What happens instead?
The anchor links to http://example.com/blob:http%3A//example.com/...

The test case is found at http://jsfiddle.net/KZS6M/2/

Upstreaming http://code.google.com/p/chromium/issues/detail?id=138956
Comment 1 Alexander Pavlov (apavlov) 2012-08-03 01:48:32 PDT
Created attachment 156289 [details]
Patch
Comment 2 WebKit Review Bot 2012-08-03 02:02:24 PDT
Comment on attachment 156289 [details]
Patch

Rejecting attachment 156289 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 1

ERROR: /mnt/git/webkit-commit-queue/LayoutTests/ChangeLog neither lists a valid reviewer nor contains the string "Unreviewed" or "Rubber stamp" (case insensitive).

Full output: http://queues.webkit.org/results/13425567
Comment 3 Alexander Pavlov (apavlov) 2012-08-03 02:06:33 PDT
Created attachment 156294 [details]
Patch
Comment 4 WebKit Review Bot 2012-08-03 03:25:36 PDT
Comment on attachment 156294 [details]
Patch

Clearing flags on attachment: 156294

Committed r124590: <http://trac.webkit.org/changeset/124590>
Comment 5 WebKit Review Bot 2012-08-03 03:25:40 PDT
All reviewed patches have been landed.  Closing bug.