Closed
Bug 284297
Opened 20 years ago
Closed 20 years ago
NS_WEBBROWSER_CONTRACTID should be #defined in a header that comes with the gecko sdk
Categories
(Core Graveyard :: Embedding: APIs, defect)
Core Graveyard
Embedding: APIs
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 258039
People
(Reporter: nicolasweber, Assigned: adamlock)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050217 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050217 NS_WEBBROWSER_CONTRACTID is required to build an embedding app, but it's not included in the current (1.8b1) gecko sdk, so everyone has to add const char* NS_WEBBROWSER_CONTRACTID = "@mozilla.org/embedding/browser/nsWebBrowser;1"; to it's source. Include this (probably as #define) in an embedding header. Reproducible: Always Steps to Reproduce:
Comment 1•20 years ago
|
||
*** This bug has been marked as a duplicate of 258039 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•