1. 11 7月, 2015 4 次提交
  2. 02 7月, 2015 1 次提交
    • H
      Make popup menus line up to their baseline per the Material spec. · d79ea98d
      Hixie 提交于
      This entails:
       - Making the baseline logic cache results.
       - Making the baseline logic track who used its information.
       - Making the baseline logic mark all ancestors up to whoever used
         its information wheneven its node gets markNeedsLayout.
       - Making RenderShrinkWrapWidth make its child respect the step width
         and step height, rather than just sizing the child then snapping.
         This is required to make the ink splashes render right on menus
         that are snapped.
       - Adding debugDescribeSettings() to RenderShrinkWrapWidth.
       - Introducing a RenderBaseline class that offsets its child to a
         certain baseline.
       - Factoring out some common code from RenderBaseline and
         RenderPositionedBox to RenderShiftedBox.
       - Redoing all the menu layout logic.
      
      BUG=
      R=abarth@chromium.org
      
      Review URL: https://codereview.chromium.org/1219113003.
      d79ea98d
  3. 30 6月, 2015 2 次提交
  4. 26 6月, 2015 1 次提交
  5. 25 6月, 2015 2 次提交
  6. 14 6月, 2015 1 次提交
  7. 11 6月, 2015 4 次提交
  8. 10 6月, 2015 1 次提交
  9. 09 6月, 2015 2 次提交
  10. 06 6月, 2015 1 次提交
  11. 05 6月, 2015 3 次提交
  12. 03 6月, 2015 1 次提交
  13. 29 5月, 2015 2 次提交