Closed
Bug 340301
Opened 18 years ago
Closed 18 years ago
Branch patch to bug 338661 broke session restoration
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: zeniko, Assigned: zeniko)
References
Details
(Keywords: regression)
Attachments
(1 obsolete file)
<tabbrowser/> doesn't feature the setTabTitleLoading method on the branch because the patch to bug 292865 hasn't landed yet.
Assignee | ||
Comment 1•18 years ago
|
||
The alternative would be to replace the call to setTabTitleLoading with
tab.label = tabbrowser.mStringBundle.getString("tabs.loading");
in nsSessionStore.js. However that seems a little bit too hacky IMO (after all, the string bundle is supposed to be private).
Comment 3•18 years ago
|
||
I backed out the patch for bug 338661. We can reland it on the branch when 292865's patch lands, so I think this bug can be closed now.
Assignee | ||
Updated•18 years ago
|
Attachment #224345 -
Attachment is obsolete: true
Attachment #224345 -
Flags: review?(mconnor)
Assignee | ||
Updated•18 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•