Closed
Bug 1735133
Opened 3 years ago
Closed 3 years ago
Allow json schema post-processors on entries of type "function"
Categories
(WebExtensions :: General, task, P2)
WebExtensions
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: willdurand, Assigned: willdurand)
References
(Blocks 1 open bug)
Details
(Whiteboard: [mv3-m2])
Attachments
(1 obsolete file)
The scripting
API defines a ScriptInjection
type that contains a "serializable function". One way to support this new kind of parameters is to use a post-processor but "function" entries cannot have processors yet.
This bug is about adding support for post-processors for entries of type "function".
Updated•3 years ago
|
Severity: -- → N/A
Priority: -- → P2
Updated•3 years ago
|
Type: enhancement → task
Updated•3 years ago
|
Whiteboard: [mv3-m2]
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
This patch allows to use postprocess
on entries of type "function" in
a JSON schema that defines a WebExtension API.
Updated•3 years ago
|
Attachment #9245712 -
Attachment is obsolete: true
Assignee | ||
Comment 2•3 years ago
|
||
We don't need this for the scripting
API (at least not right now) because we're going to use child process.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•