1. 08 Oct, 2014 1 commit
  2. 07 Oct, 2014 1 commit
  3. 06 Oct, 2014 1 commit
  4. 05 Oct, 2014 1 commit
  5. 04 Oct, 2014 1 commit
  6. 03 Oct, 2014 1 commit
  7. 02 Oct, 2014 1 commit
  8. 01 Oct, 2014 1 commit
  9. 30 Sep, 2014 1 commit
  10. 29 Sep, 2014 2 commits
  11. 28 Sep, 2014 1 commit
  12. 27 Sep, 2014 1 commit
    • Hui Shu's avatar
      Allow disabling DRP programatically. · 12b909ba
      Hui Shu authored
      Allow disabling DRP programatically if enable-spdy-proxy-auth cmd switch
      exists.
      Also fixed a bug in DRP auth request handler that didn't set the last
      auth_token_invalidation_timestamp_ correctly.
      
      BUG: 17624720
      
      Change-Id: I58013ad7997751a1f4c167f10ed41e54832f2dcd
      12b909ba
  13. 26 Sep, 2014 3 commits
  14. 25 Sep, 2014 3 commits
    • Hui Shu's avatar
      Disable flywheel if authentication fails repeatedly. · 490652a4
      Hui Shu authored
      This will disable DRP for the remainder of the session.
      Note that the next time the app starts, WebView will still try to
      enale flywheel based on the user preference in Google Settings.
      
      BUG: 17624720
      Change-Id: I52926b8f72f99b7c97505d6860e056918addd96c
      490652a4
    • The Android Automerger's avatar
    • hush's avatar
      Cherry pick: Android WebView: fix missing an invalidate · fb2ce50a
      hush authored
      Cherry pick from Chrmoium
      https://crrev.com/673cf0160d7b5e520841a65f4425f8be1a48fbb1
      
      BUG: 17623119
      
      Original description:
      When webview translates into the screen from offscreen by calling
      WebView#SetTranslateX/Y, onDrawHardware is called with an empty global
      visible rect.
      When the webview is still offscreen, Android frameworks won't call
      DrawGL on WebView, which means the "parent draw constraints" stored in
      hardware renderer won't contain the draw constraints when the webview is
      offscreen.
      When webview gets an ondraw with an empty global visible rect, we need
      to make sure the parent draw constraints of the corresponding DrawGL is
      always posted back to child compositor and triggers an invalidate.
      
      BUG=417479
      
      Review URL: https://codereview.chromium.org/603633003
      
      Cr-Commit-Position: refs/heads/master@{#296589}
      
      Conflicts:
      	android_webview/browser/browser_view_renderer.cc
      	android_webview/browser/shared_renderer_state.cc
      	android_webview/browser/shared_renderer_state.h
      
      Change-Id: Iea9e6d5f0dd021d19cdcf6f5a98d92fd735dac26
      fb2ce50a
  15. 24 Sep, 2014 1 commit
  16. 23 Sep, 2014 2 commits
  17. 22 Sep, 2014 1 commit
  18. 21 Sep, 2014 2 commits
  19. 20 Sep, 2014 1 commit
  20. 18 Sep, 2014 6 commits
  21. 17 Sep, 2014 4 commits
    • boliu's avatar
      Cherry-pick: Fix typo in media context restore · afd39213
      boliu authored
      Clean cherry-pick of chromium
      crrev.com/bfb71fc03179ac0d88c6b6d188915cf0dd363071
      
      BUG: 17354106
      
      Review URL: https://codereview.chromium.org/581703002
      
      Change-Id: I62059284e4ab126dbb3bfde32b248e7fb12bd842
      Cr-Commit-Position: refs/heads/master@{#295295}
      afd39213
    • Bo Liu's avatar
      Compile fix for cherry-pick · 87e2af31
      Bo Liu authored
      Compile fixes for crrev.com/7a2b1cb83546418638417fc4d3c9aa6172fe02e9
      
      BUG: 17354106
      
      Change-Id: I3e07ab4bfd36c17ce006a73f44402251d5c83138
      87e2af31
    • boliu's avatar
      Cherry-pick: Handle context loss in WebMediaPlayerPlayer in-process · d8024ab0
      boliu authored
      Cherry-pick with conflict of chromium
      crrev.com/7a2b1cb83546418638417fc4d3c9aa6172fe02e9
      
      Conflicts:
      	content/browser/android/in_process/synchronous_compositor_factory_impl.h
      	content/renderer/media/android/stream_texture_factory_synchronous_impl.cc
      	content/renderer/media/android/webmediaplayer_android.cc
      
      Note this by itself does not compile.
      
      BUG: 17354106
      
      Original description:
      
      Add plumbing for a ResetStreamTextureProxy which should be
      called on the event of a context loss. Only hooked up the
      call for the in-process implementation in this CL when the
      contex is restored.
      
      ResetStreamTextureProxy currently handles "onContextLoss" as
      well as "onContextRestored" concepts. It deletes the old
      stream texture id, and recreates and binds a new
      StreamTextureProxy.
      
      Review URL: https://codereview.chromium.org/532993002
      
      Change-Id: I143678de1ddf6cd66e3c49c1f1f8615d904dfcf5
      Cr-Commit-Position: refs/heads/master@{#295219}
      d8024ab0
    • The Android Automerger's avatar
  22. 16 Sep, 2014 2 commits
  23. 15 Sep, 2014 1 commit
  24. 14 Sep, 2014 1 commit