1. 03 Jul, 2018 35 commits
  2. 02 Jul, 2018 5 commits
    • skia-chromium-autoroll's avatar
      Roll src/third_party/skia 5155d38fdcd4..ef21d7e47963 (7 commits) · f357cd72
      skia-chromium-autoroll authored
      https://skia.googlesource.com/skia.git/+log/5155d38fdcd4..ef21d7e47963
      
      
      git log 5155d38fdcd4..ef21d7e47963 --date=short --no-merges --format='%ad %ae %s'
      2018-07-02 timliang@google.com implement onreadpixels for metal gpu backend
      2018-07-02 senorblanco@chromium.org GrTessellator: handle three consecutive collinear edges.
      2018-07-02 timliang@google.com implemented wrapped backend texture/rendertarget/textureRT for Metal gpu backend
      2018-07-02 halcanary@google.com Simplify GrGLInterface::abandon
      2018-07-02 skcms-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com Roll skia/third_party/skcms 0977edc92270..9d19e2abf000 (4 commits)
      2018-07-02 brianosman@google.com Remove sRGB config checks based on color space
      2018-07-02 skcms-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com Roll skia/third_party/skcms 99b01c076f47..0977edc92270 (1 commits)
      
      
      Created with:
        gclient setdep -r src/third_party/skia@ef21d7e47963
      
      The AutoRoll server is located here: https://autoroll.skia.org
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      If the roll is causing failures, please contact the current sheriff, who should
      be CC'd on the roll, and stop the roller if necessary.
      
      CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel
      
      BUG=chromium:851409
      TBR=ethannicholas@chromium.org
      
      Change-Id: Ib1d63293fa9961e041a34f0bad7b4f031e34689c
      Reviewed-on: https://chromium-review.googlesource.com/1123279Reviewed-by: default avatarskia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
      Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
      Cr-Commit-Position: refs/heads/master@{#572050}
      f357cd72
    • Peter Kasting's avatar
      Allow refresh tabs to get much smaller. · 786c0a95
      Peter Kasting authored
      Bug: 848412
      Test: Open lots of tabs and shrink the window width.  Tabs should be able to get narrow enough that only a center strip of the favicon is visible.
      Change-Id: Iccfe31adb06b9c922c619ae5436b611a876b82e0
      Reviewed-on: https://chromium-review.googlesource.com/1121819
      Commit-Queue: Peter Kasting <pkasting@chromium.org>
      Reviewed-by: default avatarAllen Bauer <kylixrd@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#572049}
      786c0a95
    • Robert Liao's avatar
      Revert "IdentityManager: Add APIs for querying state of refresh tokens" · f6259452
      Robert Liao authored
      This reverts commit cb05af1b.
      
      Reason for revert: Causes a DCHECK followed by a crash. http://crbug.com/859697
      
      Original change's description:
      > IdentityManager: Add APIs for querying state of refresh tokens
      > 
      > This CL adds APIs to IdentityManager for obtaining the set of all
      > accounts with refresh tokens and querying whether the primary account
      > is available with a refresh token.
      > 
      > The design follows that of IdentityManager's caching of the primary
      > account information:
      > - IdentityManager initializes its state with the current state of
      >   ProfileOAuth2TokenService.
      > - IdentityManager updates this state in response to notifications from
      >   PO2TS that an account's refresh token was updated/removed.
      > 
      > TBR=bsazonov@chromium.org
      > 
      > Bug: 806774
      > Change-Id: Idc4a37a15ced2e7d32f012a50e4e0d1fdb1aecdf
      > Reviewed-on: https://chromium-review.googlesource.com/1098668
      > Commit-Queue: Colin Blundell <blundell@chromium.org>
      > Reviewed-by: Mihai Sardarescu <msarda@chromium.org>
      > Reviewed-by: Marc Treib <treib@chromium.org>
      > Reviewed-by: Sylvain Defresne <sdefresne@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#571451}
      
      TBR=blundell@chromium.org,msarda@chromium.org,sdefresne@chromium.org,treib@chromium.org,bsazonov@chromium.org
      
      # Not skipping CQ checks because original CL landed > 1 day ago.
      
      Bug: 806774, 859697
      Change-Id: I636d458101a5a579202dc4683faddfc0643cb19c
      Reviewed-on: https://chromium-review.googlesource.com/1123119Reviewed-by: default avatarRobert Liao <robliao@chromium.org>
      Commit-Queue: Robert Liao <robliao@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#572048}
      f6259452
    • Ryan Hamilton's avatar
      Switch a LOG(DFATAL) to a QUIC_LOG(DFATAL) in... · 5bea9a34
      Ryan Hamilton authored
      Switch a LOG(DFATAL) to a QUIC_LOG(DFATAL) in net/third_party/quic/core/congestion_control/bandwidth_sampler.cc.
      
      Merge internal change: 203004418
      
      Change-Id: I5562cc1f625d19d96ac9fbe4e489f74edcd61f11
      Reviewed-on: https://chromium-review.googlesource.com/1123300Reviewed-by: default avatarZhongyi Shi <zhongyi@chromium.org>
      Commit-Queue: Zhongyi Shi <zhongyi@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#572047}
      5bea9a34
    • Evan Stade's avatar
      Reland "Mash browser frame: port hosted app support and frame colors for hosted apps." · ef37136f
      Evan Stade authored
      This relands commit 5f93deb6
      
      Mash browser frame: port hosted app support and frame colors for
      hosted apps.
      
      The caption buttons are provided by Ash, but we need the menu button
      and content settings icons to be added by Chrome (there are lots of
      Chrome dependencies there). Thus most changes are in the browser side
      frame view, as opposed to //ash/frame/.
      
      Test app: https://airhorner.com/ (app menu > Install Airhorn)
      
      TBR=msw@chromium.org,jamescook@chromium.org,tsepez@chromium.org
      
      Bug: 854704
      Change-Id: I7fc4402d6df7515db3e7d7e00d70ceaf0038d779
      Reviewed-on: https://chromium-review.googlesource.com/1121961Reviewed-by: default avatarEvan Stade <estade@chromium.org>
      Commit-Queue: Evan Stade <estade@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#572046}
      ef37136f