1. 20 Aug, 2018 37 commits
  2. 19 Aug, 2018 3 commits
    • Nico Weber's avatar
      Run browser_tests (and viz_browser_tests) on win/asan bot. · f4d9a36a
      Nico Weber authored
      - PlatformAppBrowserTest.PictureInPicture consistently fails with a
        (apparently windows-only) use-after-free on win/asan. That code is new,
        so just revert it (see below), https://crbug.com/873234
      
      - PDFExtensionHitTestTest.MouseLeave flakes fairly often on win/asan, so
        disable the test in that config, https://crbug.com/856169
      
      - SaveType/SavePageOriginalVsSavedComparisonTest.ObjectElementsViaFile/0
        fails fairly consistenly on win/asan (and elsewhere) in
        network_service_browser_tests, so don't enable that suite on the win/asan
        bot just yet (https://crbug.com/840063).
      
      Bug: 869973
      
      Revert "Enable Picture-in-Picture for chrome apps."
      
      This reverts commit e031e566.
      
      Reason for revert: Test has a use-after-free, https://crbug.com/873234
      
      Original change's description:
      > Enable Picture-in-Picture for chrome apps.
      >
      > This CL enables Picture-in-Picture in chrome apps by implementing
      > EnterPictureInPicture and ExitPictureInPicture in AppDelegate.
      >
      > Bug: 863309
      > Change-Id: Ib35e83b03373abe864b3a0674ab1e0b341ce291b
      > Reviewed-on: https://chromium-review.googlesource.com/1156513
      > Commit-Queue: François Beaufort <beaufort.francois@gmail.com>
      > Reviewed-by: Jochen Eisinger <jochen@chromium.org>
      > Reviewed-by: Devlin <rdevlin.cronin@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#580497}
      
      TBR=beaufort.francois@gmail.com,rdevlin.cronin@chromium.org,jochen@chromium.org
      
      # Not skipping CQ checks because original CL landed > 1 day ago.
      
      Bug: 863309
      Change-Id: Ib6eda55a3b0889646c43ea3e7bfccdb590cea0b2
      Reviewed-on: https://chromium-review.googlesource.com/1180763
      Commit-Queue: Nico Weber <thakis@chromium.org>
      Reviewed-by: default avatarNico Weber <thakis@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#584347}
      f4d9a36a
    • Mohamed Heikal's avatar
      [Tools] Add suggest_owners script to repo · 66d74229
      Mohamed Heikal authored
      suggest_owners.py looks at commit history and suggests chromium
      developers to be added as owners to subdirectories in the repo.
      
      Change-Id: Ia7f2df2dbf7d96dc9322532b4c5cdab1443c95b8
      Reviewed-on: https://chromium-review.googlesource.com/1174701Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
      Commit-Queue: Mohamed Heikal <mheikal@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#584346}
      66d74229
    • Xing Liu's avatar
      Background download: Network/battery status listener implementation on Mac. · 3ea8bbe5
      Xing Liu authored
      net::NetworkChangeNotifier and base::PowerObserver are not hooked to
      correct platform code on Mac, thus make background download service not
      working correctly.
      
      This CL provides default implementation for device status monitoring on
      Mac that always treat the device connected to internet and power source.
      
      This is mostly a temporary solution before platform code is implemented
      correctly.
      
      Also pull out BatteryStatusListener and NetworkStatusListener to a
      separate file.
      
      Bug: 825878
      Change-Id: If34d8eb0cbe5d0575920c4251eda5e5161695adf
      Reviewed-on: https://chromium-review.googlesource.com/1178689Reviewed-by: default avatarMin Qin <qinmin@chromium.org>
      Commit-Queue: Xing Liu <xingliu@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#584345}
      3ea8bbe5