Closed
Bug 164717
Opened 23 years ago
Closed 23 years ago
Export FROZEN interfaces and headers to dist/sdk
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dougt, Assigned: dougt)
References
Details
Attachments
(2 files)
|
16.48 KB,
patch
|
netscape
:
review+
alecf
:
superreview+
|
Details | Diff | Splinter Review |
|
23.62 KB,
patch
|
Details | Diff | Splinter Review |
we should be exporting our interfaces. Patch coming up. In the mean time, read
up on how I will do this:
news://news.mozilla.org:119/3D5BFBA1.4020507@netscape.com
| Assignee | ||
Comment 1•23 years ago
|
||
| Assignee | ||
Comment 2•23 years ago
|
||
Comment 3•23 years ago
|
||
Comment on attachment 96758 [details] [diff] [review]
Exports currently frozen interfaces to dist/sdk
rs=alecf
Attachment #96758 -
Flags: superreview+
Comment 4•23 years ago
|
||
Comment on attachment 96758 [details] [diff] [review]
Exports currently frozen interfaces to dist/sdk
r=cls
Attachment #96758 -
Flags: review+
| Assignee | ||
Comment 5•23 years ago
|
||
Checking in content/base/public/Makefile.in;
/cvsroot/mozilla/content/base/public/Makefile.in,v <-- Makefile.in
new revision: 1.21; previous revision: 1.20
done
Checking in dom/public/idl/base/Makefile.in;
/cvsroot/mozilla/dom/public/idl/base/Makefile.in,v <-- Makefile.in
new revision: 1.11; previous revision: 1.10
done
Checking in dom/public/idl/core/Makefile.in;
/cvsroot/mozilla/dom/public/idl/core/Makefile.in,v <-- Makefile.in
new revision: 1.5; previous revision: 1.4
done
Checking in dom/public/idl/events/Makefile.in;
/cvsroot/mozilla/dom/public/idl/events/Makefile.in,v <-- Makefile.in
new revision: 1.11; previous revision: 1.10
done
Checking in embedding/base/Makefile.in;
/cvsroot/mozilla/embedding/base/Makefile.in,v <-- Makefile.in
new revision: 1.23; previous revision: 1.22
done
Checking in embedding/browser/webBrowser/Makefile.in;
/cvsroot/mozilla/embedding/browser/webBrowser/Makefile.in,v <-- Makefile.in
new revision: 1.47; previous revision: 1.46
done
Checking in embedding/components/find/public/Makefile.in;
/cvsroot/mozilla/embedding/components/find/public/Makefile.in,v <-- Makefile.in
new revision: 1.3; previous revision: 1.2
done
Checking in embedding/components/windowwatcher/public/Makefile.in;
/cvsroot/mozilla/embedding/components/windowwatcher/public/Makefile.in,v <--
Makefile.in
new revision: 1.5; previous revision: 1.4
done
Checking in extensions/cookie/Makefile.in;
/cvsroot/mozilla/extensions/cookie/Makefile.in,v <-- Makefile.in
new revision: 1.43; previous revision: 1.42
done
Checking in extensions/wallet/public/Makefile.in;
/cvsroot/mozilla/extensions/wallet/public/Makefile.in,v <-- Makefile.in
new revision: 1.12; previous revision: 1.11
done
Checking in js/src/xpconnect/idl/Makefile.in;
/cvsroot/mozilla/js/src/xpconnect/idl/Makefile.in,v <-- Makefile.in
new revision: 1.17; previous revision: 1.16
done
Checking in modules/libpref/public/Makefile.in;
/cvsroot/mozilla/modules/libpref/public/Makefile.in,v <-- Makefile.in
new revision: 1.16; previous revision: 1.15
done
Checking in netwerk/base/public/Makefile.in;
/cvsroot/mozilla/netwerk/base/public/Makefile.in,v <-- Makefile.in
new revision: 1.71; previous revision: 1.70
done
Checking in profile/public/Makefile.in;
/cvsroot/mozilla/profile/public/Makefile.in,v <-- Makefile.in
new revision: 1.12; previous revision: 1.11
done
Checking in uriloader/base/Makefile.in;
/cvsroot/mozilla/uriloader/base/Makefile.in,v <-- Makefile.in
new revision: 1.26; previous revision: 1.25
done
Checking in webshell/public/Makefile.in;
/cvsroot/mozilla/webshell/public/Makefile.in,v <-- Makefile.in
new revision: 1.30; previous revision: 1.29
done
Checking in xpcom/ds/Makefile.in;
/cvsroot/mozilla/xpcom/ds/Makefile.in,v <-- Makefile.in
new revision: 1.67; previous revision: 1.66
done
Checking in xpfe/components/history/public/Makefile.in;
/cvsroot/mozilla/xpfe/components/history/public/Makefile.in,v <-- Makefile.in
new revision: 1.8; previous revision: 1.7
done
Checking in xpfe/components/shistory/public/Makefile.in;
/cvsroot/mozilla/xpfe/components/shistory/public/Makefile.in,v <-- Makefile.in
new revision: 1.5; previous revision: 1.4
done
Thanks.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 6•23 years ago
|
||
nsIURIChecker is not frozen... should it really be apart of the SDK? too bad
this can't be done dynamically by checking for @status FROZEN. as is, we now
have yet another makefile variable to know about / keep synchronized.
| Assignee | ||
Comment 7•23 years ago
|
||
backed that file out.
*** Bug 157170 has been marked as a duplicate of this bug. ***
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•