- 16 Jun, 2020 7 commits
-
-
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:
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@{#778574}
-
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:
Xing Liu <xingliu@chromium.org> Commit-Queue: Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#778573}
-
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:
Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#778572}
-
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:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#778571}
-
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:
Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
Kurt Catti-Schmidt <kschmi@microsoft.com> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#778570}
-
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:
Alex Danilo <adanilo@chromium.org> Cr-Commit-Position: refs/heads/master@{#778569}
-
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:
Martin Barbella <mbarbella@chromium.org> Cr-Commit-Position: refs/heads/master@{#778568}
-
- 15 Jun, 2020 33 commits
-
-
Abhijeet Singh authored
When focused, Quick Answer's primary text should be announced when the Chrome Vox screen reader is active. Bug: b:152059023 Test: Tested on Atlas test device. Change-Id: I4c2ccbe7e86ad98bd7100d80acdba1da1ae465b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2247239Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Abhijeet Singh <siabhijeet@google.com> Cr-Commit-Position: refs/heads/master@{#778567}
-
David Vallet authored
Bug:1044763,1056890 Change-Id: I324aa1f94495d54383caa9bf00ff6aeaa1f51e6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2241103 Commit-Queue: David Vallet <dvallet@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Megan Jablonski <megjablon@chromium.org> Cr-Commit-Position: refs/heads/master@{#778566}
-
Meilin Wang authored
This CL extends the |Assistant.SetDspHotwordLocale| UMA for a year. Bug: none. Test: manally. Change-Id: Ib6f48b7835077c0c88fff18807331aa551869249 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2238419Reviewed-by:
Tao Wu <wutao@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Meilin Wang <meilinw@chromium.org> Cr-Commit-Position: refs/heads/master@{#778565}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-compile-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-compile-chrome TBR=chrome-os-gardeners@google.com Change-Id: I37571a3d9e9243a4aa51cc120c4a29ee6dc030fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2245175Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#778564}
-
Chris Lu authored
Bug: 1071914 Change-Id: Ifcec136f6297da09582e978ac587f397a8830f71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246985 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Auto-Submit: Chris Lu <thegreenfrog@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#778563}
-
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/perfetto-trace-processor-win-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: I4f622dc4a1250b48f95db6bd858099e293cc324a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246954Reviewed-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@{#778562}
-
Stephanie Kim authored
This reverts commit 79472ed7. Reason for revert: Forgot mb configs Original change's description: > android-binary-size-generator ci bot setup > > Bug: 1078460 > Change-Id: I4a78617ef3ccfe2fa9bad06f8eb6bedcefaf2391 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2245677 > Reviewed-by: Stephen Martinis <martiniss@chromium.org> > Commit-Queue: Stephanie Kim <kimstephanie@google.com> > Cr-Commit-Position: refs/heads/master@{#778536} TBR=martiniss@google.com,agrieve@chromium.org,martiniss@chromium.org,kimstephanie@google.com Change-Id: If0dae60ce2f000a5fc46f34a0c209919844f3cd9 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1078460 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2247144Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: Stephen Martinis <martiniss@chromium.org> Cr-Commit-Position: refs/heads/master@{#778561}
-
Andrew Xu authored
This issue has never been reported and is exposed by my CL in progress. When setting hotseat bounds without animation, hotseat widget may have the running bounds animation. Setting bounds will interrupt the running animation and it'll progress to the end. As a result, hotseat widget'll be caught in an intermediate state where the old target bounds are set right before updating with the new target bounds. In this CL, the running hotseat animations are aborted before setting hotseat bounds. Bug: 1095055 Change-Id: I2adfc87c10c1e0a120758ee7a1d12f03c34e90ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2247141Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Andrew Xu <andrewxu@chromium.org> Cr-Commit-Position: refs/heads/master@{#778560}
-
Harald Alvestrand authored
This introduces the "release_bot_blink" configuration and mixin, and uses it for a few bots that were found to miss H.264 in the previous cycle. Bug: chromium:1091163 Change-Id: I454b85bb06ae8bcbd1cf7d6a6af0220def6e9810 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246166 Commit-Queue: Harald Alvestrand <hta@chromium.org> Reviewed-by:
Mirko Bonadei <mbonadei@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/master@{#778559}
-
Xiyuan Xia authored
Reland + fix test flake > This wires AnimationThroughputReporter for state transition animation > metrics. > > Bug: 1021774 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2240411 > Reviewed-by: Jun Mukai <mukai@chromium.org> Bug: 1021774, 1094441 Change-Id: I2e75502e8a8024fbf6e95a84afbf391d22a4df4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246955Reviewed-by:
Andrew Xu <andrewxu@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#778558}
-
Kelvin Jiang authored
This CL adds support for the append/set modifyHeaders operations in RequestAction, along with a header value. Now, matching modifyHeaders rules will also have the appended/set values for its headers added to RequestActions. Evaluation of these operations will be done in a follow up. Bug: 1081544 Change-Id: Id716b556bb088049223471b6702009ac300d4916 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2242657 Commit-Queue: Kelvin Jiang <kelvinjiang@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#778557}
-
Songtao Xia authored
disable tests for https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2233229 The reason these tests are failing is because the CL above changed NetworkLog behavior, adding more entries to it. Staged re-enabling tests CL is here: https://chromium-review.googlesource.com/c/chromium/src/+/2245668 Bug: crbug.com/1094669 Change-Id: Id69bbec3988dc41f2f1eabae7787871f83e55ecf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2245031 Commit-Queue: Songtao Xia <soxia@microsoft.com> Reviewed-by:
Brandon Goddard <brgoddar@microsoft.com> Cr-Commit-Position: refs/heads/master@{#778556}
-
Yoichi Osato authored
When we run "content_shell --run-web-tests" on remote Windows on console (e.g. Visual Studio code remote), that doesn't create a window to focus. Then TSFBridgeImpl::Initialize() failed but ::RemoveFocusedClient() is called, which assumes initialization. This CL changes to doing nothing rather than DCHECK. Change-Id: I5ffc9be0c1be0bb664f5a91eb107410b74dab019 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2235258Reviewed-by:
Yohei Yukawa <yukawa@chromium.org> Commit-Queue: Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#778555}
-
John Abd-El-Malek authored
Bug: 1088488 Change-Id: I0e954a8268f69d4664f27a2979883ae7263191b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246221 Commit-Queue: John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#778554}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/2c91b8d5a4b1..f773e05e5d7c 2020-06-15 mjzhang@chromium.org Remove the pipeline metrics and visualization charts 2020-06-15 huangs@chromium.org [DFM] Compartmentalize on-device subdirectory for fake install module loading. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC skyostil@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:chromeos-kevin-rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: chromium:1078160,chromium:1093238 Tbr: skyostil@google.com Change-Id: Ia2c7cfcb963384cdbeef6140a72303d78c933b96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246308Reviewed-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@{#778553}
-
Robert Ma authored
Change-Id: I6b5c0ba72833340cad27f848c3f4cce81b2daa76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246789 Auto-Submit: Robert Ma <robertma@chromium.org> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#778552}
-
Rahul Arakeri authored
This CL enables composited scrollers on Mac to jump when clicked on the scrollbar. On Mac, the "jump to the spot that's clicked" setting can be dynamically set via System Preferences. When enabled, the expectation is that regular clicks on the scrollbar should make the scroller "jump" to the clicked location rather than animated scrolling. Additionally, when this is enabled and the user does an Option + click on the scrollbar, the scroller should *not* jump to that spot (i.e it should be treated as a regular track click). When this setting is disabled on the Mac, Option + click should make the scroller jump and a regular click should animate the scroll offset. On all other platforms, the "jump on click" option is available (via Shift + click) but is not configurable. Bug: 1080590 Change-Id: Ibf5bf2c12184189b136f8b96acc20585406c168c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2244972 Commit-Queue: Rahul Arakeri <arakeri@microsoft.com> Reviewed-by:
David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#778551}
-
Lukasz Anforowicz authored
Bug: 1069567 Change-Id: Ice3948b8848007eb11dcbaed13c0db7cb4171089 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2244122 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#778550}
-
Renjie Tang authored
This change along with flipping FLAGS_quic_reloadable_flag_quic_enable_zero_rtt_for_tls will enable Chrome IETF QUIC 0-RTT support. Manually verified with https://quic.rocks:4433/ Change-Id: I6e69ab5a006b520238ad43b97e3af33497e2bbe9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246986Reviewed-by:
Nick Harper <nharper@chromium.org> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Commit-Queue: Renjie Tang <renjietang@chromium.org> Cr-Commit-Position: refs/heads/master@{#778549}
-
David Benjamin authored
If crypto::HMAC::Sign is passed too large of a buffer, it silently fails to initialize the entire buffer. If crypto::HMAC::VerifyTruncated is passed too large of one, it silently ignores the remainder of the digest. Fix both of these. Change-Id: Id57d5fc61ad85c9c63aef8f497c20fffd4409e2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246989Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Commit-Queue: David Benjamin <davidben@chromium.org> Cr-Commit-Position: refs/heads/master@{#778548}
-
Wan-Teh Chang authored
Change gfx::ColorSpace::ToSkYUVColorSpace() to return kJPEG_SkYUVColorSpace for full-range BT.601 YUV only, rather than all full-range YUV color spaces. Change-Id: Idc407f87baf110ac1fbdabdc6a6a6a535b48c1c3 Bug: 1095161 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2244046 Commit-Queue: Wan-Teh Chang <wtc@google.com> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#778547}
-
Charlie Reis authored
This CL adds session_history.md to explain how NavigationController tracks the back/forward history in each tab. BUG=1015882 Change-Id: I48d7143b513b049ea100ab7efe7d8cc8c41b2cc3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225373 Commit-Queue: Charlie Reis <creis@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#778546}
-
Emily Stark authored
This CL includes subframe navigations along with same-doc navigations when we make sure to hide the path when a navigation finishes. This also fixes some logic so that we do *not* hide the path on these navigations if the path hasn't already been hidden (i.e. if the user hasn't interacted with the page yet). There are new unit tests for both subframe and same-doc navigations. Bug: 1093870 Change-Id: Ibc382041e79931a6cd5dce9e0d3fd61edd7ff5cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2243594 Commit-Queue: Emily Stark <estark@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Cr-Commit-Position: refs/heads/master@{#778545}
-
Ian Struiksma authored
Changed test files for 2 sites tirerack - add an escape step pac_sun - update proper cc exp date & change expectations to FAILURE test files diff: pac_sun.test 27c27 < "value": "05/27" --- > "value": "05/20" 197c197 < "expectedValue": "05/27", --- > "expectedValue": "05/20", 201c201 < "expectedAutofillType": "CREDIT_CARD_EXP_DATE_2_DIGIT_YEAR", --- > "expectedAutofillType": "CREDIT_CARD_EXP_DATE_4_DIGIT_YEAR", tirerack.test 175,178d174 < "type": "PressEscape", < "action_index": 22 < }, < { Bug: 1094470,1090042 Change-Id: Ib4d6348ebe32e68eb277ecb5ae404dd23a80c492 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246921 Auto-Submit: Ian Struiksma <ianstruiksma@google.com> Reviewed-by:
Dominic Battré <battre@chromium.org> Commit-Queue: Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#778544}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/477847f85b70..3e3864d7cbd1 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 flackr@google.com,sergeyu@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:1087037 Tbr: flackr@google.com,sergeyu@google.com Change-Id: I77853ded090fea8746f81fe7d5190c5cd169b819 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246751Reviewed-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@{#778543}
-
Tom Anderson authored
This fixes a regression after [1] where windows could not be joined via tab dragging. The issue is that X11EventSource::dispatching_event_ got reset to the old event, not to nullptr, so when nested message loops end, |dispatching_event_| is an old event from when the tab drag started. [1] https://chromium.googlesource.com/chromium/src.git/+/5c0232fa34a0a236b895de81034a042e906b8a0d R=sky Bug: 1066670 Change-Id: Ic03f0f418591ec7e7ce3dbdb4e7067ca0b19b4b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246850 Auto-Submit: Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#778542}
-
Sorin Jianu authored
This improves the backward compatibility of the on-demand legacy server. It feeds install progress to the update client in Chrome and handles the installer errors. There is a patch which can be used to fix some eager DCHECKS in the update client in Chrome to facilitate debugging end to end. Don't patch the production update client in Chrome. Bug: 1067348 Change-Id: I9ea2e732c9a2ebc3102a2696179ca186aa2fd72a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2233858Reviewed-by:
S. Ganesh <ganesh@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#778541}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/82d619699dd3..6b2caf7dfc87 2020-06-15 bsalomon@google.com GrAlphaThresholdFragmentProcessor uses child processor for mask. 2020-06-15 johnstiles@google.com Update EllipticalRRectEffect to support an input FP. 2020-06-15 johnstiles@google.com Improve error reporting in ProcessorCloneTest. 2020-06-15 elliotevans@google.com Added CanvasKit.MakeImageFromCanvasImageSource which is useful as an alternative to 2020-06-15 fmalita@chromium.org Fix infinite loop in SkParsePath::FromSVGString 2020-06-15 brianosman@google.com Moved SampleMatrix computation out of SectionAndParameterHelper 2020-06-15 johnstiles@google.com Update ConstColor FP to support an input FP. 2020-06-15 egdaniel@google.com Fix tracking of d3d cpu descriptor heaps. 2020-06-15 herb@google.com GrTextContext::Options -> GrSDFTOptions 2020-06-15 johnstiles@google.com Fix pointer ownership issue with SkSL static switches. 2020-06-15 bsalomon@google.com Disable MorphologyFilterRadiusWithMirrorCTM_Gpu on AndroidOne 2020-06-15 johnstiles@google.com Add cloneAndRegisterAllChildProcessors. 2020-06-15 dmazzoni@chromium.org Add separate PDF tag attribute interfaces for names and strings 2020-06-15 johnstiles@google.com Add helper method to clone and register a child FP. 2020-06-15 djsollen@google.com Revert "Allow building with Wuffs v0.3, not just v0.2" 2020-06-15 nigeltao@google.com Allow building with Wuffs v0.3, not just v0.2 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 djsollen@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 Bug: chromium:607777 Tbr: djsollen@google.com Change-Id: If5c89785645af74a759c99e4ca90d8ff903466c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246857Reviewed-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@{#778540}
-
Doug Arnett authored
This is meant to improve stability by checking the translate frame response does apply to the current pending operation. Bug: 1093320 Change-Id: I6abb5b721f3ec8467cb317e6b14901f377c89fc4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246862 Commit-Queue: Doug Arnett <dougarnett@chromium.org> Reviewed-by:
Megan Jablonski <megjablon@chromium.org> Cr-Commit-Position: refs/heads/master@{#778539}
-
Xing Liu authored
This CL only adds a function parameter through the pipeline. No logic change in DownloadItemImpl. For InProgressDownloadManager, since it's only used in resumption, we reuse the persisted DownloadSchedule struct from DownloadItem. For devtool and weblayer download manager, a base::nullopt is passed through that we don't support download later feature in these cases. Bug: 1078454 Change-Id: Ia9503e980e3ab25946d0899fd0ef1048c6328b77 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2242202Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#778538}
-
Sven Zheng authored
Fuzzy diff can help deflake some pixel tests. This cl also changes the dialog pixel tests to use fuzzy diff. Bug: 1087164 Change-Id: I808045876d4e147137a7461a75628f0fabd5127a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2219393 Commit-Queue: Sven Zheng <svenzheng@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#778537}
-
Stephanie Kim authored
Bug: 1078460 Change-Id: I4a78617ef3ccfe2fa9bad06f8eb6bedcefaf2391 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2245677Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: Stephanie Kim <kimstephanie@google.com> Cr-Commit-Position: refs/heads/master@{#778536}
-
Yuke Liao authored
When test passes, there is no guarantee that the test itself will clean up all created child processes, so to make the test launcher leak proof, issues a group kill. This only applies to clang profiling build because those lingering processes usually indicate prod issues, so we don't want them to be masked in regular build. Bug: 1073832 Change-Id: I92ce55d9e5122e4aae18d4c4df46a378fe57159c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2241641Reviewed-by:
Erik Staab <estaab@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Reviewed-by:
Ilia Samsonov <isamsonov@google.com> Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#778535}
-