Reduce WR module coupling
Categories
(Core :: Graphics: WebRender, task, P3)
Tracking
()
People
(Reporter: kvark, Unassigned)
Details
Attachments
(1 file)
In order to fight the growing complexity, we need to make a pass over all module imports used and re-arrange the puzzle of types and functions, so that the internal dependency graph has as few loops as possible.
Updated•6 years ago
|
Reporter | ||
Updated•4 years ago
|
Reporter | ||
Comment 1•4 years ago
|
||
the storage logic was made for, and used exclusively in, the prim_store.
Moving it into the sub-module and making it private allows for easier navigation in the code.
Updated•4 years ago
|
Comment 3•4 years ago
|
||
bugherder |
Comment 4•4 years ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:kvark, maybe it's time to close this bug?
Comment 6•3 years ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:kvark, maybe it's time to close this bug?
Comment 7•3 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Comment 8•3 years ago
|
||
Redirect a needinfo that is pending on an inactive user to the triage owner.
:gw, since the bug has recent activity, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•3 years ago
|
Updated•3 years ago
|
Description
•