- 16 Jun, 2020 20 commits
-
-
Shakti Sahu authored
This CL fixes a bug where query tiles suggestion was disappearing after the view is recycled, since we didn't bind the view correctly. Bug: 1081130 Change-Id: I6bc98d547ae851a662ed26f772e3ea7a7dfb519b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2245693Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#778587}
-
Bettina authored
Also add more tests in phishing_url_feature_extractor. Bug: 1069793 Change-Id: Iebc588915d1fcd003bd942419fae9c20323f25ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2242228Reviewed-by:
Daniel Rubery <drubery@chromium.org> Commit-Queue: Bettina Dea <bdea@chromium.org> Cr-Commit-Position: refs/heads/master@{#778586}
-
Sunny Sachanandani authored
Fix getImageData for swap chain backed low latency 2d canvas on Windows by using the back buffer instead of front buffer for bitmaps. Also, add synchronization necessary for using the back buffer after present. Fix putImageData for low latency canvas by adding missing GrContext flush before present. Also, add a pixel test for this and consolidate the low latency pixel tests across platforms and enable low latency drawImage tests which were left disabled by accident. Bug: 1085559, 1085015 Change-Id: Iaed508d0ad96cb5618b0d9834d2e109c2b7124f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2238413 Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#778585}
-
Jesse McKenna authored
This change changes the command-line single-argument switch, used for launches from the Windows shell, from `--single-argument=` to `--single-argument `. This fixes an issue where users who have updated but not restarted Chrome are unable to open shell links (due to the mismatch between the just-updated open command in the registry and the expectations of the now-obsolete running browser). crrev.com/c/21165961 changed the command line used by the Windows shell (and set in the registry) from `"chrome.exe" "%1"` (where %1 is replaced by the argument to launch by the shell) to `"chrome.exe" --single-argument=%1` to enforce a limit of one argument on shell-based launches. This caused old versions (those which have updated but not restarted Chrome) to receive `--single-argument=<arg>` when Chrome is invoked from the shell, but be unable to interpret it. Because this change replaces the `=` with ` `, it is more backwards-compatible with old versions. They will simply ignore the `--single-argument` switch and interpret the space-delimited <arg> as the argument until the user restarts Chrome to launch the new version. Bug: 1092913 Change-Id: Iba734fe290944176f7ad38d36e670a1bea04623b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2238270Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Commit-Queue: Jesse McKenna <jessemckenna@google.com> Cr-Commit-Position: refs/heads/master@{#778584}
-
nancylingwang@google.com authored
This is the preparing for the adaptive icon feature. There will be a new type, adaptive icon, to fetch the background and foreground, so modify the current boolean for compress or uncompress to use the enum. BUG=1083331 Change-Id: I35d27a6bc4bc9263dcc0dd1ec5af5a57a271f199 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2244811Reviewed-by:
Long Cheng <lgcheng@google.com> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#778583}
-
Lukasz Anforowicz authored
Before this CL, tests/affected-expr test would fail to append |.get()| to an argument passed to a constructor. After this CL, the test passes. See also https://bugs.llvm.org/show_bug.cgi?id=46287. Bug: 1069567 Change-Id: Ie0660fec164938a0cfd18d64ac02a405f947f5c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2242478Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#778582}
-
Lukasz Anforowicz authored
After this CL, the rewriter will no longer unconditionally skip fields in the following scenarios: - Overlapping fields (e.g. |SomeClass *field1, *field2;|). - Char pointer fields (e.g. |char* field| or |wchar_t* field|) - Fields expanding in macro scratch space Instead, the rewriter will emit such fields as candidates for the --field-filter-file blocklist - in the following section of the output: ==== BEGIN FIELD FILTERS ==== MyStruct::const_char_ptr # char MacroTest1::ptr_field # macro my_namespace::MyStruct::overlapping_1a # overlapping ==== END FIELD FILTERS ==== Bug: 1069567 Change-Id: If91b02d35a1239aff464e97493ae5cf930a759a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2213450 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#778581}
-
Nate Fischer authored
This is a follow-up to https://crrev.com/c/2103040 to update markdown docs. This is mostly mechanical, with minor rewording to Safe Browsing docs. This leaves one URL unmodified, since it's pointing to a CL which predates the "allowlist" renaming. Bug: 842296 Test: tools/md_browser/md_browser.py Test: Upload to gerrit > open file > click "gitiles" Change-Id: Ib6dc325968084bfdf61119dbad7897311e39892d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246792 Auto-Submit: Nate Fischer <ntfschr@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#778580}
-
Raymond Toy authored
The main processing loop for the k-rate Oscillator is updated to use SSE2 instructions to speed up processing. Four tests fail because we have slightly reduced accuracy. Testing shows that the loss of accuracy is due to using a float for virtual_read_index in the loop instead of a double as previously. A implementation using a double passes all the original tests but does show that it does lose performance. I think the change in accuracy is acceptable. WebAudio Bench results from a linux machine. In summary, the SIMD version is about 60% as much time (about 1.75 times faster). Without CL: TEST μs MIN Q1 MEDIAN Q3 MAX MEAN STDDEV Baseline 713 713 748 757 766 877 760.25 18.35 Oscillator 949 949 972 990 1005 1132 990.78 24.35 With CL: TEST μs MIN Q1 MEDIAN Q3 MAX MEAN STDDEV Baseline 728 728 747 756 763 908 757.46 16.81 Oscillator 521 521 549 564 581 874 566.87 27.77 Bug: 1013118 Change-Id: Ic5445cc152e960b41817f245ac306691f7c57f90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246831Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#778579}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1592179115-ce9d3833511cd09c1a658f7526d2bf0aece0f3f3.profdata to chrome-win64-master-1592254457-49e6f7cc818263441b4a68ab874369702506c19f.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-win64-chromium Please CC jeffyoon@google.com,liaoyuke@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: chrome/try:win64-chrome Tbr: jeffyoon@google.com,liaoyuke@google.com Change-Id: I095199dd3c2b38e31fc15de65c845bb8fe475af9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2247218Reviewed-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@{#778578}
-
Chris Harrelson authored
It never shipped and was last edited maybe 8 years ago [1] [1] https://chromium.googlesource.com/chromium/src/+/fc39a1d8142609506e134df58a3f9ebee8e34dcf Change-Id: Ic349defec813588642d184ff8d99350695dd3478 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2240391 Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#778577}
-
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-linux-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: I439a99f31eb8dac81e55bb7b0836b88085bf4bd0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2247102Reviewed-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@{#778576}
-
Ian Kilpatrick authored
... and also border_padding_, border_scrollbar_padding_. This patch is in preparation for moving the relative position calculation into NG, but may have some value by itself. The relative position calculation needs to know about the initial child_available_size_ to resolve percentages against. This moves the child_available_size_, border_padding_, and border_padding_scrollbar_ into the container builder. Change-Id: Ifa0a9f307c0943cb1f4e1dade948980d46abc10f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225457 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#778575}
-
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 20 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}
-