1. 16 Jul, 2016 37 commits
  2. 15 Jul, 2016 3 commits
    • rdevlin.cronin's avatar
      [Extensions] Clean up unnecessary copy · 21876dec
      rdevlin.cronin authored
      BUG=None
      
      Review-Url: https://codereview.chromium.org/2153243003
      Cr-Commit-Position: refs/heads/master@{#405903}
      21876dec
    • ericrk's avatar
      Disable GPU raster for OSX 10.9 · 51630e3e
      ericrk authored
      crbug.com/611310 contains a report of a rendering issue on 10.9. As I
      haven't been able to repro locally, I was hoping to get more data on
      this issue during beta/canary, but no additional reports have come in.
      In order to allow us to launch to stable with lower risk, this CL
      disables GPU raster on 10.9, which only accounts for ~7% of mac users.
      
      We may re-enable this for M53 Beta M54 Canary in order to track down the
      issue in question, and hopefully launch to 10.9 in M53.
      
      BUG=611310
      CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
      
      Review-Url: https://codereview.chromium.org/2151393002
      Cr-Commit-Position: refs/heads/master@{#405902}
      51630e3e
    • donnd's avatar
      [TTS] Handle showing of a Context Menu more gracefully. · b09e3678
      donnd authored
      When the TTS UX is showing and the user activates a context menu,
      the selection controller gets an event sequence that's confusing,
      causing a tap-selection to show the selection handles.
      
      This change hides the Contextual Search UX, and adds a state where
      the selection controller knows to ignore the next event that would
      show the selection handles, when a context menu has just been shown.
      
      This change cleans up a sequence implicated in a crash, so that
      won't be reproducible through triggering the Context Menu anymore.
      (Issue 562353)
      
      BUG=628436,562353
      
      Review-Url: https://codereview.chromium.org/2150213002
      Cr-Commit-Position: refs/heads/master@{#405901}
      b09e3678