1. 16 Jun, 2020 7 commits
    • chromium-autoroll's avatar
      Roll ANGLE from e95e2c3c48a4 to 1a455f4e54b0 (6 revisions) · 2713ad20
      chromium-autoroll authored
      https://chromium.googlesource.com/angle/angle.git/+log/e95e2c3c48a4..1a455f4e54b0
      
      2020-06-15 m.maiya@samsung.com Vulkan: Set external image's usage flags based on AHB usage flags
      2020-06-15 shrekshao@google.com Fix baseVertex and baseInstance with streaming attributes
      2020-06-15 angle-autoroll@skia-public.iam.gserviceaccount.com Roll VK-GL-CTS from a60f89ffcba2 to bfa95c7ad8b7 (7 revisions)
      2020-06-15 geofflang@chromium.org Revert "Remove redundant BlendStateArray tracking"
      2020-06-15 geofflang@chromium.org Don't expose pixmap support from DisplayEGL.
      2020-06-15 m.maiya@samsung.com Vulkan: Addition of ImageRespecificationTest
      
      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: chromium:1078330,chromium:1085996,chromium:1094634
      Tbr: courtneygo@google.com
      Test: Test: angle_end2end_tests.exe --gtest_filter=ImageRespecificationTest*
      Change-Id: I8e7d0dbe7d9b8efb6c378ab3def4441d515b0161
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2247040Reviewed-by: default avatarchromium-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@{#778574}
      2713ad20
    • Daniel Rubery's avatar
      Update scanning string for Advanced Protection scans · e638fe43
      Daniel Rubery authored
      Enterprise scans update the string used during deep scanning to
      explicitly refer to "your organization". This is not appropriate for
      Advanced Protection users, who do not have an organization. So this CL
      reverts the string used by Advanced Protection deep scans back to
      "file.exe is being scanned."
      
      Screenshot: https://screenshot.googleplex.com/SAoUW1MNcx8.png
      
      Bug: 1020418
      Change-Id: Ib038b4c65511df3e650bdd14b0e1d75d24e78a1f
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2247118Reviewed-by: default avatarXing Liu <xingliu@chromium.org>
      Commit-Queue: Daniel Rubery <drubery@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#778573}
      e638fe43
    • Sergey Ulanov's avatar
      Revert "Emit accessible text-attribute-changed events" · ac457eea
      Sergey Ulanov authored
      This reverts commit a6bb85c6.
      
      Reason for revert: Broke accessibility_unittests
      
      Original change's description:
      > Emit accessible text-attribute-changed events
      > 
      > * Add TEXT_ATTRIBUTE_CHANGED event so platforms can distinguish this
      >   event from the more generic OTHER_ATTRIBUTE_CHANGED event that was
      >   being fired.
      > 
      > * Fire TEXT_ATTRIBUTE_CHANGED from the AXEventGenerator for:
      >   - kBackgroundColor
      >   - kColor
      >   - kFontFamily
      >   - kFontSize
      >   - kFontWeight
      >   - kMarkerTypes (e.g. for spelling and grammar errors)
      >   - kTextDirection
      >   - kTextPosition
      >   - kTextStyle
      >   - kTextOverlineStyle
      >   - kTextStrikethroughStyle
      >   - kTextUnderlineStyle
      > 
      > * Fire state-change event for ATK when ATK_STATE_ENABLED changes.
      >   (Detected as a side effect of debugging an issue with the above)
      > 
      > * Eliminate some extraneous accessibility events resulting from the
      >   ignored state being changed on an element.
      > 
      > Bug: 904977, 1062063, 1085481
      > 
      > AX-Relnotes:
      > 
      > Windows and Linux assistive technologies are now notified when text
      > attributes have been changed. This allows them to update any cached
      > information they may have so as not to present stale/inaccurate data
      > about text appearance.
      > 
      > In addition, because a notification is emitted when a newly-typed word
      > has a spelling or grammar error, the Orca screen reader now announces
      > when the error indicator appears.
      > 
      > Change-Id: I6a070154304f185dcd6343baadb728b0a4beec35
      > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2211224
      > Reviewed-by: Kurt Catti-Schmidt <kschmi@microsoft.com>
      > Reviewed-by: Benjamin Beaudry <benjamin.beaudry@microsoft.com>
      > Reviewed-by: Javier Fernandez <jfernandez@igalia.com>
      > Reviewed-by: Nektarios Paisios <nektar@chromium.org>
      > Reviewed-by: Dominic Mazzoni <dmazzoni@chromium.org>
      > Commit-Queue: Joanmarie Diggs <jdiggs@igalia.com>
      > Cr-Commit-Position: refs/heads/master@{#778437}
      
      TBR=dmazzoni@chromium.org,jfernandez@igalia.com,rego@igalia.com,nektar@chromium.org,kschmi@microsoft.com,iapres@microsoft.com,jdiggs@igalia.com,benjamin.beaudry@microsoft.com
      
      Change-Id: I96a6bb5b811263dd77c262a62673ec76243c2dd2
      No-Presubmit: true
      No-Tree-Checks: true
      No-Try: true
      Bug: 904977, 1062063, 1085481
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246193Reviewed-by: default avatarSergey Ulanov <sergeyu@chromium.org>
      Commit-Queue: Sergey Ulanov <sergeyu@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#778572}
      ac457eea
    • Jinsuk Kim's avatar
      GestureNav: Show back history popup always on history sheet · 6a6eead8
      Jinsuk Kim authored
      This CL ensures that the back history popup (longpress on back button)
      will use NavigationSheet regardless of gesture navigation variation
      option which can turn on or off Navigation sheet.
      
      NavigationPopup will be used for Tablet back/forward history UI only.
      
      Bug: 1006111
      Change-Id: If5be3d04d34b36d0e203c8750c88bde607058411
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2245151Reviewed-by: default avatarTed Choc <tedchoc@chromium.org>
      Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#778571}
      6a6eead8
    • Jacques Newman's avatar
      [GridNG] Implementation of NGGridBlockTrackCollection · 57576040
      Jacques Newman authored
      Introduces the following:
      class GridBlockTrackCollection: Builds ranges given
        specified tracks, implicit tracks, and an auto repeat value.
      class GridTrackList: Aids in accessing list of repeaters.
      class GridTrackRepeater: Container for repeated tracks.
      
      
      Bug: 1045599
      Change-Id: I929e12dd5c4fcd1e98b3e0e43d6f4a26c4b1a574
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2237722
      Commit-Queue: Jacques Newman <janewman@microsoft.com>
      Reviewed-by: default avatarChristian Biesinger <cbiesinger@chromium.org>
      Reviewed-by: default avatarKurt Catti-Schmidt <kschmi@microsoft.com>
      Reviewed-by: default avatarIan Kilpatrick <ikilpatrick@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#778570}
      57576040
    • Luciano Pacheco's avatar
      Files app: Style background image in CWS error dialog · 80048905
      Luciano Pacheco authored
      The error dialog in in the CWS (Chrome Web Store) shows an icon as
      background image. Currently this icon is cut off by the dialog title and
      it's off center because the image has empty space at the right hand
      side.
      
      This CL positions the image in the center with margin-inline-start and
      sets the height to push the dialog title below the icon.
      
      See crbug.com/992827#c47 for screenshot with this changes.
      
      Bug: 992827
      Change-Id: I70b871cd7b3a54e5043ef624f6861c3dc5f43c63
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246086
      Auto-Submit: Luciano Pacheco <lucmult@chromium.org>
      Commit-Queue: Alex Danilo <adanilo@chromium.org>
      Reviewed-by: default avatarAlex Danilo <adanilo@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#778569}
      80048905
    • Qiran Gong's avatar
      [IPC Fuzzer] Add FuzzTraits · 6997bb6e
      Qiran Gong authored
      Add gpu::CommandBuffer::State to handle the following message:
      GpuCommandBufferMsg_SignalAck.
      
      Add content::ScreenOrientationValues, viz::LocalSurfaceIdAllocation,
      viz::LocalSurfaceId to handle the following message:
      FrameHostMsg_SynchronizeVisualProperties.
      
      Add gfx::SwapTimings, gfx::SwapResult, gfx::SwapResponse,
      gpu::SwapBuffersCompleteParams to handle the following message:
      GpuCommandBufferMsg_SwapBuffersCompleted.
      
      Change-Id: I01c98664cb18996c4298fb726233ecab60b4d692
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2245238
      Commit-Queue: Martin Barbella <mbarbella@chromium.org>
      Reviewed-by: default avatarMartin Barbella <mbarbella@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#778568}
      6997bb6e
  2. 15 Jun, 2020 33 commits