Closed
Bug 344442
Opened 18 years ago
Closed 18 years ago
openWalletPasswordDialog and checkWallet are not used.
Categories
(Calendar :: Internal Components, defect)
Calendar
Internal Components
Tracking
(Not tracked)
RESOLVED
FIXED
Sunbird 0.3
People
(Reporter: jminta, Assigned: sipaq)
Details
Attachments
(1 file, 1 obsolete file)
1.33 KB,
patch
|
ssitter
:
first-review+
jminta
:
second-review+
|
Details | Diff | Splinter Review |
The function openWalletPasswordDialog became obsolete a long time ago, and became very obsolete when we decided to kill the old calendar extension. It should be removed. http://lxr.mozilla.org/mozilla/source/calendar/resources/content/calendar.js#523
Reporter | ||
Updated•18 years ago
|
Whiteboard: [good first bug]
Assignee | ||
Updated•18 years ago
|
Assignee: base → bugzilla
Assignee | ||
Updated•18 years ago
|
Severity: normal → minor
Status: NEW → ASSIGNED
Target Milestone: --- → Sunbird 0.3
Assignee | ||
Comment 2•18 years ago
|
||
Joey, should I also remove launchPreferences() <http://lxr.mozilla.org/mozilla/source/calendar/resources/content/calendar.js#183> while I'm at it? It is also obsolete with the move to the NuPref architecture.
Comment 3•18 years ago
|
||
(In reply to comment #2) > Joey, should I also remove launchPreferences() That was removed with my checkin of bug 343601. If you update your working copy it should disappear.
Assignee | ||
Comment 4•18 years ago
|
||
This patch removes the unused function openWalletPasswordDialog() from calendar.js In addition it also - removes the unused function checkWallet() - corrects some overlong lines of code to a length of 80 chars or less - removes an empty trailing line at the end of the file To test our new review process, I'm asking ssitter for a first-review, since he should be familiar with the changes I made and jminta as my 2nd reviewer. I tested the additional changes in a recent Sunbird nightly by - opening the Sunbird about window - customizing my toolbar from the context menu and from the main menu I noted no issues with the patch.
Attachment #230871 -
Flags: second-review?(jminta)
Attachment #230871 -
Flags: first-review?(ssitter)
Assignee | ||
Comment 5•18 years ago
|
||
This is a 2nd version of the patch without the "long-line" cleanup. This patch simply removes the unused functions openWalletPasswordDialog() and checkWallet()
Attachment #230871 -
Attachment is obsolete: true
Attachment #230975 -
Flags: second-review?(jminta)
Attachment #230975 -
Flags: first-review?
Attachment #230871 -
Flags: second-review?(jminta)
Attachment #230871 -
Flags: first-review?(ssitter)
Assignee | ||
Updated•18 years ago
|
Attachment #230975 -
Flags: first-review? → first-review?(ssitter)
Comment 6•18 years ago
|
||
Comment on attachment 230975 [details] [diff] [review] Patch v2 (without cleanup) Looks good. r=ssitter
Attachment #230975 -
Flags: first-review?(ssitter) → first-review+
Reporter | ||
Comment 7•18 years ago
|
||
Comment on attachment 230975 [details] [diff] [review] Patch v2 (without cleanup) much better... r=jminta
Attachment #230975 -
Flags: second-review?(jminta) → second-review+
Reporter | ||
Comment 8•18 years ago
|
||
patch checked in.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•18 years ago
|
Summary: openWalletPasswordDialog is not used. → openWalletPasswordDialog and checkWallet are not used.
Whiteboard: [good first bug]
You need to log in
before you can comment on or make changes to this bug.
Description
•