October 11th, 2012· TB 7-15 compat
· new prefs system (in the background prefs get loaded into a big hash)
· option to decode gzip encoded raw HTTP responses (mostly from cache), or use binary renderer instead
· moved some code into js-code-modules (jsms): date
· better console log handling, now has levels [1-5]
· removed all consts which were not aligned w/ mozilla coding style/review
· more accurate HTTP timestamps
· css style of cached now 'underline' due to conflicting bg-color style for cache and ssl for HTTP
· differentiation between SSL and TLS/STLS, added new style 'TLS' for it (little bit darker gray)
· does not brake http POST anymore, if its https then does not try to get post-data
· also HTTP GET raw data is not procurable if its HTTPS (only if cached)
· if display raw post data is disabled, does not try to procure it, in those cases that it does brake POST handling (like certs or Google Calendar)
· Certificate handling and GCalendar now work!
· added 'source .profile' to .bash_profile if exists
October 25th, 2011· new option tab 'http', combines all http relevant prefs
· option to show cached REQs as well as the responses directly from cache
· new CSS class for cached REQs: [cache], defaults to light red bg color
· pref added which lets user select chronological ordering of HTTP in the log, 'low' or 'high'
· low represents the old style, where each http response is directly following its request in the log
· in high synchro-mode, http REQ+RESP get broken apart, because TB requests a bunch of HTTP resources concurrently
· for high-synchro: option to show 'fake' GET-header line before each response, since they are not directly after corresponding REQ anymore
· stop button globally stops all renderers and callbacks, now includes tracer
· busy throbber now shows progress in percentage
· TBT context-menu is not shown everywhere in TB anymore, only when right-clicked inside TBT
· contextMenu now works anywhere in TBT window, even when there's no loglines