Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Epiphany Epiphany
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 233
    • Issues 233
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • EpiphanyEpiphany
  • Merge requests
  • !1165

WebExtensions: Add commands API

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Patrick Griffis requested to merge pgriffis/web-extension/commands into master Jul 07, 2022
  • Overview 1
  • Commits 3
  • Pipelines 6
  • Changes 7

This simplifies things a bit, removing a duplicated Command struct.

Fixes a handful of leaks.

Namespaces the Action name so its private-per-extension.

Adds strict accelerator parsing.

Ensures accels are added on load and removed on unload.

Edited Jul 07, 2022 by Patrick Griffis
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: pgriffis/web-extension/commands