add webidl dns bindings
Categories
(WebExtensions :: General, task, P2)
Tracking
(firefox111 fixed)
| Tracking | Status | |
|---|---|---|
| firefox111 | --- | fixed |
People
(Reporter: mixedpuppy, Assigned: rpl)
References
(Blocks 1 open bug)
Details
(Whiteboard: [mv3-m2])
Attachments
(4 files, 1 obsolete file)
Add serviceworker webidl bindings for the dns namespace
This is a simple api for a first attempt.
Updated•4 years ago
|
| Reporter | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Updated•4 years ago
|
Updated•3 years ago
|
| Comment hidden (off-topic) |
| Comment hidden (off-topic) |
| Assignee | ||
Comment 4•2 years ago
|
||
| Assignee | ||
Comment 5•2 years ago
|
||
A similar change have been applied to the webidl files related to WebExtensions APIs that were already defined
in mozilla-central as part of Bug 1659158.
This patch updates the python script to make sure that the new generate WebIDL files for the other WebExtensions
API that are not already in mozilla-central will use 'undefined' instead of 'void' as the return value type for
WebExtensions API methods that do not return any value.
Depends on D167591
| Assignee | ||
Comment 6•2 years ago
|
||
A similar change have been applied in the C++ header files for the WebExtensions API WebIDL bindings that were already
part of the mozilla-central tree as part of Bug 1777574.
This patch is making sure that C++ header boilerplate file generated by the WebExtensions python script
GenerateWebIDLBindings.py that we will generate next for the other WebExtensions APIs not yet implemented
in mozilla-central will also use this new macro.
Depends on D167592
| Assignee | ||
Comment 7•2 years ago
|
||
Depends on D167593
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Comment 10•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/99398345f229
https://hg.mozilla.org/mozilla-central/rev/0a2a5ea24951
https://hg.mozilla.org/mozilla-central/rev/5fef28bf2f79
https://hg.mozilla.org/mozilla-central/rev/1de4e44dab92
Description
•