Bug 47982
| Summary: | Web Inspector: use actual resource content when displaying image resources | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Andrey Kosyakov <caseq> |
| Component: | Web Inspector (Deprecated) | Assignee: | Andrey Kosyakov <caseq> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Andrey Kosyakov
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexander Pavlov (apavlov)
*** This bug has been marked as a duplicate of bug 16395 ***