April 18, 2021
As part of creating our own browser UI, we extended Chromium's omnibox through our first party API chrome.sail. This allows us to query for omnibox results dynamically from Web UI and provide rankings that users are familiar with.
Context menus (menus invoked by right-click) are now supported for tabs and back and forth navigation history.
Sail is now aware of navigation status per tab so we can render whether the page has back or forth history (if a page does not, the back or forth buttons are greyed out).