| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
will now use a cross domain load the same as urls that start with "http".
|
|
|
|
| |
other types will be passed on to XMLHttpRequest.
|
|
|
|
| |
sometimes tossing errors that were being ignored and that caused a freeze in the test suite.
|
|
|
|
| |
whole suite and its running on my local machine. I went ahead and put better error detection in for the test that is the culprit so it will keep going. It seems to do fine if I run it from a server. It gives xml.status as 0. Maybe this is the reason http://www.pearweb.com/javascript/XMLHttpRequest.html
|
|
|
|
| |
just appending.
|
|
|
|
| |
many simultainous requests. I re-enabled it when I found a bug that might have been the cause of the failure instead and it seems to work fine. We can disable it again if that ends up not being the case.
|
|
|
|
| |
case, $.getJSON() wasn't working from a remote host. I went ahead and added a unit test then added the s.dataType == "json" test for a remote <script> load. The said that json was allowed but the dataType check was missing. This appears to have fixed the bug across all browsers.
|
| |
|
|
|
|
| |
data, instead of being left alone.
|
| |
|
|
|