1. 11 Mar, 2015 2 commits
    • Adam Barth's avatar
      Re-work MaterialComponent · c6217000
      Adam Barth authored
      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
      c6217000
    • Adam Barth's avatar
      Make the search box in the stocks app show a search field · ceddf0e5
      Adam Barth authored
      The search field doesn't do anything, but it's there.
      
      R=eseidel@chromium.org
      
      Review URL: https://codereview.chromium.org/998803002
      ceddf0e5
  2. 10 Mar, 2015 7 commits
  3. 09 Mar, 2015 3 commits
  4. 06 Mar, 2015 5 commits
  5. 05 Mar, 2015 12 commits
  6. 04 Mar, 2015 3 commits
  7. 03 Mar, 2015 6 commits
  8. 02 Mar, 2015 2 commits