1. 09 7月, 2015 21 次提交
  2. 08 7月, 2015 18 次提交
  3. 07 7月, 2015 1 次提交
    • A
      Make it harder to forget itemCount for FixedHeightScrollable · fa7ec92c
      Adam Barth 提交于
      Previously, if a subclass of FixedHeightScrollable didn't set itemCount,
      everything would silently work except that you wouldn't actully be able to
      scroll. This CL makes it harder to forget to provide the itemCount by making it
      an abstract getter. Now the analyzer will flag it as missing in subclasses and
      we'll throw an exception at runtime if you forget it.
      
      R=ianh@google.com, tonyg@google.com
      
      Review URL: https://codereview.chromium.org/1219933004 .
      fa7ec92c