Closed
Bug 617175
Opened 14 years ago
Closed 14 years ago
deleteTabValue doesn't use early access
Categories
(Firefox :: Session Restore, defect)
Firefox
Session Restore
Tracking
()
VERIFIED
FIXED
Firefox 4.0b9
Tracking | Status | |
---|---|---|
blocking2.0 | --- | betaN+ |
People
(Reporter: zpao, Assigned: zpao)
References
Details
Attachments
(1 file, 1 obsolete file)
4.09 KB,
patch
|
Details | Diff | Splinter Review |
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.
Assignee | ||
Comment 1•14 years ago
|
||
This fixed bug 617117 for me - I reproduced that by adding a bunch of tabs before trying to deleteTabValue.
This also comes with tests! Just added to the tests for bug 590268 since they had the infrastructure to test this. I had to wrap in a try-catch otherwise it would just die in the loop there and the tests as a whole would still pass. Added an extra check that we at least do one proper testing of the get/set/delete with early access.
Assignee | ||
Comment 2•14 years ago
|
||
Bug 590268 was blocking+ and since this is mostly an extension of that bug, blocking? on this one too.
blocking2.0: --- → ?
Updated•14 years ago
|
blocking2.0: ? → betaN+
Updated•14 years ago
|
Attachment #495713 -
Flags: review?(dietrich) → review+
Assignee | ||
Updated•14 years ago
|
Whiteboard: [has patch][can land]
Assignee | ||
Comment 3•14 years ago
|
||
s/is/ok/ to fix that failure from try (should never have been an is check!)
Attachment #495713 -
Attachment is obsolete: true
Assignee | ||
Comment 4•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [has patch][can land]
Target Milestone: --- → Firefox 4.0b9
Assignee | ||
Updated•14 years ago
|
Flags: in-testsuite+
Assignee | ||
Comment 6•14 years ago
|
||
(In reply to comment #5)
> Is there a way I can verify this bug?
test passes
You need to log in
before you can comment on or make changes to this bug.
Description
•