travis-web/assets/scripts/lib/travis
Piotr Sarnacki 5b771aafcc Use XMLHttpRequest directly
jQuery uses getAllResponseHeaders function for getting response headers,
even for getResponseHeader. As far as I know, there is no easy way to
get original xhr object and call getResponseHeader on such object.
Because of that getResponseHeader is broken on firefox with CORS.

I rewrote Travis.ajax to use XMLHttpRequest directly in order to fix
this, the compatibility with jQuery.ajax is mostly handled.
2013-05-15 17:23:47 +02:00
..
ajax.coffee Use XMLHttpRequest directly 2013-05-15 17:23:47 +02:00
chunk_buffer.coffee Improve log handling 2013-03-22 01:25:23 +01:00
expandable_record_array.coffee Tabs and basic views are mostly working 2013-02-21 23:22:51 +01:00
instrumentation.coffee Added first level instrumentation for travis-web 2012-12-14 19:31:05 +09:00
limited_array.coffee Main view mostly works on new router 2013-02-21 23:22:51 +01:00
line_number_parser.coffee change fetchLineNumber to use the actual document location, controller url does not seem to be updated 2013-03-14 17:35:12 +01:00
location.coffee Keep the hash in the location so we can scroll to line in logs 2013-02-23 00:21:01 +01:00
model.coffee Fix the rest of the specs 2013-03-04 13:29:00 +01:00
ordered_log.coffee Fix cutting too long logs 2013-03-19 16:07:21 +01:00
ticker.coffee Fix more specs 2013-03-04 03:46:04 +01:00