mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Add context menu options for images, links, and editable text areas. In addition add the ability to show menu options that are disabled. This also improves the visual style of the context menu in egui as part of supporting disabled options. Testing: This has been manually tested, but we could we should be able to easily add unit tests when enriching the API with information about the active element under context menus. Signed-off-by: Martin Robinson <mrobinson@igalia.com> Co-authored-by: Rakhi Sharma <atbrakhi@igalia.com>