Closed
Bug 383298
Opened 19 years ago
Closed 16 years ago
code duplication in extensions
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: malinowskirafal, Unassigned)
Details
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.7 (like Gecko)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4
Duplication of code in extensions:
1. depreaced negotiateuth and auth
2. unused auth/nsAuthModuleGSSAPI.cpp and nsAuthGSSAPI.cpp
Reproducible: Always
Steps to Reproduce:
1. download mozilla sources
2. look into extensions/
3. look into extensions/auth
Actual Results:
In extensions: auth and negotiateauth dirs.
In extensions/auth: nsAuthModuleGSSAPI.cpp and nsAuthGSSAPI.cpp files.
Expected Results:
In extensions: auth and no negotiateauth dir.
In extensions/auth: no nsAuthModuleGSSAPI.cpp file, but only nsAuthGSSAPI.cpp files.
Comment 1•16 years ago
|
||
must have been fixed a long time ago
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•