Closed
Bug 753763
Opened 13 years ago
Closed 11 years ago
Add session restore feature to window and tab event listeners
Categories
(Testing Graveyard :: Mozmill, defect)
Testing Graveyard
Mozmill
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: whimboo, Unassigned)
References
Details
(Whiteboard: [mozmill-1.5.13-])
Given the failure on bug 753646 we also have to listen for events of Session Store. Otherwise we start operating on elements too early even with the window state loaded tells, that everything is ready.
Interested events are:
* SSWindowStateBusy
* SSWindowStateReady
* SSTabRestored
If we have to go for a 1.5.13 release I would kinda like to see it included. Otherwise we will use a sleep() call as workaround for now.
| Reporter | ||
Comment 1•13 years ago
|
||
Work in progress is on my sstore-1.5 branch:
https://github.com/whimboo/mozmill/commits/sstore-1.5
I will try to put a patch together for 2.0 soon.
Whiteboard: [mozmill-2.0?][mozmill-1.5.13?] → [mozmill-2.0+][mozmill-1.5.13?]
Whiteboard: [mozmill-2.0+][mozmill-1.5.13?] → [mozmill-next][mozmill-1.5.13?]
| Reporter | ||
Comment 2•13 years ago
|
||
Nothing we have to add for the mozmill 1.5 branch. It's an enhancement.
Whiteboard: [mozmill-next][mozmill-1.5.13?] → [mozmill-next][mozmill-1.5.13-]
| Reporter | ||
Comment 3•11 years ago
|
||
Mozmill will reach its end of life soon. We are currently working on getting
all the tests for Firefox ported to Marionette. For status updates please see
bug 1080766.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
Whiteboard: [mozmill-next][mozmill-1.5.13-] → [mozmill-1.5.13-]
| Assignee | ||
Updated•9 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•