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)

enhancement

Tracking

(Not tracked)

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.
Product: Firefox → DevTools
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.