Closed
Bug 221297
Opened 22 years ago
Closed 22 years ago
TB should support XMLHttpRequest
Categories
(Thunderbird :: Build Config, defect)
Thunderbird
Build Config
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird0.4
People
(Reporter: BijuMailList, Assigned: mscott)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030914 Firebird/0.6.1+
Build Identifier: Mozilla Thunderbird 0.3a (20030914)
(i dont see a better Component to report this bug)
In TB we cant create XMLHttpRequest object.
Is there an alternative?
Reproducible: Always
Steps to Reproduce:
1. try alert(new XMLHttpRequest()) in some extension
2.
3.
Actual Results:
nothing
Expected Results:
[object XMLHttpRequest]
If resolved, QuickManager can directly use http://database.mozdev.org xmls
PS:
QuickManager project aims to develop a tool to easily install and manage
Extensions and Themes.
Screenshots: http://quickmanager.mozdev.org/screenshots.html
home: http://quickmanager.mozdev.org/
Summary: TB dont support XMLHttpRequest → TB dont support XMLHttpRequest
| Assignee | ||
Comment 2•22 years ago
|
||
If thunderbird included the xmlextras extension, would this then work for you?
I've been promising to add xmlextras for Myk for quite some time. Will that
change address XMLHttpRequest as well? I believe it will.
Status: NEW → ASSIGNED
Target Milestone: --- → Thunderbird0.4
Yes, as per Pete Collins also
http://mozdev.org/pipermail/project_owners/2003-September/000584.html
Summary: TB dont support XMLHttpRequest → TB should support XMLHttpRequest
| Assignee | ||
Comment 4•22 years ago
|
||
xmlextras is now a required part of Thunderbird. My weekly builds now include it.
0.4 will be the first milestone release that includes it.
Marking fixed.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•