- 15 Oct, 2020 40 commits
-
-
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/+doc/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: I2573097c37a1fd1514f5b859e5bdf1cf7a5f1b5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473479Reviewed-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@{#817346}
-
Hirokazu Honda authored
The Obu parser implementation in libgav1 will be used in hardware accelerators on ChromeOS x86/x64. This CL builds libgav1 on ChromeOS x86/64. Thanks to the linker swiping unnecessary objects, the chrome binary size increases by 43 kbytes (= 191087912 - 191040232, 0.025% in ratio) with an av1 hardware accelerator implementation (crrev.com/c/1921588). Bug: 1029212 Test: Build chrome for chromeos x86 Change-Id: Ie9f0b3b551e3ea5138cc5ed85536498a9166da86 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2397596 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
James Zern <jzern@google.com> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#817345}
-
Benoit Lize authored
This breaks compilation, disable it temporarily. Bug: 998048 Change-Id: Ic55d9eed165742a97389a225abe139a5c7fb8be5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472357 Auto-Submit: Benoit L <lizeb@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#817344}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/2aaeb81de379..a2ef814426ee 2020-10-14 lexa.knyazev@gmail.com Vulkan: fix undefined right shift in GetMask 2020-10-14 timvp@google.com Revert "Vulkan: Disable UNASSIGNED-CoreValidation-DevLimit-MissingQueryCount" 2020-10-14 kbr@chromium.org Populate LevelInfoGL's format/internalFormat in eglBindTexImage. 2020-10-14 timvp@google.com Vulkan: Support dumping VMA stats string 2020-10-14 jmadill@chromium.org Skip slow GLES 1 Win/Intel/Vulkan test. 2020-10-14 b.schade@samsung.com Add GL_EXT_copy_image extension entry points 2020-10-14 bsheedy@chromium.org Disable more ARM-based Mac tests 2020-10-14 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SPIRV-Tools from c2553a315f5c to 5c64374dd6cb (5 revisions) 2020-10-14 timvp@google.com Revert "Vulkan: Disable vkCreateDevice-physical-device-features-not-retrieved" 2020-10-14 courtneygo@google.com Vulkan: refactor error info 2020-10-14 jmadill@chromium.org Skip slow EGL Vulkan Linux tests. 2020-10-14 jmadill@chromium.org Fail 3 tests on Android GLES N5X. 2020-10-14 ianelliott@google.com Reimplement WindowSurfaceVk::checkForOutOfDateSwapchain 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 ynovikov@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/+doc/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;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: chromium:1132295,chromium:1136613,chromium:1137170 Tbr: ynovikov@google.com Test: Test: Manual verification Change-Id: I2cbb005085fab11d1a2e5e0d0e72939dccdd9ac1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473220Reviewed-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@{#817343}
-
Yulun Wu authored
Bug: 1137355 Change-Id: Iab0b1a6b8991c9a39da0dbb2d06b227c242a5c62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473137Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Yulun Wu <yulunwu@chromium.org> Commit-Queue: Yulun Wu <yulunwu@chromium.org> Auto-Submit: Yulun Wu <yulunwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#817342}
-
Alexander Dunaev authored
viz-demo was trying to check features in order to do Ozone-specific things, but it didn't set up features so --enable-features flag wouldn't work, and the Ozone platform was not initialised either. This CL fixes that. Change-Id: I0d3ad45bcb1025fe1c3ab60edd615b03aea7bd1b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2470523 Commit-Queue: Alexander Dunaev <adunaev@igalia.com> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Cr-Commit-Position: refs/heads/master@{#817341}
-
Lukasz Anforowicz authored
This CL removes the "CorbAllowlistAlsoAppliesToOorCors" feature (aka CORS-for-content-scripts), which has shipped to the stable channel in Chrome 85 - we don't anticipate the need to turn off or tweak the feature in M88 or beyond. Bug: 920638 Change-Id: Ibbac888ae04d5339f62537b26ef65f5b09c522d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463711Reviewed-by:
Charlie Reis <creis@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#817340}
-
Yulun Wu authored
Bug: 1134721 Change-Id: I50136df0e71e647e4f6629457da13104a7431422 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473140Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Yulun Wu <yulunwu@chromium.org> Commit-Queue: Yulun Wu <yulunwu@chromium.org> Auto-Submit: Yulun Wu <yulunwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#817339}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/c85baeb485e2..40217a30c5c6 2020-10-14 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision d18ea8bb..914c0473 (817098:817219) 2020-10-14 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision cc4512db..d18ea8bb (816967:817098) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@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/+doc/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I433c5e777aa6919f00d8e0d5400d21ccffcbf6e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473817Reviewed-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@{#817338}
-
Gavin Williams authored
This change introduces darker colors to Settings Crostini Port Fowarding page to improve the background contrast ratio to reach ARIA standards. Screenshot: http://screen/Bp2ALHz3KFhDmzn Bug: 1040957 Change-Id: I8e4eafd93b88d9686a5dede33cf0e01b019ca2c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473058Reviewed-by:
Regan Hsu <hsuregan@chromium.org> Commit-Queue: Gavin Williams <gavinwill@chromium.org> Cr-Commit-Position: refs/heads/master@{#817337}
-
Harvey Yang authored
This commit adds comments of pausing and resuming the reading with chromeos::sensors::SensorDevice::SetFrequency. BUG=chromium:1006141 TEST=none Change-Id: Iffbafdae7f8091d121a0beed3cca752d59236194 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2470286Reviewed-by:
Jorge Lucangeli Obes <jorgelo@chromium.org> Reviewed-by:
Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Commit-Queue: Cheng-Hao Yang <chenghaoyang@chromium.org> Cr-Commit-Position: refs/heads/master@{#817336}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/f4bda743ff8d..a0f5452c6e23 2020-10-14 mtklein@google.com split that new filter into smaller steps 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 robertphillips@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/+doc/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 Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: robertphillips@google.com Change-Id: I42ae0bb1bda0678fa035db8816dc595dca88b6bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473221Reviewed-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@{#817335}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/ca4153fa8b09..7411aeba4d3b If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-mac-chromium 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/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: Id423071fa67525af67d42eafcc550b7ebf7b3160 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472912Reviewed-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@{#817334}
-
Moe Ahmadi authored
Requirements: - Repeatable queries must feature a search loupe icon and appear similar to the Add Shortcut button with slight differences in icon color. - Repeatable queries (only) can utilize two lines of text if needed. Screenshots: RQ tile in light mode: https://screenshot.googleplex.com/8Mzw3ppciHkGrBk RQ tile in dark mode: https://screenshot.googleplex.com/78yVzsm6xA93M6F This CL has no effect on visible MV tiles except for pushing down the title slightly in order to support utilizing two lines of text for repeatable query tiles. ThIS minor change is approved by UX (tinalzeng@). MV tiles before: https://screenshot.googleplex.com/9ZVocxqwGzB6Yb7 MV tiles after: https://screenshot.googleplex.com/4GAQJNxu42jfNV4 Bug: 1138578 Change-Id: I941e849480adfb8451b969cfd2de54c7cbcbe317 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472957 Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#817333}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1602698313-cdff293844f2ff9d3e5ecfb456ef681f49f814ed.profdata to chrome-mac-master-1602719900-0adf1708ffdf07a3257db3881b100b59132f390a.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-mac-chromium Please CC pgo-profile-sheriffs@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:mac-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I8b01bb919259086d672150964d5b5f91e8366a53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473820Reviewed-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@{#817332}
-
Marc Treib authored
Bug: 1078809 Change-Id: I6e0eec4085fc2f87b18b0945174690489ab3f11c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2467906 Commit-Queue: Ilya Sherman <isherman@chromium.org> Auto-Submit: Marc Treib <treib@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#817331}
-
Shakti Sahu authored
For video tutorials, instead of passing the language display name from the server, we can just pass the locale, from which we can consult with the translate backend to get the display name for the given locale. This CL makes the Java side changes required to obtain this information. Bug: 1137912 Change-Id: Ia9ce3c94088f9f4311b04141df9542a0846263f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2468781Reviewed-by:
Megan Jablonski <megjablon@chromium.org> Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#817330}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/6d2775c5ef51..9a5e8ce8b873 2020-10-15 chrche@microsoft.com Update descriptions for titles in Device Settings 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/+doc/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I2718e0d3106d53f5b396f4e779f4054274b600f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473478Reviewed-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@{#817329}
-
Brian Sheedy authored
Marks conformance/glsl/constructors/glsl-construct-bvec3.html as expected to fail on ChromeOS VMs. This is actually only somewhat flaky, but is flaking on a trybot and causing FindIt to be unhappy despite the test being explicitly marked with RetryOnFailure. Bug: 1136106 Change-Id: I93bbe07f5a259e39ed2dbdfc8f135e12a0488d41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2469139 Auto-Submit: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#817328}
-
David Dorwin authored
Change-Id: Ia8cde7c733b8a96ad5bdf3a8f0ef4af92575080d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2466936 Auto-Submit: David Dorwin <ddorwin@chromium.org> Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#817327}
-
David Bertoni authored
Some tests were not being run as a Service Worker-based extension for the related parameterized case. Bug: 1093066 Change-Id: Ic7771a8b272cba593da1680dc1218d770d600283 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2458884Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Commit-Queue: David Bertoni <dbertoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#817326}
-
Wenbin Zhang authored
The current estimate of dawn_perf_tests is inaccurate. Updating the value based on actual runtime. Bug: chromium:1130157 Change-Id: I5f2e4b22ae983d897062a7940e00250b15db743d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472465Reviewed-by:
Austin Eng <enga@chromium.org> Commit-Queue: Wenbin Zhang <wenbinzhang@google.com> Cr-Commit-Position: refs/heads/master@{#817325}
-
Dale Curtis authored
These operations should continue in all cases since dismissing, requesting, or waiting on picture buffers should happen regardless of whatever the decoder is currently doing. R=liberato Bug: 1111273 Change-Id: I7dc76ca22cca3f5f16c085a9cd9648275aa3e0c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473342 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Auto-Submit: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#817324}
-
Zentaro Kavanagh authored
- -Wfinal-dtor-non-final-class warns on classes with final dtors but not final classes. - Error messages are better when the class is marked final. - Fix existing issues in code base and a follow up will remove warning exemption. Bug: 999886 Test: no errors building Change-Id: Ib2ef4b92369ac7eb61ad148254a4506c02467fd6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2468941Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#817323}
-
Alice Boxhall authored
Bug: 1075862 Change-Id: I5da5ee8984896e5c39baef36c06f46eb451524bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327363Reviewed-by:
dpapad <dpapad@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Alice Boxhall <aboxhall@chromium.org> Cr-Commit-Position: refs/heads/master@{#817322}
-
Yuly Novikov authored
TBR=kbr Bug: 1004581 Change-Id: I027e384cea1233e7fcc948d7989c22b286d7b381 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473160Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#817321}
-
Jesse Schettler authored
Add a new FileType enum and include it in ScanSettings. The file type will be used to save scanned images in the desired format. Tbr: dcheng@chromium.org Bug: 1059779 Change-Id: I114ee2e85582340c46b4ab2111411b0ba2c16813 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2460980 Commit-Queue: Jesse Schettler <jschettler@chromium.org> Reviewed-by:
Jorge Lucangeli Obes <jorgelo@chromium.org> Cr-Commit-Position: refs/heads/master@{#817320}
-
Prashant Nevase authored
This patch makes image operations thread-safe in dark mode filter. The data members used for image operations are made read-only. Bug: 1094005 Change-Id: Ib4d31d824e04d54b2d681c45012869f4a4d1a738 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2465886 Commit-Queue: Prashant Nevase <prashant.n@samsung.com> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#817319}
-
Hirokazu Honda authored
Bug: 1029212, 1000988 Test: video_decode_accelerator_tests test-25fps.av1.ivf --use_vd Change-Id: I03c5989907a75f213f9cc77fcc1719b6a086b9f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438076 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
David Staessens <dstaessens@chromium.org> Cr-Commit-Position: refs/heads/master@{#817318}
-
George Burgess IV authored
The strings stored in `tokens` all have static storage duration, so there's no reason to put them in `std::string`s. AX-Relnotes: n/a. Bug: None Change-Id: I9b6bc9e847e5c27d68707a4f33d37b225ded34fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2457589Reviewed-by:
Alice Boxhall <aboxhall@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org> Cr-Commit-Position: refs/heads/master@{#817317}
-
Peter Kasting authored
Bug: 772945 Change-Id: I7b52c1c6712a99ddc9fb417374820f5d2d0c2f97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2469437 Commit-Queue: Peter Kasting <pkasting@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Adrienne Porter Felt <felt@chromium.org> Cr-Commit-Position: refs/heads/master@{#817316}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/2f0cad0f053e..df97f4c2861e 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 loyso@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: loyso@google.com Change-Id: Iea01b6dee6bce50e93380f650c06f1f833645f66 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473819Reviewed-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@{#817315}
-
Evan Stade authored
The services will be foregrounded and the notifications will be visible when a cast session is ongoing. The service/notification ID design matches that of MediaSession. The notification IDs are defined in client xml, so //components/media_router code needs to ask the embedder for these values. Casting is still not functional in WebLayer even after this change as a CastOptionsProvider is required. Bug: 1057100 Change-Id: I4d6fa44d1073a0a26c618c501e58251f118379c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2467197Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Auto-Submit: Evan Stade <estade@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#817314}
-
Regan Hsu authored
This class enables the PhoneHub Multidevice feature state when the HostStatus (provided by the MultideviceSetupClient) of the phone is initially |kHostSetLocallyButWaitingForBackendConfirmation|, and becomes either 1) |kHostVerified|, or 2) becomes |kHostSetButNotYetVerified| first, and then later |kHostVerified|. This class also disables the PhoneHubNotification Multidevice feature state when Notification access has been revoked by the phone, provided via NotificationAccessManager. Bug: 1106938 Change-Id: I01435323b3a3b8ec886ab32de0ba324b9473d2a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2468265 Commit-Queue: Regan Hsu <hsuregan@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#817313}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/b901b8f9..28cb2dd6 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,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Ibf29358eb3d1935504ab737e4aac596d7702599b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473738Reviewed-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@{#817312}
-
Andrey Kosyakov authored
headless_shell build with build/args/headless.gn should not depend on x11, and https://crrev.com/c/2368534 brought x11 via dawn to all linux builds. Bug: 976495 Change-Id: I65c0371f97e2c7eeda5381f890d52c8b06c60b34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473444Reviewed-by:
Peter Kvitek <kvitekp@chromium.org> Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#817311}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/0581509dc2dd..7411aeba4d3b If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-linux-chromium 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/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: Ia5eb48cd6b15e155445ae8b9952e6560c4f5fb08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472468Reviewed-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@{#817310}
-
Lukasz Anforowicz authored
The "RelaxIsolatedWorldCorsInFileUrlLoaderFactory" feature was introduced in r740899 in Q1 2020 just in case more extensions encounter https://crbug.com/1049604 forcing us to revert to the old behavior. This never happened and the feature was never enabled (and we don't have any plans of using this feature in the future - quite the opposite, we want to keep the feature disabled). Based on the above this CL removes the feature (~reverting r740899). Bug: 1049604 Change-Id: I4e2c2b61965661e61c75fd8cf7878715da4882d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2466511Reviewed-by:
Charlie Reis <creis@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#817309}
-
Alexey Baskakov authored
This reverts commit 290037a8. Reason for revert: Breaks compilation on lacros https://ci.chromium.org/p/chromium/builders/ci/chromeos-amd64-generic-lacros-dbg/1132 Original change's description: > Set use_dawn=true on Linux > > This enables WebGPU on Linux behind --enable-unsafe-webgpu > and --enable-features=Vulkan. Shared image support requires > SkiaRenderer (default on Linux) and Vulkan to be enabled. > > Bug: 976495 > Change-Id: I97065f2ac6aadd110971254bfe3526d366318b83 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368534 > Commit-Queue: Austin Eng <enga@chromium.org> > Reviewed-by: Kenneth Russell <kbr@chromium.org> > Reviewed-by: Kai Ninomiya <kainino@chromium.org> > Reviewed-by: Corentin Wallez <cwallez@chromium.org> > Cr-Commit-Position: refs/heads/master@{#817266} TBR=kbr@chromium.org,cwallez@chromium.org,kainino@chromium.org,enga@chromium.org Change-Id: I050e90c36094f047d4e311d467c603b47d2abf82 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 976495 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2473858Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Commit-Queue: Alexey Baskakov <loyso@chromium.org> Cr-Commit-Position: refs/heads/master@{#817308}
-
George Burgess IV authored
This new clang-tidy check complains when param names /*in_comments=*/ don't match up with the actual parameter name they're being passed to. Sometimes this is benign, other times, actual bugs are found. Bug: 1136209 Change-Id: Ib72fae06192b4fea7f9e87bf6a4f55bd50c136b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459187Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org> Cr-Commit-Position: refs/heads/master@{#817307}
-