1. 28 5月, 2015 1 次提交
  2. 20 5月, 2015 1 次提交
  3. 17 4月, 2015 1 次提交
  4. 21 3月, 2015 1 次提交
  5. 10 3月, 2015 1 次提交
  6. 03 3月, 2015 1 次提交
  7. 28 2月, 2015 2 次提交
    • E
      Add support for scroll and fling gestures to SkyShell. · c8912dd1
      Eric Seidel 提交于
      This is not complete gesture support by far, but it's a start.
      MojoShell and Chrome use a C++ GestureDetector, this code attempts
      to use the Android (Java) GestureDetector instead.
      
      We probably should not be sending gesturetap until we've decided
      it's not a scroll, etc, but this implementation does not go that far.
      
      I had to fix a bug whereby we were assuming the InputEvent.time_stamp
      was in TimeDelta's internal format, which was wrong.  When we get
      time_stamp from Android its in ms since boot.
      
      R=abarth@chromium.org
      
      Review URL: https://codereview.chromium.org/969493002
      c8912dd1
    • A
      Expose Android sensors to via Mojo services · e8b988e2
      Adam Barth 提交于
      This CL adds a sensor_service to sky/services and wires it into SkyShell
      The plan is to eventually use this data to implement shake-to-refresh.
      
      R=eseidel@chromium.org
      
      Review URL: https://codereview.chromium.org/962043002
      e8b988e2
  8. 27 2月, 2015 1 次提交
  9. 26 2月, 2015 2 次提交
  10. 19 2月, 2015 3 次提交
  11. 06 2月, 2015 1 次提交
  12. 05 2月, 2015 1 次提交
    • A
      sky/shell should link with sky/engine · 1f8dd823
      Adam Barth 提交于
      This CL causes sky/shell to create a blink::WebView to show that sky/shell
      links with sky/engine. In the process, I've made it easier to be a trivial
      embedder of sky/engine by removing the requirement to implement
      blink::ServiceProvider.
      
      This CL also causes sky/shell to link with mojo/edk/system to resolve link
      errors with Mojo fabric (e.g., MojoClose, MojoWriteMessage, etc). To make this
      work properly, we'll need to initialize the EDK in a future CL.
      
      R=eseidel@chromium.org
      
      Review URL: https://codereview.chromium.org/873923003
      1f8dd823
  13. 01 2月, 2015 1 次提交
  14. 31 1月, 2015 2 次提交