Closed
Bug 244878
Opened 21 years ago
Closed 5 years ago
Rename ChooseToken() to chooseToken() in nsITokenDialogs.idl to follow style guide
Categories
(Core :: Security: PSM, defect, P5)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: timeless, Assigned: jkt)
References
Details
(Whiteboard: [kerh-cuz][psm-cleanup])
Updated•20 years ago
|
Assignee: kaie → nobody
Updated•18 years ago
|
QA Contact: ui
Comment 2•9 years ago
|
||
The description for this bug was for whatever reason omitted, so here's an explanation:
The method ChooseToken() defined at https://hg.mozilla.org/mozilla-central/file/92f57efec305/security/manager/ssl/nsITokenDialogs.idl#l13 should instead be named chooseToken().
Per https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Coding_Style#Use_leading-lowercase.2C_or_.22interCaps.22:
> When defining a method or attribute in IDL, the first letter should be lowercase, and each following word should be capitalized.
Component: Security: UI → Security: PSM
OS: Windows XP → All
Hardware: x86 → All
Summary: Lowercase ChooseToken → Rename ChooseToken() to chooseToken() in nsITokenDialogs.idl to follow style guide
Whiteboard: [kerh-cuz] → [kerh-cuz][psm-cleanup]
Priority: -- → P5
Assignee | ||
Comment 3•5 years ago
|
||
Bug 1315460 removed this interface.
Assignee: nobody → jkt
Status: NEW → RESOLVED
Closed: 5 years ago
Depends on: 1315460
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•