Closed
Bug 456980
Opened 16 years ago
Closed 16 years ago
[FIX]implement swapDocShells() for chrome content browser/iframe
Categories
(Core :: DOM: Navigation, enhancement)
Core
DOM: Navigation
Tracking
()
RESOLVED
FIXED
People
(Reporter: glazou, Assigned: bzbarsky)
Details
Attachments
(1 file, 3 obsolete files)
12.49 KB,
patch
|
Details | Diff | Splinter Review |
Bug 113934 implemented a great feature for Firefox users : the ability to move
a tab from one FF window to another w/o dropping context or having to reload the
page.
The same feature for chrome content inside a browser or iframe element would
be very helpful to xulrunner-based applications or extensions for instance
if they implement sidebars. In that case, sidebar items would become movable
between sidebars w/o context loss, and even between a sidebar and a floating
panel for a standalone sidebar item...
Reporter | ||
Comment 1•16 years ago
|
||
Assignee | ||
Comment 2•16 years ago
|
||
Assignee | ||
Comment 3•16 years ago
|
||
This won't preserve the scroll position, but will preserve the other state here.
Attachment #340600 -
Flags: superreview?(jst)
Attachment #340600 -
Flags: review?(jst)
Assignee | ||
Updated•16 years ago
|
Summary: implement swapDocShells() for chrome content browser/iframe → [FIX]implement swapDocShells() for chrome content browser/iframe
Updated•16 years ago
|
Attachment #340600 -
Flags: superreview?(jst)
Attachment #340600 -
Flags: superreview+
Attachment #340600 -
Flags: review?(jst)
Attachment #340600 -
Flags: review+
Assignee | ||
Comment 4•16 years ago
|
||
Attachment #340579 -
Attachment is obsolete: true
Attachment #340598 -
Attachment is obsolete: true
Attachment #340600 -
Attachment is obsolete: true
Assignee | ||
Comment 5•16 years ago
|
||
Pushed changeset 1e55532f66ca.
Status: NEW → RESOLVED
Closed: 16 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•