Closed
Bug 366113
Opened 18 years ago
Closed 18 years ago
mozilla-plugin.pc should not depend on mozilla-xpcom.pc
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: braden, Assigned: braden)
Details
(Keywords: fixed1.8.0.10, fixed1.8.1.2)
Attachments
(1 file)
580 bytes,
patch
|
benjamin
:
review+
dveditz
:
approval1.8.1.2+
dveditz
:
approval1.8.0.10+
|
Details | Diff | Splinter Review |
mozilla-plugin.pc's dependency on mozilla-xpcom.pc is obsolete. Persons who need to compile plug-ins that need XPCOM can use mozilla-xpcom.pc directly; meanwhile, plug-ins that don't need XPCOM shouldn't be linking with libxpcom.
Attachment #250676 -
Flags: superreview?(shaver)
Updated•18 years ago
|
Attachment #250676 -
Flags: superreview?(shaver) → review?(benjamin)
Comment 1•18 years ago
|
||
Comment on attachment 250676 [details] [diff] [review] Patch By the same plugin, why would these plugins require NSPR?
Comment 4•18 years ago
|
||
Comment on attachment 250676 [details] [diff] [review] Patch That's... unfortunate. Can that be fixed?
Attachment #250676 -
Flags: review?(benjamin) → review+
I think so--as long as we don't care about source compatibility with stuff that compiles against npapi.h today. Bug 366858.
Comment 6•18 years ago
|
||
checked in: mozilla/build/unix/mozilla-plugin.pc.in 1.3
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Whiteboard: [checkin needed]
Attachment #250676 -
Flags: approval1.8.1.2?
Attachment #250676 -
Flags: approval1.8.0.10?
Comment 7•18 years ago
|
||
Why should we be taking this on the branches? What's the impact, risk, gain?
Risk is negligible, if it exists at all. In the worst case, build systems that were relying on mozilla-plugin.pc to pull in libxpcom build flags will have to be modified to do that a different way (presumably by using mozilla-xpcom.pc explicitly). The gain is that clients using mozilla-plugin.pc that do *not* use XPCOM will no longer incur a spurious dependency on libxpcom.
Comment 9•18 years ago
|
||
Comment on attachment 250676 [details] [diff] [review] Patch approved for 1.8/1.8.0 branches, a=dveditz for drivers
Attachment #250676 -
Flags: approval1.8.1.2?
Attachment #250676 -
Flags: approval1.8.1.2+
Attachment #250676 -
Flags: approval1.8.0.10?
Attachment #250676 -
Flags: approval1.8.0.10+
Updated•18 years ago
|
Whiteboard: [needs checkin] → [checkin needed (1.8 branch)][checkin needed (1.8.0 branch)]
Comment 10•18 years ago
|
||
Braden: We need this landed asap if it's going to make the release, so if you can find someone to land this for you before Monday morning, that'll great! Maybe bsmedberg?
Whiteboard: [checkin needed (1.8 branch)][checkin needed (1.8.0 branch)] → needs landing on 1.8 and 1.8.0 branches
Assignee | ||
Comment 11•18 years ago
|
||
This has been checked in on the 1.8 and 1.8.0 branches.
Whiteboard: needs landing on 1.8 and 1.8.0 branches
Updated•18 years ago
|
Keywords: fixed1.8.0.10,
fixed1.8.1.2
Comment 12•18 years ago
|
||
For the record, this is the type of stuff that should NOT be landing on branches after there has been a release and people are dependent on the behavior. Several customers have already complained. The fact that this was not even release noted is just plain sloppy.
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
•