Closed
Bug 1509450
Opened 7 years ago
Closed 7 years ago
ContentParent.h and ContentChild.h are included by a lot of files that don't need them
Categories
(Core :: General, enhancement)
Core
General
Tracking
()
RESOLVED
FIXED
mozilla65
| Tracking | Status | |
|---|---|---|
| firefox65 | --- | fixed |
People
(Reporter: gsvelto, Assigned: gsvelto)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
47 bytes,
text/x-phabricator-request
|
Details |
After touching ContentParent.h and being amazed at how much stuff was rebuilt I noticed that both this header file and ContentChild.h were being included in almost 50 files that didn't need them. We should get rid of those inclusions.
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → gsvelto
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•7 years ago
|
||
Pushed by gsvelto@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c8141cbb7ede
Remove unnecessary inclusions of ContentParent.h and ContentChild.h r=froydnj
Comment 3•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•