Bug 93076

Summary: Web Inspector: Incorrect blob url href when inspecting
Product: WebKit Reporter: Alexander Pavlov (apavlov) <apavlov>
Component: Web Inspector (Deprecated)Assignee: Alexander Pavlov (apavlov) <apavlov>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch none

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.