Closed
Bug 633126
Opened 14 years ago
Closed 14 years ago
Port Bug 590268 [Provide access to sessionstore tab data sooner] to SeaMonkey
Categories
(SeaMonkey :: Session Restore, defect)
SeaMonkey
Session Restore
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.1b3
People
(Reporter: misak.bugzilla, Assigned: misak.bugzilla)
References
Details
Attachments
(1 file)
(deleted),
patch
|
neil
:
review+
|
Details | Diff | Splinter Review |
From parent bug:
Tab Candy needs this; otherwise we don't get our tab location data right at
start up.
Attachment #511327 -
Flags: review?(neil)
Comment 1•14 years ago
|
||
Comment on attachment 511327 [details] [diff] [review]
straight port
I was thinking they could have just written them as rather long || statements, but somehow I doubt that would have passed review ;-)
Attachment #511327 -
Flags: review?(neil) → review+
Comment 2•14 years ago
|
||
Just for the record, those rather long || statements look like this!
return (aTab.__SS_extdata ||
(aTab.linkedBrowser.__SS_data &&
aTab.linkedBrowser.__SS_data.extData) ||
{})[aKey] || "";
(aTab.__SS_extdata ||
(aTab.linkedBrowser.__SS_data &&
aTab.linkedBrowser.__SS_data.extData) ||
(aTab.__SS_extdata = {}))[aKey] = aStringValue;
Comment 3•14 years ago
|
||
Much more compact but clear as mud!
Assignee | ||
Comment 4•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
OS: Linux → All
Hardware: x86_64 → All
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.1b3
You need to log in
before you can comment on or make changes to this bug.
Description
•