Closed
Bug 921310
Opened 11 years ago
Closed 11 years ago
Don't collect extra data for restoring tabs
Categories
(Firefox :: Session Restore, defect)
Firefox
Session Restore
Tracking
()
RESOLVED
FIXED
Firefox 27
People
(Reporter: billm, Assigned: billm)
References
Details
Attachments
(1 file)
2.74 KB,
patch
|
ttaubert
:
review+
|
Details | Diff | Splinter Review |
See bug 909048 comments 8 and 10.
Attachment #810913 -
Flags: review?(ttaubert)
Comment 1•11 years ago
|
||
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+
Updated•11 years ago
|
Status: NEW → ASSIGNED
OS: Linux → All
Hardware: x86_64 → All
Version: unspecified → Trunk
Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
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.
Description
•