Closed
Bug 188450
Opened 22 years ago
Closed 16 years ago
Mach-O: Browser should use HFS paths instead of POSIX paths when communicating with plugin
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jsb, Unassigned)
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.3b) Gecko/20030104
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.3b) Gecko/20030104
The Mach-O trunk build is sending paths to plugins in POSIX style
(/path/to/file.ext) rather than in HFS style (drive:path:to:file.ext). Yes, a
smart plugin should be able to handle both, but this is a sudden change that's
limited to the Mach-O build, so I think it was probably not intended.
I found this issue when responding to an NPP_StreamAsFile call. I didn't check
to see if there were any other places where the browser sends POSIX paths.
For reference, POSIX paths are *not* sent in the following cases:
The last CFM build I looked at (late december)
Chimera (a recent build, like a few days ago)
Safari
Reproducible: Always
Steps to Reproduce:
Comment 2•22 years ago
|
||
I think this has been recently fixed.
Reporter, can you test and close bug if fixed?
Reporter | ||
Comment 3•22 years ago
|
||
Sorry, no, I can't. Scriptable plugin support on the Macintosh is a total mess.
As a result we've been forced to shut down Macintosh plugin development and focus
on more productive matters. If you and Apple get your act(s) in gear, we will
revisit the issue.
Comment 4•20 years ago
|
||
We're still passing POSIX paths (e.g. to NPP_StreamAsFile)
Assignee: peterlubczynski-bugs → sfraser_bugs
Updated•16 years ago
|
Assignee: sfraser_bugs → nobody
Updated•16 years ago
|
QA Contact: shrir → plugins
We're not going to do this at this point.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
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
•