Break up jsfriendapi.h into discrete headers
Categories
(Core :: JavaScript Engine, task, P3)
Tracking
()
People
(Reporter: Waldo, Unassigned)
References
Details
Attachments
(15 files)
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review |
jsfriendapi.h is a dumping ground. But worse than that, it's a dumping ground that regularly changes, and every change tends to mean the world needs to be rebuilt. (StringType.h and gc/Tracer.h have apparently razor-thin dependencies on it, as the lowest-level users I've yet found. NativeObject.h is another user that probably pretty well poisons the well.) It should be split up into subject-specific headers, and some parts of it are perfectly worthy of promotion to regular ol' public API that's as stable as anything else public.
I've got a bunch of patches which don't fully do this, but they trim off some solid chunks of it. Dunno how long the whole thing will take, but they make a good start.
| Reporter | ||
Comment 1•5 years ago
|
||
| Reporter | ||
Comment 2•5 years ago
|
||
Depends on D89330
| Reporter | ||
Comment 3•5 years ago
|
||
Depends on D89331
| Reporter | ||
Comment 4•5 years ago
|
||
Depends on D89332
| Reporter | ||
Comment 5•5 years ago
|
||
Depends on D89333
| Reporter | ||
Comment 6•5 years ago
|
||
Depends on D89334
| Reporter | ||
Comment 7•5 years ago
|
||
Depends on D89335
| Reporter | ||
Updated•5 years ago
|
Comment 9•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/d77193517dc5
https://hg.mozilla.org/mozilla-central/rev/1b452e9cdd96
https://hg.mozilla.org/mozilla-central/rev/0426b064615e
https://hg.mozilla.org/mozilla-central/rev/08dc45f7b61c
https://hg.mozilla.org/mozilla-central/rev/fe6e573c4ad1
https://hg.mozilla.org/mozilla-central/rev/d554007fd1dd
https://hg.mozilla.org/mozilla-central/rev/71ed820a5be0
| Reporter | ||
Comment 10•5 years ago
|
||
| Reporter | ||
Comment 11•5 years ago
|
||
Depends on D92167
Comment 12•5 years ago
|
||
Comment 13•5 years ago
|
||
Backed out 2 changesets (bug 1663365) for SM bustage at jsfriendapi.cpp.
https://hg.mozilla.org/integration/autoland/rev/8eebea7a78cee569cd1cdb8f0b0539d1a0c9afde
Failure log:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=317464768&repo=autoland&lineNumber=3277
Comment 14•5 years ago
|
||
Comment 15•5 years ago
|
||
| bugherder | ||
| Reporter | ||
Updated•5 years ago
|
| Reporter | ||
Comment 16•5 years ago
|
||
Comment 17•5 years ago
|
||
| Reporter | ||
Comment 18•5 years ago
|
||
Comment 19•5 years ago
|
||
Comment 20•5 years ago
|
||
| bugherder | ||
| Reporter | ||
Comment 21•5 years ago
|
||
| Reporter | ||
Comment 22•5 years ago
|
||
Depends on D95670
| Reporter | ||
Comment 23•5 years ago
|
||
Depends on D95671
Comment 24•5 years ago
|
||
Comment 25•5 years ago
|
||
| bugherder | ||
Comment 27•4 years ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:sdetar, maybe it's time to close this bug?
| Reporter | ||
Comment 28•4 years ago
|
||
| Reporter | ||
Comment 29•4 years ago
|
||
Still a valid bug. Could conceivably be closed and work just parceled out to individual bugs, but works as well as anything to keep using this.
I dunno how much juice I have for too much these days, but I might churn out some more of these here. Nice break for the mind and all.
Comment 30•4 years ago
|
||
Comment 31•4 years ago
|
||
| bugherder | ||
Comment 32•4 years ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:sdetar, maybe it's time to close this bug?
Comment 33•4 years ago
|
||
We will still leave this open for now.
Updated•4 years ago
|
Comment 34•3 years ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:sdetar, maybe it's time to close this bug?
For more information, please visit auto_nag documentation.
Updated•3 years ago
|
Comment 35•3 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Comment 36•3 years ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:sdetar, maybe it's time to close this bug?
For more information, please visit auto_nag documentation.
Updated•3 years ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Description
•