1. 21 7月, 2015 1 次提交
  2. 17 7月, 2015 3 次提交
  3. 14 7月, 2015 2 次提交
  4. 10 7月, 2015 1 次提交
  5. 09 7月, 2015 1 次提交
  6. 07 7月, 2015 1 次提交
  7. 01 7月, 2015 1 次提交
  8. 27 6月, 2015 2 次提交
  9. 24 6月, 2015 1 次提交
  10. 23 6月, 2015 1 次提交
  11. 16 6月, 2015 2 次提交
  12. 13 6月, 2015 2 次提交
  13. 12 6月, 2015 1 次提交
  14. 02 6月, 2015 1 次提交
    • P
      Pull Sky debugger up to services/debugger. · 3a7e97e6
      Przemyslaw Pietrzkiewicz 提交于
      Sky debugger is a native mojo app that puts up an http server and talks
      to other mojo apps in response to http requests, allowing to
      interactively start/stop tracing, profile, etc.
      
      This is generally useful also when one does not run mojo_shell through
      skydb, hence this patch pulls the debugger into services/debugger.
      
      We can then add plumbing for running with the debugger in devtools.
      
      Bug: domokit/devtools/#4.
      
      R=abarth@chromium.org
      
      Review URL: https://codereview.chromium.org/1151573010
      3a7e97e6
  15. 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
  16. 12 3月, 2015 1 次提交
  17. 27 2月, 2015 1 次提交
  18. 31 1月, 2015 1 次提交
  19. 13 12月, 2014 1 次提交
  20. 12 12月, 2014 2 次提交
  21. 06 12月, 2014 1 次提交
    • E
      Fix the sky build instructions · c755577d
      Eric Seidel 提交于
      Sky can't really build on its own.  We were previously
      using the 'sky' build target for this but it didn't
      fully anticipate all of our dependencies.  The most
      recent break was when James removed /mojo/shell
      from mojo.
      
      Instead of sky listing out each and every service
      which it depends on, we should just get used to
      building root like other mojo developers.
      
      Thankfully there is already a helpful tool
      for this called mojob.py.  I've updated our
      readme to reflect this, and removed the mojo
      dependency on the sky build group.
      
      The purpose of the sky build group is to expose
      all of the sky build targets up to the root level
      BUILD.gn (which only depends on /sky), not to
      be an independently buildable target.
      
      R=jamesr@chromium.org, jamesr
      BUG=
      
      Review URL: https://codereview.chromium.org/764023007
      c755577d
  22. 11 11月, 2014 3 次提交
    • E
      Reland: Remove aura and make a pure mojo::View version of FocusController. · 23babae2
      Elliot Glaysher 提交于
      [Changes: Remove additional deps which Linux/Windows was fine with, but
      which broke android because it implied an aura dependency. window_manager
      should now be properly deauraed.]
      
      This patch is only half done, however the main driver (removing aura) is
      needed by other teams for them to make progress.
      
      Input handling is regressed in this patch; while FocusController is
      rebuilt to the point where it should theoretically work, all of the
      details about ui::EventTargeter don't work correctly. There is an empty
      subclass ViewTargeter which will need to be filled out before
      
      Thankfully, this should only regress people who are using the wm_flow
      demo, and this should unblock the android guys who don't have aura
      support on their platform.
      
      BUG=431047
      TBR=eseidel@chromium.org, sky@chromium.org
      
      Review URL: https://codereview.chromium.org/710203006
      23babae2
    • E
      Revert "Remove aura and make a pure mojo::View version of the aura::Window FocusController." · cf51d90a
      Elliot Glaysher 提交于
      This reverts commit bb29e4293b6e60ee721b5be17f9fa9f4989a1981.
      
      This is a speculative revert due to android waterfall bots failing.
      
      BUG=431047
      TBR=ojan@chromium.org,sky@chromium.org
      
      Review URL: https://codereview.chromium.org/718573002
      cf51d90a
    • E
      Remove aura and make a pure mojo::View version of the aura::Window FocusController. · e5278621
      Elliot Glaysher 提交于
      This patch is only half done, however the main driver (removing aura) is needed by other teams for them to make progress.
      
      Input handling is regressed in this patch; while FocusController is rebuilt to the point where it should theoretically work, all of the details about ui::EventTargeter don't work correctly. There is an empty subclass ViewTargeter which will need to be filled out before
      
      Thankfully, this should only regress people who are using the wm_flow demo, and this should unblock the android guys who don't have aura support on their platform.
      
      BUG=431047
      R=eseidel@chromium.org, sky@chromium.org
      
      Review URL: https://codereview.chromium.org/698543005
      e5278621
  23. 29 10月, 2014 3 次提交
  24. 24 10月, 2014 3 次提交