1. 01 Nov, 2014 1 commit
    • sievers's avatar
      Cherry-pick: android: Disable transfer thread on Adreno 420 · 36f35847
      sievers authored
      Cherry-pick of chromium crrev.com/b46831d14f773db39a3e90dc01281bff3c269649
      
      Conflicts:
      	gpu/command_buffer/service/async_pixel_transfer_manager_android.cc
      
      Change-Id: I088f1a397f623d7acb59308494459163decf1432
      
      BUG: 18178303
      36f35847
  2. 22 Oct, 2014 3 commits
  3. 21 Oct, 2014 3 commits
  4. 20 Oct, 2014 4 commits
  5. 17 Oct, 2014 1 commit
    • Bo Liu's avatar
      Fork: Invalidate when obtaining valid draw constraints · a58a97cf
      Bo Liu authored
      The problem is NeedsForceInvalidateOnNextDrawGL doesn't really work
      because a pending invalid might have already happened and got skipped.
      
      BUG: 18009042
      Change-Id: I9897f5ececa6d4509e7aceabd5bcbc4ce05f665e
      a58a97cf
  6. 16 Oct, 2014 2 commits
  7. 15 Oct, 2014 1 commit
  8. 14 Oct, 2014 1 commit
  9. 13 Oct, 2014 1 commit
  10. 12 Oct, 2014 1 commit
  11. 10 Oct, 2014 1 commit
    • Marcin Kosiba's avatar
      Default text encoding for the WebView is UTF-8. · 28b8b2c8
      Marcin Kosiba authored
      The default text encoding shouldn't be a configurable setting; it's
      UTF-8. If an app wants to set their own encoding, that's fine - there
      is WebView#setDefaultTextEncoding for that.
      
      Bug: 17634120
      Change-Id: I61bf4017881a94e2d8fb9bcffb09b3dff5c7f8f9
      28b8b2c8
  12. 09 Oct, 2014 1 commit
  13. 08 Oct, 2014 2 commits
  14. 07 Oct, 2014 1 commit
  15. 06 Oct, 2014 1 commit
  16. 05 Oct, 2014 1 commit
  17. 04 Oct, 2014 1 commit
  18. 03 Oct, 2014 1 commit
  19. 02 Oct, 2014 1 commit
  20. 01 Oct, 2014 1 commit
  21. 30 Sep, 2014 1 commit
  22. 29 Sep, 2014 2 commits
  23. 28 Sep, 2014 1 commit
  24. 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
  25. 26 Sep, 2014 3 commits
  26. 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