Closed
Bug 1170377
Opened 9 years ago
Closed 9 years ago
Stop the docshell madness! Or, associate markers with globals instead of docshells
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect)
DevTools
Performance Tools (Profiler/Timeline)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1183219
People
(Reporter: fitzgen, Unassigned)
References
Details
AFAICT, we have to stop talking about docshells for bug 1152988 to make any kind of forward progress.
This whole docshell business also makes tracing events in code that shouldn't know anything about docshells very funky, like in bug 1141614.
Comment 1•9 years ago
|
||
We could also just hide the docshell usage to non-inline ctor/dtor, so docshell part
could be some main-thread only case.
And this really depends on what devtools want to do with markers. Should the markers work across page navigations? What about calling document.write() after page load (that creates a new inner window object).
But if per-global is really what is wanted here, great.
Comment 2•9 years ago
|
||
Victor's doing this in bug 1183219 for OTMT markers
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•