Plugins/WebKit%20Message%20View/Template.html
2009-11-02 Instead of inserting a <hr/> when we lose focus, which ends up breaking more than you'd expect, add a message class for the next message. Fixes #13300.
2009-10-31 Only set shouldScroll property on the first new message. Prevents a long cascade of new messages from busting the scroll position before calling nearBottom().
2009-10-31 A few fixes to Template.html and Renkoo message style:
2009-10-29 Set the max width to 100%, don't scale all images up to 100%.
2009-10-24 Simpler is better, and avoid looping though elements when we don't have to.
2009-10-22 don't call CoalescedHTML.prototype.append() from CoalescedHTML.prototype.appendNext(). That's bad juju.
2009-10-22 Insert into the DOM if we're consecutive, append to the end if we're not.
2009-10-22 fix logic error.
2009-10-22 If we start a consecuative message outside an existing coalescing round, start a new one that's cancelled once we get a message from a new sender.
2009-10-22 Increase the coalescing timeout to 25ms, max of 400 coalesced messages (10s of potential lag before display)
2009-10-21 Try not to call nearBottom() when we don't have to.
2009-10-21 So, apparently DocumentFragment does just fine with querySelector*. Save some time recalculating that.
2009-10-21 Set temporary objects to null after we're not using them.
2009-10-21 Comments are nice. I like comments.
2009-10-21 Reduce some duplicate code here.
2009-10-20 Add replaceLast support to already coalesced message streams.
2009-10-20 We don't neet to create a new root node here.
2009-10-20 Don't assume a single root node.
2009-10-19 Correct alignment for appending next messages in single user chats.
2009-10-19 Only hold the buffer for 10ms. If new content comes in within that 10ms, extend it by another 10ms.
2009-10-19 Work on a root HTMLElement, which gives us querySelector() for the whole unattached DOM tree.
2009-10-19 set the timeout to 100ms from 200ms.
2009-10-19 If we're already coalessing messages, fold in the last message and coalesce that one too.
2009-10-19 Fix insertion point issues by using querySelector to remove extra #insert divs
2009-10-19 Coalesce DOM manipulations into a single DOM insertion every 200ms.
2009-06-27 Put the 'defer' back for this script. I had thought it was unsupported, but perhaps not.
2009-06-26 A few more simplifications, getting Template.html down to an even 200 lines
2009-06-26 Simplify Template.html a bunch. I think this may also fix a few emoticon issues
2009-06-24 Patch from MartialL that fixes #3807. A few relatively minor changes by me
2009-06-24 Patch from MartialL that fixes #3807
2009-06-24 Patch from mathuaerknedam. Fixes ticket #9689.
2009-04-12 Determine the height for marks based off of the body's overallHeight. Fix a bug in the Template where {{{img.scaledToFitImage}}} didn't actually set the width to 100% (the % was being escaped).
2009-01-23 Patch from mathuaerknedam that fixes #11602
2008-11-07 If a style doesn't include an 'insert' div but does let the default template.html be used by not overriding it, we now fall back on not treating the addition as a consecutive addition. This fixes a small number of cases of old styles which don't have an 'insert' div in their Status.html, but does not fix most of them since most override the template.html, as well. Refs #10921
2008-08-06 svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk