1. 17 Sep, 2016 3 commits
    • djacobo's avatar
      Closing unused new tabs for ARC · 580779d7
      djacobo authored
      Some links open a new tab while navigating, given that we redirect some
      of the traffic to ARC, it can be necessary to close any unused tab.
      
      Since we are closing the contained WebContents on a tab, we need to make
      sure the callback within the UI doesn't get called twice, since intent
      picker has an observer for the WebContents.
      
      BUG=647806
      TEST=manual test
      
      Review-Url: https://codereview.chromium.org/2347273002
      Cr-Commit-Position: refs/heads/master@{#419335}
      580779d7
    • prasadv's avatar
      Revert of Add a broken page to dummy_benchmark.noisy_benchmark_1 (patchset #1... · 9d3621fa
      prasadv authored
      Revert of Add a broken page to dummy_benchmark.noisy_benchmark_1 (patchset #1 id:1 of https://codereview.chromium.org/2334323003/ )
      
      Reason for revert:
      Reverting the changes to as we have enough revisions to perform bisect FYI jobs
      
      Original issue's description:
      > Add a broken page to dummy_benchmark.noisy_benchmark_1
      >
      > *PERF SHERRIF: this CL intentionally breaks dummy_benchmark.noisy_benchmark_1
      > for intergration testing purpose.
      >
      > BUG=646628
      > NOTRY=true
      >
      > Committed: https://crrev.com/522a347da44b43e8bbf58ad29e246dc3dab3872c
      > Cr-Commit-Position: refs/heads/master@{#418971}
      
      TBR=nednguyen@google.com,sullivan@chromium.org
      # Not skipping CQ checks because original CL landed more than 1 days ago.
      BUG=646628
      
      Review-Url: https://codereview.chromium.org/2345393002
      Cr-Commit-Position: refs/heads/master@{#419334}
      9d3621fa
    • kainino's avatar
      Implement WEBGL_compressed_texture_s3tc_srgb · 692194d1
      kainino authored
      Enables support on non-ANGLE desktop platforms (Mac/Linux) and GLES platforms supporting NV_sRGB_formats (Tegra).
      
      This is tested by WebGL conformance test
      conformance/extensions/webgl-compressed-texture-s3tc-srgb.html
      
      BUG=630498
      CQ_INCLUDE_TRYBOTS=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
      TBR=haraken@chromium.org
      
      Review-Url: https://codereview.chromium.org/2337833002
      Cr-Commit-Position: refs/heads/master@{#419333}
      692194d1
  2. 16 Sep, 2016 37 commits