Closed
Bug 683732
Opened 14 years ago
Closed 14 years ago
FireFox6 doesn't load my custom URL scheme
Categories
(Firefox :: Extension Compatibility, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: devel, Unassigned)
References
()
Details
User Agent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.215 Safari/535.1
Steps to reproduce:
I had a binary component before for a component with contract "@mozilla.org/network/protocol;1?name=xxm", this worked great to handle "xxm://" URL's
Actual results:
I've upgraded to FireFox6 and it no longer works. I'm not even sure my NSModule is read correctly.
Expected results:
Normally, my NSModule.mCIDs[0].constructorProc is called, and my nsIProtocolHandler and nsIChannel implementation is called to do its job.
Reporter | ||
Updated•14 years ago
|
Reporter | ||
Comment 1•14 years ago
|
||
Never mind this issue. I've set up mozilla-build and the Windows pre-requisites to build a debug-build of mozilla-beta, and have readied everything for FF7.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•