Closed
Bug 53372
Opened 24 years ago
Closed 24 years ago
PDF Support Problem: Undocumented Feature of NS API
Categories
(Core Graveyard :: Plug-ins, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.2
People
(Reporter: lmcquarr, Assigned: serhunt)
References
()
Details
This bug is related to 53363. Please read that first.
There is an undocumented feature of the old NS API that Acrobat relies on
in order to make byte range requests work. I am pretty sure I wrote
a bug about this early this year, but my hard disk crashed so
I can't easily produce the bug number.
Basically, the behavior of Nav 4.X and earlier (and now Mac IE 5) is that
when Nav encounters a PDF file, it starts an initial connection and pours
the file into Acrobat (NPP_Write). It keeps that initial connection
open and pouring **until* the first NPN_RequestRead. At that point,
it kills the initial connection.
NPN_RequestRead currently is broken (53363), so I am not sure if this
undocumented feature is currently supported or not. I suspect not.
And like the other aspects of byte range requests that I discuss
in bugs 53363 and 53344, this feature is absolutely necessary
to make mozilla a useable platform for Acrobat.
Comment 7•24 years ago
|
||
Nominating as a high-priority bug for nsbeta1. This is one of the bugs in plug-
in API backward compatibility of most concern to Adobe.
Keywords: nsbeta1
Comment 9•24 years ago
|
||
av, this one depends on 53363 -- do you think that fix will kill this one? if
so i won't track this one with the META bug.
Updated•24 years ago
|
Priority: P2 → P1
Comment 12•24 years ago
|
||
I don't see this geting fxied by 0.9.1 moving to 0.9.2.
Target Milestone: mozilla0.9.1 → mozilla0.9.2
Comment 13•24 years ago
|
||
Doug, did your NPN_RequestRead patch fix this too? If so, can you mark FIXED?
Comment 14•24 years ago
|
||
yup. this I fixed too.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 16•15 years ago
|
||
I thought only Redmond slapped a "Feature" label on something rather than reparing the bug, then called it "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
•