mozilla / tofino

Project Tofino is a browser interaction experiment.
https://mozilla.github.io/tofino
Apache License 2.0
647 stars 68 forks source link

Navigation should be an action in navbar, Location #119

Closed jsantell closed 8 years ago

jsantell commented 8 years ago

Right now, we just report every location change as an action, and no action for actually navigating.

We should make navigating an action, and optionally the incremental typing in the location bar may send info to the main process for frecency, etc.

jsantell commented 8 years ago

Should also ensure it handles redirect scenarios so we can keep distinct records for both entered and actual URL in a Reacty way.

jsantell commented 8 years ago

Along with this, many things access directly, changing the nav; the {Page} should be the sole owner of and purely reflect state changes

jsantell commented 8 years ago

I guess GH markdown filters out <WebView>, which what I was referencing in https://github.com/mozilla/tofino/issues/119#issuecomment-210868899