Closed
Bug 1130413
Opened 11 years ago
Closed 10 years ago
Remove unused nsITokenPasswordDialogs::GetPassword() function
Categories
(Core Graveyard :: Security: UI, defect)
Core Graveyard
Security: UI
Tracking
(firefox39 fixed)
RESOLVED
FIXED
mozilla39
Tracking | Status | |
---|---|---|
firefox39 | --- | fixed |
People
(Reporter: Cykesiopka, Assigned: Cykesiopka)
References
Details
Attachments
(1 file)
7.83 KB,
patch
|
jcj
:
review+
|
Details | Diff | Splinter Review |
The nsITokenPasswordDialogs::GetPassword() function is currently unused, and I suspect hasn't been used for quite a while.
I unfortunately don't think I have access to searching add-ons code, but it doesn't seem likely that anything uses this.
In any case, there are issues with the implementation such as using a .xul file instead of a nsIPromptService::PromptPassword() call, Bug 341418 etc. It would be nice to just get rid of this function.
![]() |
Assignee | |
Updated•10 years ago
|
Target Milestone: --- → mozilla39
![]() |
Assignee | |
Comment 1•10 years ago
|
||
Try looks OK so far: https://treeherder.mozilla.org/#/jobs?repo=try&revision=bd51981d38cb
Attachment #8570109 -
Flags: review?(dkeeler)
![]() |
||
Comment 2•10 years ago
|
||
Comment on attachment 8570109 [details] [diff] [review]
bug1130413_rm-nsITokenPasswordDialogs-GetPassword()_v1.patch
Review of attachment 8570109 [details] [diff] [review]:
-----------------------------------------------------------------
JC, if you could review this, that would be great.
Attachment #8570109 -
Flags: review?(dkeeler) → review?(jjones)
Comment 3•10 years ago
|
||
Comment on attachment 8570109 [details] [diff] [review]
bug1130413_rm-nsITokenPasswordDialogs-GetPassword()_v1.patch
Review of attachment 8570109 [details] [diff] [review]:
-----------------------------------------------------------------
r=jcj
Sorry it took me all weekend to get to this, but it looks/compiles/works OK for me.
Attachment #8570109 -
Flags: review?(jjones) → review+
![]() |
Assignee | |
Comment 4•10 years ago
|
||
(In reply to J.C. Jones [:jcj] from comment #3)
> r=jcj
> Sorry it took me all weekend to get to this, but it looks/compiles/works OK
> for me.
Not a problem, thanks for the review!
https://treeherder.mozilla.org/#/jobs?repo=try&revision=2e80498c60d0
Keywords: checkin-needed
Comment 5•10 years ago
|
||
Keywords: checkin-needed
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•