Log #30

April 18, 2021

Web Omnibar / Navigation

Sail Omnibox API

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 Menu APIs

Context menus (menus invoked by right-click) are now supported for tabs and back and forth navigation history.

Navigation Status

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).