1. 12 6月, 2015 2 次提交
  2. 11 6月, 2015 3 次提交
  3. 10 6月, 2015 2 次提交
  4. 09 6月, 2015 1 次提交
  5. 06 6月, 2015 1 次提交
  6. 28 5月, 2015 1 次提交
  7. 27 5月, 2015 1 次提交
  8. 20 5月, 2015 2 次提交
  9. 19 5月, 2015 1 次提交
    • J
      Rationalize Dart mojo and sky package structure. · b017dfd9
      John McCutchan 提交于
      NOTE: This CL appears far larger than it actually is for two reasons:
      
      1) Many files were moved around to use the Dart package directory structure.
      2) Many .dart files had to have import paths updated.
      
      - Organize mojo/public/dart so that it uses standard Dart package layout
      - Organize mojo/dart/apptest so that it uses a standard Dart package layout
      - Organize sky/sdk so that it uses a standard Dart package layout
      - Create a mojo/testing package (used by unittests)
      - Introduce the 'dart_pkg' gn rule which populates gen/Config/dart-pkg
      - All internally vended Dart packages must have a corresponding dart_pkg rule
      - It is now possible to use dependency_overrides: in pubspec.yaml to mix internal and external package dependencies (enables analyzer, editor, webstorm usage for internal developers).
      - Package root for dart content handler ends with "packages/"
      - Imports of mojo package uris no longer need the "public/dart"
      - mojo/public/tools/dart_package.py is a clone of mojo/public/tools/gn/zip.py
      - Sky tests no longer run 'deploy_sdk' script.
      
      R=eseidel@chromium.org
      
      Review URL: https://codereview.chromium.org/1132063007
      b017dfd9
  10. 15 5月, 2015 1 次提交
  11. 07 4月, 2015 1 次提交
    • O
      Remove all uses of display:block and display:inline-block. · 88f38ce0
      Ojan Vafai 提交于
      -Make display:flex, flex-direction: column, flex-shrink: 1 the default.
      -Simplify StyleAdjuster::adjustStyleForAlignment to remove special cases we
      won't need as we make flex the default and remove absolute positioning.
      -Fix a bug this exposed in column flexboxes where we'd apply the wrong edge
      of border/padding/margin.
      -For now leave the default of align-items:stretch. The main change here is
      that iframe/img will do width:auto the same as blocks (i.e. the width of
      the parent). I think this is a good change, but we'll have to see how it feels
      in practice.
      
      R=eseidel@chromium.org
      
      Review URL: https://codereview.chromium.org/1061163002
      88f38ce0
  12. 02 4月, 2015 1 次提交
  13. 26 3月, 2015 2 次提交
  14. 21 3月, 2015 1 次提交
  15. 17 3月, 2015 2 次提交
  16. 14 3月, 2015 1 次提交
  17. 12 3月, 2015 3 次提交
    • A
      Fix errors in Sky detected by Dart analyzer · deb2f1b7
      Adam Barth 提交于
      R=eseidel@chromium.org
      
      Review URL: https://codereview.chromium.org/1000863002
      deb2f1b7
    • A
      Update Button to be made of Material · 24a53815
      Adam Barth 提交于
      To accomplish this, I made the following changes:
      
      1) Material is now in charge of drawing the material shadows.
      2) In order to mix in the style for the shadow, Element now takes a list of
         Styles instead of a single style.
      3) Update all clients of Element#style to understand that we now have a list.
      4) Update components that drawer shadows to have Material do that work instead.
         a) One exception: FloatingActionButton draws its own shadow because of its
            crazy clip requirements. We'll probably want to find a better way for
            FloatingActionButton to clip in the future.
      
      I've also added a widgets-fn example to demo the fn material widgets.
      
      This CL introduces a bug into Drawer whereby you can get ink splashes
      everywhere in the drawer. In the future, we'll need to separate out the
      different material aspects to get non-splashable materials.
      
      R=rafaelw@chromium.org
      
      Review URL: https://codereview.chromium.org/1003553002
      24a53815
    • A
      Re-work MaterialComponent · 8c4edc73
      Adam Barth 提交于
      Instead of MaterialComponent being a base class, components that want material
      behavior simply create a MaterialComponent during their render function. This
      approach gives the component more flexibility as to its structure and gives
      MaterialComponent more flexibility has to how the components it generates are
      related to the existing children.
      
      Also, I've improved some of the event delegation code. There's no reason to
      attach event handlers to the root component you emit during |render| because
      the framework already delegates events from your root component to you.
      
      R=rafaelw@chromium.org
      
      Review URL: https://codereview.chromium.org/983903003
      8c4edc73
  18. 11 3月, 2015 1 次提交
  19. 10 3月, 2015 1 次提交
  20. 06 3月, 2015 2 次提交
  21. 04 3月, 2015 3 次提交