Open
Bug 1609413
Opened 5 years ago
Updated 3 years ago
More clearly separate out sessionstore and tabbrowser handling of batch tab insertion
Categories
(Firefox :: Tabbed Browser, task, P2)
Firefox
Tabbed Browser
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox74 | --- | affected |
People
(Reporter: Gijs, Unassigned)
References
Details
Attachments
(1 file)
The current implementation of addMultipleTabs
depends on some details of the sessionstore format. Ideally that should not be the case. It also can reuse the selected tab, which the name addMultipleTabs
doesn't really make obvious.
We should rename the method and extract sessionstore logic (back) into session restore.
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Priority: -- → P2
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•