- 26 Oct, 2020 40 commits
-
-
Guillaume Jenkins authored
Adds simple unit test cases for the ProfileReportGeneratorIOS class. The tests generate a report that includes some policies tied to the main profile (browser state), and check that the values in the proto make sense. Bug: 1114853 Change-Id: I4e56e79754c2e30e6e02080fc58b43ae63b8ae2e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2495342 Commit-Queue: Guillaume Jenkins <gujen@google.com> Reviewed-by:
Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#820854}
-
Sky Malice authored
The purpose being the method added in this CL is to allow experiments to optionally specify params. If they are specified at the experiment level, then they will always check and verify they are satisfied. However if they are not specified at the experiment level, then the check is a no-op. Bug: 1130751 Change-Id: Ifa31189f9f1d92340a66311bdcacba75623b807b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2476713 Commit-Queue: Sky Malice <skym@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Wenyu Fu <wenyufu@chromium.org> Cr-Commit-Position: refs/heads/master@{#820853}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/71002a226ac5..0fb0eb3e80c0 2020-10-26 alessiob@webrtc.org RNN VAD: LP residual optimized (part 4) 2020-10-26 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 3aacaf7d..4d9dbbae (820594:820701) 2020-10-26 alessiob@webrtc.org RNN VAD: LP residual optimized (part 3) 2020-10-26 guidou@webrtc.org Remove support for legacy TLS protocols by default 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: I63f3d00a1c986c52223862cee2f4d04531e24390 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2499402Reviewed-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@{#820852}
-
Keishi Hattori authored
ScriptState assumes DisposePerContextData() and DissociateContext() gets called on it before destruction. This was not happening for ScriptRegexpContext's ScriptState because it was only ever used on the main isolate and so it was never destroyed. To use it on the worker threads, we need to add cleanup code for it, script_regexp_script_state_. Bug: 1136219,1105265 Change-Id: Ifde0bf416bd68b15b55fe1dc266e7b6ae57a3432 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2494243 Commit-Queue: Keishi Hattori <keishi@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#820851}
-
Mark Mentovai authored
In order for the update service to distinguish between single-architecture x86_64 and arm64 builds as installed, the architecture should be present in the tag that the update client presents. On its own, Keystone reports the architecture of the system it’s running on, but for cases where the installed version may be native to the system (an arm64 system running x86_64 Chrome under Rosetta translation), where it may be preferable to retain the existing build type for a period of time under our control, the architecture of the installed product must also be reported. This information can also be used to detect when a non-native version of Chrome is installed so that, again under our control, we can direct an update to a more suitable native version as appropriate. This makes no changes to the tags used for single-architecture mac-x86_64 builds. Whether this is advisable long-term is another question, but for now, the prudent thing to do is to maintain the status quo for the vast existing installed base. Any changes to that strategy must be coordinated with the server-side configuration. This changes the tags used for single-architecture mac-arm64 builds to contain the “arm64” string, like “arm64”, “arm64-dev”, and “arm64-full”. Bug: 1116601 Change-Id: I8e9dbc41285ea37018ebfd4e50b41bee985d9c8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2496200Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/master@{#820850}
-
adoneria authored
Also changes test case superclass to typ.TestCase. Bug: 1141577 Change-Id: I0d9b4b38543d1cd904808d9f85b6aa27ab973c5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2496180Reviewed-by:
Sorin Jianu <sorin@chromium.org> Commit-Queue: Anjali Doneria <adoneria@google.com> Cr-Commit-Position: refs/heads/master@{#820849}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/6ddda3e8e6f2..d2663acda4ce 2020-10-26 janscheffler@chromium.org [Network] Properly escape form data for copy as curl 2020-10-26 bmeurer@chromium.org [cleanup] Remove string internalization from DebuggerModel 2020-10-26 pfaffe@chromium.org TypeScriptify BreakpointEditDialog 2020-10-26 Luke.Swiderski@gmail.com Removed border-bottom from header, added border-top to container wrapper 2020-10-26 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. 2020-10-26 bmeurer@chromium.org [wasm] Hide gutter context menu options that don't work. 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/+doc/master/autoroll/README.md Bug: chromium:1011811,chromium:1133677,chromium:1136484 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Id3674d6a4346ad0713e063c8ca4e18cd288b1115 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2498847Reviewed-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@{#820848}
-
Alexander Hendrich authored
Field names should be wrapped inside a <ph>...</ph> to prevent translation. I've also synced the description for WebUsbAllowDevicesForUrls and DeviceLoginScreenWebUsbAllowDevicesForUrls again. Bug: b:171572150, b:171578694 Change-Id: Ia2c6d54dd6a644a83dda5db3bbfb9f0ce9850c60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2498524Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Auto-Submit: Alexander Hendrich <hendrich@chromium.org> Cr-Commit-Position: refs/heads/master@{#820847}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/da8c46c5..f0fe38b2 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,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I694d6047cdf215f64bfd344e9c8d2aba2cac42bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2499321Reviewed-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@{#820846}
-
Sadrul Habib Chowdhury authored
Some of the stories (e.g. canvas_*_pixels_per_second, text_*_pixels_per_second, etc.) scroll the page, but depending on the velocity (e.g. when velocity is over 20000 pixels/second), it can end too quickly, and produce only a handful of frames. As a result, some of the metrics (e.g. PercentDroppedFrames.AllSequences) are not reported, since they require at least a minimum number of frames. This can result in some flakes (e.g. crbug.com/1113556) in the dashboard. To fix this, keep scrolling the page for at least 15 seconds, so that there are enough frames produced to report the metrics. Bug: 1141854 Fixes: 1141854 Change-Id: Ia6adb0257081bf2d321c62e2c362ece3fe4c9f49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2495340 Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Mingjing Zhang <mjzhang@chromium.org> Auto-Submit: Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#820845}
-
Danan S authored
This CL adds: - Polymer template for all the screens of the UI - Shared styles for all the screens - Button templates and behaviors - Error screen - Network offline screens Also: - UI behaviors and event handler implementation to enable the flow to operate. These are mostly in: chrome/browser/resources/chromeos/edu_coexistence/edu_coexistence_ui.js chrome/browser/resources/chromeos/edu_coexistence/edu_coexistence_app.js But there are smaller bits of functionality in the other js files as required by their respective screens. Bug: 1133828,1133827,1123218 Change-Id: I297fe1a5c18bb3806d94b4c5e635c0dd4a990f70 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2462673Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Aga Wronska <agawronska@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Dan S <danan@chromium.org> Cr-Commit-Position: refs/heads/master@{#820844}
-
Dylan Cutler authored
SQLitePersistentCookieStore::Backend::MakeCookiesFromSQLStatement. This factory method is used when creating a CanonicalCookie from a cookie that has already entered the user agent storage model. Bug: 1102874 Change-Id: Ie6792b0348a40edb760e7da0192e4879952c415a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2495802Reviewed-by:
Maksim Orlovich <morlovich@chromium.org> Reviewed-by:
Lily Chen <chlily@chromium.org> Commit-Queue: Dylan Cutler <dylancutler@google.com> Cr-Commit-Position: refs/heads/master@{#820843}
-
Clark DuVall authored
Trichrome needs a dep on version_constants_java in the base module because it may be accessed in child processes here: https://source.chromium.org/chromium/chromium/src/+/master:chrome/app/chrome_main_delegate.cc;l=607;drc=1d71c85d74e18a75b10ac9c6bfb0282f193c157d Bug: 1126301 Change-Id: Ia5ddb4941718d6b9c0d05523d677fb1d87ef83f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2499365 Commit-Queue: Clark DuVall <cduvall@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Auto-Submit: Clark DuVall <cduvall@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#820842}
-
Ted Choc authored
Longer term, I wonder if HomepageManager should provide the ObservableSupplier itself and handle these updates internally without ToolbarManager (or something else querying). BUG= Change-Id: I3ccedd220332fb2ea5bdca936c619934cbfe0420 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490491 Commit-Queue: Ted Choc <tedchoc@chromium.org> Reviewed-by:
Patrick Noland <pnoland@chromium.org> Cr-Commit-Position: refs/heads/master@{#820841}
-
Lukasz Anforowicz authored
After this CL, the rewriter will detect fields that are initialized with non-nullptr value in constexpr constructors. Such fields will be emitted as candidates for exclusion via --exclude-fields cmdline parameter. This CL should help ensure that the build is successful, once we stop excluding |const char* fields| from the rewrite. In particular, performance_manager::PriorityAndReason::reason_ field needs to be excluded in practice. Additionally, this CL should help to automate excluding of the various base::FeatureParam fields/scenarios (they are currently covered via manual-fields-to-ignore.txt). Bug: 1069567 Change-Id: I122a329577f77d8172e26f189b5155af742a33c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2495719 Auto-Submit: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#820840}
-
chromium-autoroll authored
Roll ChromeOS Atom AFDO profile from 88-4280.20-1603104419-benchmark-88.0.4303.0-r1 to 88-4296.0-1603709458-benchmark-88.0.4303.0-r1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-afdo-atom-chromium Please CC c-compiler-chrome@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: c-compiler-chrome@google.com Change-Id: I1ea9295966a7b0e91ce8fdeac2c168a5c3fc5661 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2499410Reviewed-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@{#820839}
-
Lei Zhang authored
It is only used in ios/components/io_thread/, so move it there. Change-Id: Icc86011f711f2325a7bd33931fd8b12d6e2164ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373366Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#820838}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1603238376-a0754723f0cd6eaa7fc2494ab4a5f08c0cee1720.profdata to chrome-mac-master-1603713364-eb28cdd9672687229cd838b6373ed78fbaa1ba2f.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 pgo-profile-sheriffs@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:mac-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I4bda56d64f8d2a656be8992f4f00b7894370401d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2499403Reviewed-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@{#820837}
-
Lei Zhang authored
Use base::Value::FromUniquePtrValue() in many case to get a base::Value. Bug: 1139221 Change-Id: I343cfc81ac25b3fb1d49d9aa66ed664bf1e5bd72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2482246Reviewed-by:
David Bertoni <dbertoni@chromium.org> Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#820836}
-
Aaron Krajeski authored
Bug: 1141032 Change-Id: Ie60a6d659837517aada27bd99e4c88b1e2a26494 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490261Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Commit-Queue: Aaron Krajeski <aaronhk@chromium.org> Cr-Commit-Position: refs/heads/master@{#820835}
-
chromium-autoroll authored
Roll ChromeOS Bigcore AFDO profile from 88-4280.20-1603100572-benchmark-88.0.4303.0-r1 to 88-4296.0-1603705354-benchmark-88.0.4303.0-r1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-afdo-bigcore-chromium Please CC c-compiler-chrome@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: c-compiler-chrome@google.com Change-Id: Ie4f519be2ed8533e9c7fc3b41319fa2344d71dbb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2498876Reviewed-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@{#820834}
-
Josh Nohle authored
Notable changes needed in Chromium code: - A LocationHint argument was added to WebRtcMedium::GetSignalingMessenger() - V1 code was removed from the third_party nearby-connections library, and the "_v2" suffix was removed from directories and filenames. For consistency, we remove the "_v2" suffix from //chrome/services/sharing/nearby/platform_v2/ as well. Tested manually on ToT. Confirmed that Android <--> Chromebook works as expected for contact-based and high-visibility sharing. We hit crbug/1142071, but confirmed that occurs without the uprev as well. Change-Id: Ia1a61370b5b5f05b4f294d915a0ccb193bc339c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2493108Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Danil Chapovalov <danilchap@chromium.org> Reviewed-by:
James Vecore <vecore@google.com> Commit-Queue: Josh Nohle <nohle@chromium.org> Cr-Commit-Position: refs/heads/master@{#820833}
-
Antonio Gomes authored
CL also instantiates chromeos::TabletState in the context of the lacros/chrome. For now it is dummy, but https://crrev.com/c/2491517 (see the relation chain) plumbs it to zcr_remove_shell_v1 EXO extension. BUG=1113900 R=jamescook@chromium.org, sky@chromium.org Change-Id: Ieffa750e5b7051304219f8a1833157242ff435eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2488225 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#820832}
-
Sky Malice authored
Bug: 1130751 Change-Id: Id613bdc88b57e6d067ca504a917acd27668ba0a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2448961 Commit-Queue: Sky Malice <skym@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Wenyu Fu <wenyufu@chromium.org> Cr-Commit-Position: refs/heads/master@{#820831}
-
Ken Rockot authored
ImageDecoder methods take their encoded data as an inlined byte array, which can very realistically exceed the soft message size limit that triggers crash dumps within Mojo. This changes the messages to use BigBuffer for their image data, effectively eliminating the possibility of oversized messages. Fixed: 1141981 Change-Id: I1ba83ba4ebafd40c38178bb2206da425ec6d18d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2495408Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#820830}
-
Jan Wilken Dörrie authored
This change adds constexpr implementations of base::ranges::is_sorted, base::ranges::is_sorted_until and base::ranges::adjacent_find. Since the regular std:: implementations are not constexpr prior to C++20 the algorithms are now implemented manually. Bug: 1071094 Change-Id: Id25b4bde77451c6fcc17f4c07179d68de4af3981 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2494872 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#820829}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1603680975-635b85ea21411c9243264e732f5c4948ba16826c.profdata to chrome-win64-master-1603701931-6f855b80e1fee5d14d084f4dde5311562280349a.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 pgo-profile-sheriffs@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:win64-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I44e0646def516e160dd79410f27825f3ec568e42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2498055Reviewed-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@{#820828}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/ac42b7968549..902077f931b9 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 slightlyoff@google.com,avi@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: None Tbr: slightlyoff@google.com,avi@google.com Change-Id: I356ba03b6b2c0dc05651a23ccc1a36c772ede98e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2499263Reviewed-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@{#820827}
-
Dan Elphick authored
Changes WebContentsImpl Loading trace event to be a nestable trace event which means that it will show up in perfetto which doesn't support non-nested async events. Bug: 1142477 Change-Id: Ic8a279b5b0c99a02d0cde0a05ffcd45bfef2c827 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2494863 Commit-Queue: Dan Elphick <delphick@chromium.org> Auto-Submit: Dan Elphick <delphick@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#820826}
-
Brian Sheedy authored
Increases the verbosity of the Telemetry minidump tests and adds the --passthrough flag so we can see what is happening in passing cases for comparison to failing cases. Bug: 1084931 Change-Id: I0d08c7d99f83cec306a6155411edb482de542d66 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2495972 Auto-Submit: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#820825}
-
Javier Ernesto Flores Robles authored
Bug: 1140474 Change-Id: Idc0ee245c51592a6942a80efc508bf96b54df5df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2495793Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Auto-Submit: Javier Ernesto Flores Robles <javierrobles@chromium.org> Cr-Commit-Position: refs/heads/master@{#820824}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/5f4e51f38e3e..7e3b823b7b18 2020-10-26 chrome-bot@chromium.org Update config settings by config-updater. 2020-10-23 moragues@google.com strongbad: Add factory builder 2020-10-23 chrome-bot@chromium.org Update config settings by config-updater. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@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:chromeos-betty-pi-arc-chrome;luci.chromium.try:chromeos-kevin-rel Tbr: chrome-os-gardeners@google.com Change-Id: Ib19c70d04953f7159908e067b53764de00cede47 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2498136Reviewed-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@{#820823}
-
Patrick Noland authored
Bug: 1142481 Change-Id: Icb27afd92a521b801acaa740e693eaf437569e42 TBR: bsazonov@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2498946Reviewed-by:
Patrick Noland <pnoland@chromium.org> Commit-Queue: Patrick Noland <pnoland@chromium.org> Cr-Commit-Position: refs/heads/master@{#820822}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/c493eabd56d0..d2a3a5b3b4c3 2020-10-26 johnstiles@google.com Add support for fFormatArgs in .fp-file inner functions. 2020-10-26 tdenniston@google.com Miter joins for toy variable width stroke 2020-10-26 brianosman@google.com Add ProgramUsage side-car to track variable and function references 2020-10-26 mtklein@google.com remove dead computeSegmentMask() 2020-10-26 jvanverth@google.com Fix GPU capture for Metal test apps. 2020-10-26 tdenniston@google.com Add toy variable-width stroker sample 2020-10-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 097f307e75a4 to 29ca7186a688 (39 revisions) 2020-10-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 8012e62471be to bb66fa41a163 (3 revisions) 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 jcgregorio@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 Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: jcgregorio@google.com Test: Test: Test: AOSP PresubmitTest: Test: GLES1ConformanceTest.AmbLight/ES1_VulkanTest: Test: MultithreadingTest::MultiContextDrawSmallDescriptorPools()Test: Test: angle_perftest --gtest_filter="*free_fire*"Test: Test: angle_perftests --gtest_filter="*dragon_ball_legends*"Test: Test: angle_perftests --gtest_filter="*world_of_tanks_blitz*" Change-Id: Ifa378c69cdc8d1b86249c6c1ef3079cef04cdaa1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2499262Reviewed-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@{#820821}
-
Maggie Chen authored
1. Remove the dead code in ReallocateSwapChain(). 2. Handling software protected video separately in GetSwapChainFormat() gets the same result. Remove it. 3. The purpose of retrying YUV format after swap chain resizing was to see if it would show a better hardware overlay promotion rate in UMA. Remove it since we didn't get a better result. It still get a chance to switch back to YUV if the majority in |presentation_history_| are overlay mode. Bug: 1117235 Change-Id: Iff2e5666d3895fefa6e5289fe92b09a56ffd82ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2499324Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Commit-Queue: Maggie Chen <magchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#820820}
-
Dave Tapuska authored
ShowCreatedWindow becomes a message on the FrameWidgetHost channel that was previously created frame widget to be shown. Note that this new message is on the LocalMainFrame of the new window, previously it was sent to the opener of the window. Previously a WidgetMsg_SetBounds_ACK was sent after the ShowCreatedWindow message was received this turns into a mojom callback. BUG=1097816 Change-Id: I43a9cc57c9039f94648ea5dc918b5951d0d7dbdf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2487843Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#820819}
-
Liquan (Max) Gu authored
Context: The WebLayerPaymentRequest flag is duplicate in functionality with the WebPayments flag that is being used to disable PaymentRequest in WebLayer, e.g., out/Debug/bin/run_weblayer_shell --args="--enable-features=WebPayments" So this CL is to remove the WebLayerPaymentRequest flag. Bug: 1140798 Change-Id: I55edb3249979f9c1bbe0e0dcc23eb19f6578da0f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2497990 Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#820818}
-
Olivier Li authored
Remove the thread check that would never pass and make the variable that is used by multiple threads thread safe. Bug: 1142155 Change-Id: Iae33e15733eb78a47a664515e1abec671edbb64d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2495579Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: Oliver Li <olivierli@chromium.org> Cr-Commit-Position: refs/heads/master@{#820817}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/b5ba693316fd..5dafe107a36e 2020-10-26 jmadill@chromium.org Output nullptr pointer parameters correctly. 2020-10-26 jmadill@chromium.org Re-enable crash testing in angle_unittests. 2020-10-26 jmadill@chromium.org Fix uninitialize state in ProgramState. 2020-10-26 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SPIRV-Tools from 69f07da41b3b to abe2eff36f3c (3 revisions) 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 geofflang@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: None Tbr: geofflang@google.com Change-Id: Ib3d7352035280fa5353870f3a71267127938e34c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2498848Reviewed-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@{#820816}
-
Andre Le authored
Update PhoneHub icon in the tray and icons in quick actions. Screenshot: https://screenshot.googleplex.com/3LdU4GYbkHyUWrx https://screenshot.googleplex.com/5NMfjT4ZjQuzcDx BUG=1106937,1126208 Change-Id: Ib4a5e1bdcb38c513f637f2c992c47e7ac7ccd4a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2495640Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Tim Song <tengs@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Andre Le <leandre@chromium.org> Cr-Commit-Position: refs/heads/master@{#820815}
-