travis-web/assets/scripts/lib/travis
Piotr Sarnacki 492802920e Use pushState to set urls
It seems that directly setting location.hash directly doesn't play nice
with Ember.js URL handling - using it to handle line numbers results in
weird bugs (URL stops being updated after setting hash manually).

This commit gets back to using window.history.pushState() which was
changed to direct hash manipulation in ff1aad3
2014-01-20 14:24:05 +01:00
..
adapter.coffee Pass ids as params to ajax to make it easier to debug it in chrome 2013-12-11 12:43:10 +01:00
ajax.coffee Use more fetch instead of find 2013-12-11 12:43:09 +01:00
chunk_buffer.coffee Improve log handling 2013-03-22 01:25:23 +01:00
expandable_record_array.coffee Don't add records to expandable array if they're already there 2013-08-29 01:01:28 +02: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
lines_selector.coffee Use pushState to set urls 2014-01-20 14:24:05 +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 Update code for newest ember-model 2013-10-18 13:41:10 +02:00
ordered_log.coffee Fix cutting too long logs 2013-03-19 16:07:21 +01:00