1. 03 Oct, 2014 1 commit
  2. 01 Oct, 2014 2 commits
  3. 26 Sep, 2014 2 commits
  4. 25 Sep, 2014 2 commits
  5. 24 Sep, 2014 2 commits
  6. 23 Sep, 2014 1 commit
    • torne's avatar
      Cherrypick "Don't include TargetConditionals.h when building for android." · fcd38f09
      torne authored
      > Move the include of the Mac TargetConditionals.h file to after we've
      > checked if we're building for Android. Apparently this file doesn't
      > exist on all macs used to build android and the rest of android builds
      > fine without it, so including it there causes the build to fail. It
      > appears to only be used to test TARGET_OS_IPHONE which will never be
      > true on android.
      >
      > BUG=
      >
      > Review URL: https://codereview.chromium.org/538563002
      >
      > Cr-Commit-Position: refs/heads/master@{#293495}
      
      Bug: 17401514
      (cherry picked from commit 8001123e)
      
      Change-Id: I159d749f96b9564c4173c04d6ee572d2d23d1c90
      fcd38f09
  7. 19 Sep, 2014 8 commits
  8. 17 Sep, 2014 1 commit
  9. 11 Sep, 2014 2 commits
  10. 05 Sep, 2014 1 commit
  11. 28 Aug, 2014 2 commits
  12. 27 Aug, 2014 1 commit
  13. 19 Aug, 2014 2 commits
  14. 12 Aug, 2014 2 commits
  15. 21 Jul, 2014 2 commits
  16. 19 Jul, 2014 1 commit
    • Ben Murdoch's avatar
      Cherry pick crrev.com/281310 · 1f14a451
      Ben Murdoch authored
      Fix the build in master.
      
      Original description:
      [Android WebView] Supress focus change when temporarily detached.
      
      The AwContents container view may be "temporarily detached" by the
      view system during certain layout operations e.g. if it is a child
      of a ListView. In this case, we should ignore changes to focus to
      avoid unnecessary churn and loss of state, e.g. when text is selction
      the focus toggle results in an action bar toggle and loss of the
      text selection.
      
      BUG=391282
      Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=281310
      
      Change-Id: I1ccd6600da05c991a68256bf08d10448afdbb015
      1f14a451
  17. 01 Jul, 2014 1 commit
  18. 25 Jun, 2014 7 commits