Closed
Bug 589170
Opened 15 years ago
Closed 15 years ago
Protocol handler factories are not registered properly
Categories
(Mozilla Labs :: Prism, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: matthew.gertner, Assigned: matthew.gertner)
References
Details
Attachments
(1 file)
|
1.34 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
There are errors in nsPlatformGlueSingleton that prevent protocol handlers that have been registered for an app from getting their factories registered when the app starts.
| Assignee | ||
Comment 1•15 years ago
|
||
Attachment #467764 -
Flags: review?(mark.finkle)
Comment 2•15 years ago
|
||
Comment on attachment 467764 [details] [diff] [review]
Fix the observer topic comparison and parameter to RegisterProtocolFactory
Ooops
Attachment #467764 -
Flags: review?(mark.finkle) → review+
| Assignee | ||
Comment 3•15 years ago
|
||
Yeah, turns out strcmp returns ZERO when the strings are the same. Who knew!
Sending components/src/nsPlatformGlueSingleton.cpp
Transmitting file data .
Committed revision 73445.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•