1. 09 Feb, 2015 1 commit
  2. 26 Jan, 2015 1 commit
    • Ben Murdoch's avatar
      Cherry pick [Android] Support unfocusable container views. · ced57b72
      Ben Murdoch authored
      This solves the S-Pen selection problem for GMail in M37.
      
      Bug: 18066784,18726212
      
      Original change description:
      
      If the ContentViewCore container view is not focusable (which can
      happen when it's emebedded in an app via android webview), we
      were clearing the RWHVA notion of focus when the RenderView was
      swapped out. As the view is never focusable again, chromium never
      considers this view focused and as such, text selection did not
      function.
      
      We support this type of container view by always treating it focused
      from Chromium's point of view.
      
      BUG=430859
      (internal b/18066784)
      
      Change-Id: If08372c93ff0c87b483f0b408f04247764db2c56
      Committed: https://crrev.com/9074d9fc9119ef4d2223f6c993d1a1b67a0bea7c
      Cr-Commit-Position: refs/heads/master@{#303071}
      (cherry picked from commit f66cc3b6)
      ced57b72
  3. 12 Dec, 2014 1 commit
  4. 18 Nov, 2014 1 commit
  5. 13 Nov, 2014 1 commit
  6. 07 Nov, 2014 1 commit
  7. 06 Nov, 2014 1 commit
  8. 01 Nov, 2014 2 commits
    • Ben Murdoch's avatar
      Cherry pick "Fixes bug in GinJavaBridgeDispatcherHost" · 565a27a0
      Ben Murdoch authored
      Original description:
      Fixes bug in GinJavaBridgeDispatcherHost
      
      My try job kept failing on android and I finally tracked it down to
      this code. GinJavaBridgeDispatcherHost::RemoveNamedObject may be
      invoked with a value that comes from named_objects_ (see
      AddNamedObject). RemoveNamedObject removes from named_object_ and then
      uses the passed in value. If this happens |name| is no longer valid
      and shouldn't be used.
      
      BUG=none
      TEST=none
      R=mnaganov@chromium.org
      TBR=mnaganov@chromium.org
      
      Committed:
      https://src.chromium.org/viewvc/chrome?view=rev&revision=288861
      
      Bug: 17973356
      Change-Id: I71ecab488994362f02ca7dbbe9a35e9514ee33fd
      565a27a0
    • 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
  9. 22 Oct, 2014 3 commits
  10. 21 Oct, 2014 3 commits
  11. 20 Oct, 2014 4 commits
  12. 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
  13. 16 Oct, 2014 2 commits
  14. 15 Oct, 2014 1 commit
  15. 14 Oct, 2014 1 commit
  16. 13 Oct, 2014 1 commit
  17. 12 Oct, 2014 1 commit
  18. 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
  19. 09 Oct, 2014 1 commit
  20. 08 Oct, 2014 2 commits
  21. 07 Oct, 2014 1 commit
  22. 06 Oct, 2014 1 commit
  23. 05 Oct, 2014 1 commit
  24. 04 Oct, 2014 1 commit
  25. 03 Oct, 2014 1 commit
  26. 02 Oct, 2014 1 commit
  27. 01 Oct, 2014 1 commit
  28. 30 Sep, 2014 1 commit
  29. 29 Sep, 2014 2 commits