Expand description
Browser UI components and window render state.
Structs§
- Basic
Chrome - The default chrome for a browser window: a top toolbar and the page content area below it.
- Basic
Context Menu - The default
ContextMenufor a browser window: a vertical list of actions shown at the right-click position. - Browser
Renderer - BrowserRenderer は実際の描画を担当する。
- Browser
Ui - BrowserUi は 1 ウィンドウ分の状態管理を担当する。
- Chrome
Event Result - The outcome of dispatching a pointer event to the chrome.
- Click
Context - Information about the right-click that requested the context menu.
- Fetch
Request - Menu
Event Result - The outcome of dispatching a pointer event to an open context menu.
- Menu
Item - One selectable entry of the default context menu.
- Render
State - Render state for a browser window.
- TabId
- TabId(0) is BrowserChrome.
Enums§
- Chrome
Action - An action the chrome wants the browser core to perform on the active tab or window.
Traits§
- Chrome
- The window chrome surrounding the web content.
- Context
Menu - The context menu opened by right-clicking the web view.