Closed
Bug 1417
Opened 26 years ago
Closed 26 years ago
Plugin handling code creates temporary files but they are never deleted
Categories
(Core Graveyard :: Plug-ins, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: hjtoi-bugzilla, Assigned: amusil)
Details
Temporary files created during plugin handling are never deleted. The files are
placed in the system TEMP directory, named *.ngl
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•26 years ago
|
||
Michael - Where/Why are we making temp files?
Assignee | ||
Comment 2•26 years ago
|
||
We create these files in nsStreamListener.
Assignee | ||
Comment 3•26 years ago
|
||
These files are made as a temporary work around for not having StreamAsFile
implemented using the cache. I'll check in a temporary fix for now until I get
the cache access working.
Summary: Plugin handling code creates temporary files but they are never deleted → ss:Plugin handling code creates temporary files but they are never deleted
Assignee | ||
Updated•26 years ago
|
Summary: ss:Plugin handling code creates temporary files but they are never deleted → Plugin handling code creates temporary files but they are never deleted
Assignee | ||
Comment 5•26 years ago
|
||
Not a stop ship
Assignee | ||
Comment 6•26 years ago
|
||
I've decided to forgo the temp fix and just go ahead and implement the cache
access. I'm meeting with Gagan tomorrow to discuss it.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 7•26 years ago
|
||
Cache access is in, but there are some bugs with it that Gagan is aware of.
To enable, you need to define USE_CACHE in nsPluginHostImpl.cpp (but it will
crash if the plugin uses AsFile streaming).
Marking this fixed (bugs assigned to gagan will determine when the switch is
permanently flipped on the USE_CACHE)
Comment 8•26 years ago
|
||
will mark verfied assuming reporter agrees with fix
Updated•26 years ago
|
QA Contact: 3819
Updated•26 years ago
|
QA Contact: 3819 → 4082
Comment 9•26 years ago
|
||
glynn as QA contact
Comment 10•26 years ago
|
||
qa assigned to whitebox, gerardok@netscape.com
Reporter | ||
Comment 11•26 years ago
|
||
I have now finally had the time to play around with this, and so far it looks
like this really has been fixed. I can not be 100% certain yet, because I can
not get plugins working correctly.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 12•26 years ago
|
||
Okay, at least the nightly build works and with that I was indeed able to verify
that this bug is fixed.
Updated•2 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•