- 29 Sep, 2020 40 commits
-
-
Yuly Novikov authored
Including GPU, GPU.FYI and Dawn testers for trunk and M85. Also includes some small changes for consistency: - Don't specify GOMA backend for testers - Don't specify cores dimension on Mac (some are 4 and some 8 core) This is 2nd CL out of 3 moving these GCEs into luci.chromium.gpu.ci pool. 1. crrev.com/i/3295888 Allocate GCEs in luci.chromium.gpu.ci pool and increase chrome-gpu quota 2. This CL: Switch GPU CI testers to trigger tasks in luci.chromium.gpu.ci pool 3. crrev.com/i/3295890 Remove GCEs from luci.chomium.ci pool and decrease chrome-desktop quota Bug: 1132439 Change-Id: I385b625271b510816e322b0aa93e317634c59c88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2434087Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#811799}
-
Avi Drissman authored
In https://ci.chromium.org/p/chrome/builders/official/mac64/1623: chrome/browser/extensions/api/omnibox/omnibox_api.h includes components/omnibox/browser/autocomplete_match.h includes components/omnibox/browser/buildflags.h This fails due to three bad dependencies. 1. autocomplete_match.h includes buildflags.h, and is included from code outside of components/omnibox/browser so buildflags.h must be a public_deps 2. omnibox_api.h includes autocomplete_match.h so it must declare it in deps 3. because omnibox_api.h is further included outside of chrome/browser/extensions/api/omnibox, its inclusion of autocomplete_match.h means that autocomplete_match.h must be a public_deps (Thanks to rockot@ for the help.) Bug: 1130293 Change-Id: Ic08fbc648c9fed70e853b4c8ab1478fe4626a933 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2436575Reviewed-by:
Tommy Li <tommycli@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#811798}
-
George Burgess IV authored
mac_address is a string16, so this assignment previously did `mac_address = (char16)3;`. That seems unintended. Bug: 1130867 Change-Id: I6cb4a5f86e1dfa0bc8eef68f7b81412006e6638f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2426246 Commit-Queue: George Burgess <gbiv@chromium.org> Reviewed-by:
Matt Reynolds <mattreynolds@chromium.org> Cr-Commit-Position: refs/heads/master@{#811797}
-
Mustaq Ahmed authored
Bug: 1103249 Change-Id: I31503d82a49f0104459e32be00776840705bfb7c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437480Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Mustaq Ahmed <mustaq@chromium.org> Cr-Commit-Position: refs/heads/master@{#811796}
-
Reilly Grant authored
This change enables the kUseSerialBusEnumerator feature by default, enabling an alternative method for performing the initial enumeration of serial ports which seems to include a few ports using older drivers that don't show up when using the more modern method. This still does not fix connection and disconnection events for such devices. If there are no reports of missing ports with this flag enabled it will be removed in M-89. Bug: 1119497 Change-Id: I42776a7edb737d69c52e9fb1f646a9ed60f1a668 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437490 Auto-Submit: Reilly Grant <reillyg@chromium.org> Commit-Queue: James Hollyer <jameshollyer@chromium.org> Reviewed-by:
James Hollyer <jameshollyer@chromium.org> Cr-Commit-Position: refs/heads/master@{#811795}
-
chromium-internal-autoroll authored
Release_Notes: http://go/help_app-x20/relnotes/Main/help_app_nightly_202009290800_RC00.html https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/help_app/app/+/5XZ2S6FH1ZMGrvfNVIJhAVxIJ3KGO-5PDM311qNGYwQC If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/help-app-chromium-autoroll Please CC help-app@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 Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: help-app@grotations.appspotmail.com Change-Id: Idc8957b3a40d63f0f6c12c99f2148d9e54725089 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438437Reviewed-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@{#811794}
-
Daniel Rubery authored
This CL extends the expiring metrics under SBClientPhishing, since this feature is under active development, and all of the expiring metrics could plausibly be useful in investigating a regression. All histograms under SBClientMalware are marked as obsolete, since that feature is removed. Fixed: 1089451, 1089448, 1089450 Change-Id: I4df14afd924caf45f73daae051d0069263439c94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429425 Commit-Queue: Daniel Rubery <drubery@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Auto-Submit: Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#811793}
-
Brian Sheedy authored
Adds a check before running a GPU Telemetry test for if the test device is an Android one, and if so, ensures that the screen is on. This is necessary to prevent flakes on the bots that occur if the screen is somehow accidentally turned off. Bug: 1132297 Change-Id: I08c0daaff92260c5c9fc1f52e7f0f7d22b448564 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2436779Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Auto-Submit: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#811792}
-
Michael Hansen authored
Adds InvalidateFastInitiationAdvertising() to NearbySharingServiceImpl so that we can validate and update the Fast Init advertising state through a single idempotent flow. Bug: 1120082 Change-Id: I4aacc66acd1ddfe3c60caf1cf1b0c1d17da54743 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437489Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Commit-Queue: Michael Hansen <hansenmichael@google.com> Cr-Commit-Position: refs/heads/master@{#811791}
-
Nela Kaczmarek authored
This change moves the implementation of MockAffiliationFetcherFactory from affiliation_service_impl_unittest.cc to mock_affiliation_fetcher_factory.h. This mock will be used in the well_known_change_password_state_unittest.cc. Bug: 1117045 Change-Id: I4938d4ca32d9baf2837f1769a86e44e5bc2fa642 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2434745Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Nela Kaczmarek <nelakaczmarek@google.com> Cr-Commit-Position: refs/heads/master@{#811790}
-
Maria Kazinova authored
Bug: 1075444, 1131038 Change-Id: I276aa7628088d810e422235f85564f0ac0930681 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2431428Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Commit-Queue: Maria Kazinova <kazinova@google.com> Cr-Commit-Position: refs/heads/master@{#811789}
-
chromium-internal-autoroll authored
Release_Notes: http://go/media_app-x20/relnotes/Main/media_app_202009290800_RC00.html https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/media_app/app/+/BJBtNPmOWXzOskdkiFU6S5dpkVPd-1G-Mq2BUPzToSUC If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/media-app-chromium-autoroll Please CC media-app@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 Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome;luci.chrome.try:linux-chromeos-chrome-easwa Bug: b/161406194 Tbr: media-app@grotations.appspotmail.com Change-Id: Ic9e8c59c47099ae70c834e62db58105971c58d33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438433Reviewed-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@{#811788}
-
Peter Kasting authored
Bug: 772945 Change-Id: I466d0232ccdc0a621d7075bebbcb7adaca6bd767 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437610 Commit-Queue: Peter Kasting <pkasting@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#811787}
-
Russ Hamilton authored
This reverts commit f3134574. Reason for revert: WebUSB devices are too identifying to instrument per identifiability privacy study. Original change's description: > Instrument WebUSB.getDevices/requestDevice for Identifiability study. > > Bug: 973801 > Change-Id: Ia87925e48d9f0953b5f4e3a2d89472129e4ecee7 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2432424 > Reviewed-by: Reilly Grant <reillyg@chromium.org> > Commit-Queue: Russ Hamilton <behamilton@google.com> > Cr-Commit-Position: refs/heads/master@{#811456} TBR=reillyg@chromium.org,behamilton@google.com Change-Id: I873fa51c11d3cd851ef6d8dc4bbf80cd33aa761a No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 973801 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437699Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Russ Hamilton <behamilton@google.com> Cr-Commit-Position: refs/heads/master@{#811786}
-
Torne (Richard Coles) authored
Remove the accidentally committed assert that caused test failures and reland: > When using a subdirectory of the Android cache dir (e.g. in WebView), > explicitly create the directory in PathUtils instead of relying on any > user of the directory creating it implicitly. > Set the directory mode to 02700 which is what it currently gets set to > when created implicitly. This reverts commit fbdad03f. Fixed: 963640 Fixed: 1132987 Change-Id: Ic94acaa1fd4dacb55839086699cc2974496e6bce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438469Reviewed-by:
Shimi Zhang <ctzsm@chromium.org> Commit-Queue: Richard Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/master@{#811785}
-
Matt Jones authored
This patch switches the custom "add overlay" methods for a single unified "addSceneOverlay". This new method does insertion sort based on a predefined list determining the order of each overlay. Display order is no longer based exclusively on the order in which the overlays were added. If two overlays of the same type are added, the most recently added overlay will display above the others. Bug: 1070281, 1131536 Change-Id: I5764593debb13d30389f78303120ec4b4fcbb28f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2392403 Commit-Queue: Matthew Jones <mdjones@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Mei Liang <meiliang@chromium.org> Cr-Commit-Position: refs/heads/master@{#811784}
-
Mike Pinkerton authored
Adds the domain of the frontmost tab along with the number of tabs in the window to the UIScene's title, which gets displayed in the OS-level application switcher next to the application name. BUG=1132344 TEST=Will show only the domain for a single tab, and correctly pluralized strings of the number of other tabs when there are more than one. Change-Id: Iba8da572f8e042c8ab47092304a729b1b3de8bf8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2435939 Commit-Queue: Mark Cogan <marq@chromium.org> Auto-Submit: Mike Pinkerton <pinkerton@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#811783}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/842805ced156..c73bff39bd21 2020-09-29 senorblanco@chromium.org Dawn: factor SKSL-to-SPIRV conversion, creation of ShaderModule. 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 brianosman@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: brianosman@google.com Change-Id: I721a2cdb0bcb740122accbc00f22513c629c0ee9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438429Reviewed-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@{#811782}
-
Maxim Kolosovskiy authored
TODO: report DID_NOTHING. Bug: 1132230 Change-Id: Icb2c2c6bbe84efdbb66ba59598488d4f2589a95e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410226Reviewed-by:
Ioana Pandele <ioanap@chromium.org> Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Maxim Kolosovskiy <kolos@chromium.org> Cr-Commit-Position: refs/heads/master@{#811781}
-
dpapad authored
Bug: 1130478 Change-Id: I185dbda5351a59afe463a7a61f6a0a4b8028b918 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2436518Reviewed-by:
John Lee <johntlee@chromium.org> Commit-Queue: dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#811780}
-
David Jacobo authored
This cl is just a cleanup of the now unused flag for smart text selection. Bug: 1110727 Test: This is non-op as the flag was removed from chrome://flags already Change-Id: Ib04755ca7eefa42a0b320874cc99c6f08633ec00 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437592 Commit-Queue: Scott Violet <sky@chromium.org> Auto-Submit: David Jacobo <djacobo@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#811779}
-
Charlene Yan authored
This is needed to add buttons for tab scrolling. Bug: 1129675 Change-Id: I07e57eb3cef149ec1b5606a96299a287467ee4bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2435815Reviewed-by:
Taylor Bergquist <tbergquist@chromium.org> Commit-Queue: Charlene Yan <cyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#811778}
-
Olivier Robin authored
All the other ClearBrowsingData_* metrics are logged when the user clear them using the clear browsing data screen. ClearBrowsingData_Cookies is the only one that is also log when destroying an incognito browser, leading to metrics inconsistencies. Only log ClearBrowsingData_Cookies for normal browser fix the issue. Bug: 1132818 Change-Id: I169d474b326fd1d53885524ab584000336768d46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2434338Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Mohammad Refaat <mrefaat@chromium.org> Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#811777}
-
Renato Silva authored
Fix an issue on the login screen that caused the pin pad on the login/lock screen to vanish when hiding the virtual keyboard that is used in tablet mode. Fixed: 1129183 Change-Id: I2facd941f0201c0c7d5924528f352a07f3638305 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437377Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Commit-Queue: Renato Silva <rrsilva@google.com> Cr-Commit-Position: refs/heads/master@{#811776}
-
Ravjit Singh Uppal authored
Fixed issue where metrics were recorded as GEOLOCATION permission regardless what the permission was. Bug: 1119738 Change-Id: Ib0f5d372727a26b9294536a03928a2d79305dea6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438369 Commit-Queue: Ravjit Singh Uppal <ravjit@chromium.org> Commit-Queue: Balazs Engedy <engedy@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Cr-Commit-Position: refs/heads/master@{#811775}
-
Xing Liu authored
Reading list manager talks to reading list backend and converts data to a BookmarkNode tree. Bug: 1128074 Change-Id: I0a59530b667021e2aa0d58842a4c0495bfde7af5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427635Reviewed-by:
Brandon Wylie <wylieb@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#811774}
-
Stephen Martinis authored
We're having issues with high pending times on the linux CQ pool. Disabling this for now, since experiments are optional and are currently using up capacity. No-Presubmit: true Bug: 1133410 Change-Id: I4d34c8a7403249601dfbbdba450b46b97d3ef869 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438672 Commit-Queue: Stephen Martinis <martiniss@chromium.org> Commit-Queue: Erik Staab <estaab@chromium.org> Auto-Submit: Stephen Martinis <martiniss@chromium.org> Reviewed-by:
Erik Staab <estaab@chromium.org> Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Cr-Commit-Position: refs/heads/master@{#811773}
-
Fabian Sommer authored
Replace SetCertificatesForExtension (which does not actually exist) with SetCertificatesProvidedByExtension (which does). Bug: 1067683 Change-Id: Idd0c25686f9f9228642ccb8891d3c1098b052ae4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438449Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Commit-Queue: Fabian Sommer <fabiansommer@chromium.org> Cr-Commit-Position: refs/heads/master@{#811772}
-
Alice Wang authored
This CL updates the subtitle string in the web sign-in bottom sheet. Screenshot: https://crbug.com/1133279#c1 Bug: 1133279 Change-Id: I0a5a914747065980610baf08266499dede0b7841 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437952Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Commit-Queue: Alice Wang <aliceywang@chromium.org> Cr-Commit-Position: refs/heads/master@{#811771}
-
Natalie Chouinard authored
Add metrics tracking which font names are requested by the renderer. This may be used to determine whether it is worthwhile to continue preloading fonts like Google Sans Bold, which are not used in the Chrome UI. Bug: 1129668 Change-Id: I45d4d671cdb989cb38c4d1d2e333a4ffaf54c86c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2433028Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Sky Malice <skym@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Cr-Commit-Position: refs/heads/master@{#811770}
-
Ken Rockot authored
These browser tests launch a separate browser process to communicate with. The browser process starts its own GPU process, and MSAN can hit uninitialized values in some GL drivers on Chrome OS. This ensures that the launched browser always uses swiftshader for GL to avoid any such memory issues. Fixed: 1131586 Change-Id: I012853118d390c4893933279930a64bba42028bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437017Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#811769}
-
Michael Stapelberg authored
Currently, Chrome’s print dialog on macOS in German shows the option “Keine Besuche” (“no visits”) in the margin drop-down, which does not make any sense and is most likely the translation of “none” in a different context. The meaning= properties should make this clear, for all print margin settings. R=weili@chromium.org Skip-Translation-Screenshots-Check: True Change-Id: Iae824b190fab816a11c7d6e9a7edacba2ac3ce21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2436739Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#811768}
-
Viktor Semeniuk authored
This change inverts Change password on website icon for RTL languages. Bug: 1106323 Change-Id: Ib7c78f01525c99c64cb2707112139199556b0f7c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438349Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Viktor Semeniuk <vsemeniuk@google.com> Cr-Commit-Position: refs/heads/master@{#811767}
-
Christopher Cameron authored
Add a method to media::VideoDecodeAccelerator to indicate whether SharedImage-backed picture buffers are supported. Make this return true only for the VTVideoDecodeAccelerator. Add a parameter to media::PictureBufferManager::CreatePictureBuffers to indicate if SharedImage-backed PictureBuffers are desired. Hook the two of these together in the ProvidePictureBuffersAsync method of media::VdaVideoDecoder. Leave this disabled for now. Bug: 1108909 Change-Id: I539f03bdca232fe32969ab5e92b6aea34c6d99f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2436313Reviewed-by:
Dan Sanders <sandersd@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#811766}
-
harrisonsean authored
Omaha now supports one off checks, add Omaha integration to Safety Check. Bug: 1078782 Change-Id: Ie8c9bc295b89e2148c2586331e9a7712cede7ce7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2435097Reviewed-by:
Javier Ernesto Flores Robles <javierrobles@chromium.org> Commit-Queue: Sean Harrison <harrisonsean@chromium.org> Cr-Commit-Position: refs/heads/master@{#811765}
-
Satoshi Niwa authored
CL that implements the feature : crrev.com/c/2408502 Doc about the feature : go/arc-r-documents-ui Cq-Depend: chromium:2434070 Bug: 1126742 Test: browser_tests --gtest_filter="*FilesApp*SearchQueryLaunchParam" Change-Id: I7d241f9e9e42b5669be6a4a012296537aad9f218 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2434008 Commit-Queue: Satoshi Niwa <niwa@chromium.org> Auto-Submit: Satoshi Niwa <niwa@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#811764}
-
Kevin McNee authored
static_cast is better suited for downcasting since it can check that the types are related. /chrome/browser/chromeos/policy This CL was uploaded by git cl split. R=rsorokin@chromium.org Change-Id: I5c0f9ac978d5e6c7ed3b71690ea29a734e7e1fc7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2435819 Auto-Submit: Kevin McNee <mcnee@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#811763}
-
Josh Nohle authored
Verified that local device data manager unit tests failed with an ASAN build before this change and pass after the change. Fixed: 1133295 Change-Id: I51dfd183948c967aefff77defa36e689afa16a59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438167 Commit-Queue: Josh Nohle <nohle@chromium.org> Commit-Queue: James Vecore <vecore@google.com> Auto-Submit: Josh Nohle <nohle@chromium.org> Reviewed-by:
James Vecore <vecore@google.com> Cr-Commit-Position: refs/heads/master@{#811762}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/5c1904772b36..92e869a63782 2020-09-29 alexrudenko@chromium.org Refactor the rest of inspector tools 2020-09-29 patrick.brosset@microsoft.com Fix import module error 2020-09-29 alexrudenko@chromium.org Add a button to scroll an element into view in CSS Overview 2020-09-29 alexrudenko@chromium.org Fix a11y issues in Layout panel 2020-09-29 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. 2020-09-29 szuend@chromium.org [ts] Type-check TimelineFlameChartNetworkDataProvider.js with TypeScript 2020-09-29 pfaffe@chromium.org Download emscripten-releases binaries for building wasm tests 2020-09-29 jacktfranklin@chromium.org Fix assertions of 0 mutations in component test 2020-09-29 szuend@chromium.org [ts] Type-check timeline/UIDevtoolsUtils.js with TypeScript 2020-09-29 szuend@chromium.org [ts] Type-check timeline/TimelinePaintProfilerView.js with TypeScript 2020-09-29 tvanderlippe@chromium.org Remove usages of Runtime.sharedInstance 2020-09-29 alexrudenko@chromium.org Include inspector_overlay in presubmit 2020-09-29 jacktfranklin@chromium.org Fix bug with mutation expectations 2020-09-29 tvanderlippe@chromium.org [globals] self.runtime 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:1115011,chromium:1120316,chromium:1128888,chromium:1129881,chromium:1131801 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ide0d85a110fe84caf2a852e8faf726e08f8ec057 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438166Reviewed-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@{#811761}
-
Daniel Cheng authored
Bug: 1125106 Change-Id: Ic94c679f4efa77d4c3fea97f67b8975b40eabd00 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437019 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Auto-Submit: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#811760}
-