Closed
Bug 467429
Opened 17 years ago
Closed 17 years ago
remove support for "main" as a plugin initialization function
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jaas, Assigned: jaas)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file, 1 obsolete file)
|
5.10 KB,
patch
|
Details | Diff | Splinter Review |
We should remove support for calling "main" as a plugin initialization function. Plugins should always use NP_GetEntryPoints on Mac OS X. Plugin vendors were informed of this change in August of 2008. Barring any major complications, this change should take effect in Gecko 1.9.2 (or whatever comes after 1.9.1).
This works with all major plugins on Intel Mac OS X.
Attachment #350850 -
Flags: review?(smichaud)
Comment 2•17 years ago
|
||
Comment on attachment 350850 [details] [diff] [review]
fix v1.0
This looks fine to me.
I tested it (together with the v1.0 patch for bug 467417, attachment
350836 [review]) on my old G4 PPC Mac running OS X 10.4.11, and had no
problems. For more info see bug 467417 comment #2.
Attachment #350850 -
Flags: review?(smichaud) → review+
Attachment #350850 -
Flags: superreview?(jst)
Attachment #350850 -
Flags: superreview?(jst) → superreview?(roc)
Attachment #350850 -
Flags: superreview?(roc) → superreview+
same as v1.0 but updated to tip
Attachment #350850 -
Attachment is obsolete: true
pushed to mozilla-central
http://hg.mozilla.org/mozilla-central/rev/deac64488b1a
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Keywords: dev-doc-needed
Comment 5•16 years ago
|
||
Keywords: dev-doc-needed → dev-doc-complete
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•