Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.
This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Test Pilot & Web Extensions messages: prefValueRequest and addonListRequest #1068

@groovecoder

Description

@groovecoder

Now that #1022 is merged, and for mozilla/blok#12 (comment), I'd like to request some new message types between Test Pilot and other (Web Extension) add-ons:

When Test Pilot receives a message like {type: 'prefValueRequest', pref: '?'}, it should return a response message like {type: 'prefValueResponse', pref: '?', value: '<value>'}, so Web Extensions can query for Firefox pref values.

When Test Pilot receives a message like {type: 'addonListRequest'}, it should return a response message like {type: 'addonListResponse', addons: [<addonID1>, <addonID2>, ...] }, so Web Extensions can query Firefox for other installed add-ons.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions