Bug #9
Chromium logs warning on odf files with images
| Status: | Closed | Start date: | 02/24/2011 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | Jos van den Oever | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
When loading data urls 'data:' ..., a new version of chromium looks at the mimetype. If there is none, it gives a warning: Resource interpreted as image but transferred with MIME type text/plain.
This can be fixed by doing a detection of the mimetype and adding it to the data url like
'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKC...'
History
Updated by Jos van den Oever about 2 years ago
- Status changed from New to Resolved
closed in commit 259869f79e8a0841979a55484c3d9917bfedb1e9
Updated by Jos van den Oever almost 2 years ago
- Status changed from Resolved to Closed