Closed Bug 514363 Opened 16 years ago Closed 16 years ago

Port Bug 509625 [nsSessionStore.js should deal with browsers rather than tabpanels] to SeaMonkey

Categories

(SeaMonkey :: Session Restore, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
seamonkey2.0

People

(Reporter: misak.bugzilla, Assigned: misak.bugzilla)

References

Details

(Keywords: fixed-seamonkey2.0)

Attachments

(1 file, 1 obsolete file)

Attached patch patch (obsolete) — Splinter Review
Thinking about bug 508819, there doesn't seem to be a reason to use tabpanels at all. This bug was approved for 1.9.2 branch only on Firefox, but I can't see why it shouldn't be in 1.9.1
Attachment #398329 - Flags: superreview?(neil)
Attachment #398329 - Flags: review?(neil)
Comment on attachment 398329 [details] [diff] [review] patch >- let target = aEvent.originalTarget; >- let panelID = target.linkedPanel; >- let ownerDoc = target.ownerDocument; >- let bindingParent = ownerDoc.getBindingParent(target); >- let tabpanel = >- ownerDoc.getAnonymousElementByAttribute(bindingParent, "id", >- panelID); >+ let browser = aEvent.originalTarget.linkedBrowser; Just merge attachment 398327 [details] [diff] [review] in. >- onTabLoad: function sss_onTabLoad(aWindow, aPanel, aEvent) { >+ onTabLoad: function sss_onTabLoad(aWindow, aBrowser, aEvent) { Nit: trailing space >- * Called when a tabpanel sends the "input" notification >+ * Called when a browser sends the "input" notification Nit: trailing space >- * Called when a tabpanel sends a "scroll" notification >+ * Called when a browser sends a "scroll" notification Nit: trailing space
Attachment #398329 - Flags: superreview?(neil)
Attachment #398329 - Flags: superreview+
Attachment #398329 - Flags: review?(neil)
Attachment #398329 - Flags: review+
For checkin, nits fixed, carrying forward r+ and sr+ from Neil.
Attachment #398329 - Attachment is obsolete: true
Attachment #398355 - Flags: superreview+
Attachment #398355 - Flags: review+
Keywords: checkin-needed
Attachment #398355 - Flags: approval-seamonkey2.0?
Attachment #398355 - Flags: approval-seamonkey2.0? → approval-seamonkey2.0+
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.0
Adding fixed-seamonkey2.0 keyword so the queries for approved but not fixed bugs don't catch that bug.
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: