Closed
Bug 1619619
Opened 5 years ago
Closed 5 years ago
DeCOMtaminate accesses to nsFocusManager
Categories
(Toolkit :: General, task, P3)
Toolkit
General
Tracking
()
RESOLVED
FIXED
mozilla76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: hsivonen, Assigned: simon)
Details
(Keywords: good-first-bug)
Attachments
(1 file)
Every instance of nsCOMPtr<nsIFocusManager> fm = do_GetService(FOCUSMANAGER_CONTRACTID);
in the code base should be replaced with nsFocusManager* fm = nsFocusManager::GetFocusManager();
.
Updated•5 years ago
|
Priority: -- → P3
Assignee | ||
Comment 1•5 years ago
|
||
Hi !
I started working on this, please assign me if possible, as i can't do it myself.
Flags: needinfo?(gijskruitbosch+bugs)
Assignee | ||
Comment 2•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → simon
Status: NEW → ASSIGNED
Assignee | ||
Updated•5 years ago
|
Flags: needinfo?(gijskruitbosch+bugs)
Pushed by gijskruitbosch@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/f119c3e27740
DeCOMtaminate accesses to nsFocusManager r=Gijs
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in
before you can comment on or make changes to this bug.
Description
•