- 27 Feb, 2020 40 commits
-
-
chromium-autoroll authored
https://chromium.googlesource.com/native_client/src/native_client.git/+log/d3db56259396..cd2eb2e2d632 git log d3db56259396..cd2eb2e2d632 --date=short --first-parent --format='%ad %ae %s' 2020-02-27 dschuff@chromium.org Add DEPS to hashed build system sources in toolchain_build Created with: gclient setdep -r src/native_client@cd2eb2e2d632 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/nacl-autoroll Please CC mseaborn@chromium.org 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 Bug: None Tbr: mseaborn@chromium.org Change-Id: I9e4e80f712d2557c416aa71ffa976fd2d7a520a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076802Reviewed-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@{#744959}
-
Koji Ishii authored
This patch supports FragmentItem in |NGBoxFragmentBuilder:: GetChildOffset()|. Fixes 1 NOTREACHED failure. Note, |GetChildOffset| was moved to |NGBoxFragmentBuilder| in <crrev.com/c/2076745>. Bug: 982194 Change-Id: I5e3d00b551b84ae0efa90228369b6aa5f0c8fc21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076824 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#744958}
-
Jiewei Qian authored
This CL adds support to allow individual origins in content settings. Also force allow chrome-untrusted://terminal origin to Clipboard API. Bug: 1035255 Change-Id: Id69840764fdb8c3aba85b6671e913f077f5ea015 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2064230 Commit-Queue: Jiewei Qian <qjw@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#744957}
-
Tal Pressman authored
Change-Id: I1e28b5287fcbfb706e8c50dad6227161e16855a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076220Reviewed-by:
Keishi Hattori <keishi@chromium.org> Commit-Queue: Tal Pressman <talp@chromium.org> Cr-Commit-Position: refs/heads/master@{#744956}
-
Eric Willigers authored
The test suite HostedOrBookmarkAppTes is renamed to HostedOrWebAppTest. The test now run with and without the DesktopPWAsWithoutExtensions flag enabled. Bug: 1055236 Change-Id: I91721a970d88f6f056a06a919749d2d78ef825d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076640 Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Commit-Queue: Alexey Baskakov <loyso@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Cr-Commit-Position: refs/heads/master@{#744955}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/913a2ec17514..e763c61a2c3b git log 913a2ec17514..e763c61a2c3b --date=short --first-parent --format='%ad %ae %s' 2020-02-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader da659b374113..4d40271e3f09 (2 commits) Created with: gclient setdep -r src/third_party/skia@e763c61a2c3b 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 jlavrova@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 Bug: None Tbr: jlavrova@google.com Change-Id: I20bd7d11968c9f35e1afb629e99b6b9839fea793 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076673Reviewed-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@{#744954}
-
Hirokazu Honda authored
This is a workaround of the failure at 1080p video encoding test on grunt. Originally vaCreateImage is created with a coded frame size. However, it causes SEGV_MAPERR on vaPutImage, which copies vaImage to vaSurface. As a result of experiments, the vaImage size needs to be the same as va surface size. Since this is not stated in VA-API document, so this might be a bug of AMD gallium driver. Besides of the workaround, this CL copies visible size area of VideoFrame to the VAImage. Bug: 1048908 Bug: 1050377 Bug: b:148744040 Test: video.EncodeAcel.* on grunt, eve and soraka Test: camera.* on grunt, eve and soraka Change-Id: I1ee853964387846d2452e72cfbd4c939f0a18f62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041382 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Andres Calderon Jaramillo <andrescj@chromium.org> Cr-Commit-Position: refs/heads/master@{#744953}
-
Toni Barzic authored
Introduces a new hotseat state for hotseat inside the clamshell shelf. This state was previously covered by kShown state. While the widget placement within the shelf does not change too much for the new state, the distinction between "shown" state in tablet mode and "shown" state in clamshell (i.e. the new hotseat state) is useful for animating hotseat state related shelf transitions. For example, HotseatTransitionAnimator should not animate the shelf background when transitioning in or out of tablet mode, and is currently keeping track of whether a tablet mode transition is in progress using tablet mode controller observers - it sets the "in tablet mode transition" flag when the transition starting observer is called, and resets it when the transition end observer is called. This approach is fragile, given that the hotseat state transition can changed by other tablet mode observers (so whether the animator correctly detects whether tablet mode is transitioning depends on the tablet mode controller observer order). Having separate state for the clamshell state makes it easier to detect that the shelf/hotseat state is changing as part of tablet mode transition, without having to worry about in which order tablet mode controller observers are added. BUG=1054647,1056478 Change-Id: I3bc83b2c586206c6734bc6cfde913178818eed0e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2067553 Commit-Queue: Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Nancy Wang <nancylingwang@chromium.org> Reviewed-by:
Manu Cornet <manucornet@chromium.org> Cr-Commit-Position: refs/heads/master@{#744952}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/f0a0e26ccade..50148dbfcb7b git log f0a0e26ccade..50148dbfcb7b --date=short --first-parent --format='%ad %ae %s' 2020-02-27 fancl@chromium.org Reusing sheriff-config client Created with: gclient setdep -r src/third_party/catapult@50148dbfcb7b If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC sadrul@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:chromeos-kevin-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:1052720 Tbr: sadrul@google.com Change-Id: I77b5fd4359b6d0248aad9cae5d808bab6811117e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076674Reviewed-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@{#744951}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/1d6607890c47..c3a0d11aff58 git log 1d6607890c47..c3a0d11aff58 --date=short --first-parent --format='%ad %ae %s' 2020-02-27 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools Chromium DEPS. Created with: gclient setdep -r src/third_party/devtools-frontend/src@c3a0d11aff58 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.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 Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Icde177cfc0d83a3de92fb40a7db5118bb0a09443 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076675Reviewed-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@{#744950}
-
Alexey Baskakov authored
Make PwaInstallViewBrowserTest extensions-agnostic. However, we still need to use ExtensionBrowserTest to implement ListedRelatedChromeAppInstalled case, which requires "related chrome app" extension. Bug: 1052722 Change-Id: Ie91fa306a8612ef486a53ed7390538dcd9d15040 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076042Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Commit-Queue: Alexey Baskakov <loyso@chromium.org> Cr-Commit-Position: refs/heads/master@{#744949}
-
Jeremie Boulic authored
The row for "Apps and Extensions" should be sentence case, only the first word is capitalized, so it should be "Apps and extensions". Bug: 1039916 Change-Id: I12819c89c9b115e3707e11df282b9cea4510d1c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076038 Commit-Queue: Jeremie Boulic <jboulic@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#744948}
-
Eriko Kurimoto authored
This CL uses constructor origin for outside settings security origin. Previously, we were using script_request_url to calculate security origin because script url usually has the same origin with the constructor. However, it differs sometimes, for example, when script url is data URL. By using constructor origin, HTTPState can be calculated correctly for data URL and works as same as before for normal url like https://example.com. In this CL, WPTs covers dynamic import and static import for data url and HTTP(s) Scheme scripts. WPTs for fetch API with data URL worker and iframe is added from external Github. Pull Request: https://github.com/web-platform-tests/wpt/pull/21877 (This PR is already merged.) Bug: 1048619, 881202 Change-Id: I78ef9a501b80fe03ad8b3d59d5e6b4d3b8ba2f6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2046803 Commit-Queue: Eriko Kurimoto <elkurin@google.com> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#744947}
-
Daniel Hosseinian authored
Chromium is trying to move away from deprecated CUPS APIs, but RHEL/CentOS 7 continues to use an 8 year old version of CUPS. Bug: 1055208 Change-Id: Ie91b134c11f780cb235e08c9598c7ee5b489f547 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2072580 Commit-Queue: Daniel Hosseinian <dhoss@chromium.org> Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Sean Kau <skau@chromium.org> Cr-Commit-Position: refs/heads/master@{#744946}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/8f58baae1a1d..8d1f44cb67cc Created with: gclient setdep -r src-internal@8d1f44cb67cc If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@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.chrome.try:linux-chromeos-chrome Bug: None Tbr: jbudorick@google.com Change-Id: I953712701fe79b1a12c4d24aa32339e6349602a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076792Reviewed-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@{#744945}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org 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:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: I30d87446d2514238c67b5b28630415afdc7738e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076671Reviewed-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@{#744944}
-
Koji Ishii authored
This patch moves |GetChildOffset| from |NGContainerFragmentBuilder| to |NGBoxFragmentBuilder|. The function needs to read |NGFragmentItemsBuilder| to support |NGFragmentItems| but the member is only available in |NGBoxFragmentBuilder|. All existing usages are for |NGBoxFragmentBuilder|, so no changes to callers. This patch has no behavior changes. Bug: 982194 Change-Id: Icacd18d12634bc4324d5f56eb70710903e7d942a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076745 Auto-Submit: Koji Ishii <kojii@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#744943}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/ccb3a54defb5..37a2a3416ade git log ccb3a54defb5..37a2a3416ade --date=short --first-parent --format='%ad %ae %s' 2020-02-27 treehugger-gerrit@google.com Merge "Assert the profiling target process does not crash." Created with: gclient setdep -r src/third_party/perfetto@37a2a3416ade If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@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 Bug: None Tbr: perfetto-bugs@google.com Change-Id: I022717726d305299b3bdc35d5bd09ea2234bdf4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076335Reviewed-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@{#744942}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/e7fcd7dde1d9..1d6607890c47 git log e7fcd7dde1d9..1d6607890c47 --date=short --first-parent --format='%ad %ae %s' 2020-02-27 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. Created with: gclient setdep -r src/third_party/devtools-frontend/src@1d6607890c47 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.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 Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ib05f10006d0d71771f780f4fbb873355f27d0951 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076666Reviewed-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@{#744941}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/0a450363dbdc..8b8dc561f00f git log 0a450363dbdc..8b8dc561f00f --date=short --first-parent --format='%ad %ae %s' 2020-02-27 ynovikov@chromium.org Fix Android component build. 2020-02-27 ianelliott@google.com Vulkan: Implement Android pre-rotation 2020-02-27 geofflang@google.com Always use commit_id.py to generate commit.h 2020-02-27 jmadill@chromium.org Vulkan: Document command access APIs. Created with: gclient setdep -r src/third_party/angle@8b8dc561f00f If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC geofflang@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_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: geofflang@google.com Change-Id: I053a9bf7e41cf35bad4646ad3a3661778b137442 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2077017Reviewed-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@{#744940}
-
Daniele Castagna authored
|DrawQuad::visible_rect| can be used to clip geometry at draw time. Display::RemoveOverdrawQuads resizes visible_rect to reduce overdraw. Currently |visible_rect| is ignored when drawing TextureDrawQuad via GLRenderer. After this CL the quad will be clipped to visible_rect if visible_rect differs from rect. Bug: 1022544 Test: viz_unittests --gtest_filter=*TextureDrawQuadVisibleRect* Change-Id: If0457e8fbb9761c1cfdf623ffb09650577818f8b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2069137Reviewed-by:
Sasha McIntosh <sashamcintosh@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Commit-Queue: Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#744939}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/60a026a7..3f0406a3 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: Idc67fc12e5f95df84f98d19434253d6b4a685f6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076360Reviewed-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@{#744938}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/a9d7d478429d..0363c3e46d35 git log a9d7d478429d..0363c3e46d35 --date=short --first-parent --format='%ad %ae %s' 2020-02-27 bryan.bernhart@intel.com D3D12: Allocate GPU bind groups at draw/dispatch. Created with: gclient setdep -r src/third_party/dawn@0363c3e46d35 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@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:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: cwallez@google.com Change-Id: Ib30c0f2e5a827aa58b10e4222cb290894204a098 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076897 Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#744937}
-
Hongchan Choi authored
{IIR,Biquad}FilterNodes check the state of the filter and notify the main thread when it goes bad. In this process, the associated context can be collected when a posted task is performed sometime later in the task runner's queue. By using WeakPtr, the task runner will not perform a scheduled task in the queue when the target object is invalid anymore. Test: Locally confirmed that the repro case does not crash after 30 min. Bug: 1055788 Change-Id: Icdb3a7378d0345936b5b50e12ec2b187e58a611c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2074807 Commit-Queue: Hongchan Choi <hongchan@chromium.org> Reviewed-by:
Raymond Toy <rtoy@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#744936}
-
Rachel Carpenter authored
For M82. Launch bug: https://crbug.com/1042109 Bug: 1012578 Change-Id: I76e80ed1f8afc5a34f76fbad30ebef731fd84ff0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076738Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Commit-Queue: Rachel Carpenter <carpenterr@google.com> Cr-Commit-Position: refs/heads/master@{#744935}
-
chromium-autoroll authored
https://chromium.googlesource.com/openscreen.git/+log/9931e7a88ec3..4112d4f0c61a git log 9931e7a88ec3..4112d4f0c61a --date=short --first-parent --format='%ad %ae %s' 2020-02-27 btolsch@chromium.org Remove platform/impl from cast/DEPS 2020-02-27 btolsch@chromium.org Add Cast app discovery mechanism Created with: gclient setdep -r src/third_party/openscreen/src@4112d4f0c61a If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/openscreen-chromium Please CC jophba@chromium.org 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 Bug: None Tbr: jophba@chromium.org Change-Id: Ibdd3379caa76eb5e9fea7ca142451b8fdac7d660 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076794Reviewed-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@{#744934}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/624dae6917b2..f0a0e26ccade git log 624dae6917b2..f0a0e26ccade --date=short --first-parent --format='%ad %ae %s' 2020-02-27 abennetts@google.com Override 'metric' property in ReadValue quest. 2020-02-27 phoglund@google.com Add method for setting summary options. 2020-02-27 fancl@chromium.org Sampling 20% uploaded tests querying sheriff-config for monitoring status 2020-02-27 dberris@chromium.org Run auto-recovery marking routine hourly 2020-02-26 jbudorick@chromium.org devil: restructure system app installation to facilitate retries. Created with: gclient setdep -r src/third_party/catapult@f0a0e26ccade If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC sadrul@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:chromeos-kevin-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:1029452,chromium:1052720,chromium:1056214,chromium:1056462 Tbr: sadrul@google.com Change-Id: I46b3be4043d9a9137588a3cee3725e3e290033e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076793Reviewed-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@{#744933}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=kariah@chromium.org Change-Id: I9fd38e33cff73415aa59247a91bfeb163df5b956 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076450Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#744932}
-
chromium-autoroll authored
https://chromium.googlesource.com/native_client/src/native_client.git/+log/021c8b6784ea..d3db56259396 git log 021c8b6784ea..d3db56259396 --date=short --first-parent --format='%ad %ae %s' 2020-02-27 dschuff@chromium.org Roll build/ 1c4d2b193..64097b6e7 (62 commits) 2020-02-27 dschuff@chromium.org Sync the new mac toolchain in the DEPS hooks, and use -stdlib=libc++ explicitly Created with: gclient setdep -r src/native_client@d3db56259396 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/nacl-autoroll Please CC mseaborn@chromium.org 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 Bug: chromium:1056008 Tbr: mseaborn@chromium.org Change-Id: Iab0338b8f6e4d3fd2ec6b7ac8a9d86cf2a4b4561 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2077019Reviewed-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@{#744931}
-
Chromium WPT Sync authored
Using wpt-import in Chromium e11b3351. With Chromium commits locally applied on WPT: d5cd6b98 "SharedWorker: Assign unique names to SharedWorkers to avoid unintentional matching" 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: rego@igalia.com: external/wpt/css/selectors NOAUTOREVERT=true TBR=raphael.kubo.da.costa No-Export: true Change-Id: I7bfdb3d56f92620b71654d37c25ffae50f4bf61b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2075640Reviewed-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@{#744930}
-
Alexander Surkov authored
Accessible name computation fails to pick up content of text level elements not listed elsewhere (refer to HTML-aam spec) when the elements are located in subtree of an element of name-from-content role R=dmazzoni@chromium.org Bug: 1053507 Change-Id: I702e04269ef298a16cb085b226709209a67517b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2068755Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Alexander Surkkov <asurkov@igalia.com> Cr-Commit-Position: refs/heads/master@{#744929}
-
chromium-autoroll authored
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 Please note that, despite rolling to chrome/android, this profile is used for both Linux and Android. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/afdo-chromium-autoroll Please CC gbiv@chromium.org 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 Tbr: gbiv@chromium.org Change-Id: I07b59f610b6928191bc65c8970a8661b2e467c68 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076669Reviewed-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@{#744928}
-
Tal Pressman authored
Bug: 1049056 Change-Id: I0def4704acac88bdc29b31e8739488e8608f9831 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2071679 Commit-Queue: Tal Pressman <talp@chromium.org> Reviewed-by:
Keishi Hattori <keishi@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Cr-Commit-Position: refs/heads/master@{#744927}
-
Karan Bhatia authored
Wait for the fetch to complete before checking whether xhr request was seen by the browser. This should hopefully fix the flakiness since page load won't necessarily wait for the fetch to complete. BUG=1050536, 1056031 Change-Id: I9c043d69c4d619e00737303d2aaa3c15dc587ae2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076658 Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Cr-Commit-Position: refs/heads/master@{#744926}
-
edchin authored
crrev.com/c/2001849 broke snapshotCache in the tab grid mediator. The snapshotCache needs the browserState to be set before it is initialized. This CL fixes the order of setting the browserState then initializing the snapshotCache. Fixed: 1046349 Change-Id: Ie257b18c862e071a90dc67b12e4d39ebc429e28b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076446Reviewed-by:
edchin <edchin@chromium.org> Reviewed-by:
Chris Lu <thegreenfrog@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#744925}
-
garzonou authored
When window.open() is called, we need to use the exact WKWebViewConfiguration provided by WebKit's delegate method in crw_wk_ui_handler to initialize the WKWebView inside CWVWebView. This CL makes the WKWebView inside CWVWebView to be initialized lazily. Bug: 1054276 Change-Id: I5e26c393bbaa667b43b43ba5f78a24b2cacaaede Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2061984 Commit-Queue: Jiajun Ou <garzonou@google.com> Reviewed-by:
Hiroshi Ichikawa <ichikawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#744924}
-
Sylvain Defresne authored
Showcase should not depend on //ios/chrome/app (except for the hooks). The dependencies were unnecessary and can be safely removed (after the removal of one stale #include). After this CL, there is no dependency on //ios/chrome/app:app_internal: $ gn path out/Debug-iphonesimulator --all \ //ios/showcase:ios_showcase_egtests \ //ios/chrome/app:app_internal No non-data paths found between these two targets. Bug: 870935 Change-Id: I586fe8da7ce2e74dae2cedfd9720044afa97650f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2067264 Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#744923}
-
Makoto Shimazu authored
This CL adds tests to initiate requests from a service worker with `require-corp` policy. This currently fails but it'll be fixed once a new service worker starts to respect the COEP value. Bug: 1039613 Change-Id: Ic610cbe8ceb9c5c0d407507918fcdf2c69eb93b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065257 Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Auto-Submit: Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#744922}
-
Tal Pressman authored
Change-Id: If2fe13456a656c531e3426bad2a7d307b43aaa0f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2076221 Auto-Submit: Tal Pressman <talp@chromium.org> Commit-Queue: Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Cr-Commit-Position: refs/heads/master@{#744921}
-
Alex Keng authored
This CL addresses the issue where when the timeline slider is focused while the media is playing, Narrator will announce 'Elapsed time, Elapsed time, ..." repeatedly. (NVDA will repeat the whole sentence which is also not ideal) With this change, the behavior is now changed to announce the current/elapsed time only once when the slider gets focused. Note 1. only Aria updates triggered by the timer are suppressed, so user interactions that would move timeline slider, ex mouse clicks, left/right keys etc, would still trigger current/elapsed time utterance. 2. we can't use aria-live:off to suppress aria since according to the spec [1], aria-live:off doesn't apply to areas that are being focused. [1] https://www.w3.org/TR/wai-aria-1.1/#aria-live Bug: 1054885 Change-Id: I5519793a3d53f1982733f49fd4db882326f5c2f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2067381 Commit-Queue: Alex Keng <shihken@microsoft.com> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#744920}
-