Closed
Bug 695873
Opened 14 years ago
Closed 14 years ago
Don't assume that the window hasn't loaded in init.js
Categories
(Testing Graveyard :: Mozmill, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ahal, Unassigned)
Details
Attachments
(1 file)
|
1.39 KB,
patch
|
k0scist
:
review+
|
Details | Diff | Splinter Review |
This is needed as part of the effort to isolate mozmill's driver. Basically in init.js we used to assume that the window hasn't loaded. However if you are importing the driver in your own code module, then it is very likely that the window has loaded.
| Reporter | ||
Comment 1•14 years ago
|
||
| Reporter | ||
Updated•14 years ago
|
Attachment #568217 -
Flags: review?(jhammel)
Comment 2•14 years ago
|
||
Comment on attachment 568217 [details] [diff] [review]
Patch 1.0 - Don't assume window has loaded
onWindowLoaded should take an event argument. other than that, r+
Attachment #568217 -
Flags: review?(jhammel) → review+
| Reporter | ||
Comment 3•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| 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
•