Closed
Bug 1746652
Opened 3 years ago
Closed 3 years ago
Extract message handlers from AboutLoginsParent.receiveMessage() into separate functions
Categories
(Firefox :: about:logins, task, P3)
Firefox
about:logins
Tracking
()
RESOLVED
FIXED
97 Branch
| Tracking | Status | |
|---|---|---|
| firefox97 | --- | fixed |
People
(Reporter: serg, Assigned: serg)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Currently it's one huge switch, this bug will separate concerns so receiveMessage() will act as dispatcher and for each message there will be a dedicated fn.
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
Extract message handlers from AboutLoginsParent.receiveMessage() into separate functions
Updated•3 years ago
|
Attachment #9255953 -
Attachment description: WIP: Bug 1746652 - → Bug 1746652 - Extract message handlers from AboutLoginsParent.receiveMessage() into separate functions
Updated•3 years ago
|
Attachment #9255953 -
Attachment description: Bug 1746652 - Extract message handlers from AboutLoginsParent.receiveMessage() into separate functions → WIP: Bug 1746652 -
Updated•3 years ago
|
Attachment #9255953 -
Attachment description: WIP: Bug 1746652 - → Bug 1746652 - Extract message handlers from AboutLoginsParent.receiveMessage() into separate functions
Updated•3 years ago
|
Attachment #9255953 -
Attachment description: Bug 1746652 - Extract message handlers from AboutLoginsParent.receiveMessage() into separate functions → Bug 1746652 - Extract message handlers from AboutLoginsParent.receiveMessage() into separate functions. r=tgiles!
Pushed by sgalich@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/61ceee531062
Extract message handlers from AboutLoginsParent.receiveMessage() into separate functions. r=tgiles
Comment 3•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox97:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 97 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•