1. 28 Sep, 2019 37 commits
  2. 27 Sep, 2019 3 commits
    • Marijn Kruisselbrink's avatar
      [Mojo Blob URLs] Make BlobURLStorage.Register more performant. · 929ce7df
      Marijn Kruisselbrink authored
      By storing mojo::Remote<Blob>s rather than UUIDs we don't have to block
      resolving the sync Register IPC on resolving the UUID, so this lets us
      unblock the renderer faster. Actually resolving the Blob to a UUID (and
      eventually BlobDataHandle) is now done only when the URL is actually
      loaded. Even that we might be able to get rid of by rewriting
      BlobURLLoader on top of the mojo Blob interface, but that's an improvement
      for another time.
      
      This makes the Mojo URL.createObjectURL code ~25% faster (or at least did
      when I was working on this CL more than a year ago).
      
      Bug: 849737
      Change-Id: I9581b4fce1ec7b3d8c3a1ba635c6185906e49ac2
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1112740
      Commit-Queue: Marijn Kruisselbrink <mek@chromium.org>
      Reviewed-by: default avatarenne <enne@chromium.org>
      Reviewed-by: default avatarAvi Drissman <avi@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#700900}
      929ce7df
    • Ken MacKay's avatar
      [Chromecast] Move global volume multiplier into VolumeControl · a994343a
      Ken MacKay authored
      This simplifies the implementation.
      
      Merge-With: eureka-internal/318940
      Change-Id: I9fda9de4432e67ad4d4ad82823ed57654aca8328
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829764
      Commit-Queue: Kenneth MacKay <kmackay@chromium.org>
      Reviewed-by: default avatarYuchen Liu <yucliu@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#700899}
      a994343a
    • chromium-autoroll's avatar
      Roll src/third_party/skia 3787f51c65c3..dca6b5fe9a32 (15 commits) · 2584db31
      chromium-autoroll authored
      https://skia.googlesource.com/skia.git/+log/3787f51c65c3..dca6b5fe9a32
      
      git log 3787f51c65c3..dca6b5fe9a32 --date=short --no-merges --format='%ad %ae %s'
      2019-09-27 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-09-27 bsalomon@google.com Remove vestiges of 32 float texture format support
      2019-09-27 jvanverth@google.com Add gpu programmatic frame capture routines
      2019-09-27 fmalita@chromium.org [skottie] Minimize top layer size
      2019-09-27 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
      2019-09-27 reed@google.com Revert "add explicit src and dst colorspaces to filterColor4f"
      2019-09-27 nifong@google.com Make move-assets obey SKIA_INFRA_ROOT
      2019-09-27 benjaminwagner@google.com Switch to device_type dimension for iOS devices
      2019-09-27 egdaniel@google.com Don't execute OpsTask which will have no effect on their target.
      2019-09-27 mtklein@google.com add alternate gather() impl.
      2019-09-27 reed@google.com add explicit src and dst colorspaces to filterColor4f
      2019-09-27 fmalita@chromium.org [skottie] Fix skottie_tool anim null check logic
      2019-09-27 herb@google.com Introduce SkIota a wrapper that adds an index
      2019-09-27 bsalomon@google.com Use SW backend as ref for AsyncReadPixels unit test.
      2019-09-27 brianosman@google.com Interpreter: Lots of minor cleanup/refactoring
      
      Created with:
        gclient setdep -r src/third_party/skia@dca6b5fe9a32
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/skia-autoroll
      Please CC bungeman@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel
      TBR=bungeman@google.com
      
      Bug: None
      Change-Id: Ieaf010645fb149897eeedc97a47f99860ad0cd91
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830198Reviewed-by: default avatarchromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
      Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
      Cr-Commit-Position: refs/heads/master@{#700898}
      2584db31