Alexander Ljungberg
40d30459b8
Missing semicolons.
2012-04-08 18:10:54 +02:00
Ross Boucher
2f58517ce5
Request headers should be set after the request is re-opened. Closes #701 .
2010-06-15 09:29:04 -07:00
Ross Boucher
e83e5b7c29
Only send open if we aren't already open
2010-05-04 15:04:51 -07:00
Ross Boucher
cb7879eecf
Make CFHTTPRequests re-fireable.
2010-05-02 12:58:36 -07:00
Ross Boucher
f98d3bd44b
Add global 403 handler for CFHTTPRequest, to make it easier to catch authentication challenges.
2010-05-01 11:57:32 -07:00
Francisco Ryan Tolmasky I
8d1f787179
Fix for a few minor regressions:
...
1. Split out flatten specific code to get file size back down.
2. Fix for non-native string URL not working with the URLCache (typeof x !=== "string")
3. Fix for slight IE performance regression.
Reviewed by me.
2010-03-28 11:39:36 -07:00
Tom Robinson
35d14939c4
Fix for flatten in Firefox (silly security restriction makes onreadystatechange not readable)
2010-03-20 22:32:11 -07:00
Tom Robinson
24ab176236
Make asyncLoader a configurable option on exports.
2010-03-16 22:38:30 -07:00
Tom Robinson
50e779ef5a
Add CFHTTPRequest and FileExecutable hooks for inlining files and module functions (for flatten). Removed hook used by flatten.
2010-03-13 21:35:15 -08:00
Tom Robinson
677cf9e1df
Change FileRequest to always use CFHTTPRequest and make async/sync configurable. Preparation for "flatten" changes.
2010-03-12 19:40:27 -08:00
Francisco Ryan Tolmasky I
eb57d14673
Further migration from file paths to CFURLs.
...
Reviewed by me.
2010-03-03 01:04:25 -08:00
Francisco Ryan Tolmasky I
20637fc5e0
Added missing licenses and removed a bit of unused code.
...
Reviewed by me.
2010-02-21 13:52:51 -08:00
Francisco Ryan Tolmasky I
551677d6fd
Removed no longer used file, and renamed HTTPRequest.js to CFHTTPRequest.js to match the class name change in the previous commit.
...
Reviewed by me.
2010-02-20 01:08:15 -08:00