• Andrew Hodgkinson's avatar
    Support for ANT URL broadcast message added. · 5a494095
    Andrew Hodgkinson authored
    Image deletion routines rewritten; nasty animated GIF bug now gone
    (it kept trying to update the cross-referenced image in the browser that
    no longer existed, and I've no idea how animated GIFs ever managed to *not*
    blow up if a cross referencing browser was shut down; and I've tested
    this...). There are now as many image structures as there are total images
    in the visible browsers, and no more; cross referenced images in the
    to-be-deleted browser have their ownership moved to the cross
    referencer before the cross referencee is wiped, with any required fetches
    being transferred with them.
    
    Reformatter sped up a bit by getting rid of strlen on the main text field
    of tokens in all places bar one, where it is called extremely rarely. This
    means direct app-to-app transfer of, say, a 359K text file to the browser
    won't run like a drain as it tries to do strlen on a 359K string over and
    over again! Most of the time the performance benefits won't really be
    noticable, ...
    5a494095
Handlers 85.2 KB