Open
Bug 1359072
Opened 8 years ago
Updated 2 years ago
Use "disablehistory" / "disableglobalhistory" attribute for RDM container
Categories
(DevTools :: Responsive Design Mode, enhancement, P3)
DevTools
Responsive Design Mode
Tracking
(Not tracked)
NEW
People
(Reporter: jryans, Unassigned)
References
(Blocks 1 open bug)
Details
In bug 1352814, we added a hack to prevent the RDM container URL from being logged to session history, but it's not the nicest approach (we send some bogus data to wedge the session history listener).
There already exist `disablehistory` / `disableglobalhistory` attributes for <xul:browser>, which seem like a better appoach. However, we are currently creating a tab for this case via `addTab` and this code path creates the <xul:browser>, so we'd need to expose an option to disable history in the `addTab` API.
Updated•8 years ago
|
status-firefox55:
--- → affected
status-firefox57:
affected → ---
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Blocks: rdm-tunnel
status-firefox55:
affected → ---
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•