- 17 Oct, 2019 34 commits
-
-
Rob Schonberger authored
This CL could be split in two. First, adds a method to Stroke for the biggest touch-major of that stroke, and the corresponding unit test. More importantly: Adds an abstract class for what a checked in model looks like. All the configuration is accessible from the model when instantiated, and no implementation is added. All the fields in configuration are documented, and an explicit constructor for the configuration is added since this counts as a complex struct. Bug: 1009290 Change-Id: I7eeca918540e80a34133230c6d0a67c6b58c2af5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864490Reviewed-by:
Michael Spang <spang@chromium.org> Commit-Queue: Rob Schonberger <robsc@chromium.org> Cr-Commit-Position: refs/heads/master@{#706743}
-
Stefan Zager authored
If the explicit root element is the document's scrollingElement, we interpret that to mean we should apply the root scroller's overflow clip (just as we already do with the implicit root). Hidden behind a flag for testing, and pending resolution of spec issues and sending intent's. BUG=1015183 R=chrishtr@chromium.org Change-Id: I6b2542dd353ea0be6b67b5922eee75445070f10a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865257 Commit-Queue: Stefan Zager <szager@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#706742}
-
Jeremie Boulic authored
Update FileBrowser.TeamDrivesCount metric to expire after M89, at the beginning of 2021. Bug: 988794 Change-Id: I4df30b27726f4c29e1c4a602fd5e922ed23c394b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1863066Reviewed-by:
Jesse Doherty <jwd@chromium.org> Reviewed-by:
François Degros <fdegros@chromium.org> Commit-Queue: François Degros <fdegros@chromium.org> Cr-Commit-Position: refs/heads/master@{#706741}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/0cb3e4bf7d70..55e5853e5ce4 git log 0cb3e4bf7d70..55e5853e5ce4 --date=short --no-merges --format='%ad %ae %s' 2019-10-17 ehmaldonado@chromium.org depot_tools: Stop using oauth2client Created with: gclient setdep -r src/third_party/depot_tools@55e5853e5ce4 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=agable@chromium.org Bug: chromium:1001756 Change-Id: Iab3c23e4a0ef58feed8363689f99ac09249e2bba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865135Reviewed-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@{#706740}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/1dfc77cc08ee..f29cb70281d5 git log 1dfc77cc08ee..f29cb70281d5 --date=short --no-merges --format='%ad %ae %s' 2019-10-16 herb@google.com Revert "Introduce SkGlyphSourceBuffer" Created with: gclient setdep -r src/third_party/skia@f29cb70281d5 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 csmartdalton@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=csmartdalton@google.com Bug: None Change-Id: Ic08eca63c2cdf7e428fb84056d7206b491bc4def Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865134Reviewed-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@{#706739}
-
Aga Wronska authored
Child users should be prevented from playing audio content when their account is locked, because of screen time/bedtime/other parental lock. Disabling media includes suspending media session and disabling media controls on lock screen. Bug: 1008189 Change-Id: I1f365ddda9fb0e810f537c4f140e3163b447390c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857503 Commit-Queue: Aga Wronska <agawronska@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#706738}
-
Sara Kato authored
Previously (https://crrev.com/c/1092394) tooltip value was added to description on automation nodes, however there should be a tooltip property to store this value. Bug: b/137246277 Test: AXNodeDataTest.TextAttributes Test: AXTreeSourceArcTest.AccessibleNameComputation Change-Id: I80c3a048631fe06260eb66fc0a5c056771bc0b62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1741328Reviewed-by:
David Tseng <dtseng@chromium.org> Reviewed-by:
Sara Kato <sarakato@chromium.org> Commit-Queue: Sara Kato <sarakato@chromium.org> Cr-Commit-Position: refs/heads/master@{#706737}
-
Joe DeBlasio authored
Change-Id: I168e905bdadbda58f1553a8b99eae40fdd417895 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865260 Commit-Queue: Joe DeBlasio <jdeblasio@chromium.org> Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Auto-Submit: Joe DeBlasio <jdeblasio@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/master@{#706736}
-
Sammie Quon authored
Instead of doing extra step to transform the window and then find the bounds of these objects by reverse transform. Test: manual Bug: 1011973 Change-Id: I00e7432d4c02c6d8f08dd7ddaa195a5d7de2591b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864169Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#706735}
-
Oystein Eftevaag authored
TBR=croleau@chromium.org NOTRY=true Bug: 1008001 Change-Id: I336b2c111f0e3b32a5ee81d6952aa5c99955fb16 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865140Reviewed-by:
oysteine <oysteine@chromium.org> Commit-Queue: oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#706734}
-
Dan Beam authored
Bug: 1003210 Change-Id: I4aa346dbd8df0681f08021b0d499403d3a1e9e52 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865210 Auto-Submit: Dan Beam <dbeam@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Dan Beam <dbeam@chromium.org> Cr-Commit-Position: refs/heads/master@{#706733}
-
Yang Guo authored
R=efoo@chromium.org Bug: 977050 Change-Id: I5cd52a8efdd4c2c64ee5787722928ba55624486a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1863014 Auto-Submit: Yang Guo <yangguo@chromium.org> Commit-Queue: Eric Foo <efoo@chromium.org> Reviewed-by:
Eric Foo <efoo@chromium.org> Cr-Commit-Position: refs/heads/master@{#706732}
-
John Budorick authored
No-Trying around a different layout test flake on windows :/ No-Try: true Bug: 1015187 Change-Id: Ib55d89898f18a7ec01ab01f9c82c8b865c7f32aa Tbr: yhirano@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864406 Commit-Queue: John Budorick <jbudorick@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#706731}
-
Elly Fong-Jones authored
This change removes overrides from: * PlatformVerificationDialog, which used static strings * ExternalProtocolDialog, which used a static string * EnrollmentDialogView, which used a static string * InvertBubbleView, which used a static string * ArcAppDialogView, which used strings supplied to the constructor * ConfirmBubbleViews, which used strings from a model. Every instance of this model uses static strings, and in any case the model has no facility for signalling changes to its state. * CrostiniAppUninstallerView, which used a static string * CrostiniForceCloseDialogview, which used a static string * CrostiniUninstallerView, which used a static string * ImportLockDialogView, which used a static string * OutdatedUpgradeBubbleView, which used a string computed from a constructor parameter * OneClickSigninDialogView, which used static strings * TaskManagerView, which used a static string All of these are fairly mechanical. Bug: 1011446 Change-Id: Ifa189cb4da637dc4451ee5cccd85316e5145b25c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865417Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#706730}
-
Nick Harper authored
Change-Id: I7865db59f537d73b85d8f367550e42ea26e8780a Bug: b/142135785 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864404Reviewed-by:
Ryan Hamilton <rch@chromium.org> Commit-Queue: Ryan Hamilton <rch@chromium.org> Commit-Queue: Nick Harper <nharper@chromium.org> Auto-Submit: Nick Harper <nharper@chromium.org> Cr-Commit-Position: refs/heads/master@{#706729}
-
Tommy Steimel authored
This CL makes GMC notifications clickable. When clicked, the tab that originated the media is focused. Bug: 1011052 Change-Id: I4f14cf8f5d19e12afbb5eaf11c1b8e7ac1a042c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1862868 Commit-Queue: Tommy Steimel <steimel@chromium.org> Reviewed-by:
Jazz Xu <jazzhsu@chromium.org> Cr-Commit-Position: refs/heads/master@{#706728}
-
Peter Kasting authored
Because the location bar used to be light even in dark windows, the find bar had a hack to use the non-incognito NativeTheme object. Now that the location bar is dark in incognito, this hack is incorrect. Remove it. This also means View::SetNativeTheme() is only called by test code, so this renames it accordingly so people don't add additional non-test uses. Bug: none Change-Id: Id0a3363c0d3457cdfdff5ab81bff9be7ce34f15d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864515Reviewed-by:
Tommy Steimel <steimel@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#706727}
-
Mike Dougherty authored
BreadcrumbManagerObserver allows objects to listen for newly added events to BreadcrumbManager. Bug: 1003922 Change-Id: I4a493bb12aa50ff6c36f2965ac55600abbc9d711 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864520 Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#706726}
-
Scott Violet authored
This is a stale dependency that isn't necessary anymore. BUG=none TEST=none Change-Id: I904c2854f6c9e06b32de243962541692a983fa41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864330Reviewed-by:
Robert Liao <robliao@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#706725}
-
dpapad authored
There is no clear benefit of using the file generated by polymer_modulizer() for type checking (for the case where html_type is 'v3-ready'). Moreover this causes the lines reported by Closure compiler to not correspond to the lines under src/. Bug: 965770 Change-Id: I56f7ed3dd18419ac549736aa2bfff863fc4c58d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865660Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#706724}
-
Charles Zhao authored
Bug: 1012936 Change-Id: Iac49d866aa30160da097179506e0bc6bb1cae024 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865910Reviewed-by:
Charles . <charleszhao@chromium.org> Reviewed-by:
Tony Yeoman <tby@chromium.org> Commit-Queue: Charles . <charleszhao@chromium.org> Commit-Queue: Tony Yeoman <tby@chromium.org> Auto-Submit: Charles . <charleszhao@chromium.org> Cr-Commit-Position: refs/heads/master@{#706723}
-
Linkun Chen authored
Bug: b/141204302 Bug: 1015146 Test: try on device Change-Id: Ieec8e915e27375e3cda3f9390eb762cda1e8735d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1563645 Commit-Queue: Michael Spang <spang@chromium.org> Reviewed-by:
Michael Spang <spang@chromium.org> Auto-Submit: Linkun Chen <lkchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#706722}
-
Jinsuk Kim authored
BottomSheet for gesture navigation should have the lifecycle as same as that of the tab it was brought up for. Bug: 1011073, 1009338 Change-Id: Ibf86a5710e9cef3a4d7bc513b89d331054228fb1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1851889 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#706721}
-
Johannes Henkel authored
This keeps pending messages in a list, and identifies waiting_for_response with a hash map. In this way we avoid reordering messages coming from the client. Previously, we ordered some messages coming from the client by their call_id, but this assumes that the client sends them in order of their call id, which isn't always true. Change-Id: Idd87e37fff64736117a9d0d780e7bf4f20e59974 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1863631 Commit-Queue: Johannes Henkel <johannes@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#706720}
-
Anand K. Mistry authored
DeleteEntry() was incorrectly ignoring the |recursive| argument and always doing a recursive delete. This can cause server-side data loss in certain rare situations. BUG=chromium:1013901 Change-Id: Ia8eda8798b3cefc66765855d6e01608c235ecc09 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864498Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Sergei Datsenko <dats@chromium.org> Commit-Queue: Anand Mistry <amistry@chromium.org> Cr-Commit-Position: refs/heads/master@{#706719}
-
Kai Ninomiya authored
Change-Id: Icb87787c40cbc263addffcc63b9b9d09074bf504 Bug: None Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865675 Auto-Submit: Kai Ninomiya <kainino@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org> Cr-Commit-Position: refs/heads/master@{#706718}
-
Thanh Nguyen authored
This CL adds a fuzzer for TokenizedString. Bug: 1014837 Change-Id: Ia36339e59adc386800b19dd3d2245dff9ce629f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864500Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Abhishek Arya <inferno@chromium.org> Commit-Queue: Thanh Nguyen <thanhdng@chromium.org> Cr-Commit-Position: refs/heads/master@{#706717}
-
Johannes Henkel authored
Change-Id: I5b5a3ee8905833e825e0a813fc34a6448f69c463 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865664Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#706716}
-
John Delaney authored
This CL adds two regression metrics for the heavy ad intervention. The first is reload rate of pages with heavy ads. An increased reload rate with the intervention may indicate broken content. The second metrics records whether a heavy ad frame is removed by the page prior to page end. An increase in this number may indicate that pages are removing the error page frame and loading new ads into the slot. Both of these metrics are intended to be looked at in an a/b experiment. Bug: 1012882 Change-Id: Idd6a7ddce6d72130c9c5977765a0d5646a8ec4ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1850314 Commit-Queue: John Delaney <johnidel@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Cr-Commit-Position: refs/heads/master@{#706715}
-
Shakti Sahu authored
This CL removes the blue tint from the favicon and sets the default icon to default favicon instead of chrome logo. Bug: 1014348 Change-Id: Ida83b849ef2cac7861f56a6a68c39fea80a569b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1861503 Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#706714}
-
Carlos IL authored
Bug: 987294 Change-Id: I3b66e537e9edc5420a0b6d3d1a0664ee8cbfcd63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846052Reviewed-by:
Balazs Engedy <engedy@chromium.org> Reviewed-by:
Nik Bhagat <nikunjb@chromium.org> Commit-Queue: Carlos IL <carlosil@chromium.org> Auto-Submit: Carlos IL <carlosil@chromium.org> Cr-Commit-Position: refs/heads/master@{#706713}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/4283206673b9..81607380ef4e git log 4283206673b9..81607380ef4e --date=short --no-merges --format='%ad %ae %s' 2019-10-16 vapier@chromium.org cros_test_lib: make popen mock less annoying 2019-10-16 vapier@chromium.org cros_test_lib: fix VerifyTarball under python 3 2019-10-16 mmortensen@google.com Have determine_chrome_version use a build_target to match controller call. Created with: gclient setdep -r src/third_party/chromite@81607380ef4e If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: Ia56851f4bbe13cd198808b8187ebc36ce6d4961e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865704Reviewed-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@{#706712}
-
nancy authored
The ARC app uninstall dialog's layout is different with the extension/Web App/Chrome App uninstall dialog, so use different layout for the ARC app uninstall dialog. The icon for the ARC app is not the window icon, but used for ImageView. So update the ARC app uninstall dialog to keep the consistency with the current ARC app uninstall dialog. BUG=1009248 Change-Id: Ia624312b2b55dabfbbc43ea04aac0e35f8b44fed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1861794 Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#706711}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/e180b591d166..7f426898efe0 git log e180b591d166..7f426898efe0 --date=short --no-merges --format='%ad %ae %s' 2019-10-16 enga@chromium.org Skip BufferUploadPerf 16MB SetSubData on all backends. 2019-10-16 senorblanco@chromium.org Fix missing #include. Created with: gclient setdep -r src/third_party/dawn@7f426898efe0 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel TBR=cwallez@google.com Bug: chromium:1014946 Change-Id: If256f71c495ce83468f3f119792ecd938ca5239f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865701Reviewed-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@{#706710}
-
- 16 Oct, 2019 6 commits
-
-
Joe DeBlasio authored
This CL converts back to the small infobar layout for Safety Tips and updates the icon to the 'info shield'. This helps mitigate small screens cutting off infobar titles by using the smaller-fonted layout. It now looks like this: https://drive.google.com/open?id=14-kCTwgzlkjjhVzVmX4hY-6YnJfynzar Bug: 1008562 Change-Id: I1dd2809f36aea74b5d154bffa53cd601d45053fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864289 Auto-Submit: Joe DeBlasio <jdeblasio@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Joe DeBlasio <jdeblasio@chromium.org> Cr-Commit-Position: refs/heads/master@{#706709}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/36446f281ca2..1dfc77cc08ee git log 36446f281ca2..1dfc77cc08ee --date=short --no-merges --format='%ad %ae %s' 2019-10-16 robertphillips@google.com Add unit test to exercise GrTextureFreed message handling after a context abandon 2019-10-16 herb@google.com Introduce SkGlyphSourceBuffer 2019-10-16 robertphillips@google.com Work around un-safe downcast in PromiseLazyInstantiateCallback destructor after a context abandon 2019-10-16 mtklein@google.com remove ternary min/max 2019-10-16 halcanary@google.com CanvasKit: Switch to WebGL 2.0 2019-10-16 brianosman@google.com Starting to hack up HDR transfer function support 2019-10-16 mtklein@google.com add used_in_loop bit to skvm::Builder::Instruction 2019-10-16 halcanary@google.com [minor] SkGlyphRunList public before private 2019-10-16 mtklein@google.com Reland "mark which SkVM tests should JIT or not" 2019-10-16 mtklein@google.com Revert "mark which SkVM tests should JIT or not" 2019-10-16 nifong@google.com Enable SKSL in skia_nanobench, enforce resources being present. 2019-10-16 egdaniel@google.com Switch GrFillInData to use GrColorType instead of GrPixelConfig. 2019-10-16 mtklein@google.com mark which SkVM tests should JIT or not 2019-10-16 mtklein@google.com add a TODO about lifetimes and hoisting 2019-10-16 brianosman@google.com Interpreter: Reflect all uniform variables in ByteCode Created with: gclient setdep -r src/third_party/skia@1dfc77cc08ee 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 csmartdalton@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=csmartdalton@google.com Bug: chromium:1011368,chromium:1014993,chromium:1011368,chromium:1014993,chromium:960620,chromium:b/141263986 b/141871494 Change-Id: Ief4993c9d41055916d9bb5057e36c55bfaaaa9fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864422Reviewed-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@{#706708}
-
Clark DuVall authored
These were broken from http://crrev.com/c/1854204 Change-Id: I566c48d4f3c03708d56280804e750563189257d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864517 Commit-Queue: Clark DuVall <cduvall@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Auto-Submit: Clark DuVall <cduvall@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#706707}
-
Gary Kacmarcik authored
Bug: 1015201 Change-Id: Ie5e1751391f6cd265b3012457ae266d7afecf3c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1866009 Auto-Submit: Gary Kacmarcik <garykac@chromium.org> Commit-Queue: Gary Kacmarcik <garykac@chromium.org> Commit-Queue: Jamie Walch <jamiewalch@chromium.org> Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/master@{#706706}
-
Mei Liang authored
This CL sets the Tab-to-Grid animation background color to be the same as the tab switcher background color. Change-Id: I7dc736dfa6dcdeda5a0a6f9dc4f49917b2cb9188 Bug: 1013001 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1854167Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Mei Liang <meiliang@chromium.org> Cr-Commit-Position: refs/heads/master@{#706705}
-
Jacob DeWitt authored
The immersive version of this test consistently passes, but the inline version consistently times out on some bots, especially mac ones. Split the test into separate files for the two session types so that we can run the more important immersive test while we try to fix the inline test (which is lower-priority). Bug: 1013444 Change-Id: Ia0f021c8d1d482385218c4dfd66ee3d8cbc94c26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865677Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Commit-Queue: Jacob DeWitt <jacde@chromium.org> Cr-Commit-Position: refs/heads/master@{#706704}
-