Closed
Bug 80697
Opened 24 years ago
Closed 23 years ago
P3P required methods removed from nsIXMLHttpRequest interface
Categories
(Core :: XML, defect)
Core
XML
Tracking
()
VERIFIED
INVALID
mozilla1.0.1
People
(Reporter: toml, Assigned: harishd)
References
()
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
From Bugzilla Helper:
User-Agent: Mozilla/4.76 [en] (WinNT; U)
BuildID: 20010511
The AddEventListener and RemoveEventListener methods have been removed from the
nsIXMLHttpRequest interface generating a compilation error. These methods are
required in order for the native code P3P support to determine when the read of
an XML URI has completed. Without these methods the P3P support waits
indefinitely for an asynchronous read to complete. These methods need to be
added back to the nsIXMLHttpRequest interface.
Reproducible: Always
Steps to Reproduce:
1. Compile the P3P support
Updated•23 years ago
|
Comment 2•23 years ago
|
||
Bugs targeted at mozilla1.0 without the mozilla1.0 keyword moved to mozilla1.0.1
(you can query for this string to delete spam or retrieve the list of bugs I've
moved)
Target Milestone: mozilla1.0 → mozilla1.0.1
Old P3P code has been removed, INVALID.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Comment 4•23 years ago
|
||
Verified per heikki's comment.
Status: RESOLVED → VERIFIED
QA Contact: petersen → junruh
You need to log in
before you can comment on or make changes to this bug.
Description
•