Open
Bug 633267
Opened 15 years ago
Updated 2 years ago
SHGetSpecialFolderLocation + SHGetPathFromIDList should be replaced by the more efficient SHGetSpecialFolderPath (similar to bug 104962)
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
NEW
People
(Reporter: xiaoming, Unassigned)
References
Details
Attachments
(1 obsolete file)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7
Build Identifier:
SHGetSpecialFolderLocation + SHGetPathFromIDList
should be replaced by SHGetSpecialFolderPath which is much more efficient.
(The check of the availability of SHGetSpecialFolderPath is needed)
./mozilla/embedding/browser/activex/src/control/MozillaBrowser.cpp line: 1964 - 1968
./mozilla/modules/libpr0n/decoders/icon/win/nsIconChannel.cpp line: 281 - 285
Reproducible: Always
Comment 1•15 years ago
|
||
What is this reported against? ActiveX embedding has been removed from the tree.
Reporter | ||
Comment 2•15 years ago
|
||
Hi Kevin,
This is in the source code of mozilla-central (Main development Tree).
Is it in the Firefox tree? If not, sorry for the inconvenience.
Version: unspecified → 3.6 Branch
Reporter | ||
Updated•15 years ago
|
Component: General → Embedding: ActiveX Wrapper
Product: Firefox → Core
Version: 3.6 Branch → 1.9.2 Branch
Reporter | ||
Updated•15 years ago
|
Version: 1.9.2 Branch → Trunk
Updated•15 years ago
|
QA Contact: general → activex
Comment 4•14 years ago
|
||
The ActiveX embedding API was removed in bug 662023 and friends, this just leaves the:
> /modules/libpr0n/decoders/icon/win/nsIconChannel.cpp line: 281
part of comment 0.
Moving to ImageLib for someone else to make a call on this.
Note there may be other instances in mozilla-central, haven't checked.
Status: UNCONFIRMED → NEW
Component: Embedding: ActiveX Wrapper → ImageLib
Ever confirmed: true
QA Contact: activex → imagelib
Summary: Bug the same as Mozilla Bug 104962 → SHGetSpecialFolderLocation + SHGetPathFromIDList should be replaced by the more efficient SHGetSpecialFolderPath (similar to bug 104962)
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Attachment #9381217 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•