1. 03 Mar, 2015 2 commits
  2. 26 Feb, 2015 1 commit
  3. 25 Feb, 2015 1 commit
    • Gustav Sennton's avatar
      Revert of [Clank IME] Make keyCode detection sensitive to autocomplete=on|off. · 4922e3cf
      Gustav Sennton authored
      Reason for revert:
      Probably the cause of a bug where characters are not properly deleted when
      using a Samsung keyboard.
      
      Original issue's description:
      > [Clank IME] Make keyCode detection sensitive to autocomplete=on|off.
      >
      > Fixing Stable blocker for Clank IME.
      >
      > The old keyCode detection heuristics would emit KEYCODE_DEL when the last
      > character of composition is deleted by backspace. This causes the bug where
      > the composition gets reset (Japanese keyboard). We fix the the problem by
      > emitting keyCode 229 when composition is updated, if autocomplete=on. If
      > autocomplete=off then we can can emit the keyCode, provided that we have
      > single-character commits. Due to unfortunate collision with
      > https://codereview.chromium.org/834133004 , we have to to define constant
      > textInputFlagAutocompleteOff for compatibility with trunk and Beta.
      >
      > The companion WebKit CL is https://codereview.chromium.org/797243003/
      >
      > BUG=422685
      > Committed: https://crrev.com/1a8a145d5ea8289f1e527c3de95f233e4a659cde
      > Cr-Commit-Position: refs/heads/master@{#311245}
      
      Bug: 19363073
      Change-Id: I25a945f797ffdb5959fd277ad8f86f149d79f8c1
      4922e3cf
  4. 24 Feb, 2015 1 commit
  5. 19 Feb, 2015 1 commit
    • Bo Liu's avatar
      Fork: Skip sharing GL_LUMINANCE textures · 262f5c6c
      Bo Liu authored
      Due bugs in some drivers, sharing GL_LUMINANCE fails and causes causes a
      NPE crash. WebRTC is the only feature using GL_LUMINANCE textures which
      do not require to be shared, so skip them altogether.
      
      Forking because situation in trunk has changed significantly and this is
      no longer appropriate.
      
      BUG: 19366032
      Change-Id: I09c076068e1f38daa344009ca7b12cf30ead6df1
      262f5c6c
  6. 18 Feb, 2015 3 commits
  7. 12 Feb, 2015 1 commit
  8. 11 Feb, 2015 1 commit
  9. 09 Feb, 2015 6 commits
  10. 06 Feb, 2015 1 commit
  11. 03 Feb, 2015 2 commits
  12. 30 Jan, 2015 1 commit
    • Hui Shu's avatar
      Cherry pick: Cache viewport rect for tile priority in UpdateTiles · a8a07571
      Hui Shu authored
      This is a cherry pick from chromium:
      https://crrev.com/9178c77a0167ee7c73364b21a6f3a633029b7a44
      
      Original CL description:
      PictureLayerImpls in a tree should continue using the same viewport rect
      for tile priority until UpdateTiles() is called with the new value of
      viewport rect for tile priority. Otherwise, a PictureLayerImpl could be
      in an inconsistent state that could lead to a wrong decision about
      AllTilesRequiredForActivationAreReadyToDraw.
      
      This CL caches the viewport rect for tile priority in PictureLayerImpl.
      
      Conflicts:
        cc/layers/picture_layer_impl.h
      
      BUG: 18915361
      Change-Id: I7738cf793484fa46670388e0cf0e1d2cefbbddd4
      a8a07571
  13. 21 Jan, 2015 2 commits
  14. 16 Jan, 2015 2 commits
  15. 08 Jan, 2015 2 commits
  16. 18 Dec, 2014 2 commits
  17. 17 Dec, 2014 1 commit
  18. 11 Dec, 2014 2 commits
  19. 04 Dec, 2014 2 commits
  20. 27 Nov, 2014 2 commits
  21. 12 Nov, 2014 2 commits
  22. 06 Nov, 2014 2 commits