Add Back and Forward Navigation
Categories
(DevTools :: about:debugging, enhancement)
Tracking
(firefox79 fixed)
| Tracking | Status | |
|---|---|---|
| firefox79 | --- | fixed |
People
(Reporter: davidwalsh, Assigned: davidwalsh)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
In bug 1617240 we added a reload button to reload the remote site's page.
We should add forward and back buttons to perform those operations.
| Assignee | ||
Comment 1•1 year ago
|
||
@daisuke: Could you advise on the wiring to create these controls? Specifically, how/where to read the back and forward stack?
Comment 2•1 year ago
|
||
Hi David, thank you very much for filing this!
I think we can do as same as reload().
But, at first, it seems that we don't have back/forward function in the actor, need to implement those functions.
For example, when reloading the page, the actor calls reload() of nsiWebNavigation.
As same as above, it seems we can implement the actor using nsiWebNavigation's functions.
Of course, we need to implement/define the functions in the front side and the spec as well.
After that, I think we can use the functions from about:debugging.
| Assignee | ||
Comment 3•1 year ago
|
||
Updated•1 year ago
|
Pushed by dwalsh@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/793023d3cb5f Add forward and back buttons to remote debugging r=daisuke,flod,jdescottes
Comment 5•1 year ago
|
||
| bugherder | ||
Updated•11 months ago
|
Comment 6•11 months ago
|
||
Updated screenshot and text for Back and Forward buttons in Connecting to a remote device section.
Description
•