Closed
Bug 131460
Opened 24 years ago
Closed 24 years ago
Should delete plugtmp directory on exit
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: jeromekwok, Assigned: rubydoo123)
References
()
Details
(Keywords: platform-parity, Whiteboard: [bae: 20020318 : debugging])
Moz 0.99
Procedure:
1. Clean your windows temporary directory, see %TEMP%
2. Start Mozilla
3. Visit a web page contains Flash (I use www.now.com.hk, Flash 5)
4. %TEMP%\plugtmp directory will be created
5. Close Mozilla
6. The %TEMP%\plugtmp directory still there
Expected result: %TEMP%\plugtmp directory should not exist.
IE6 plus Flash does not leave the %TEMP%\plugtmp directory,
so it's Mozilla's problem, not Flash.
| Assignee | ||
Comment 2•24 years ago
|
||
on win98 the plugtmp dir is not even generated, I will ploke around on win xp to
see if I can dupe it there
Comment 3•24 years ago
|
||
This should be removed correctly as long as the browser completes the shutdown
process in nsPluginHostImpl::Destroy():
http://lxr.mozilla.org/mozilla/source/modules/plugin/base/src/nsPluginHostImpl.cpp#3286
| Reporter | ||
Comment 4•24 years ago
|
||
It occurs if quick launch is enabled. Is it by design?
| Assignee | ||
Updated•24 years ago
|
Whiteboard: [bae: 20020318 : debugging]
Comment 5•24 years ago
|
||
Yes, this is by design. Closing the last browser window doesn't qualify as
completely exiting with quick launch enabled. Marking WFM.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Updated•4 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•