Open
Bug 1708400
(jsapi)
Opened 4 years ago
Updated 5 months ago
[meta] Clean-up jsapi header
Categories
(Core :: JavaScript Engine, enhancement, P5)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: nbp, Unassigned)
References
(Depends on 28 open bugs, Blocks 2 open bugs)
Details
(Keywords: meta)
jsapi.h is a very large file, and we should improve it such that:
- Embedders only include what they need.
- Documentation exists.
- API are sorted by topic.
- API behave logically.
- API should be complete.
Reporter | ||
Updated•4 years ago
|
Alias: clean-jsapi → jsapi
Reporter | ||
Updated•4 years ago
|
Depends on: 1708436
See Also: → sm-embedding
Updated•3 years ago
|
Blocks: includehell
You need to log in
before you can comment on or make changes to this bug.
Description
•