servo/resources/resource_protocol
webbeef 1b48bd18aa
Basic tab strip for the minibrowser (#33100)
This implements a simple tab system for servoshell:
- The egui part uses the built-in SelectableLabels components and
  display the full tab title on hover.
- WebView structs now hold all the state for each WebView. When we
  need "global" state, we return the focused WebView state, eg.
  for the load status since it's still global in the UI.
- New keyboard shortcut: [Cmd-or-Ctrl]+[W] to close the current tab.
- New keyboard shortcut: [Cmd-or-Ctrl]+[T] to create a new tab.
- The new tab content is loaded from the 'servo:newtab' url using a
  couple of custom protocol handlers.

Signed-off-by: webbeef <me@webbeef.org>
2024-08-27 20:17:33 +00:00
..
newtab.css Basic tab strip for the minibrowser (#33100) 2024-08-27 20:17:33 +00:00
newtab.html Basic tab strip for the minibrowser (#33100) 2024-08-27 20:17:33 +00:00
servo-color-negative-no-container.png Basic tab strip for the minibrowser (#33100) 2024-08-27 20:17:33 +00:00