Closed
Bug 930901
Opened 11 years ago
Closed 11 years ago
Clean up and modularize SessionStore code a little more
Categories
(Firefox :: Session Restore, defect)
Firefox
Session Restore
Tracking
()
RESOLVED
FIXED
Firefox 28
People
(Reporter: ttaubert, Assigned: ttaubert)
References
Details
Attachments
(3 files, 3 obsolete files)
(deleted),
patch
|
billm
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
billm
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
billm
:
review+
|
Details | Diff | Splinter Review |
Based off of bug 930202 and bug 919835 we can do some cleanup and move TabState as well as TabAttributes to their own JSMs.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #822172 -
Flags: review?(wmccloskey)
Assignee | ||
Comment 2•11 years ago
|
||
Small addition.
Attachment #822172 -
Attachment is obsolete: true
Attachment #822172 -
Flags: review?(wmccloskey)
Attachment #822189 -
Flags: review?(wmccloskey)
Assignee | ||
Comment 3•11 years ago
|
||
This patch introduces a Utils.jsm that contains makeURI() and hasRootDomain(). We will need the latter for upcoming work.
Attachment #822199 -
Flags: review?(wmccloskey)
Assignee | ||
Updated•11 years ago
|
Summary: Move TabState and TabAttributes to their own JSMs → Clean up and modularize SessionStore code a little more
Assignee | ||
Comment 4•11 years ago
|
||
Oops, little fix.
Attachment #822199 -
Attachment is obsolete: true
Attachment #822199 -
Flags: review?(wmccloskey)
Attachment #822209 -
Flags: review?(wmccloskey)
Assignee | ||
Comment 5•11 years ago
|
||
Ok, while I'm at it... It always bugged me that we called it _SessionFile. Let's rename that to SessionFile (remove the underscore) so that it fits nicely with all our other modules.
Attachment #822211 -
Flags: review?(wmccloskey)
Assignee | ||
Comment 6•11 years ago
|
||
That should be it. All those patches don't change how stuff works, they just move code around.
Assignee | ||
Comment 7•11 years ago
|
||
Sorry, sed fixed a couple of line endings that I didn't indent to include in the patch.
Attachment #822211 -
Attachment is obsolete: true
Attachment #822211 -
Flags: review?(wmccloskey)
Attachment #822217 -
Flags: review?(wmccloskey)
Comment on attachment 822189 [details] [diff] [review]
Move TabState and TabAttributes to their own JSMs, v2
Review of attachment 822189 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks for doing this. I'm going to try to land bug 919835 after the merge to aurora.
Attachment #822189 -
Flags: review?(wmccloskey) → review+
Attachment #822217 -
Flags: review?(wmccloskey) → review+
Attachment #822209 -
Flags: review?(wmccloskey) → review+
Assignee | ||
Comment 9•11 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/56e059ba321a
https://hg.mozilla.org/integration/fx-team/rev/04983771c47b
https://hg.mozilla.org/integration/fx-team/rev/be5e71554114
Whiteboard: [fixed-in-fx-team]
https://hg.mozilla.org/mozilla-central/rev/56e059ba321a
https://hg.mozilla.org/mozilla-central/rev/04983771c47b
https://hg.mozilla.org/mozilla-central/rev/be5e71554114
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 28
You need to log in
before you can comment on or make changes to this bug.
Description
•