Open
Bug 1095165
Opened 11 years ago
Updated 2 years ago
Extreme performance drop with `window.open(LARGE_DATA_URL) `
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
NEW
People
(Reporter: kangax, Unassigned)
Details
Attachments
(1 obsolete file)
Opening a relatively large data:url via `window.open` makes browser (and even OS X) unresponsive. Process consumes up to 5GB of memory. Test case attached.
FWIW, Chrome simply crashes the tab when attempting to open it.
| Reporter | ||
Comment 1•11 years ago
|
||
Can't attach file so here's a link — https://dl.dropboxusercontent.com/u/822184/data_url_test.html
To clarify, the data:url in question was generated when working with large (3000x3000px) textures for a 3d model used in Three.js app. Viewing such dynamically generated textures is useful for debugging; unfortunately, neither Chrome nor Firefox seem to be able to handle showing them as a standalone page (data:url in an address bar).
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Attachment #9383144 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•