1. 15 Mar, 2018 33 commits
  2. 14 Mar, 2018 7 commits
    • Jinsuk Kim's avatar
      Android: Moved APIs to SelectionPopupController · f67c1dd8
      Jinsuk Kim authored
      Moved 2 selection-related APIs from ContentViewCore
      to SelectionPopupController:
      
      - preserveSelectionOnNextLossOfFocus
      - updateTextSelectionUI
      
      Bug: 598880
      
      Change-Id: I7c944390c2d244902599d7a0c78568e6d512494e
      Reviewed-on: https://chromium-review.googlesource.com/956786Reviewed-by: default avatarTommy Nyquist <nyquist@chromium.org>
      Reviewed-by: default avatarBo <boliu@chromium.org>
      Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#543243}
      f67c1dd8
    • mark a. foltz's avatar
      Reland "[Media Router] Converts integration tests to run on Chromium waterfall." · 8cb5314c
      mark a. foltz authored
      This is a reland of aa57fe6d
      
      Original change's description:
      > [Media Router] Converts integration tests to run on Chromium waterfall.
      >
      > This updates the Media Router integration tests so they run in the
      > Chromium waterfall with the open source Media Router component
      > extension and its mock (test) Media Route Provider.
      >
      > Additional changes:
      >
      > - Removes extension from top level BUILD.gn as it is only used for
      >   browser tests at the moment.
      > - Splits the targets for Media Router browser tests into integration tests
      >   (part of main browser_tests suite), e2e tests (which require the
      >   external component extension), perf tests, and shared support code.
      > - Renames the "test" extension to the "telemetry" extension used for perf
      >   tests to avoid confusion.
      > - Updates README files
      > - One test is not compatible with the Chromium component and need
      >   to be fixed.  Bugs 818767 filed for follow-up.
      >
      > Bug: 698796
      > Change-Id: I6cc9302ffd72de95630ce33ca3617b3b73b9e722
      > Reviewed-on: https://chromium-review.googlesource.com/917214
      > Commit-Queue: mark a. foltz <mfoltz@chromium.org>
      > Reviewed-by: Scott Violet <sky@chromium.org>
      > Reviewed-by: Derek Cheng <imcheng@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#543005}
      
      TBR=cliffordcheng, imcheng, jrw, sky
      
      Bug: 698796,822029, 821717
      Change-Id: Ie5c2fdc9a838dec2906a73f7827fa6ceafdcce1b
      Reviewed-on: https://chromium-review.googlesource.com/963064
      Commit-Queue: mark a. foltz <mfoltz@chromium.org>
      Reviewed-by: default avatarmark a. foltz <mfoltz@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#543242}
      8cb5314c
    • Emircan Uysaler's avatar
      Reland "Stop using GpuMemoryBufferVideoFramePool when WebMediaPlayerMS is hidden" · c3089ac9
      Emircan Uysaler authored
      This is a reland of 1f31a184
      
      Original change's description:
      > Stop using GpuMemoryBufferVideoFramePool when WebMediaPlayerMS is hidden
      >
      > This CL adds calls to track when WebMediaPlayerMS is hidden or shown, so
      > that in the time period we can skip creating GMB backed frames. For that
      > time period, frames aren't going to be displayed, so copying them to GMBs
      > is extra work which should be avoided.
      >
      > Bug: 653200
      > Change-Id: I67e55c7f1150b434d82321ac90a08c7c3e3e6336
      > Reviewed-on: https://chromium-review.googlesource.com/954339
      > Reviewed-by: Daniele Castagna <dcastagna@chromium.org>
      > Reviewed-by: Dan Sanders <sandersd@chromium.org>
      > Commit-Queue: Emircan Uysaler <emircan@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#542950}
      
      Bug: 653200
      TBR: sandersd@chromium.org, dcastagna@chromium.org
      Change-Id: I277eca14cac19e80b4b00dae75188842d7b49c97
      Reviewed-on: https://chromium-review.googlesource.com/963581Reviewed-by: default avatarEmircan Uysaler <emircan@chromium.org>
      Commit-Queue: Emircan Uysaler <emircan@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#543241}
      c3089ac9
    • Ian Clelland's avatar
      Update syntax in feature policy unittest documentation · 1de17bc9
      Ian Clelland authored
      Change-Id: Ic18a8df18f32710a54bbc67f81a0776b1b22626b
      Reviewed-on: https://chromium-review.googlesource.com/962676Reviewed-by: default avatarLuna Lu <loonybear@chromium.org>
      Commit-Queue: Ian Clelland <iclelland@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#543240}
      1de17bc9
    • Caleb Rouleau's avatar
      Revert "Reland: Add TCP socket API to network service" · d27e71f2
      Caleb Rouleau authored
      This reverts commit a8cf1a86.
      
      Reason for revert: added faking test case TCPSocketTest.ReadAndWriteMultiple
      
      BUG: 822058
      
      Original change's description:
      > Reland: Add TCP socket API to network service
      > 
      > This CL adds TCP socket API to network service.
      > This is partly based on mandoline implementation
      > (https://codereview.chromium.org/1873463003/)
      > 
      > Two TCP socket interfaces are added.
      > - TCPConnectedSocket
      > - TCPServerSocket
      > 
      > Change in reland:
      > - adds logging to TCPSocketTest.ReadAndWriteMultiple to investigate
      >   the test timeout observed in crbug.com/821232
      > - Modifies TestServer slightly to own all client connections instead
      >   of only the latest one.
      > 
      > R=​mmenke@chromium.org
      > TBR=miu@chromium.org
      > TBR=tsepez@chromium.org
      > 
      > Bug: 721401
      > Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo
      > Change-Id: I0426a7aeda30cce7a2a1e84afae5208958dc4a10
      > Reviewed-on: https://chromium-review.googlesource.com/960250
      > Commit-Queue: Helen Li <xunjieli@chromium.org>
      > Reviewed-by: Helen Li <xunjieli@chromium.org>
      > Reviewed-by: Matt Menke <mmenke@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#543064}
      
      TBR=miu@chromium.org,mmenke@chromium.org,tsepez@chromium.org,xunjieli@chromium.org
      
      Change-Id: I078642396307e5eb20853a12596d931e0bb30d88
      No-Presubmit: true
      No-Tree-Checks: true
      No-Try: true
      Bug: 721401
      Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo
      Reviewed-on: https://chromium-review.googlesource.com/963667Reviewed-by: default avatarCaleb Rouleau <crouleau@chromium.org>
      Commit-Queue: Caleb Rouleau <crouleau@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#543239}
      d27e71f2
    • Jay Civelli's avatar
      Make UtilityProcessHost non public · 14aced2a
      Jay Civelli authored
      Removes UtilityProcessHost from content/public and renames
      UtilityprocessHostImpl to UtilityProcessHost.
      Now that all use cases of UtilityProcessHost have been replaced by
      using services (but for the PowerMonitor browser tests), this will
      prevent further forking of process bypassing the service manager.
      
      Bug: 775677
      Change-Id: I2107271a54e4ab3141102a5c4fbcce4ea21915dd
      Reviewed-on: https://chromium-review.googlesource.com/961496Reviewed-by: default avatarAvi Drissman <avi@chromium.org>
      Reviewed-by: default avatarJohn Abd-El-Malek <jam@chromium.org>
      Reviewed-by: default avatarKen Rockot <rockot@chromium.org>
      Commit-Queue: Jay Civelli <jcivelli@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#543238}
      14aced2a
    • Li Lin's avatar
      Initilize ActionModule with AssistantEventObserver. · faa0d04d
      Li Lin authored
      Change-Id: I382c31196514ca276f4ba49cfd0ea21b3697ed73
      Reviewed-on: https://chromium-review.googlesource.com/957344
      Commit-Queue: Li Lin <llin@chromium.org>
      Reviewed-by: default avatarXiaohui Chen <xiaohuic@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#543237}
      faa0d04d