- 07 Nov, 2020 40 commits
-
-
chromium-autoroll authored
https://dawn.googlesource.com/tint.git/+log/cc2305dd9537..8655b62207a5 2020-11-07 dj2@everburning.com Switch to GLSL450 memory model. 2020-11-07 dj2@everburning.com Remove unused param documentation 2020-11-06 rharrison@chromium.org [inspector] Extract ComparisonSampler resource binding information 2020-11-06 sarahmashay@google.com [validation] make validator directory If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/tint-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/+doc/master/autoroll/README.md Bug: None Tbr: cwallez@google.com Change-Id: I57e6018881bf42b476cb0f21fdc6e62029000435 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523304Reviewed-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@{#825168}
-
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 chrome-fuchsia-gardener@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 Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-deterministic-dbg;luci.chromium.try:fuchsia-x64-cast Tbr: chrome-fuchsia-gardener@grotations.appspotmail.com Change-Id: Ib920c50086872f3b15a2173fbd9091c41ae5b9e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523840Reviewed-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@{#825167}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=benmason@chromium.org Change-Id: I6fcf0627c9bcdfced0ac6997c63cb7fccfb135ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523105Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#825166}
-
Mike Jackson authored
While working on Run On OS Login for Mac, I noticed that the shared app shims were being deleted when toggling Run On OS Login. This happens because the app shims unconditionally delete the app shims. This change moves the code to delete the shared app shims behind the shortcut check. On Mac you can have both per profile shims, and shared shims, so the callbacks are chained together only on that platform. Bug: 897302 Change-Id: I318137ac0f34e4f2429a5119d47e3fe5c3c96892 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2519877 Commit-Queue: Mike Jackson <mjackson@microsoft.com> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Reviewed-by:
ccameron <ccameron@chromium.org> Reviewed-by:
Phillis Tang <phillis@chromium.org> Cr-Commit-Position: refs/heads/master@{#825165}
-
Bohan Li authored
https://aomedia.googlesource.com/aom.git/+log/e2219b84bc9d..87c414ed32b5 $ git log e2219b84b..87c414ed3 --date=short --no-merges --format='%ad %ae %s' 2020-10-30 jianj Fix mismatch caused by removing restoration from decoder. 2020-10-30 chengchen Refactor: group data fill into a separate function 2020-10-06 huisu Store the warp samples in a buffer 2020-10-29 wtc Don't enable CONFIG_DEBUG for RelWithDebInfo 2020-10-30 kmalladi Support widths>32 for comp_mask_pred() 2020-10-29 jianj Remove restoration from real time build. 2020-10-29 jianj Remove obmc from real time only build 2020-10-28 yunqingwang Disable extra screen content checking at speed 6 2020-10-28 jianj Remove warped motion from realtime only build 2020-10-29 debargha Remove duplicate blocksizes in test (...) 2020-08-20 kyslov AV1 RT: Explicitly enable CDEF in E2E tests 2020-08-20 jianj Make resize test more robust 2020-08-20 jianj Fix ssse3 1-2 upsampling 2020-08-19 jayasanker.j Simplify computations in av1_apply_temporal_filter 2020-08-16 jingning Make GOP decision ahead of frame processing stage 2020-08-19 wtc Remove old versions of invalid file test results 2020-08-19 elliottk Fix enum mixing in pass2_strategy.c 2020-08-19 elliottk Type-fix for inter_tx_size 2020-08-18 jianj Fix neon/ssse3 resize optimizations 2020-08-18 huisu Optimizations in av1_selectSamples() Created with: roll-dep src/third_party/libaom/source/libaom R=bohanli@chromium.org Change-Id: Ie094b835c377ba300ead5a33a7f75b65ac408ee7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2518862Reviewed-by:
James Zern <jzern@google.com> Commit-Queue: James Zern <jzern@google.com> Cr-Commit-Position: refs/heads/master@{#825164}
-
Jeevan Shikaram authored
This CL implements the browser side of the DigitalGoods and DigitalGoodsFactory Mojom instances in Blink. The DigitalGoods requests are forwarded on to ARC++ to be comepleted. Note that this CL introduces a dependency on third_party/blink/public /mojom for components/arc/mojom. Bug: 1137688, 1110494 Change-Id: I7dc5bc22f3190021e12a4c8a53b430c7117c224e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2467302 Commit-Queue: Jeevan Shikaram <jshikaram@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Glen Robertson <glenrob@chromium.org> Cr-Commit-Position: refs/heads/master@{#825163}
-
Andrew Xu authored
This CL notifies the accessibility side of the closed multipaste menu. It helps to update the a11y focus ring's location and generate the suitable voice announcement. Bug: 1146473 Change-Id: I3892286f6187a9206426af89c1e442cf78362af4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523058 Commit-Queue: Andrew Xu <andrewxu@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#825162}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1604685414-a20e427b698b46e98f8368e23a59bee4b5e7a307.profdata to chrome-linux-master-1604707124-711d5d31357add0429672c94853f3ff1136420b8.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-linux-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:linux-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I31acd3a2f07f1b29219372775ac4a9929a9fd093 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523546Reviewed-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@{#825161}
-
danakj authored
Followups will change includes and remove the header. R=dcheng@chromium.org TBR=davidben@chromium.org,dalecurtis@chromium.org Change-Id: Idd1de7bd21102b389676eda7cabdadf866b94903 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2521248 Auto-Submit: danakj <danakj@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#825160}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1604685414-2abb4e2cac01a52ceef5c593f56dfdc41a4ae764.profdata to chrome-mac-master-1604707124-6764f72739f6848986993d66dcadacb0559ddee6.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: I72d281a6f6dc80bb5288bbdc10642d2be8a4a9e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523102Reviewed-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@{#825159}
-
Andrew Xu authored
With this CL, when the multipaste menu opens, it announces "Clipboard history menu opened..." Bug: 1131548 Change-Id: I351a14e6ae818bbf9f99a7e6ce9cadaa3db69ca8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523663Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Andrew Xu <andrewxu@chromium.org> Cr-Commit-Position: refs/heads/master@{#825158}
-
chrome://nearby-internalsKyle Horimoto authored
It previously was gated on the Nearby Share flag, but Nearby Connections is now shared with Phone Hub. This CL allows the debug UI to be shown regardless of whether Nearby Share is enabled. Change-Id: Iee53dcc2d24597c12673c1e7dfd9ccae06c977c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523762 Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: James Vecore <vecore@google.com> Auto-Submit: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
James Vecore <vecore@google.com> Cr-Commit-Position: refs/heads/master@{#825157}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/a16002b5..cee3c81e 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: Ic572b7eda134799c328e3ce193b4d5952dcfe6b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523900Reviewed-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@{#825156}
-
Stefan Zager authored
AllowThrottlingScope and DisallowThrottlingScope have always been mysterious, poorly-understood classes, which are used in dubious ways by both test and production code. This CL makes AllowThrottlingScope and DisallowThrottlingScope private to LocalFrameView, and eliminates all unnecessary instances of them. Also eliminates use of static global variables by adding LocalFrameView::allow_throttling_. Change-Id: Ib25bfa92f403accb030fcf1be39c73481c1fc1e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2520716Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/master@{#825155}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/e9f2071d125a..c149740458bb 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 xiaochengh@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:1042023,chromium:1136305 Tbr: xiaochengh@google.com Change-Id: I8f75481e2d9db7cae8cd56862320286073129af4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523810Reviewed-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@{#825154}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1604663931-7a2d7b98907b04e6d9b6de8fee6e41b8e6822477.profdata to chrome-win32-master-1604685414-0763f88efc3380eb5f7b102366bfe07c0bfcf724.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: Id2afc658469c48593bdc2b6a31d86ad8e4103367 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523630Reviewed-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@{#825153}
-
Evan Stade authored
Using the phone's volume button when casting should change the casting volume. Bug: 1057099 Change-Id: I50971df97df598922c6da683cbfd376d2e42859f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2515282 Commit-Queue: Evan Stade <estade@chromium.org> Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#825152}
-
Jeroen Dhollander authored
Bug: b/171748795 Test: chromeos_unittest --gtest_filter="AssistantManagerServiceTest.*" Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Change-Id: Iec0158636b0002594db7aba2c57e2238ea42e0b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2518759 Commit-Queue: Jeroen Dhollander <jeroendh@chromium.org> Reviewed-by:
Jeroen Dhollander <jeroendh@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#825151}
-
Gabriel Charette authored
R=etiennep@chromium.org Bug: None Change-Id: If07b13dd7129452f0495f319f60936c8c1be6304 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2521704 Commit-Queue: Gabriel Charette <gab@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Auto-Submit: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#825150}
-
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-aemu-chromium-autoroll Please CC chrome-fuchsia-gardener@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 Tbr: chrome-fuchsia-gardener@grotations.appspotmail.com Change-Id: I3720feba369481c5e00a918998278e7254730b8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523427Reviewed-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@{#825149}
-
Akihiro Ota authored
This change makes the final polishes to the tutorial UI. Please see the crbug, which includes a link to screenshots. In addition, this change finalizes the practice areas for M88 launch. The basic navigation practice area was removed because it doesn't offer any new information (basic navigation is already needed to reach that lesson in the first place). The jump commands practice area was changed to only include jumping by heading, using some of the strings from the old tutorial (to be localized in follow- up). Lastly, this change fixes a few tests that were breaking due to UI changes. We also disable one test for practice area nudges, since the practice area for basic navigation was removed. Fixed: 1139457 Change-Id: I925711cb48ec4b926558f67ad3a030063e4785d9 AX-Relnotes: N/A Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2504569 Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#825148}
-
Stephen Chenney authored
The tests are currently always failing on Mac. Rebaseline and see if there is a passing image now, or at least get it passing sometimes. TBR: wangxianzhu@chromium.org Bug: 900431 Change-Id: I57cdc0a31ae32d89d73b18067fa7c9545198579c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2522919Reviewed-by:
Stephen Chenney <schenney@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#825147}
-
Sergey Poromov authored
See mocks (go/cros-dlp) and strings: https://docs.google.com/document/d/1fqzX-QYidDKijMpPd8kaoFwg1zHAIGB7laD4tIBPzSk/edit Bug: 1133324 Change-Id: I44aa6396aeaabfdbf8ccef9a278e0c3c19c83109 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2522081 Auto-Submit: Sergey Poromov <poromov@chromium.org> Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#825146}
-
danakj authored
Stop relying on us to remember arcane file names when writing tests, and repeating the directory hierarchy into the file name. R=dcheng@chromium.org TBR= NOPRESUBMIT=true Change-Id: I49c951162939c7dcef44883bee740f94b2f49e09 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523099 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#825145}
-
Sinan Sahin authored
This CL also integrates the animations with the swipe gestures. Bug: 1137941 Change-Id: I48ace538ebf345c4c78fc58b1de154422a416dcb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2510993Reviewed-by:
Lijin Shen <lazzzis@google.com> Reviewed-by:
Pavel Yatsuk <pavely@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Sinan Sahin <sinansahin@google.com> Cr-Commit-Position: refs/heads/master@{#825144}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/156c227d6cf2..a481bee281b1 2020-11-06 courtneygo@google.com Add GetEnvironmentVarOrUnCachedAndroidProperty 2020-11-06 jmadill@chromium.org Perf Tests: Fix test time with max steps performed. 2020-11-06 cnorthrop@google.com Tests: Add Clash of Clans trace 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 courtneygo@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: None Tbr: courtneygo@google.com Test: Test: angle_perftests --gtest_filter="*clash_of_clans*" Change-Id: I6c69e685d58ede515ad891aedaae772a768c2101 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523806Reviewed-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@{#825143}
-
Kyle Horimoto authored
Change-Id: I546466b79b30b5ccf6c19e7e55eea430f551794f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2521447 Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org> Auto-Submit: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#825142}
-
Matthew Denton authored
The manual resetting of the CertVerifierServiceFactory in between unit_tests seems not to work on Android. So, refactor the initialization code to look like the Storage Service's, using SequenceLocalStorage to reset the CertVerifierServiceFactory between unit tests. Bug: 1015134, 1094483 Change-Id: Ic13f67274cecd49450279da401fb4cd29c9b1e94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2520377Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Matthew Denton <mpdenton@chromium.org> Cr-Commit-Position: refs/heads/master@{#825141}
-
Anupam Snigdha authored
In this patch following changes have been made to the outdent logic in |BreakOutOfEmptyListItem|: 1. Instead of casting into list types, we use the tag of the element to check the list item types. This is because the style of the list items could be changed to display type block and the cast would fail. 2. Checks in the algorithm that determines whether there is an empty list item with previous or next siblings have been simplified to include elements with <li> tag name and null checks. This is because we could have siblings in a list item with display block types. Test: web_tests/editing/execCommand/outdent/break-out-of-empty-list-iteml.html Existing test suite: web_tests/editing/execCommand/script-tests/break-out-of-empty-list-item.js Bug: 942133 Change-Id: I318fb79067f5125b03f73dc001df23de636c9f70 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2522691 Commit-Queue: Anupam Snigdha <snianu@microsoft.com> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#825140}
-
Xiaocheng Hu authored
This reverts commit ddb531f7. Reason for revert: speculative fix of crbug.com/1146633 Original change's description: > [Media Session] Fix for Lacros > > At the moment in Lacros there are two instances of the > Media Session Service (MSS) one hosted in ash-chrome and > the other in lacros-chrome. This means that sessions in > either browser process cannot see sessions from the other. > > This changes it so when a client asks for lacros-chrome > MSS instead of providing a locally hosted MSS it binds > the MSS in ash-chrome. > > BUG=1140215 > > Change-Id: Ic155a6cd928f0735095f849f309f9075dbb1d36f > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485850 > Reviewed-by: Avi Drissman <avi@chromium.org> > Reviewed-by: Tommy Steimel <steimel@chromium.org> > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Reviewed-by: Erik Chen <erikchen@chromium.org> > Commit-Queue: Becca Hughes <beccahughes@chromium.org> > Cr-Commit-Position: refs/heads/master@{#825016} TBR=avi@chromium.org,dcheng@chromium.org,erikchen@chromium.org,beccahughes@chromium.org,steimel@chromium.org Change-Id: Iff68cde46d811d466f142738b694c11f1ae332e3 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1140215, 1146633 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2522562Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#825139}
-
Patrick Noland authored
It's something of a layering violation for LBC to use OverviewModeBehavior, since it's not at all obvious why the omnibox would need to know about overview mode state directly. Since this is just used to prefetch when entering an omnibox-having overview mode, we can have ToolbarManager call a new prefetch method directly. Bug: 1139481 Change-Id: Iefbb3c9665b084ad5870fc3643c945022cc3e4dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2504088Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Reviewed-by:
Tomasz Wiszkowski <ender@google.com> Reviewed-by:
Brandon Wylie <wylieb@chromium.org> Commit-Queue: Patrick Noland <pnoland@chromium.org> Cr-Commit-Position: refs/heads/master@{#825138}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/7abf802320ca..0e30faf062f7 2020-11-06 oysteine@google.com Merge "proto/processor: Added ApplicationState args" 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: I1f5b277c74a92645b254d02bb54ed84a719a1166 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523808Reviewed-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@{#825137}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/70bb18d7c99d..c2bfcff07225 2020-11-06 adlai@google.com Use SkSpan to cut out some noise when flushing surfaces 2020-11-06 csmartdalton@google.com Revert "Update GrTriangulator to count curves" 2020-11-06 adlai@google.com Have DDLs honor the reduceOpsTaskSplittingFlag 2020-11-06 herb@google.com move concrete subruns to .cpp 2020-11-06 jlavrova@google.com Yet another workaround Thai \n problem (same as txtlib) 2020-11-06 fmalita@chromium.org [svg] Convert most presentation attributes to new style parsing 2020-11-06 brianosman@google.com Reland "Rearrange SkSL pre-include modules to hide things" 2020-11-06 brianosman@google.com Allow public SkSL to return vec4 (aka float4) 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 bsalomon@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: chromium:1075428 Tbr: bsalomon@google.com Change-Id: I36363947eb0cec2ab86dbaa6f0940ce318115800 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523827Reviewed-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@{#825136}
-
Daniel Cheng authored
Use the typemapping system rather than one-off functions to perform the conversion. This brings the Skia code into alignment with Mojo IPC best practices: Among other things, this lets conversion between the Mojo and Skia types to signal deserialization failure when appropriate. Bug: 1144462 Change-Id: Id35c3f1d84907e28b39c29da27a84e3c2a7a8c72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2521221Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Mike Klein <mtklein@google.com> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#825135}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/16036cf206f1..56af9cbd3f35 2020-11-06 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 795bf4c71637 to cc2305dd9537 (1 revision) 2020-11-06 cwallez@chromium.org Use IsSubset in more places. 2020-11-06 cwallez@chromium.org SwapChainVK: Handle transform, imageCount, alphaMode. 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/+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: cwallez@google.com Change-Id: I2f5bd59405839dd18d110ec2231b5c2436f4ab60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523809Reviewed-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@{#825134}
-
James Cook authored
Use the zcr_cursor_shapes_v1 Wayland protocol extension to allow the exo server to set the cursor. Use this for standard cursors (pointer, hand) and animated cursors (progress, wait). Bitmap cursors continue to use the existing code path. Introduce a test API for WaylandConnection so we can mock out the WaylandZcrCursorShapes object. In addition to the automated tests, I tested manually on a Pixelbook (eve). High DPI cursors are sharp. Accessibility cursors work fine, including large cursor and cursor coloring. The cursor size is correct for multi-monitor window drags from high DPI to low DPI monitors and vice versa. All CSS cursors listed on the MDN CSS cursors page look correct: https://developer.mozilla.org/en-US/docs/Web/CSS/cursor Bug: 1143790 Test: added to ui_base_unittests and ozone_unittests Change-Id: Ic46fc083a0ec662edf40b370572e907a2877c59a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2516972 Auto-Submit: James Cook <jamescook@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Reviewed-by:
Henrique Ferreiro <hferreiro@igalia.com> Reviewed-by:
Maksim Sisov (GMT+2) <msisov@igalia.com> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Antonio Gomes <tonikitoo@igalia.com> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#825133}
-
Yicheng Li authored
Make these changes according to UI review: 1. Have both shadow and rouned corner. This is done by using views::BubbleBorder so that it looks closer to other such widgets, e.g. sharesheet. 2. Change primary text color to GoogleGrey900, secondary text color to GoogleGrey700. 3. Adjust vertical spacing after title, origin name prompt and PIN input field to match start screen spec. Bug: b:156258540, b:144861739 Change-Id: Ie84ed82d6fed17c63d7dec49a18fa75f42599e25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523520Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Yicheng Li <yichengli@chromium.org> Cr-Commit-Position: refs/heads/master@{#825132}
-
Sam Maier authored
Bug: 1139446 Change-Id: Ief7f51ce5a22644712bc2edb5fe33eaec61215f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2522913 Auto-Submit: Sam Maier <smaier@chromium.org> Commit-Queue: Mohamed Heikal <mheikal@chromium.org> Reviewed-by:
Mohamed Heikal <mheikal@chromium.org> Cr-Commit-Position: refs/heads/master@{#825131}
-
Xiaocheng Hu authored
Bug: 1061171 Change-Id: I73b37320278e207df81553762c82e774dd7cd950 NoTry: True Tbr: drubery@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523763Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#825130}
-
Michael Thiessen authored
Updates imports in chrome/android/javatests/ to use the base/ CriteriaHelper Bug: 1134178 Change-Id: I01b35928f432153c7b6b74f23cd2b50b6dc83720 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2518038 Auto-Submit: Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#825129}
-