Closed
Bug 1381416
Opened 6 years ago
Closed 6 years ago
Stop using an iframe for the markup view
Categories
(DevTools :: General, enhancement, P2)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1242201
People
(Reporter: miker, Assigned: miker)
References
(Blocks 1 open bug)
Details
The markup view is currently 3 iframes deep into our developer tools. Each iframe needs to be created and then we need to wait for the iframe's contentDocument to be created before continuing. Obviously, doing this 3 times drastically slows down the inspector's loading time. We should move the markup tool out of it's iframe... maybe using HTML imports? Filter on EdgarMallory
Assignee | ||
Updated•6 years ago
|
Priority: -- → P2
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → mratcliffe
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
Updated•5 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•