- 07 Dec, 2020 40 commits
-
-
Austin Tankiang authored
Bug: 1126359 Change-Id: Ie422f123dbb15d4e7b9e2ffd5708be36f0eec142 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2577105 Commit-Queue: Austin Tankiang <austinct@chromium.org> Reviewed-by:
Sergei Datsenko <dats@chromium.org> Cr-Commit-Position: refs/heads/master@{#834420}
-
Melissa Zhang authored
This CL adds new typography contexts to ChromeTypography to be in the Sharesheet. This allows us to align typography with the mocks, linked in the bug. Bug: 1141744 Change-Id: Ic15e6f068d62919f71a7d5f89ac5e4ad6fe61fd8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2525382Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Melissa Zhang <melzhang@chromium.org> Cr-Commit-Position: refs/heads/master@{#834419}
-
Robert Sesek authored
This was only failing on 10.10 and Chromium no longer supports that version of macOS. Bug: 1047503, 1153883 Change-Id: Icf30557034eb5bcc5bde2a40763901e2d56104a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2574621 Commit-Queue: Justin DeWitt <dewittj@chromium.org> Reviewed-by:
Justin DeWitt <dewittj@chromium.org> Cr-Commit-Position: refs/heads/master@{#834418}
-
Melissa Zhang authored
To more closely align with mocks hide separator before expand. This prevents the two separators from overlapping when the expand occurs. Bug: 1148692 Change-Id: I3b0254b2da65d14907d0260c2e600f1bc8cf39c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2574569Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Commit-Queue: Melissa Zhang <melzhang@chromium.org> Cr-Commit-Position: refs/heads/master@{#834417}
-
dpapad authored
Previously the "Choose name and picture" label was read twice by screen readers. cr-link-row already takes care of not having both the label and the button itself in the linear navigation order of screen readers. Bug: None Change-Id: I658ffdaaf3ca92dfb8bc88f878040704b9177e62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2574275Reviewed-by:
John Lee <johntlee@chromium.org> Commit-Queue: dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#834416}
-
Ryan Keane authored
This CL picks up a bugfix integrated into protobuf as part of commit: http://cl/342360226 This fix is responsible for fixing a bug in the serialization code when trying serialize/deserialize protobuf messages at the end of an iostream This change re-introduces the change first added as part of CL https://chromium-review.googlesource.com/c/chromium/src/+/2535667 and then later reverted due to Windows-specific failures. To fix this, Windows has been excluded from the newly-added BUILD target. Change-Id: I12cfe36ba9cbd9ddd4eb9df7c5f654ee144e03e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2575321Reviewed-by:
Leonard Grey <lgrey@chromium.org> Commit-Queue: Ryan Keane <rwkeane@google.com> Cr-Commit-Position: refs/heads/master@{#834415}
-
Xing Liu authored
BookmarkUtils.showBookmarkManager currently needs a non null activity to show bookmark manager from most recently visited bookmark folder. For reading list, we need to open the bookmark UI and directly navigate to reading list page. Also when clicking from a notification, no activity is provided, we need to start the bookmark UI from application context. Bug: 1139073 Change-Id: I81bf5ce1e46c41c57c8b0f34ffdabe250540c515 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2576081 Commit-Queue: Xing Liu <xingliu@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#834414}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/b21fac24817a..011a77357ec4 2020-12-07 csmartdalton@google.com Use infinity to signal conics instead of NaN 2020-12-07 reed@google.com add new entry-points for drawImage[rect] with samplingoptions 2020-12-07 johnstiles@google.com Avoid unnecessary coercions in index expressions. 2020-12-07 ethannicholas@google.com remove incorrect line number from SkSL errors with no source information 2020-12-07 johnstiles@google.com Use a scoped helper class to push and pop CodeGenerator::fOut changes. 2020-12-07 johnstiles@google.com Check array bounds when a constant array index is used. 2020-12-07 reed@google.com Handling mipmapaccess failing 2020-12-07 robertphillips@google.com Pass GrMipMapped boolean down to GrResourceProvider::createTexture 2020-12-07 brianosman@google.com Tweak ParticlesSlide's resource provider to show how to use PathBinding 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 jmbetancourt@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: jmbetancourt@google.com Change-Id: I242a2655636de31470be46cb86c2cf528d8c6cf6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2577583Reviewed-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@{#834413}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 8970a3d2. With Chromium commits locally applied on WPT: 942f73a1 "Remove support for setting sandbox flags via "allow"" 8970a3d2 "[blinkpy] Re-enable four css-background/ tests that need fuzzy reftest" 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: mstensho@chromium.org: external/wpt/css/css-break NOAUTOREVERT=true TBR=lpz@google.com No-Export: true Cq-Include-Trybots: luci.chromium.try:linux-wpt-identity-fyi-rel,linux-wpt-input-fyi-rel Change-Id: Ia64d6296fbcddca0304290923cce464e1f0e2d6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2575602Reviewed-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@{#834412}
-
Elly Fong-Jones authored
This reverts commit 8970a3d2. Reason for revert: one of the re-enabled tests (attachment-local-clipping-image-5.html) is failing: https://ci.chromium.org/p/chromium/builders/ci/Linux%20Tests%20%28dbg%29%281%29/93472 Original change's description: > [blinkpy] Re-enable four css-background/ tests that need fuzzy reftest > > Bug: 997202 > Change-Id: Ic14e10dfd0d4fbdc22c9b22289fb9a428eb3dbca > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2575453 > Commit-Queue: Stephen McGruer <smcgruer@chromium.org> > Commit-Queue: Xida Chen <xidachen@chromium.org> > Auto-Submit: Stephen McGruer <smcgruer@chromium.org> > Reviewed-by: Xida Chen <xidachen@chromium.org> > Cr-Commit-Position: refs/heads/master@{#834291} TBR=xidachen@chromium.org,schenney@chromium.org,smcgruer@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com Change-Id: Ib2c1fd75093b8727f19f812c86d356779f195a39 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 997202 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2578000Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#834411}
-
Xiaoqian Dai authored
Otherwise, it may cause crash in splitview as described in crbug.com/1151060 comment#27. The reason for that is splitview assumes overview open on the destroyed window side of the screen if a snapped window is detached from splitview but overview can't be opened if splitview resizing is in progress. TODO: - The assumption may not always be valid, so splitview should handle the case when the overview can't open correctly. Bug: 1151060 Change-Id: Ic774d27ed8f48dc035901f3e2c7bbddfcc414c97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2575380 Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#834410}
-
chrome://media-internalsTed Meyer authored
Set the flag to default based on responses to the survey. R=dalecurtis Change-Id: Idcb34f0d60e1a08441af74960f61c865a6dc61bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2525902 Commit-Queue: Ted Meyer <tmathmeyer@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#834409}
-
Mike Dougherty authored
These methods were never implemented for WKBasedNavigationManager, which is now the only concrete implementation of NavigationManager. Bug: 533848, 1156272 Change-Id: Ia705e35a9605494b468308a97eca7df81dd29a1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2577918 Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Auto-Submit: Mike Dougherty <michaeldo@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#834408}
-
Regan Hsu authored
When the user must go to their phone to complete setup, indicate it on the notification access setup flow dialog UI. Previously, at the success screen, the text says that the phone needs to be unlocked, but this isn't true. That wording is eliminated. Screenshots: Connecting to your phone - https://screenshot.googleplex.com/4kpg3ZohRjfmkBQ Complete setup on phone - https://screenshot.googleplex.com/z6LfDe4MFmGfuA8 Success - https://screenshot.googleplex.com/9X3fJZ2VbtQCkAL Bug: 1142971, 1106937 Change-Id: Ic053108d9c564e55d72958e2686d411567f7ea70 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2577542 Commit-Queue: Regan Hsu <hsuregan@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#834407}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/google/shaderc/+log/1520e40f5e2b..702723ac7599 2020-12-07 dneto@google.com Update SPIRV-Tools, SPIRV-Headers, glslang with raytracing fixes If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/shaderc-chromium-autoroll Please CC radial-bots+chrome-roll@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: radial-bots+chrome-roll@google.com Change-Id: I734b158721453c728ec27027bfeebae131662dea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2574970Reviewed-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@{#834406}
-
Ben Mason authored
TBR=govind@chromium.org Change-Id: I2b5e97283383312245a277a39514d80b84bd3492 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2576627Reviewed-by:
Ben Mason <benmason@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Commit-Queue: Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#834405}
-
Josip Sokcevic authored
Generate DIR_METADATA files and remove metadata from OWNERS files for directories under //third_party/blink/web_tests/external. Bug: 1113033 Change-Id: I837881df95e8385c7fff5e23ea4975f103df401e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2573057 Commit-Queue: Josip Sokcevic <sokcevic@google.com> Reviewed-by:
Robert Ma <robertma@chromium.org> Auto-Submit: Josip Sokcevic <sokcevic@google.com> Cr-Commit-Position: refs/heads/master@{#834404}
-
Evan Liu authored
This CL updates the SODA component installers to explicitly set the read and execute bit for the BUILTIN\Users group, allowing the speech recognition sandbox to access the component files using a USER_LIMITED token. Bug: 1111079 Change-Id: I5b92dbe8c68bd79be57010e8da7cbbc24a21e9c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2573876 Commit-Queue: Evan Liu <evliu@google.com> Reviewed-by:
James Forshaw <forshaw@chromium.org> Reviewed-by:
Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#834403}
-
Sam Sebree authored
disabled state: text looks brighter than designs bugfix This CL addresses an issue in which the disabled dark mode form controls text color did not match the spec. Bug: 1115751 Change-Id: Ie9c489d7c0f3749b60405f6e01f05b62c74af81a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2575940Reviewed-by:
Mason Freed <masonfreed@chromium.org> Reviewed-by:
Yu Han <yuzhehan@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Sam Sebree <sasebree@microsoft.com> Cr-Commit-Position: refs/heads/master@{#834402}
-
Norman Rosas authored
and removed duplicated metadata from OWNERS files Bug: 1113033 Change-Id: I641b3ae005ee91e9ae264d516dc24c6ffdbdec16 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2573337 Commit-Queue: Norman Rosas <normando@google.com> Auto-Submit: Norman Rosas <normando@google.com> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#834401}
-
Lily Chen authored
This adds a command-line switch for Android Webview which toggles the CookieManager's cookie access semantics to Non-legacy if the switch is present. The current default is Legacy, which disables SameSite-by-default (SSbD) and Schemeful Same-Site (SSS). With the switch present, SSbD is enabled because it is enabled by default in the content layer. The switch additionally enables the base::Feature for SSS (currently disabled by default), so that it enables both SSbD and SSS ("modern" behavior). This also adds the switch to ProductionSupportedFlagList, so that it can be toggled in the Flags UI. Bug: 986319 Change-Id: I0ba85642cee03bf4284983b6f4c252a24bfd020a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2570073Reviewed-by:
Maksim Orlovich <morlovich@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Lily Chen <chlily@chromium.org> Cr-Commit-Position: refs/heads/master@{#834400}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/bc7e5ac1c908..bb1a28de3cf1 2020-12-07 alessiob@webrtc.org RNN VAD: unit test code clean-up 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: Ifa1da6d8c64fb6be68d5d90015b712cd920969c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2574966Reviewed-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@{#834399}
-
David Tseng authored
This reverts commit 5fe33cf0. Reason for revert: <INSERT REASONING HERE> Bad rebase; included child change. Original change's description: > Define text_to_speech watchlist > > R=dmazzoni@chromium.org > > Change-Id: Ic8c51de3c4ac96cdcc496842a9a3698a976778e6 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2577543 > Reviewed-by: Dominic Mazzoni <dmazzoni@chromium.org> > Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> > Commit-Queue: David Tseng <dtseng@chromium.org> > Auto-Submit: David Tseng <dtseng@chromium.org> > Cr-Commit-Position: refs/heads/master@{#834339} TBR=dmazzoni@chromium.org,dtseng@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com Change-Id: I1f9f572c24ce842c2f260cc652892cdd81e5c4c7 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2577879Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#834398}
-
Eugene Zemtsov authored
Change-Id: I80204c76bbf20a57923e5b483e10ea0a054357fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2573886Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Commit-Queue: Eugene Zemtsov <eugene@chromium.org> Cr-Commit-Position: refs/heads/master@{#834397}
-
Aaron Leventhal authored
Bug: 1155881 Change-Id: Ic4f282073b472f3f8245d2b518f5c76878bc5dee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2576418Reviewed-by:
Abigail Klein <abigailbklein@google.com> Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#834396}
-
Elly Fong-Jones authored
It appears to be flaky on cros, windows, and linux, and I think it doesn't run at all on Mac, so disabling it everywhere. Bug: 1148741 Change-Id: Ife041d5685b5d59be422eb6e762e3ceda86d4561 Tbr: liviutinta@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2577857Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Liviu Tinta <liviutinta@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#834395}
-
Jeroen Dhollander authored
This CL removes the enable_cros_on_device_assistant GN flag. It is no longer used (once crrev.com/i/3424659 lands). Bug: b/171307059 Test: Compiled Change-Id: Ideae2a69e6359a5f98b973b8e53e8e5f5890f429 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2554910 Auto-Submit: Jeroen Dhollander <jeroendh@chromium.org> Commit-Queue: Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#834394}
-
Elly Fong-Jones authored
These will be reenabled as part of fixing the linked bug, after the bot has been stabilized. Bug: 1154345 Change-Id: Ic11b6bad895bc5cb361a8b5af66949acbae22b31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2574782Reviewed-by:
Taylor Bergquist <tbergquist@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#834393}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/9f2e7d4d1359..816ffa4d4ef7 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 ellyjones@google.com,avi@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: chromium:1155832 Tbr: ellyjones@google.com,avi@google.com Change-Id: I04053965764c9534a1bd3ae5c84aafef5b45492d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2575775Reviewed-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@{#834392}
-
Dominique Fauteux-Chapleau authored
This adds a pref to track the scope of the Connector prefs. This is in preparation for code that will read this scope to decide which DM token to use with the corresponding pref. Bug: 1147464 Change-Id: Ib40c92fb9532b66f73e9f50e36e3074fbe376c04 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2568435 Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#834391}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/c56ea91f6bd1..e1502e7972cb 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: I502349cc728f26d0ad3c24fc59c02933c351c6d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2576632Reviewed-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@{#834390}
-
Mark Yacoub authored
Test-Modeset with preferred modifiers. If it the test passes, save the preferred modifiers to use for full modeset. If it fails, try testing with linear modifiers for every controller. Use empty modifiers list if the platform doesn't support preferred modifiers list. This enables us to launch Intel Rendering Buffer Compression. http://go/cros-intelrbc BUG=979736,1082882 TEST: RBC enabled on (4K eDP with 4K external) and (4K eDP and 2 external monitors), zork, and nautilus Change-Id: I7698d2cc9f13e5293eb0f6579dee775314988037 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2567263Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Commit-Queue: Mark Yacoub <markyacoub@google.com> Cr-Commit-Position: refs/heads/master@{#834389}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/f0a0c38623ed..042184128efe 2020-12-07 senorblanco@chromium.org Widen color state support on ES. 2020-12-07 enga@chromium.org Add SPIR-V support for UseTintGenerator toggle 2020-12-07 enga@chromium.org Produce tint::ast::Module in the frontend if UseTintGenerator 2020-12-07 brandon1.jones@intel.com Fix Emulated OOB Index In Primitive Restart Tests 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 rharrison@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: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: rharrison@google.com Change-Id: I35154a6626c01839801cb083e143daa154df333a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2577582Reviewed-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@{#834388}
-
Internal Frameworks Autoroller authored
TBR=bling-team@google.com Change-Id: I51bf34cbeea9363eca000b1b733c709f12cb9941 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2576114Reviewed-by:
Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#834387}
-
Tom Anderson authored
* Now that every request is made by XProto, x11::Connection::Request::sequence is no longer needed. Now sequences can be determined by (their index in the queue) + x11::Connection::first_request_id_. * This makes it easier to work with requests out-of-order, which will be necessary for creating property/window caches in the future. * Move some xcb calls from xproto_types.cc into connection.cc. I want to dlopen() libxcb in the future to make it possible to run Chrome on systems without any X11 libraries, so having everything consolidated will make that easier. * Add Future::Wait(). Similar to Sync(), this blocks until a response is received, but instead of returning the response, it calls the installed response handler out-of-order. R=sky Bug: 739898 Change-Id: I10c4c18d3c3090ba09d660a5090fd7c0f01830f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2565440 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#834386}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/48b2aad780bf..3efbe10ffd42 2020-12-07 marcinoc@google.com Merge "Fix SQL query to compute frames in SysUI CUJs" 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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: Ie71cbd65782c1121d4af4dd2c75bc83178ae0e88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2577796Reviewed-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@{#834385}
-
Ionel Popescu authored
Bug: 1148986 Change-Id: I816c94a2e12044fad3d8cef762848420f9652488 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2565393 Commit-Queue: Ionel Popescu <iopopesc@microsoft.com> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#834384}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1607331580-9909f67f911bba407df7ff9d177d8d5f0f5ef14c.profdata to chrome-win32-master-1607353071-d7cc2aeaf74b32bdf69634e0f6483d7e4b0ffed2.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-win32-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:win-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I45e40bb2a53eb9ac7f0ddb0f37640a52eb708e58 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2576623Reviewed-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@{#834383}
-
Aaron Leventhal authored
Don't walk ancestor chain to check if aria-hidden, unless the cached flag is_inert_or_aria_hidden is already set. Bug: None Change-Id: Idbef78dd4f4735d506b7263564056c9ba48560dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2551693 Auto-Submit: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Kevin Babbitt <kbabbitt@microsoft.com> Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Commit-Queue: Kevin Babbitt <kbabbitt@microsoft.com> Cr-Commit-Position: refs/heads/master@{#834382}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/7da2cc8b..5a377bcb 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: I32abc3a436ec3cac8fa0b583ae1a6a8614a617d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2576429Reviewed-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@{#834381}
-