• Explicitly abandon removal of unreferenced resources if there are any
    lexical errors in the page's contents. This case always generated a
    warning, but it now also prevents removal of unreferenced resources,
    this strongly decreasing the likelihood of data loss.
    Jay Berkenbilt authored
     
    Browse File »
  • When removing unreferenced resources, the code was copying the overall
    resource dictionaries but not the subdictionaries being modified. This
    was a "typo" in the code -- the comment clearly stated the need to do
    this, but the code replaced the dictionary with itself rather than
    with a shallow copy of itself.
    Jay Berkenbilt authored
     
    Browse File »