Closed
Bug 479048
Opened 16 years ago
Closed 16 years ago
variable ix used before declaration in SM sessionstore
Categories
(SeaMonkey :: Session Restore, defect)
SeaMonkey
Session Restore
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.0b1
People
(Reporter: misak.bugzilla, Assigned: misak.bugzilla)
References
Details
Attachments
(1 file)
503 bytes,
patch
|
neil
:
review+
neil
:
superreview+
kairo
:
approval-seamonkey2.0a3-
|
Details | Diff | Splinter Review |
Variable ix in sss_observe function was not declared before using, which is a bad practice. one liner patch is attached.
Attachment #362894 -
Flags: superreview?(neil)
Attachment #362894 -
Flags: review?(neil)
Attachment #362894 -
Flags: approval-seamonkey2.0a3?
Updated•16 years ago
|
Attachment #362894 -
Flags: superreview?(neil)
Attachment #362894 -
Flags: superreview+
Attachment #362894 -
Flags: review?(neil)
Attachment #362894 -
Flags: review+
Comment 1•16 years ago
|
||
Comment on attachment 362894 [details] [diff] [review]
declare ix before use
[Checkin: Comment 3]
This is nice to have but the tree is really closed for a3 now, we only take things there that actually have noticeable reward, and this doesn't.
Please land as soon as the tree reopens after the release branch has been cut.
Attachment #362894 -
Flags: approval-seamonkey2.0a3? → approval-seamonkey2.0a3-
Assignee | ||
Updated•16 years ago
|
Keywords: checkin-needed
Comment 2•16 years ago
|
||
(This "ports" bug 479005.)
Assignee: nobody → misak
Status: NEW → ASSIGNED
Depends on: 479005
Target Milestone: --- → seamonkey2.0b1
Comment 3•16 years ago
|
||
Comment on attachment 362894 [details] [diff] [review]
declare ix before use
[Checkin: Comment 3]
http://hg.mozilla.org/comm-central/rev/a97a2151b1f9
Attachment #362894 -
Attachment description: declare ix before use → declare ix before use
[Checkin: Comment 3]
Updated•16 years ago
|
Blocks: 36810
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Updated•16 years ago
|
Component: General → Session Restore
QA Contact: general → session.restore
You need to log in
before you can comment on or make changes to this bug.
Description
•