Skip to content
  1. Oct 12, 2017
    • Samuel Thibault's avatar
      Add changelog · 246bf818
      Samuel Thibault authored
      246bf818
    • Samuel Thibault's avatar
      Fix uninitialized AccessibilityWatcher::mActive variable · 69075043
      Samuel Thibault authored
      This fixes the lost of focus tracking when zooming in/out several times.
      
      mActive is tested in AccessibilityWatcher::setActive() but was never
      initialized or updated, and thus basically random.  By luck it'd be 0, and
      thus AccessibilityWatcher::setActive would always accept to reactivate
      and never accept to deactivate.  But without luck it'd be non-0, and thus
      AccessibilityWatcher::setActive would always accept to desactivate, but
      always refuse to reactivate (e.g. when zooming in).
      69075043
  2. Sep 27, 2017
  3. Sep 26, 2017
  4. Sep 25, 2017
  5. Sep 08, 2017
  6. Sep 07, 2017
  7. Sep 05, 2017
  8. Sep 01, 2017
  9. Aug 31, 2017
  10. Aug 30, 2017
  11. Aug 29, 2017
  12. Aug 22, 2017
  13. Aug 04, 2017
  14. Jul 31, 2017
  15. Jul 27, 2017
  16. Jul 26, 2017
  17. Jul 21, 2017
  18. Jun 29, 2017
  19. Jun 23, 2017
  20. Jun 13, 2017
  21. Jun 11, 2017
  22. Jun 09, 2017
  23. Jun 06, 2017
  24. May 31, 2017
  25. May 29, 2017
  26. May 25, 2017
  27. May 24, 2017