Closed Bug 921310 Opened 11 years ago Closed 11 years ago

Don't collect extra data for restoring tabs

Categories

(Firefox :: Session Restore, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
Firefox 27

People

(Reporter: billm, Assigned: billm)

References

Details

Attachments

(1 file)

See bug 909048 comments 8 and 10.
Attachment #810913 - Flags: review?(ttaubert)
Comment on attachment 810913 [details] [diff] [review] fix-restored-tab-collection Review of attachment 810913 [details] [diff] [review]: ----------------------------------------------------------------- Thanks! ::: browser/components/sessionstore/src/SessionStore.jsm @@ +4338,5 @@ > + // If the tab hasn't been restored yet, just return the data we > + // have saved for it. > + let browser = tab.linkedBrowser; > + if (!browser.currentURI || (browser.__SS_data && browser.__SS_tabStillLoading)) { > + let tabData = new TabData(this._collectBaseTabData(tab, {})); this._collectBaseTabData(tab) should be sufficient. The 'options' argument has '{}' as its default value.
Attachment #810913 - Flags: review?(ttaubert) → review+
Status: NEW → ASSIGNED
OS: Linux → All
Hardware: x86_64 → All
Version: unspecified → Trunk
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 27
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: