Bug 47982 - Web Inspector: use actual resource content when displaying image resources
Summary: Web Inspector: use actual resource content when displaying image resources
Status: RESOLVED DUPLICATE of bug 16395
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Andrey Kosyakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-20 06:24 PDT by Andrey Kosyakov
Modified: 2010-10-20 06:30 PDT (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Kosyakov 2010-10-20 06:24:43 PDT
ResourcePanel & ImageView currently display images by creating an <img> with original resource URL. This may cause additional requests to the server and a different image being displayed. It is suggested to use a data: url to display image when resource content is available.
Comment 1 Alexander Pavlov (apavlov) 2010-10-20 06:30:09 PDT

*** This bug has been marked as a duplicate of bug 16395 ***