Closed
Bug 1938384
Opened 3 months ago
Closed 3 months ago
Improve modules/browser_objects_navigation
Categories
(Mozilla QA :: STArFox, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pwong, Assigned: pwong)
References
(Blocks 1 open bug)
Details
The existing code uses set_context_chrome() throughout helper functions, which leads to set_context_content() being needed after calling the function. Replace them with "with" context managers to make the code cleaner.
Assignee | ||
Updated•3 months ago
|
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
Resolution: --- → FIXED
Updated•2 months ago
|
Target Milestone: --- → Future
Updated•2 months ago
|
QA Whiteboard: [Fx-Desk-Auto]
Target Milestone: Future → ---
Updated•2 months ago
|
Component: General → STArFox
You need to log in
before you can comment on or make changes to this bug.
Description
•