Closed
Bug 125593
Opened 23 years ago
Closed 20 years ago
Pluglets don't build with Mozilla trunk
Categories
(Core Graveyard :: Java-Implemented Plugins, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: marcus, Assigned: blackconnect)
References
Details
Attachments
(1 file)
10.53 KB,
patch
|
Details | Diff | Splinter Review |
Due to changes in Mozilla, the code for Java-Implemented Plugins currently
doesn't build with the mozilla trunk. These changes include:
1. Use of REQUIRES in Makefile.in's (Bug #59454)
2. NS_IMPL_ISUPPORTS replaced by NS_IMPL_ISUPPORTS[0-9] (Bug #45797)
3. NS_WITH_SERVICE replaced by do_GetService (Bug #86734)
I also fixed two Pluglet specific problems:
1. Warnings in src
2. #ifdef XP_PC should be #if defined(XP_PC) || defined(XP_UNIX)
Reporter | ||
Comment 1•23 years ago
|
||
This patch fixes the problems above. It depends on a working Blackconnect
implementation (Bug #124606). Could someone please review it?
Reporter | ||
Updated•23 years ago
|
Reporter | ||
Updated•23 years ago
|
Severity: normal → blocker
Comment 2•23 years ago
|
||
marking NEW
Comment 3•21 years ago
|
||
Markus, is this still an issue?
If yes, could you please see if the patch is up-to-date.
I will try to seek reviews for you then.
Severity: blocker → major
Comment 4•20 years ago
|
||
No response from reporter in 14 months, closing bug.
Status: NEW → RESOLVED
Closed: 20 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
•