Closed
Bug 1308504
Opened 8 years ago
Closed 8 years ago
Move drawWaterfallBackground to its own module
Categories
(DevTools :: Netmonitor, defect)
DevTools
Netmonitor
Tracking
(firefox52 affected)
RESOLVED
DUPLICATE
of bug 1309866
Tracking | Status | |
---|---|---|
firefox52 | --- | affected |
People
(Reporter: rickychien, Unassigned)
References
(Blocks 1 open bug)
Details
This function draws the waterfall view background (timing ticks) into a canvas element and sets the element as CSS background-image. Move this to a module and convert the complicated browser_net_timeline_ticks.js test to a simple unit test.
- Using canvas as CSS background is only supported by Firefox. Since we want to support loading Net panel in other browsers too, this should be changed.
- We might want to use % as units (get some inspiration from how Firebug and HARViewer are done)
Other places we can get inspiration from: Animation Inspector, Performance View
- This is adept for bigger rewrite.
- Don’t forget to remove canvas from the onLoaded and onContentLoaded Events.
Updated•8 years ago
|
Whiteboard: [devtools-html]
Reporter | ||
Updated•8 years ago
|
Reporter | ||
Updated•8 years ago
|
Updated•8 years ago
|
Whiteboard: [netmonitor]
Updated•8 years ago
|
Flags: qe-verify+
QA Contact: ciprian.georgiu
Updated•8 years ago
|
Priority: -- → P2
Updated•8 years ago
|
Comment 1•8 years ago
|
||
drawWaterfallBackground is moved into its own module as part of bug 1309866
Honza
Status: NEW → RESOLVED
Closed: 8 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
•