http://bugs.winehq.org/show_bug.cgi?id=29583
Bug #: 29583 Summary: JScript is missing 'new XMLHttpRequest();' support Product: Wine Version: 1.3.36 Platform: x86 OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: jscript AssignedTo: wine-bugs@winehq.org ReportedBy: bunglehead@gmail.com Classification: Unclassified
Found that while testing for bug 29574, builtin jscript won't create an object using 'new XMLHttpRequest();'.
There's several important things needed to implement this properly:
- it wraps msxml functionality; - ::open() is always asynchronous with readystate handlers installed; - msxml object is called directly without IDispatch; - url passed to ::open() is expanded from relative url before it's passed to msxml, probably with same object site functionality that msxml uses.
http://bugs.winehq.org/show_bug.cgi?id=29583
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek@codeweavers.com Component|jscript |mshtml
--- Comment #1 from Jacek Caban jacek@codeweavers.com 2012-01-10 05:33:48 CST --- It belongs to mshtml
http://bugs.winehq.org/show_bug.cgi?id=29583
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |29590
http://bugs.winehq.org/show_bug.cgi?id=29583
Qian Hong fracting@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fracting@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=29583
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source
https://bugs.winehq.org/show_bug.cgi?id=29583
lizhenbo litimetal@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |litimetal@gmail.com
--- Comment #2 from lizhenbo litimetal@gmail.com --- Does this bug still exists in 1.7.25? Test page[1] works fine with builtin-IE.
[1]: http://www.w3schools.com/dom/tryit.asp?filename=try_dom_xmlhttprequest_first
https://bugs.winehq.org/show_bug.cgi?id=29583
--- Comment #3 from lizhenbo litimetal@gmail.com --- (In reply to lizhenbo from comment #2)
Does this bug still exists in 1.7.25? Test page[1] works fine with builtin-IE.
Well, that problem still exists. Builtin-IE failed back to: --- else {// code for IE6, IE5 xmlhttp=new ActiveXObject("Microsoft.XMLHTTP"); } ---
A modified test case shows the problem: http://lzbtesthustoj1000.u.qiniudn.com/new_xmlhttp.html
https://bugs.winehq.org/show_bug.cgi?id=29583
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
--- Comment #4 from Jacek Caban jacek@codeweavers.com --- *** Bug 16776 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=29583
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |c0fda9824e213e5a779bddfba60 | |52dfc20b9c8d3 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #5 from Jacek Caban jacek@codeweavers.com --- Fixed in git.
https://bugs.winehq.org/show_bug.cgi?id=29583
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.9.5.