1. 18 7月, 2011 2 次提交
  2. 02 7月, 2011 1 次提交
  3. 30 6月, 2011 1 次提交
  4. 29 6月, 2011 1 次提交
  5. 24 6月, 2011 2 次提交
  6. 23 6月, 2011 1 次提交
  7. 12 6月, 2011 2 次提交
  8. 08 6月, 2011 1 次提交
  9. 04 6月, 2011 2 次提交
  10. 03 6月, 2011 2 次提交
  11. 01 6月, 2011 3 次提交
  12. 31 5月, 2011 1 次提交
  13. 30 5月, 2011 1 次提交
  14. 26 5月, 2011 1 次提交
  15. 24 5月, 2011 1 次提交
  16. 22 5月, 2011 2 次提交
  17. 21 5月, 2011 1 次提交
  18. 20 5月, 2011 1 次提交
  19. 19 5月, 2011 2 次提交
  20. 16 5月, 2011 2 次提交
  21. 11 5月, 2011 1 次提交
  22. 08 5月, 2011 1 次提交
  23. 07 5月, 2011 1 次提交
  24. 05 5月, 2011 2 次提交
  25. 01 5月, 2011 1 次提交
  26. 29 4月, 2011 2 次提交
  27. 28 4月, 2011 2 次提交
    • M
      Fix bug with AM::Observer disablement. · fef22157
      Myron Marston 提交于
      Now that we propagate the enabling/disabling to descendants, we no longer have to check the disabled_observer Set on each superclass of the model class.  This was causing a bug when disabling all observers at a superclass level and then enabling an individual observer at a subclass level.
      
      Plus the logic is simpler now :).
      fef22157
    • M
      Fix dev env memory leaks by using AS::DescendantsTracker rather than keeping... · 9a385394
      Myron Marston 提交于
      Fix dev env memory leaks by using AS::DescendantsTracker rather than keeping track of subclasses manually.
      
      There's also no need to keep track of all ObserverArray instances in a hash, as this is likely to leak memory, too.
      9a385394