Closed
Bug 909126
Opened 11 years ago
Closed 11 years ago
header files are not being regenerated when the IDL changes
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 908977
People
(Reporter: briansmith, Unassigned)
Details
(Keywords: regression)
STR:
1. Change netwerk/socket/nsITransportSecurityInfo.idl to add a new property like "readonly attribute bool foo;"
2. "mach build netwerk/socket" or just "mach build".
3. Look at $OBJDIR/dist/include/nsITransportSecurityInfo.h.
Expected results:
$OBJDIR/dist/include/nsITransportSecurityInfo.h should contain the getter declaration nsresult GetFoo(bool * result);
Actual results:
$OBJDIR/dist/include/nsITransportSecurityInfo.h is unchanged.
Workaround:
mach clobber && mach build. It is very painful.
Reporter | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•