- 27 Nov, 2019 40 commits
-
-
Abhijeet Kandalkar authored
This CL has two goals, 1. Use DynamicTo<SVGScriptElement> as new downcast helper 2. Use IsA<SVGScriptElement>(element) in place of IsSVGScriptElement(element) Bug: 891908 Change-Id: I74d59ca2549e7e19291f205b37b721e4eb3da5ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1936690Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Abhijeet | Igalia <abhijeet@igalia.com> Cr-Commit-Position: refs/heads/master@{#719614}
-
jongdeok.kim authored
This CL changes to use SetRoundedCornerRadius, and removes mask layer. Bug: 1005390 Change-Id: Id3b913ea2b20cb68c94ecda1d4cd14fa6e969283 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1936694 Commit-Queue: Justin Donnelly <jdonnelly@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Reviewed-by:
Malay Keshav <malaykeshav@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#719613}
-
Roman Sorokin authored
Also center similar to other illustrations Bug: 1019879 Change-Id: I864c425d46694d9370d48636daf996c8b27d657e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1939407Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#719612}
-
Tim Schumann authored
Bug: 1028594 Change-Id: If251adbf93f56a674a1247d3ae20deb403eac9bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1936769Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Robert Kaplow <rkaplow@chromium.org> Auto-Submit: Tim Schumann <tschumann@chromium.org> Cr-Commit-Position: refs/heads/master@{#719611}
-
kylechar authored
The existing RunOnceClosure<N> implementation wouldn't compile if the Nth argument was a OnceClosure passed by value. Use the same action machinery as RunOnceCallback<N> to fix this. Bug: none Change-Id: I4fe5fe187ead7bedd084b26575e74da7fab3f7ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1925556Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#719610}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/03e4c95c31e6..c241b5896524 git log 03e4c95c31e6..c241b5896524 --date=short --first-parent --format='%ad %ae %s' 2019-11-27 bsalomon@google.com Make fragment processor iterators work with range for loops. 2019-11-27 egdaniel@google.com Handle failures in VkCommandBuffer creation. Created with: gclient setdep -r src/third_party/skia@c241b5896524 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 bungeman@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 Bug: None Tbr: bungeman@google.com Change-Id: Iad0bea6f72f2c4a983b320f7ac7fa46225a1344d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1939951Reviewed-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@{#719609}
-
Corentin Wallez authored
This reverts commit 8834f5a3. Reason for revert: Likely culprit for consistent failure on Linux FYI Debug (NVIDIA): both GpuProcess_swiftshader_for_webgl and GpuProcess_feature_status_under_swiftshader fail DCHECK(gpu_feature_info_.IsInitialized()) Original change's description: > Replace GPU Compositing feature with GL > > GPU compositing is never specifically blacklisted in > software_rendering_list.json, only when all are disabled, so remove it, > and add GPU_FEATURE_TYPE_GL. Use this as a proxy for GPU compositing for > now. This will need to be fixed to support the case where GL is > blacklisted, but Vulkan is still enabled. > > Bug: 1005383 > Change-Id: I0330021cfa59c6c4cf2719785f7931e53ec50f80 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917753 > Commit-Queue: Sean Gilhuly <sgilhuly@chromium.org> > Reviewed-by: Zhenyao Mo <zmo@chromium.org> > Reviewed-by: kylechar <kylechar@chromium.org> > Cr-Commit-Position: refs/heads/master@{#719399} TBR=zmo@chromium.org,kylechar@chromium.org,sgilhuly@chromium.org Change-Id: I65f801a3d790f864367101cbaabc7991308ffe03 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1005383 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1940172Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Cr-Commit-Position: refs/heads/master@{#719608}
-
Ioana Pandele authored
Setting the policy to enabled will only cause credential checking to be performed if Safe Browsing is also enabled. Bug: 1028095 Change-Id: I30f5a777cf055997d379d40fefb97db7b2b8dcad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937032 Commit-Queue: Ioana Pandele <ioanap@chromium.org> Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#719607}
-
David Jean authored
This is a reland of c273c91d Original change's description: > [ios] Move password settings tests to EG2 > > Bug: 987646 > Change-Id: I9e21ec812293136797b80af8c4b189331941a111 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903363 > Reviewed-by: Gauthier Ambard <gambard@chromium.org> > Reviewed-by: Eugene But <eugenebut@chromium.org> > Commit-Queue: David Jean <djean@chromium.org> > Cr-Commit-Position: refs/heads/master@{#715258} Bug: 987646 Change-Id: I9bdce59f16eb10493b69f43133bd2316396c51e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917218 Commit-Queue: David Jean <djean@chromium.org> Reviewed-by:
Stepan Khapugin <stkhapugin@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#719606}
-
Alex Turner authored
Improves histogram documentation by adding note warning that sums may substantially differ from the true value due to per-sample rounding. For example, if many tiny resources are loaded, each sample will have a recorded size of 0 KB. The error between the sum of these and the true value will thus accumulate. Change-Id: I5c72b770ed4ad3e9649666d31e64d1e0a68e7924 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937772Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Reviewed-by:
John Delaney <johnidel@chromium.org> Commit-Queue: Alex Turner <alexmt@chromium.org> Cr-Commit-Position: refs/heads/master@{#719605}
-
Bret Sepulveda authored
This patch moves PermissionsBubbleDialogDelegateView out of permission_prompt_impl.cc, renames it to PermissionPromptBubbleView, changes most methods on PermissionPromptImpl to delegate to the bubble class instead of manipulating it directly, and rewrites the bubble code to be more idiomatic. This patch also deletes permission_prompt_impl_views.cc and moves the function inside it to permission_prompt_impl.cc, since the latter is now much simpler. Bug: 1019129 Change-Id: I21293657d020cddb61c992b8c34ea90b1b6023de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890337 Commit-Queue: Bret Sepulveda <bsep@chromium.org> Reviewed-by:
Wei Li <weili@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#719604}
-
Ioana Pandele authored
The icon is set to appear above all the items in the dialog when enough space to display the image is available and next to the title, when there isn't enough space. There are screenshots at https://crbug.com/1028095#c24 Bug: 1028095 Change-Id: I4e0b363ccea48ecf9588dc5764a61ef7f330639e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937175 Commit-Queue: Ioana Pandele <ioanap@chromium.org> Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#719603}
-
Mikel Astiz authored
https://chromium-review.googlesource.com/c/chromium/src/+/1886898 has recently switched to reading favicons on demand from a dedicated server, so the traffic caused by sync-ing history favicons can be spared. This patch achieves so by enabling an existing feature toggle. One additional aspect is addressed, overlooked previously in https://chromium-review.googlesource.com/c/chromium/src/+/1653428: the local copy of favicons as persisted by sync (pseudo-USS) must be cleaned up to avoid indefinitely leaking such data locally. Bug: 978775 Change-Id: I7bf0c8d05348b5399cd3c5bc9f8675cd013d600e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917173 Commit-Queue: Mikel Astiz <mastiz@chromium.org> Reviewed-by:
vitaliii <vitaliii@chromium.org> Cr-Commit-Position: refs/heads/master@{#719602}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/fff69a79f984..d1cfda327db2 git log fff69a79f984..d1cfda327db2 --date=short --first-parent --format='%ad %ae %s' 2019-11-27 tvanderlippe@chromium.org Migrate text_editor/ and cm_web_modes/ to ESM 2019-11-27 liviurau@chromium.org [devtools] Whitespace to test devtools recipe 2019-11-27 aerotwist@chromium.org Migrates layer_viewer/ to esm Created with: gclient setdep -r src/third_party/devtools-frontend/src@d1cfda327db2 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: chromium:1006759,chromium:1018837,chromium:1006759 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I06e0c39403f8f8c3871b6cd2458eb27118832f51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1940290Reviewed-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@{#719601}
-
Akihiro Ota authored
This change fixes a bug where single letters that appeared after numbers get replaced by units. In the example listed in the bug report, text such as "Join the 5g Network" would get announced as "Join the 5 grams Network". To prevent this behavior, we look for the pattern [number + single letter] and capitalize the letter; this prevents the TTS engine from replacing the letter with units. Bug: 1005933 Change-Id: Ic5251926d7e78796d4de45632dd817e9a0ac7f6a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1930690Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Cr-Commit-Position: refs/heads/master@{#719600}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/b1ccae253e0b..9f9e20a3dc68 git log b1ccae253e0b..9f9e20a3dc68 --date=short --first-parent --format='%ad %ae %s' 2019-11-27 mbonadei@webrtc.org Fix errorprone issues preventing Chromium Roll. 2019-11-27 phoglund@webrtc.org Turn off Goma for Linux GCC. 2019-11-27 peah@webrtc.org Corrected the aggregation of AGC choices and add fallback solution 2019-11-27 peah@webrtc.org Adding parametrization of the AEC3 howling mitigation behavior 2019-11-27 jonaso@webrtc.org make Connection::port() protected Created with: gclient setdep -r src/third_party/webrtc@9f9e20a3dc68 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@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 Bug: chromium:None,chromium:b/145243047 Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I7dcc90277b8e4dfb32f43af4e04e92e903883da5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1940289Reviewed-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@{#719599}
-
Chris Sharp authored
This reverts commit 4acb3251. Reason for revert: Tests are very flaky on linux-chromeos-dbg. See crbug.com/1029019 Original change's description: > [directorytree] Add a keyboard horizontal scroll test > > CL:1924341 limited the horizontal scroll of the directorytree to 0, to > resolve issue 1025581, and needs a test of this behavior. > > Test: create a nested set of test folders, and use keyboard arrow-left > (provided by expandSelectedFolderInTree, note) to navigate to the last > of those folders. Post navigation, verify the navigation, and that the > directory tree is not horizontally scrolled. > > This new test passes with CL:1924341, and fails before that CL (good). > The CL used requestAnimationFrame (rAF) to limit the scroll. Add async > test rAF helper and call it to ensure the scroll rAF is done, and that > expandSelectedFolderInTree events have been processed. > > Test: browser_tests --gtest_filter="*TreeKeyboardHorizontalScroll*" > Bug: 1025581 > Change-Id: Iff79b963559d282841f1d2045aadcee7e5840cea > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1936579 > Reviewed-by: Noel Gordon <noel@chromium.org> > Reviewed-by: Luciano Pacheco <lucmult@chromium.org> > Reviewed-by: Alex Danilo <adanilo@chromium.org> > Commit-Queue: Noel Gordon <noel@chromium.org> > Cr-Commit-Position: refs/heads/master@{#719411} TBR=noel@chromium.org,lucmult@chromium.org,adanilo@chromium.org Change-Id: I8a9957779fd6fddc8f53f45cb6118bcfa10b2360 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1025581 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1940507Reviewed-by:
Chris Sharp <csharp@chromium.org> Commit-Queue: Chris Sharp <csharp@chromium.org> Cr-Commit-Position: refs/heads/master@{#719598}
-
Yuki Shiino authored
Implements attribute get callback; [CachedAttribute], [SaveSameObject], [CheckSecurity=ReturnValue] Bug: 839389 Change-Id: I1982e5aee40d4800c870e15c5d83b702bcb5945a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1940308 Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#719597}
-
Yuki Shiino authored
Bug: 839389 Change-Id: Ia31c0b27ee034e697551d170a961b131cf8415e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1939989Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#719596}
-
Abhijeet Kandalkar authored
This CL has two goals, 1. Use To<SVGLinearGradientElement> as new downcast helper 2. Use IsA<SVGLinearGradientElement>(element) in place of IsSVGLinearGradientElement(element) Bug: 891908 Change-Id: I3f775ab96a3fab152b797aa29d9f7db3ae962b10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1936609Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Abhijeet | Igalia <abhijeet@igalia.com> Cr-Commit-Position: refs/heads/master@{#719595}
-
Hans Wennborg authored
CLANG_SVN_REVISION is prefixed with an 'n' these days, e.g. 'n331734'. Bug: 1015315 Change-Id: I6ed404f230be71f745f7febab10a222f8d6c6cf5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1939973Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Auto-Submit: Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#719594}
-
Yuki Shiino authored
Bug: 839389 Change-Id: I5da0e1c07c06f17ff9c40ec8ba9fac55b540f875 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1939083Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#719593}
-
Guillaume Jenkins authored
The Spelling Service ("Enhanced Spell Check") was migrated from a JSON-RPC endpoint to a REST endpoint. This migration was rolled out as a finch experiment to ensure nothing had regressed. Now that everything has been working well for a few months, it's time to clean up everything related to the Finch experiment and the old JSON-RPC endpoint. Metrics about the new endpoint: https://uma.googleplex.com/histograms?sid=53ae9a4522ca75cb8f945bf4422baafe Migration bug: https://bugs.chromium.org/p/chromium/issues/detail?id=943108 Migration mini design doc: https://docs.google.com/document/d/1tmqz3QTF-lhbbkBxqOSYMdNZ-OOhlMIhb8hczhbZVhQ Bug: 943108 Change-Id: If46ffbbbdf956f7ed7000ade6c3bd9c5252361f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1932095Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Guillaume Jenkins <gujen@google.com> Cr-Commit-Position: refs/heads/master@{#719592}
-
Alexander Timin authored
Restarting navigations synchronously is problematic because we might be in a middle of starting a different navigation and restart is going to be harmful: post a task instead to be able to reason what's on top of the stack. R=alexmos@chromium.org,arthursonzogni@chromium.org BUG=1017594 Change-Id: I2198a4497c960a0903837604f9f20099475d92e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1929246 Commit-Queue: Alexander Timin <altimin@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#719591}
-
Eric Seckler authored
Our webview startup benchmark gets confused if we export to atrace, because it is tracing both via atrace and chrome. If we export correctly to atrace, we end up with duplicate events in chrome. Before my recent begin/end split patch, we only exported END events to atrace, which were pretty meaningless on their own. This patch essentially restores the behavior prior to my patch by not exporting any events to atrace when perfetto tracing is enabled. Long term, we have to figure out how to prevent the duplicate events in our benchmarks. Bug: 1028882 Change-Id: If2595ad4d7f46c37a7bbc464d7fd71ad129d0923 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1939748 Auto-Submit: Eric Seckler <eseckler@chromium.org> Reviewed-by:
Stephen Nusko <nuskos@chromium.org> Commit-Queue: Eric Seckler <eseckler@chromium.org> Cr-Commit-Position: refs/heads/master@{#719590}
-
David Jean authored
Bug: 1023605 Change-Id: Idaf448e616a9ba1a0820c7f335595d8ae2d1fb35 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917166Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: David Jean <djean@chromium.org> Cr-Commit-Position: refs/heads/master@{#719589}
-
Monica Basta authored
There is a bug in the new user menu that is the profiles in the other people list is not sorted alphatecially by name. This CL fixes the bug by retrieving the profile attributes entry sorted by name. Bug: 1027809 Change-Id: I4355b35baacc2f374ab3f82e9ee5807db14b468b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1940274Reviewed-by:
Thomas Tangl <tangltom@chromium.org> Commit-Queue: Monica Basta <msalama@chromium.org> Cr-Commit-Position: refs/heads/master@{#719588}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/781bb85e9698..27d3c9399925 git log 781bb85e9698..27d3c9399925 --date=short --first-parent --format='%ad %ae %s' 2019-11-27 jmadill@chromium.org Revert "Vulkan: Accelerate Texture PBO updates" Created with: gclient setdep -r src/third_party/angle@27d3c9399925 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 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: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_optional_gpu_tests_rel Bug: chromium:1027098 Tbr: cwallez@google.com Change-Id: I353a3d7142fb0513c504adc6dd70c14a386fe9f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1940076Reviewed-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@{#719587}
-
Tommy Steimel authored
This CL updates the auto-dismiss logic to only count click-to-tabs as interactions instead of counting when the tab is focused by any means. The only reason we had it that way was to accommodate the "pre-refactor" world where it wasn't feasible to always detect the difference. Bug: 1026079 Change-Id: I8806f64ade7019716413ef54c07693574f192dfc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937141Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#719586}
-
Robbie Gibson authored
The root cause is that, because CALayer uses CGColors, which don't support the whole dynamic color infrastructure, we have to manually set these colors to the correct version in -traitCollectionDidChange. However, CALayer automatically animates any change to these properties. This means that when the color mode changes, the rest of the colors update immediately, but the layer's colors animate to the correct color over the next ~0.5 seconds. To fix this, we can use CATransaction and setDisableActions to disable the automatic animation. Fixed: 1028091 Change-Id: Id217c5387bffc77a5a971aac0e43198a1ffa8200 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1940328Reviewed-by:
Jérôme Lebel <jlebel@chromium.org> Commit-Queue: Robbie Gibson <rkgibson@google.com> Cr-Commit-Position: refs/heads/master@{#719585}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/2a8799ff0874..03e4c95c31e6 git log 2a8799ff0874..03e4c95c31e6 --date=short --first-parent --format='%ad %ae %s' 2019-11-27 robertphillips@google.com Move creation of GrProgramDesc to GrCaps-derived classes Created with: gclient setdep -r src/third_party/skia@03e4c95c31e6 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 bungeman@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 Bug: None Tbr: bungeman@google.com Change-Id: I5a86702fd33d4a7cfe9e300e32415c8c1cb19912 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1940075Reviewed-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@{#719584}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/fec12b8a43a1..66a99b6dabab git log fec12b8a43a1..66a99b6dabab --date=short --first-parent --format='%ad %ae %s' 2019-11-27 dberris@chromium.org Fix commit queue config Created with: gclient setdep -r src/third_party/catapult@66a99b6dabab 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 rmhasan@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_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: chromium:985223 Tbr: rmhasan@google.com Change-Id: Ib20a7bebe43c571f6bfaf152c4f344b6ca650ada Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1940077Reviewed-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@{#719583}
-
Tim van der Lippe authored
Follow-up on crrev.com/c/chromium/src/+/1939791 Bug: 1006759 Change-Id: Ia4932f78b0190732c79d1bdf3112a798dfbe9f66 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1940272 Auto-Submit: Tim van der Lippe <tvanderlippe@chromium.org> Reviewed-by:
Paul Lewis <aerotwist@chromium.org> Commit-Queue: Tim van der Lippe <tvanderlippe@chromium.org> Cr-Commit-Position: refs/heads/master@{#719582}
-
Dominique Fauteux-Chapleau authored
Change-Id: Ic4ef01d8a4e07a41253e36b2ea5e9086db81765f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937648 Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#719581}
-
Nico Weber authored
Except on Windows for now, https://github.com/KhronosGroup/Vulkan-Loader/commit/6eb61431a4217b3eef75e59b1c70e25fc37b8064#r36147738 Bug: 1002945 Change-Id: Ia9d1c2fd17bf488c69217266cb0c85f59788f03c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1937654 Commit-Queue: Nico Weber <thakis@chromium.org> Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Reid Kleckner <rnk@chromium.org> Cr-Commit-Position: refs/heads/master@{#719580}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 3d8cdc0a. With Chromium commits locally applied on WPT: e83dd93c "Limit backtracking on regexp called from blink." 500a74f5 "Add a runtime flag to enforce strict MIME type checks for workers." a2a91a99 "Allow another touch start happen when there are active touch points" 8a0ae33c "Add `Sec-Fetch-Dest: empty` header for application cache." 85b61e6b "[resource-timing] Ensure workerStart is protected by TAO" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md NOAUTOREVERT=true TBR=lpz No-Export: true Change-Id: I9747e3e2b756f6301e9d315c235f4f4e313a1e15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1940127Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#719579}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/d21964d6..6b5843d2 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I8aea7999d38e3c2699736a0f720d220a47871a2a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1939735Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#719578}
-
sczs authored
- Also creates the ConfirmInfoBarController directly on crash_restore_helper since using CreateConfirmInfoBar would also create a Message infobar if the ConfirmInfobar as Messages flag is on. Bug: 1028951 Change-Id: I81fec50e851ed830c49e8306994c0f836d2c8efb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1939492Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#719577}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/35e1a0ce9060..a64e0786130f Created with: gclient setdep -r src-internal@a64e0786130f 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 jbudorick@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.chrome.try:linux-chromeos-chrome Bug: chromium:None Tbr: jbudorick@google.com Change-Id: Ia5b80a9b9afbe99104f97ace7c88304f64629ec0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1940068Reviewed-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@{#719576}
-
Jeremy Apthorp authored
This caused build failures for Electron, which builds with MSSTL Change-Id: I5b21d27eb02523e975957befd50bf958a6fa6a89 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1938028 Auto-Submit: Jeremy Apthorp <jeremya@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by:
dsinclair <dsinclair@chromium.org> Cr-Commit-Position: refs/heads/master@{#719575}
-