- 23 Jun, 2019 20 commits
-
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/b38934ac1918..089f13f98286 git log b38934ac1918..089f13f98286 --date=short --no-merges --format='%ad %ae %s' 2019-06-23 mtklein@google.com Allow SkTHash functions to return size_t. Created with: gclient setdep -r src/third_party/skia@089f13f98286 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll 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=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=djsollen@google.com Change-Id: I23901bb94e3f7b31984138e506e9f1c871b0be8f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1673433Reviewed-by:
chromium-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@{#671566}
-
Pavol Marko authored
As site isolation is now enabled by default, the only remaining effect of the SitePerProcess user policy is to prevent the user from disabling site isolation. Instead of passing --site-per-process through a chrome process restart to enforce this, simply avoid passing swithces::kDisableSiteIsolation when the policy is set to true. Bug: 964068 Test: browser_test --gtest_filter=*SiteIsolationFlagHandling* Change-Id: I52b89604932a2f41e94ccb3ede7e48ec591d73f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1653948 Commit-Queue: Pavol Marko <pmarko@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#671565}
-
Eric Willigers authored
We now define AppLaunchSource and LaunchContainer in //components/service/app_service using mojom, instead of defining them in extension code. This allows the enums to be used by desktop PWAs without relying on extensions. Bug: 966288 Change-Id: Idbe8935267bb6f55798e934ea548e5190293d0cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1668235 Commit-Queue: Pavol Marko <pmarko@chromium.org> Reviewed-by:
Sean Topping <seantopping@chromium.org> Reviewed-by:
Pavol Marko <pmarko@chromium.org> Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Reviewed-by:
Nigel Tao <nigeltao@chromium.org> Reviewed-by:
Finnur Thorarinsson <finnur@chromium.org> Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#671564}
-
Pavol Marko authored
Allow referring to extension-provided keys/client certificates by Subject Public Key Info (SPKI). Bug: 826417, 531351 Test: unit_tests --gtest_filter=CertificateProviderServiceTest* Change-Id: I0a6ee71e4a2d19957a2d675750cb86afda483eb3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1667345Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Commit-Queue: Pavol Marko <pmarko@chromium.org> Cr-Commit-Position: refs/heads/master@{#671563}
-
Wez authored
This test flakes frequently under Fuchsia, due to its run-time being too close to the per-test timeout, and varying sufficiently that it sometimes exceeds it. Bug: 976319 Change-Id: I1bb9e9726511c1a577a827eccebb1c6cd92239d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663907 Commit-Queue: Wez <wez@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#671562}
-
Vlad Tsyrklevich authored
Having seperate files for a single routine is excessive, especially now that Android and Linux share a common implementation while Android doesn't pull in _linux suffixed files. Bug: 973167 Change-Id: If7011917256e20739db84df2f240f96aca4dd8d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1671631 Auto-Submit: Vlad Tsyrklevich <vtsyrklevich@chromium.org> Commit-Queue: Vitaly Buka <vitalybuka@chromium.org> Reviewed-by:
Vitaly Buka <vitalybuka@chromium.org> Cr-Commit-Position: refs/heads/master@{#671561}
-
Victor Hugo Vianna Silva authored
Bug: 971246 Change-Id: I358507ebae6f1de6d99e138b3a840cea7096f6ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1672071 Commit-Queue: Victor Vianna <victorvianna@google.com> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#671560}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/fd70f7d642f7..764c50488ab3 git log fd70f7d642f7..764c50488ab3 --date=short --no-merges --format='%ad %ae %s' 2019-06-23 primiano@google.com protozero: rename protoc_plugin -> protozero_plugin (and ipc) Created with: gclient setdep -r src/third_party/perfetto@764c50488ab3 The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-chromium-autoroll 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. BUG=chromium:132880619 TBR=perfetto-bugs@google.com Change-Id: I725b360dea112a0780c156b9aef2ca7eef84d920 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1672122Reviewed-by:
chromium-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@{#671559}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/29692ef0..fe77d58a Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I39f38d7d22e41cc897dd518e00518d59f4916235 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1673252Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#671558}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/9dc39ddbf946..f8d3528d5d2e Created with: gclient setdep -r src-internal@f8d3528d5d2e The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll 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=luci.chrome.try:linux-chromeos-chrome TBR=tzik@google.com,dbeam@google.com,huanzhong@google.com Change-Id: I0b4b25e89e2d46b5c46d45bcc5738a8b85c0aa37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1673347Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#671557}
-
chromium-autoroll authored
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll 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=luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: I853bd819325449a71606946268b8418b0b9059b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1673234Reviewed-by:
chromium-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@{#671556}
-
Juan Antonio Navarro Perez authored
Bug: 977526 Change-Id: I14e3b0e62c5132780f0c52b74651edda0e2b57e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1670872 Auto-Submit: Juan Antonio Navarro Pérez <perezju@chromium.org> Commit-Queue: Changwan Ryu <changwan@chromium.org> Reviewed-by:
Changwan Ryu <changwan@chromium.org> Cr-Commit-Position: refs/heads/master@{#671555}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/38daf0be45e4..b38934ac1918 git log 38daf0be45e4..b38934ac1918 --date=short --no-merges --format='%ad %ae %s' 2019-06-23 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version Created with: gclient setdep -r src/third_party/skia@b38934ac1918 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll 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=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=djsollen@google.com Change-Id: I62b52b5329eea282c66037527f01c9473a64f584 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1673269Reviewed-by:
chromium-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@{#671554}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/117c6461bd84..9dc39ddbf946 Created with: gclient setdep -r src-internal@9dc39ddbf946 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll 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=luci.chrome.try:linux-chromeos-chrome TBR=tzik@google.com,dbeam@google.com,huanzhong@google.com Change-Id: Ifc01b5c1f0a68b30eb9573aad6d46597e6932922 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1673151Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#671553}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/f887b175..29692ef0 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Idc44e261ddbea864526679b8a314f383f2db4dbe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1673030Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#671552}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/8b5cf82dca37..38daf0be45e4 git log 8b5cf82dca37..38daf0be45e4 --date=short --no-merges --format='%ad %ae %s' 2019-06-23 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps Created with: gclient setdep -r src/third_party/skia@38daf0be45e4 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll 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=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=djsollen@google.com Change-Id: I4497053581be4918faf6fa9c945ed2c9fcb443d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1673153Reviewed-by:
chromium-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@{#671551}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/796ade2e6451..fd70f7d642f7 git log 796ade2e6451..fd70f7d642f7 --date=short --no-merges --format='%ad %ae %s' 2019-06-23 primiano@google.com protozero: Minor refactoring to Decoder 2019-06-23 primiano@google.com Merge "Make auto-generated c++ classes hermetic, intorudce CopyablePtr" Created with: gclient setdep -r src/third_party/perfetto@fd70f7d642f7 The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-chromium-autoroll 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. BUG=chromium:132880619 TBR=perfetto-bugs@google.com Change-Id: Ib0b109559cfe7d8e16bcbf679b2a8af579ca2c35 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1673152Reviewed-by:
chromium-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@{#671550}
-
chromium-autoroll authored
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll 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=luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: I6b07f460687db015c709c34eb9a7253de426488e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1672950Reviewed-by:
chromium-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@{#671549}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/24b441ff93e8..566ad9545799 git log 24b441ff93e8..566ad9545799 --date=short --no-merges --format='%ad %ae %s' 2019-06-23 sadrul@chromium.org rendering: Add diagnostic data for janks. 2019-06-22 benjhayden@chromium.org Autotriage alerts in spa. Created with: gclient setdep -r src/third_party/catapult@566ad9545799 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll 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=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:973071 TBR=crouleau@chromium.org Change-Id: If2fdc87ce2cb222bc5ae21c4ba1c3ce07f2660e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1672948Reviewed-by:
chromium-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@{#671548}
-
Tiansong Cui authored
We might receive command complete callbacks after device is disconnected. Because we have already cleared the command queue, this will result in DCHECK fail in eng builds or segmentation fault in user builds. We fix this issue and avoid device crash in this case. Bug: internal b/135691184 Test: cast_bluetooth_unittests, manual Change-Id: Ic086f56734fa20e836341768bfe7c3187de92fe0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1673084 Auto-Submit: Tiansong Cui <tiansong@google.com> Commit-Queue: Yuchen Liu <yucliu@chromium.org> Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#671547}
-
- 22 Jun, 2019 20 commits
-
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/f8793752732a..117c6461bd84 Created with: gclient setdep -r src-internal@117c6461bd84 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll 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=luci.chrome.try:linux-chromeos-chrome TBR=tzik@google.com,dbeam@google.com,huanzhong@google.com Change-Id: I96149be07f5bf5cd26d3ec2683c42b33f1c4a025 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1672185Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#671546}
-
Andres Calderon Jaramillo authored
It seems https://crrev.com/c/1601467 missed mjpeg_decode_accelerator_unittest.cc, so VLOGF(1) messages are not displayed when debugging locally using --v=1. This CL fixes that in the same way video_decode_accelerator_unittest.cc was modified in that CL. Bug: None. Test: More messages are printed in nocturne. Change-Id: Ib971116a38cfe0a4afe611ab16079224baec6af1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1671892 Auto-Submit: Andres Calderon Jaramillo <andrescj@chromium.org> Reviewed-by:
Ricky Liang <jcliang@chromium.org> Commit-Queue: Andres Calderon Jaramillo <andrescj@chromium.org> Cr-Commit-Position: refs/heads/master@{#671545}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/641d2b6e62d9..8b5cf82dca37 git log 641d2b6e62d9..8b5cf82dca37 --date=short --no-merges --format='%ad %ae %s' 2019-06-22 mtklein@google.com add SkVM_Overhead bench, simple improvements Created with: gclient setdep -r src/third_party/skia@8b5cf82dca37 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll 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=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=bsalomon@google.com Change-Id: I927dfd943956d57771a2a32740c59d5cc2087e84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1672583Reviewed-by:
chromium-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@{#671544}
-
chromium-autoroll authored
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll 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=luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: Idaf5c0021fdbea489d88766166f9d3863ecbb6ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1672581Reviewed-by:
chromium-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@{#671543}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/e96e29124ef0..f8793752732a Created with: gclient setdep -r src-internal@f8793752732a The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll 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=luci.chrome.try:linux-chromeos-chrome TBR=tzik@google.com,dbeam@google.com,huanzhong@google.com Change-Id: I1d5016ce035f5b2cfac6fc2bb7437e9063f753e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1671916Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#671542}
-
Xing Liu authored
Download.HttpResponseCode is fairly important metric and helped us find some critical issue for network service. We should keep this metric. Bug: 975964 Change-Id: I583f15ccf2afa29a0b0d4cd5e6992b4e2ed4bb50 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1662972Reviewed-by:
Robert Kaplow (slow) <rkaplow@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#671541}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/31d587474367..641d2b6e62d9 git log 31d587474367..641d2b6e62d9 --date=short --no-merges --format='%ad %ae %s' 2019-06-22 rmistry@google.com Add new SkottieTracing GPU bot to match SkottieWASM and LottieWeb Created with: gclient setdep -r src/third_party/skia@641d2b6e62d9 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll 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=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=bsalomon@google.com Change-Id: I96c660ceb0b434e438b5554d2ef0628f700bbbae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1672712Reviewed-by:
chromium-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@{#671540}
-
Olivier Yiptong authored
This is the initial cl of the refactor of NativeFileSystemFileHandleImpl to mirror the split on the renderer side with the handle and the writer as two separate entities. It is the initial implementation for FileSystemFileWriterImpl. It includes only one no-op method for now: close(). This sets the stage for atomic writes as close() will be the explicit termination of a write, which allows us to do the atomic operation. Bug: 968550 Change-Id: I0af81efa46789f18c4a8b0bca3ab89c5703b798c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1662709 Commit-Queue: Olivier Yiptong <oyiptong@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Auto-Submit: Olivier Yiptong <oyiptong@chromium.org> Cr-Commit-Position: refs/heads/master@{#671539}
-
François Doray authored
Change-Id: Id8bfc831a72a7925dba2c417a6aea88c407daf7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1646779Reviewed-by:
Rick Byers <rbyers@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Auto-Submit: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#671538}
-
Michael Lippautz authored
- Adds support for large objects - Adds tests for strong and weak backing stores With these changes, the marking verifier is able to catch any object resurrections during pre-finalization as well. Bug: 976703 Change-Id: I75097a0a0d79e136992b07d8881e9136f1a9bd4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1669932 Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#671537}
-
chromium-autoroll authored
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll 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=luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: I629c8739f49535699d0823bb9a654fc3f7cd8db3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1672767Reviewed-by:
chromium-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@{#671536}
-
Nico Weber authored
Now that we do PGO, linux already used lld in pgo builds, so this doesn't really change much on linux (lld is now used for building the instrumented compiler too, which isn't that big a change). No intended behavior change. Bug: 958852 Change-Id: Ia19d47fd5d3e366b513570041e3b3a16d05a8b93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636672Reviewed-by:
Hans Wennborg <hans@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#671535}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 1b42c60c. With Chromium commits locally applied on WPT: 9e3affdd "Ship `referer` header length limitation." Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: Ib54a0b58e672e0af13edc4bf7c344c2d16a8624b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1672765Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#671534}
-
alanlxl authored
Add a Chrome D-Bus service, export ShouldDeferScreenDim method for powerd to call Bug: 933199 Change-Id: I275f4eb5f406d6ecdd1fca3590a00c2a0618eb4d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1598921Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Mattias Nissler <mnissler@chromium.org> Reviewed-by:
Dan Erat <derat@chromium.org> Reviewed-by:
Andrew Moylan <amoylan@chromium.org> Commit-Queue: Xinglong Luan <alanlxl@chromium.org> Cr-Commit-Position: refs/heads/master@{#671533}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/cc6fb9162f85..e96e29124ef0 Created with: gclient setdep -r src-internal@e96e29124ef0 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll 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=luci.chrome.try:linux-chromeos-chrome TBR=tzik@google.com,dbeam@google.com,huanzhong@google.com Change-Id: I9cf5b66ece159af51b480a768e309c2220a71e96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1672259Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#671532}
-
Rakina Zata Amni authored
Locked elements might be marked with NeedsReattachLayoutTree during style recalc on the element, leading to layout tree reattachment on the locked element's subtree - even though the style recalc for its subtree is blocked. With this CL, layout tree reattachment won't happen on a locked subtree and we will remember to mark it for reattachment later when it gets unlocked/needs update. Showed some small improvements in perf: https://pinpoint-dot-chromeperf.appspot.com/job/17848933ec0000 Bug: 966446 Change-Id: Ifcf93e89e948b39ebc3bc02f274800076893d517 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1668615Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Cr-Commit-Position: refs/heads/master@{#671531}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/6bbeb4ab7222..31d587474367 git log 6bbeb4ab7222..31d587474367 --date=short --no-merges --format='%ad %ae %s' 2019-06-22 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps Created with: gclient setdep -r src/third_party/skia@31d587474367 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll 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=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=bsalomon@google.com Change-Id: Id6defa4bee810e7c1daac1387235de0a9cea3e1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1672184Reviewed-by:
chromium-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@{#671530}
-
Morten Stenshorne authored
Shuffle code around in LayoutDescendant(), so that we know the size before (final) layout. Block fragmentation requires that we know the block-start offset before layout, so that the fragmentation machinery knows where fragmentainers end. One exception is centered dialogs. Those cannot occur inside block fragmentation, so I left that piece of code after layout, rather than fixing it (would require some trivial amount of work, but it just doesn't seem worth it). Bug: 829028 Change-Id: I2491507327c5443aaec398682b5bca30d0d3d295 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1670881Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Aleks Totic <atotic@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#671529}
-
Nate Chapin authored
Fuzzers might pass in a value that makes us CHECK Bug: 953402 Change-Id: I27fd7b6f65eb6b16b5ab612525afda11dd2c55fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1670113 Auto-Submit: Nate Chapin <japhet@chromium.org> Commit-Queue: Mike West <mkwst@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#671528}
-
Chris Morin authored
https://chromium.googlesource.com/chromiumos/platform2/system_api.git/+log/d8ac0c37a3b2..ed5a30c1446a $ git log d8ac0c37a..ed5a30c14 --date=short --no-merges --format='%ad %ae %s' 2019-06-14 cmtm system_api: ArcStopped dbus signal from upstart script 2019-06-14 dtor system_api: add explicit error code for license issues for Plugin VM Created with: roll-dep src/third_party/cros_system_api Bug: b:133248517 Change-Id: I59e21d64c366e2b009704fc5d2d9da414fe519c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1672258 Auto-Submit: Chris Morin <cmtm@chromium.org> Commit-Queue: Yusuke Sato <yusukes@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#671527}
-