1. 29 Apr, 2017 33 commits
  2. 28 Apr, 2017 7 commits
    • Ken Rockot's avatar
      Remove unused interfaces from catalog service · dbec34d4
      Ken Rockot authored
      BUG=716416
      TBR=ben@chromium.org
      
      Change-Id: I765d24506682167248dbc7d51c0d399cda41a741
      Reviewed-on: https://chromium-review.googlesource.com/490613Reviewed-by: default avatarKen Rockot <rockot@chromium.org>
      Reviewed-by: default avatarBen Goodger <ben@chromium.org>
      Commit-Queue: Ken Rockot <rockot@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#468183}
      dbec34d4
    • dmazzoni's avatar
      Fix Chrome OS virtual keyboard accessibility · 62111457
      dmazzoni authored
      The user-visible change here is that Select-to-speak on Chrome OS now
      works on the virtual keyboard. It also makes it visible to ChromeVox
      so we can make that work better too.
      
      Three fixes were required:
      
      * We need to always set the window property on the window for a
        RenderWidgetHostViewAura, whether that WebContents already has
        accessibility enabled or not. That's solved by moving the
        trigger for the window property to RenderViewReady and
        WebContentsImpl::NotifySwappedFromRenderManager.
      
      * AXAuraObjCache needs to listen for newly-created windows,
        changes to window bounds, and window property changes.
        Otherwise the virtual keyboard window is created but no
        accessibility events fire allowing automation clients to
        find it.
      
      * The bounds for a AXWindowObjWrapper should be global bounds and not
        local. This wasn't caught before because widget bounds were correct,
        but the virtual keyboard is directly in an aura Window, with no Widget
        and no Views.
      
      BUG=699617
      CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation;master.tryserver.chromium.linux:linux_site_isolation
      
      Review-Url: https://codereview.chromium.org/2803823002
      Cr-Commit-Position: refs/heads/master@{#468182}
      62111457
    • petewil's avatar
      Add a unit test for "ALREADY_SAVED" being converted to "SUCCESS" · d33a171b
      petewil authored
      We recently made a change to treat the MHTML page already being saved to
      success, and we added a unit test for the background loader offliner,
      but didn't add one for the prerendering offliner.  This adds the test
      for the prerendering offliner.
      
      BUG=715152
      
      Review-Url: https://codereview.chromium.org/2850953002
      Cr-Commit-Position: refs/heads/master@{#468181}
      d33a171b
    • sonnysasaka's avatar
      PostTask MaybeReleaseAdapter in BluetoothEventRouter::AdapterDiscoveringChanged · 518c599b
      sonnysasaka authored
      Calling MaybeReleaseAdapter directly from
      BluetoothEventRouter::AdapterDiscoveringChanged could be a problem since
      this can happen:
      BluetoothAdapterBlueZ::AdapterPropertyChanged ->
      BluetoothAdapterBlueZ::DiscoveringChanged ->
      BluetoothEventRouter::AdapterDiscoveringChanged -> MaybeReleaseAdapter
      
      If BluetoothEventRouter is the only pointer holder left then the caller
      of BluetoothEventRouter::AdapterDiscoveringChanged could be gone even
      before that function returns.
      
      BUG=710216
      
      Review-Url: https://codereview.chromium.org/2852773002
      Cr-Commit-Position: refs/heads/master@{#468180}
      518c599b
    • samans's avatar
      Allocate a FrameSinkId for RenderWidgetHostViewAura in mus+ash · b399a054
      samans authored
      RenderWidgetHostViewChildFrame expects its parent to have a valid
      FrameSinkId. Make sure RenderWidgetHostViewAura has a FrameSinkId even
      if DelegatedFrameHost is not used (in mus+ash).
      
      BUG=706553
      TBR=jam@chromium.org
      
      Review-Url: https://codereview.chromium.org/2847253003
      Cr-Commit-Position: refs/heads/master@{#468179}
      b399a054
    • kbr's avatar
      Suppress test failures new in 10.12.4. · d4fcf211
      kbr authored
      BUG=705865,715366,716652
      TBR=zmo@chromium.org
      NOTRY=true
      CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;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/2848123002
      Cr-Commit-Position: refs/heads/master@{#468178}
      d4fcf211
    • nzolghadr's avatar
      Move auxclick wpt test and add automation · fd63da56
      nzolghadr authored
      Move auxclick manual test under uievent
      in wpt as the spec got merged into UIEvent
      spec. Also add the test automation.
      Currently it seems that the double click
      is not fully functional in GPU benchmarking.
      
      BUG=716164
      
      Review-Url: https://codereview.chromium.org/2851633002
      Cr-Commit-Position: refs/heads/master@{#468177}
      fd63da56