Closed
Bug 303627
Opened 19 years ago
Closed 12 years ago
Use proxyType constants in Javascript callers of nsIProxyObjectManager getProxy, getProxyForObject
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: gekacheka, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 Bug 292036 added constants to nsIProxyObjectManager for the proxyType parameter. JavaScript callers should now refer to the constants instead of using literal integers. Two callers are: getProxyOnUIThread http://lxr.mozilla.org/mozilla/source/directory/xpcom/datasource/nsLDAPDataSource.js#111 getProxyOnUIThread http://lxr.mozilla.org/mozilla/source/mailnews/extensions/smime/resources/content/certFetchingStatus.js#296 Reproducible: Always
Comment 2•12 years ago
|
||
Proxies are gone.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•