1. 09 Mar, 2018 37 commits
  2. 08 Mar, 2018 3 commits
    • bsheedy's avatar
      Generalize specifying revisions for VR bisect script · 3379baf7
      bsheedy authored
      Generalizes the ability to specify specific revisions for other
      repositories when using the VR bisect script. Previously, this was only
      available as an option for specifying a clank revision, but can now be
      used if some other repository is causing compile errors in the
      regression range.
      
      Change-Id: Ieb5045b21989541102a1f57bcf17e0b0e18f710c
      Reviewed-on: https://chromium-review.googlesource.com/956562
      Commit-Queue: Brian Sheedy <bsheedy@chromium.org>
      Reviewed-by: default avatarTibor Goldschwendt <tiborg@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#541944}
      3379baf7
    • Katie D's avatar
      Fix race condition where speech was canceled after starting. · c3123cb9
      Katie D authored
      This occured when a user used seach+s to start speech while speech
      was already in progress. The change makes sure that chrome.tts.stop
      is called before the 'isSpeaking' callback is fired, to make sure
      that it doesn't get called late.
      
      This may cause a few cancel events to not be logged if the tts engine
      responds very quickly, but based on some manual testing it appears
      that events should be fine because the tts engine has some latency.
      
      I'm not sure how to write tests for this because it requires a lot
      of timing and a real TTS engine. Open to suggestions. Works well based
      on local testing, repeatedly using search+s and search+mouse to
      to cancel and restart speech.
      
      Bug: 819926
      Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
      Change-Id: I9b59caa4d69be1c0a8ae14af6c850113ff140360
      Reviewed-on: https://chromium-review.googlesource.com/956226Reviewed-by: default avatarDavid Tseng <dtseng@chromium.org>
      Commit-Queue: Katie Dektar <katie@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#541943}
      c3123cb9
    • Alan Lau's avatar
      Register action module · 5b621734
      Alan Lau authored
      Change-Id: I707c135fe9d7e7c18fb881f617c432a24584959e
      Reviewed-on: https://chromium-review.googlesource.com/956084
      Commit-Queue: Alan Lau <alanlau@google.com>
      Reviewed-by: default avatarXiaohui Chen <xiaohuic@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#541942}
      5b621734