Closed
Bug 37237
Opened 25 years ago
Closed 25 years ago
non-NSPR functions used in plug-in wrapper code
Categories
(Core Graveyard :: Plug-ins, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: rusty.lynch, Assigned: rusty.lynch)
References
Details
Attachments
(2 files)
|
2.02 KB,
patch
|
Details | Diff | Splinter Review | |
|
2.08 KB,
patch
|
Details | Diff | Splinter Review |
Plateform specific non-NSPR functions are used in
mozilla/modules/plugin/nglsrc/nsPluginHostImpl.cpp's
nsPluginCacheListener::OnStartRequest() method.
Also, streaming data is being stored in the same file name for all plug-ins
so that if two plug-ins are placed on the same page, one's data will clobber the
other's data.
A patch from sechevarria@beatnik.com follows...
| Assignee | ||
Comment 1•25 years ago
|
||
| Assignee | ||
Comment 2•25 years ago
|
||
Now that I think about it, saving data to the '/tmp' directory isn't
going to work on Win/Mac. Where should tmp data go in a cross platform
type of implementation? Should we be user's prefs directory?
Comment 3•25 years ago
|
||
Comment 5•25 years ago
|
||
I'm testing a fix for the cache. Once it goes in, all the lack of cache
workarounds in nsPluginHostImpl.cpp will be removed and this bug will be moot.
Comment 6•25 years ago
|
||
Fixed with patch checked in for http://bugzilla.mozilla.org/show_bug.cgi?
id=23667
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•