- 16 Jul, 2020 40 commits
-
-
Garrett Beaty authored
Change-Id: If1026afabd6da9f61bb0f6371d7d521271b6eefe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303038 Auto-Submit: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: Stephen Martinis <martiniss@chromium.org> Cr-Commit-Position: refs/heads/master@{#789203}
-
Ana Salazar authored
While repareting an app from a folder into the main grid, we could drag it to create a new blank page. If the repareting is cancelled, the app will snap back to the folder but the blank page will remain, causing the system to crash eventually. We need to update the apps grid paging in this case, so that the blank pages are discarded. Bug: 1100011 Change-Id: I5e28ed61bb50f3bde85cceaca9c5c7d0be1693b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300836 Commit-Queue: Ana Salazar <anasalazar@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#789202}
-
Jia Li authored
This will enable implementation of the ML Service with complete service features. Summary of changes: - Implemented deserialization and validation of the model. - Added tests for |DecisionTreePredictor| and |DecisionTreeModel|. Bug: 1102428 Change-Id: Ib1328f69dca76c5f47b361259e181a8ab12e45e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2290330Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Reviewed-by:
Sophie Chang <sophiechang@chromium.org> Commit-Queue: Jia Li <jiakl@google.com> Cr-Commit-Position: refs/heads/master@{#789201}
-
Ayu Ishii authored
Fix - SyncWebsocketFactory - MessageCallback - ConditionalWaitCallback Change-Id: I9bf3e90df4a4217e158857dc90d4d7356dabcfa4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2298264Reviewed-by:
Takumi Fujimoto <takumif@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Ayu Ishii <ayui@chromium.org> Cr-Commit-Position: refs/heads/master@{#789200}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/11bfeb307c4e..820021d24600 2020-07-16 danilchap@webrtc.org Ignore fragmentation header when packetizing H264 2020-07-16 handellm@webrtc.org Remove unused critical section includes. 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/+doc/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I877271f709b77c2aae5c9defff83b46784a2eef1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2302681Reviewed-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@{#789199}
-
Nick Harper authored
https://quiche.googlesource.com/quiche.git/+log/ad56e3f17dd1..4de168715fa1 $ git log ad56e3f17..4de168715 --date=short --no-merges --format='%ad %ae %s' 2020-07-16 nharper Fix use-after-free in QuicConnectionTest 2020-07-16 fayang In quic, coalesce packet of higher encryption level with initial or handshake retransmission. protected by gfe2_reloadable_flag_quic_coalesced_packet_of_higher_space. 2020-07-15 haoyuewang Support sender control of ack frequency step2: (1) add min_ack_delay transport parameters. (2) client send min_ack_delay by default. protected by gfe2_reloadable_flag_quic_record_received_min_ack_delay. 2020-07-15 renjietang Make QuicControlFrameManager talk to QuicSession via a delegate. 2020-07-15 wub Internal QUICHE change 2020-07-14 nharper Add flag count macro for quic_enable_zero_rtt_for_tls Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: I548d3d96b85a08bc9ee81c76090352f992685df7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2302729 Commit-Queue: Nick Harper <nharper@chromium.org> Auto-Submit: Nick Harper <nharper@chromium.org> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Cr-Commit-Position: refs/heads/master@{#789198}
-
dpapad authored
Bug: 1098124 Change-Id: I4f49f48a4698c4cf10caff2e2a3801c6231cedcb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2302810Reviewed-by:
John Lee <johntlee@chromium.org> Commit-Queue: dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#789197}
-
cfredric authored
Bug: 1085645 Change-Id: I43410df0b7b38ab1b06ecb1a9e41fde7aef8b49f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2299182 Auto-Submit: Chris Fredrickson <cfredric@google.com> Commit-Queue: Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#789196}
-
Kevin Babbitt authored
This gets us one step closer to using the streaming tokenizer for declarations, which will allow us to preserve raw text for CSS variable values. The existing logic made heavy use of sub-ranges to track block boundaries and restart parsing to find the correct branch of a production. To support the new logic, the streaming tokenizer's BlockGuard gained the ability to tell its caller whether the end of the block it was created for has been reached. Since the streaming parser cannot be rewound to a previous position, the supports parser had to be restructured to peek ahead more than one token for the supports-in-parens grammar, and to decide based on lead token whether to parse supports-feature or general-enclosed. Finally, to maintain support for the CSSConditionRule.conditionText property, the streaming tokenizer gained the ability to return raw text for an underlying range. Bug: 661854 Change-Id: I7fcf244e5f360e3715c8543ac7283e351d6b2baf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2238512Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Commit-Queue: Kevin Babbitt <kbabbitt@microsoft.com> Cr-Commit-Position: refs/heads/master@{#789195}
-
Jordan Bayles authored
This patch adds a new check to the media router views UI that, on Mac OS X 10.15+ (Catalina), checks if the screen capture permission has been granted, and shows a warning message and fails to cast if so. Bug: 1087236 Change-Id: I3afdfdb06a011fee3e6fd5f199d375d0ab6eef88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2298479 Commit-Queue: Jordan Bayles <jophba@chromium.org> Reviewed-by:
Takumi Fujimoto <takumif@chromium.org> Cr-Commit-Position: refs/heads/master@{#789194}
-
Greg Thompson authored
The debugging bit that controls whether or not the extracted files are left behind rather than cleaned up is a kind of configuration, so it's natural that it reside in the Configuration class. This is a refactor with no behavior change with one exception: this CL fixes a regression introduced in r282032. BUG=None Change-Id: I6dd594d220b9b75a507f4482af49f083b697b3d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2302152 Commit-Queue: Greg Thompson <grt@chromium.org> Reviewed-by:
Sébastien Marchand <sebmarchand@chromium.org> Cr-Commit-Position: refs/heads/master@{#789193}
-
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: Ia4f6eeaba314a0ebee6dba887ca3cb41d7417d92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2302914Reviewed-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@{#789192}
-
Evan Stade authored
Bug: none Change-Id: I7ef47e17d4c534161abab20cc8fe0718af442465 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295809Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#789191}
-
Xianzhu Wang authored
TBR=wangxianzhu@chromium.org Change-Id: I23d0dce539e573e373009a85c715268e74b83872 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303048Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#789190}
-
behdad authored
Use cpu_wall_time_ratio in representative perf tests logic to invalidate failures which had lower than usual cpu_wall_time_ratio in order to reduce flaky failures. As a result only stories which have higher frame_times than the limit and acceptable cpu_wall_time_ratio would be failing. Bug: chromium:1052361 Change-Id: I294361375f91096a32e226f57dc61450926fab0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2292811 Commit-Queue: Behdad Bakhshinategh <behdadb@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#789189}
-
Ken Rockot authored
Service manifests are not particularly useful in production anymore. Content uses a subset of the manifests (and their overlays) to filter interface requests coming from renderers. This filtering is redundant given the completion of BrowserInterfaceBroker migration and the fact that *_receiver_bindings.cc files have SECURITY_OWNERS coverage too. Hence the redundant filtering is removed here. Minimal infrastructure supporting manifests is left in place for now, as cast_shell still internally depends on the Service Manager and manifest overlays. Bug: 977637 Change-Id: I360aadeecaeed859996b3671ed6646babd831a87 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2296482Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#789188}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/e28cc55cac22..c15c6eb9d8c3 2020-07-16 cwallez@chromium.org dawn_wire/server: Use MapAsync to do Map[Read/Write]Async 2020-07-16 cwallez@chromium.org DawnTest: Use MapAsync for expectations. 2020-07-16 cwallez@chromium.org Roll third_party/swiftshader/ ad65826a2..e8dd233c7 (10 commits) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: cwallez@google.com Change-Id: I920cff96b98bffd9c8d794a653f037556c3ce5b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303096Reviewed-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@{#789187}
-
Sophie Chang authored
Bug: 1092329 Change-Id: I65f6cc0f5534859a4b55cf86c916015030e01af0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295780Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Sophie Chang <sophiechang@chromium.org> Cr-Commit-Position: refs/heads/master@{#789186}
-
Hesen Zhang authored
- Add full unit test for the service. - Add SetClockForTesting for the service, and use clock object inside. - Using scheduler to check throttle(tooManyNotifications). Bug: 1047037 Change-Id: I3354e5190c70e1e7eeb64437fb293c1d342eb7d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2293579Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Scott Little <sclittle@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Commit-Queue: Hesen Zhang <hesen@chromium.org> Cr-Commit-Position: refs/heads/master@{#789185}
-
Adam Langley authored
Fido2CredentialRequestTest in chrome_public_test_apk is failing. Commit f55cd37e was reverted[1] but I suspect that the cause might actually be the Mojo change in c296f39e. Trying to run the tests fails for me because the tests timeout trying to do setup as I'm remote, but I think this is worth a shot at greening the bots. TBR=martinkr [1] https://chromium-review.googlesource.com/c/chromium/src/+/2303030 Change-Id: Ida3e66df0c5bd9e98ffc2b84032d857236aaf6e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303354Reviewed-by:
Adam Langley <agl@chromium.org> Reviewed-by:
Martin Kreichgauer <martinkr@google.com> Cr-Commit-Position: refs/heads/master@{#789184}
-
Robert Sesek authored
This target was missed in 2585915c. The CL also adds additional locking annotations to MachPortRendezvousServer. Bug: 1106353, 1013082 Change-Id: Id2fe4f707dc90efd79c0354de73e5066b8715713 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2302942Reviewed-by:
Mark Mentovai <mark@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#789183}
-
Garrett Beaty authored
There was some confusion about file naming where someone thought they could run lucicfg generate against //subprojects/findit/main.star. Only the top-level files main.star and dev.star can be passed to lucicfg generate, so this change should hopefully make such confusion less likely. The main.star in the subproject subdirectories have been renamed to subproject.star so that the subprojects have a consistent entry-point. //dev/main.star and //subprojects/chromium/master-only/main.star are both one-offs that have been renamed to match the containing directory. Change-Id: I99d8f7887d087070bd89f14e74c225447ebe1805 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303451 Auto-Submit: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Erik Staab <estaab@chromium.org> Commit-Queue: Erik Staab <estaab@chromium.org> Cr-Commit-Position: refs/heads/master@{#789182}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 09f7f50d. With Chromium commits locally applied on WPT: 1adfdd4d "[COOP] Fix typo in test name" f19f3404 "[Sheriff] Revert "Deflake preservesPitch tests"" f90faeee "Remove old comments from web platform tests" 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 Directory owners for changes in this CL: foolip@chromium.org: external/wpt/fullscreen foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools ksakamoto@chromium.org, npm@chromium.org, yoavweiss@chromium.org: external/wpt/resource-timing mek@chromium.org: external/wpt/webmessaging mlamouri@chromium.org: external/wpt/screen-orientation NOAUTOREVERT=true TBR=foolip@google.com No-Export: true Change-Id: Ie4af4bb93871fe71efa273f2eb3ba02d27524571 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303011Reviewed-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@{#789181}
-
Kent Tamura authored
This CL has no behavior changes. Bug: 1040826 Change-Id: Id9bd44baa60ff39650f924eec0d39236e3d5765a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2301559 Auto-Submit: Kent Tamura <tkent@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#789180}
-
Ben Mason authored
TBR=govind@chromium.org Change-Id: Id1d6aa93d0b49e8ca068b64f76a8f21a4864a230 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2302719Reviewed-by:
Ben Mason <benmason@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Commit-Queue: Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#789179}
-
Peter Wen authored
Remove //{chromecast,content,mojo,services,testing}* from allowlist. Bug: 1082904 Change-Id: Ia47b46e70edb64962279c3b8619f37278e15da7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303171 Commit-Queue: Peter Wen <wnwen@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Auto-Submit: Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#789178}
-
Alison Maher authored
fast/css/css2-system-color.html was marked as flaky in TestExpectations in the following change: https://chromium-review.googlesource.com/c/chromium/src/+/2295405 It appears that the following change fixes the flakiness issue for fast/css/css2-system-color.html on Windows: https://chromium-review.googlesource.com/c/chromium/src/+/2295695 There were also failures for this test on Mac due to existing expectation files. Removing these did the trick, allowing us to remove fast/css/css2-system-color.html from TestExpectations altogether. Bug: 1104697 Change-Id: I1cb843ada8023f9ab4f803b69469a662b35ab588 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300347Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Commit-Queue: Alison Maher <almaher@microsoft.com> Cr-Commit-Position: refs/heads/master@{#789177}
-
Dominic Farolino authored
R=sclittle@chromium.org Bug: 1047909 Change-Id: I71ca1728a4cc148587e12fce98841488591e869a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2299475 Commit-Queue: Dominic Farolino <dom@chromium.org> Reviewed-by:
Scott Little <sclittle@chromium.org> Cr-Commit-Position: refs/heads/master@{#789176}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/c139b630a30b..b15083559691 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 hesen@google.com,sahel@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:1106045 Tbr: hesen@google.com,sahel@google.com Change-Id: I9c12f2bdb629de94965cd3a16a2d08fbc024cbfb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303094Reviewed-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@{#789175}
-
Torne (Richard Coles) authored
Implement an alternative option for the handling of extra headers in loadUrl, which only allows them to be sent to redirects to the same domain (eTLD+1). This is less restrictive than the existing feature flag requiring that they be the same origin (and if that flag is enabled, this one has no effect). Implement a new histogram that just records whether redirects are same-origin, same-domain, or cross-domain, and obsolete the current one, which doesn't make sense with the new option. Bug: 1038002 Change-Id: I121de069d7a87fb4718ad9131ca427a5c017a7d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2264609 Auto-Submit: Richard Coles <torne@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Commit-Queue: Richard Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/master@{#789174}
-
Ilia Samsonov authored
Baselines were generated in the following build: https://ci.chromium.org/p/chromium/builders/try/linux-blink-optional-highdpi-rel/5 Bug: 1068400 Change-Id: If06e8db5a31067f53e5dfb770dadf8f30f97681a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2293374Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Ilia Samsonov <isamsonov@google.com> Cr-Commit-Position: refs/heads/master@{#789173}
-
Tina Wang authored
Test the conditions for showing the enterprise info in the menu. Change-Id: I8c2dd7ec18c76c7f58c434a9cea88890225e2cc4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2297721 Commit-Queue: Tina Wang <tinazwang@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#789172}
-
Sahel Sharify authored
The test has been flaky on Mac: https://analysis.chromium.org/p/chromium/flake-portal/flakes/occurrences?key=ag9zfmZpbmRpdC1mb3ItbWVyXgsSBUZsYWtlIlNjaHJvbWl1bUBibGlua193ZWJfdGVzdHNAc2Nyb2xsYmFycy9jdXN0b20tc2Nyb2xsYmFyLWFkanVzdC1vbi1pbmFjdGl2ZS1wc2V1ZG8uaHRtbAw TBR=tkent@chromium.org Bug: 1105271 Change-Id: Ia94cbbb1cc84f27846bedc42f50b7b5c46c066ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303091Reviewed-by:
Sahel Sharify <sahel@chromium.org> Commit-Queue: Sahel Sharify <sahel@chromium.org> Cr-Commit-Position: refs/heads/master@{#789171}
-
Sahel Sharify authored
flake portal: https://analysis.chromium.org/p/chromium/flake-portal/flakes/occurrences?key=ag9zfmZpbmRpdC1mb3ItbWVyTwsSBUZsYWtlIkRjaHJvbWl1bUBibGlua193ZWJfdGVzdHNAZWRpdGluZy9zZWxlY3Rpb24vc2VsZWN0aW9uLWJhY2tncm91bmQuaHRtbAw TBR=wangxianzhu@chromium.org Bug: 1104910 Change-Id: I017a9e76b54725bafa403c55927efc5e00e41ee5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303113 Commit-Queue: Sahel Sharify <sahel@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Sahel Sharify <sahel@chromium.org> Cr-Commit-Position: refs/heads/master@{#789170}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1594899981-52deb7a5a818691ecf42e5c040aa970329d9defe.profdata to chrome-mac-master-1594922139-2e74d5a60ec66c9d9f020f69b34f84d613c708fd.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-mac-chromium Please CC liaoyuke@google.com,sebmarchand+pgo_roller@google.com,jeffyoon@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:mac-chrome Tbr: liaoyuke@google.com,sebmarchand+pgo_roller@google.com,jeffyoon@google.com Change-Id: I40878e1041f74072faf30be183a8d91bd0b3bdca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303119Reviewed-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@{#789169}
-
Corentin Wallez authored
Bug: chromium:1101491 Change-Id: I8028ffbe7031d38ae392239d17f51c6983ec29cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2302194 Commit-Queue: Kai Ninomiya <kainino@chromium.org> Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Cr-Commit-Position: refs/heads/master@{#789168}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/f224f744249c..cab02df7a5c5 2020-07-16 lalitm@google.com Merge "Revert "tp: move thread state implementation to trace processor"" 2020-07-16 lalitm@google.com Merge "ci: more fixes form fallout of redone CI" 2020-07-16 lalitm@google.com Merge "ci: update worker to Python3" If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll 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 Cq-Include-Trybots: luci.chromium.try:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: I06879b6dfd154d8c39a52e5757e84553813acba6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2302679Reviewed-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@{#789167}
-
Garrett Beaty authored
Bug: 1106029 Change-Id: Ice3f5575963ba0f31faf3cd45411c2b6c89589ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2302740 Auto-Submit: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Michael Moss <mmoss@chromium.org> Commit-Queue: Michael Moss <mmoss@chromium.org> Cr-Commit-Position: refs/heads/master@{#789166}
-
Alex Newcomer authored
Problem Background: Some applications take considerable time before finishing a paste. Also, some applications read the clipboard multiple times per paste. When the user selects an item from CBHistory that is not the first item, we need to take the selected item and put it on the clipboard. Then we create a synthetic paste event. With no delay, we were then replacing the old top of the clipboard. Paste is async and can take some time. This means that we may replace the top of the clipboard before the paste is completed. To avoid this, add a 100ms wait before returning the original item to the top of the clipboard. Bug: 11055737 Change-Id: I2f229ebccc00b8241d22bd0341a8c67eeb0b57ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2303450Reviewed-by:
Andrew Xu <andrewxu@chromium.org> Commit-Queue: Andrew Xu <andrewxu@chromium.org> Commit-Queue: Alex Newcomer <newcomer@chromium.org> Auto-Submit: Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#789165}
-
Brian Sheedy authored
Changes the experimental GPU Windows 10 NVIDIA Quadro P400 builder to target machines in the chromium.tests.gpu.experimental pool running Windows 10 1909, which is the version we are planning to upgrade to. Bug: 1085489, 1106076, 1106078 Change-Id: I92e43bb0baff75e1061e57a0336f3658c769d825 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2276658 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Auto-Submit: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#789164}
-