Skip to content
Snippets Groups Projects
  1. May 12, 2014
    • Jared Hancock's avatar
      pjax: Release ticket when navigating away · 51a71ce7
      Jared Hancock authored
      51a71ce7
    • Jared Hancock's avatar
      pjax: Fix state corruption · dbaf9c9e
      Jared Hancock authored
      If a new PJAX request is started before the current PJAX request finishes,
      leave the user interface in a consistent state.
      
        * Finish and re-start the loadingbar animation
        * Ensure the overlay is hidden
        * Cancel all current animations (without using clearTimeout)
      
      This also fixes other nuances such as the help tips not working after the
      PJAX ui state was corrupted.
      dbaf9c9e
  2. May 09, 2014
  3. May 08, 2014
  4. May 07, 2014
  5. May 06, 2014
    • Jared Hancock's avatar
      mail-parse: Further optimize memory usage · c1d0b05f
      Jared Hancock authored
      This patch uses a 'StringView' to create a string which is a window of
      another string. The __toString() method is employed to fetch a lazy copy of
      the window which can be usually immediately discarded. This is optimal for
      one-time-use string copies like what is used in the mail parsing.
      c1d0b05f
Loading