1. 04 6月, 2015 3 次提交
  2. 03 6月, 2015 6 次提交
  3. 29 5月, 2015 5 次提交
  4. 28 5月, 2015 4 次提交
  5. 27 5月, 2015 1 次提交
  6. 21 5月, 2015 3 次提交
  7. 20 5月, 2015 1 次提交
  8. 19 5月, 2015 4 次提交
  9. 16 5月, 2015 1 次提交
  10. 15 5月, 2015 2 次提交
  11. 13 5月, 2015 2 次提交
    • H
      [Effen] Use the checkbox widget in the stocks app. · 396a04df
      Hixie 提交于
      - add a checkbox to the stock app, so that we're testing the checkbox widget
        (it's not currently wired up to anything, that can come later)
      - make InkSplash use FlexContainer so that we can use flex in the popup menu items
      - make effen's Text be more similar to Image and Container, so that it can be styled
      - make layout.dart's RenderCSSText correctly support being styled
      - also fixes a bug with the stock list where we were rendering one too few a row when scrolling
      - check in the code to dump the DOM so I don't have to keep remembering how to do this
      
      R=eseidel@chromium.org
      
      Review URL: https://codereview.chromium.org/1134163003
      396a04df
    • H
      [Effen] Move 'flex' out of CSS also. (mark II) · 02045e37
      Hixie 提交于
      This introduces a new kind of ContentNode similar to Style but which
      instead of changing the styles that apply to the node, provides new
      settings to apply to the "parentData" structure.
      
      R=eseidel@chromium.org
      
      Review URL: https://codereview.chromium.org/1122413006
      02045e37
  12. 12 5月, 2015 3 次提交
  13. 09 5月, 2015 1 次提交
  14. 21 4月, 2015 1 次提交
    • H
      [Effen] Reduce splashes when scrolling. · 1b76bf43
      Hixie 提交于
      Pipe the remaining time for an animation all the way out to the AnimatedValue.
      Make splashes abortable, which causes them to continue to fade but no longer grow, by having them fade in 100ms or however long the animation was still going to go for, whichever is quickest.
      Make Scrollables support objects registering with them to be told when scrolling happens.
      Make UINode support subclasses being informed when _remove() was called.
      Hook all that together to make splashes go away when scrolling by having them register with any ancestor Scrollables such that when those scroll, all the splashes get aborted. Unregister when removed.
      
      R=eseidel@chromium.org
      
      Review URL: https://codereview.chromium.org/1092423003
      1b76bf43
  15. 15 4月, 2015 2 次提交
  16. 10 4月, 2015 1 次提交