Closed
Bug 639772
Opened 15 years ago
Closed 15 years ago
Port Bug 617175 [deleteTabValue doesn't use early access]
Categories
(SeaMonkey :: Session Restore, defect)
SeaMonkey
Session Restore
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: misak.bugzilla, Assigned: misak.bugzilla)
References
Details
Attachments
(1 file, 1 obsolete file)
1.51 KB,
patch
|
neil
:
review+
|
Details | Diff | Splinter Review |
From parent bug:
We've allowed values to be set and retrieved via "early access" but not
removed. This is (partly) causing the race condition in bug 617117 that's
causing a random orange.
Attachment #517694 -
Flags: review?(neil)
Comment 1•15 years ago
|
||
Comment on attachment 517694 [details] [diff] [review]
patch
>+ let deleteFrom;
Would it look better if we initialise this to null?
>-Components.utils.import("resource://gre/modules/Services.jsm");
Part of another patch?
![]() |
Assignee | |
Comment 2•15 years ago
|
||
sorry ...
Attachment #517694 -
Attachment is obsolete: true
Attachment #517694 -
Flags: review?(neil)
Attachment #517722 -
Flags: review?(neil)
Updated•15 years ago
|
Attachment #517722 -
Flags: review?(neil) → review+
![]() |
Assignee | |
Comment 3•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•