Closed
Bug 72741
Opened 24 years ago
Closed 24 years ago
gtkEmbed does not call NS_InitEmbedding()
Categories
(Core Graveyard :: Embedding: GTK Widget, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: hjtoi-bugzilla, Assigned: jud)
References
Details
In NS_InitEmbedding() we do such things as start appstartupnotifier which is a
generic way to notify components that the application has started. This will/can
replace appshell services, and is the right way to do this in the embedded world.
This is sort of blocking making XSLT and XML Extras work in the embedded world
on Linux...
Comment 1•24 years ago
|
||
Over to danm who does work on gtkEmbed. The GtkEmbed widget does do
NS_InitEmbedding() and it should work which is different than gtkEmbed. Please
try whatever it you're trying in TestGtkEmbed instead.
Assignee: blizzard → danm
| Reporter | ||
Comment 2•24 years ago
|
||
Ok, TestGTKEmbed worked, thanks.
However,
netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserRead");
in a script did not work (I only needed it for test purposes so it is not
important to me).
Comment 3•24 years ago
|
||
let's not morph the bug, reassigning to kandrot who I hear owns gtkembed
Assignee: danm → kandrot
| Assignee | ||
Comment 5•24 years ago
|
||
invalidating. gtkEmbed is no longer used.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Updated•13 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•