- 22 Jan, 2021 40 commits
-
-
Katie Dektar authored
Had previously been re-enabled but appears to be flaking more frequently again. Bug: 1126876 Change-Id: Id3a6c5d50bb031b09646f9dddb6c5f5fe1960213 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2645466 Commit-Queue: Katie Dektar <katie@chromium.org> Commit-Queue: Daniel Hosseinian <dhoss@chromium.org> Auto-Submit: Katie Dektar <katie@chromium.org> Reviewed-by:
Hui Yingst <nigi@chromium.org> Reviewed-by:
Daniel Hosseinian <dhoss@chromium.org> Cr-Commit-Position: refs/heads/master@{#846363}
-
Henrique Nakashima authored
In builders, the path to dirmd needs to be passed as parameter. Add it preemptively so that when the recipe CL lands, this step doesn't fail due to the unexpected parameter. The parameter will be used when DIR_METADATA is parsed in getowners.py: https://chromium-review.googlesource.com/c/chromium/src/+/2645158 Bug: 1135347 Change-Id: Iee8ae9c653a8f41690ba357323f15294a2e91dad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2645062 Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#846362}
-
Brian Ho authored
This CL adds some more logging around scoped_skia_write_access_ since we suspect that it being null causes a rare crash on Chrome OS. The member can be null for a number of reasons, so let's add some LOGs after each. This crash also happens rarely on Android which also uses the BufferQueue output surface, so these logging statements can probably help there as well. Bug: 1169364 Change-Id: Ia61510da3b8fb92166aed1edbb3bd33a262378d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2645151Reviewed-by:
Peng Huang <penghuang@chromium.org> Commit-Queue: Brian Ho <hob@chromium.org> Cr-Commit-Position: refs/heads/master@{#846361}
-
Rakib M. Hasan authored
Also add myself as owner for the deps file for that script and fixes the email address used for the common wpt scripts. Bug: None Change-Id: I72eb3e2a6ad52287ac83111d1f456c40df6ac572 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2644380Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Rakib Hasan <rmhasan@google.com> Cr-Commit-Position: refs/heads/master@{#846360}
-
Pete Williamson authored
Bug: 1165265 Change-Id: Id6a236cda259920b1e1069ebfaac646e68ed364f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2644057Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Commit-Queue: Peter Williamson <petewil@chromium.org> Cr-Commit-Position: refs/heads/master@{#846359}
-
Elly Fong-Jones authored
This CL enacts the "class splitting refactor" (//docs/ui/views/class_splitting.md) on ColorChooserView, breaking it into: * A controller class called ColorChooser, whose lifetime is fully controlled by the client, and which is safe to call at any point in the lifecycle of the matching Widget/Views/etc * Two helper objects (instances of WidgetDelegate and View respectively) whose lifetimes are fully controlled by Views This CL serves as a prototype for how the class splitting refactor looks when applied to production code. Instead, have it use only the public API on WidgetDelegate. Bug: 1075649 Change-Id: I84655a9c204a9f5f88767ac792ce1abc846feda0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2622995 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Cr-Commit-Position: refs/heads/master@{#846358}
-
Reilly Grant authored
This change converts callbacks from base::Bind and base::Callback to Once/Repeating in //chrome/browser/chromeos/display. Bug: 1148570 Change-Id: I707dd2dd440d2fbcc8a7fcad499cef29dc226a03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2645309 Auto-Submit: Reilly Grant <reillyg@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#846357}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1611316382-2d0f555a9d3aa5811a7e026e1b7c53cee9a9715c.profdata to chrome-win64-master-1611338398-0baf9b45acb8a7713920cc39901da599be0fc770.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: Ic339793875e26f7e77b9d14c6e8097b414954a71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2645328Reviewed-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@{#846356}
-
Reilly Grant authored
This change converts callbacks from base::Bind and base::Callback to Once/Repeating in //chrome/browser/chromeos/ownership. Bug: 1148570 Change-Id: Ic4d13d66bed7e6a14b952441de17d39f3dfc5618 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2645507 Commit-Queue: Reilly Grant <reillyg@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Auto-Submit: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#846355}
-
Ahmed Mehfooz authored
Bug: 1169404 Change-Id: I458dee6a73e071f9f4d99dabf3907e5afb45963d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2642925Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> Cr-Commit-Position: refs/heads/master@{#846354}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/5b2a5204087d..57144c8685d3 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-win-chromium Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: Ic1a97e37f9efe784bf2578d3abd5c09d1a312ce7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2645109Reviewed-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@{#846353}
-
Leonid Baraz authored
Fixes a serious bug in the StorageQueue found with the stress test. When records are enqueued fast (e.g. in multiple threads) it can cause the following: the sequence ids will always be strictly monotonic, but last record digest may refer to a wrong record: (1) Record1 gets last digest of previous record (2) Record2 gets digest of Record1 (3) Record2 gets seq id=1 and is written to the file (4) Record1 gets seq_id=2 and is written to the file. Upon uploading, server will get Record2[seq=1] uploaded first, Record1[seq=2] second, but last record digest from Record1 will not match digest of Record2 - it will match record before Record1. Add stress test too. Bug: b:177439641 Change-Id: I5b7e425ea6aa0f30b96248dcaebb22562c085613 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2641569Reviewed-by:
Zach Trudo <zatrudo@google.com> Commit-Queue: Leonid Baraz <lbaraz@chromium.org> Cr-Commit-Position: refs/heads/master@{#846352}
-
Katie Dektar authored
This reverts commit 3fe154df. Reason for revert: Appears to have caused compile failure: https://ci.chromium.org/p/chromium/builders/ci/Linux%20Builder%20(dbg)(32)/166101? [1052/1665] CXX obj/ui/base/x/x/selection_owner.o FAILED: obj/ui/base/x/x/selection_owner.o /b/s/w/ir/cache/goma/client/gomacc ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF...(too long) ../../ui/base/x/selection_owner.cc:46:10: error: no matching function for call to 'min' return std::min(size - 100, 0x100000l); ^~~~~~~~ ../../buildtools/third_party/libc++/trunk/include/algorithm:2532:1: note: candidate template ignored: deduced conflicting types for parameter '_Tp' ('int' vs. 'long') min(const _Tp& __a, const _Tp& __b) ^ Original change's description: > [X11] Split PutImage requests into multiple requests if necessary > > R=sky > > Change-Id: I1befaef494c74797333d6bf02e204bcdc721e752 > Bug: 1164669 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643711 > Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> > Commit-Queue: Scott Violet <sky@chromium.org> > Reviewed-by: Scott Violet <sky@chromium.org> > Auto-Submit: Thomas Anderson <thomasanderson@chromium.org> > Cr-Commit-Position: refs/heads/master@{#846344} TBR=sky@chromium.org,thomasanderson@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com Change-Id: I3989bb05bc58bfadf33f7b67bae0ac2c4a5402e7 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1164669 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2644744Reviewed-by:
Katie Dektar <katie@chromium.org> Commit-Queue: Katie Dektar <katie@chromium.org> Cr-Commit-Position: refs/heads/master@{#846351}
-
Toby Huang authored
This CL * Refactors FamilyUserDeviceMetricsTest to use LoggedInUserMixin, eliminating a lot of duplicated code that's already encapsulated in LoggedInUserMixin and shortening the browser test class. * Breaks monolithic tests into smaller, modularized pieces to make them easier to understand and debug when they break. * Removes some unneeded includes, like UserActionTester and ScopedTestingCrosSettings. Bug: 1133856 Change-Id: I098a3028dd021379a46fa619e7f597717507e1ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2602701 Commit-Queue: Toby Huang <tobyhuang@chromium.org> Reviewed-by:
Aga Wronska <agawronska@chromium.org> Cr-Commit-Position: refs/heads/master@{#846350}
-
Maria Kazinova authored
This helps in cases when the page is loading scripts that interfere with Symbols creation and unique ID setting process. Bug: 1169690 Change-Id: Iae3a9ce3eef72e3d9b3e8021c16ad24da03d3c8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2644957Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Commit-Queue: Maria Kazinova <kazinova@google.com> Cr-Commit-Position: refs/heads/master@{#846349}
-
Yulun Wu authored
This CL temporarily restores themed classic launcher. Themed classic launcher was incorrectly removed when adding theming for launcher as the theme-less default value was being used when light/dark mode was disabled. This CL themes the default color passed on by app_list_view. Bug: 1163594 Change-Id: I7db2484baf1e73b36602c2cc5e601f50af0b75fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638409Reviewed-by:
Yulun Wu <yulunwu@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Yulun Wu <yulunwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#846348}
-
Rakib M. Hasan authored
This CL will make Android x86 M & 10 builder load the Webview Apk with the AOSP system package name while the Android x86 Pie & Oreo builder load the Webview Apk with the Google system package name. Bug: 1163652 Change-Id: Icbb032a173e5c9c11255c037368f5e242a0096fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643783Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Clark DuVall <cduvall@chromium.org> Commit-Queue: Rakib Hasan <rmhasan@google.com> Cr-Commit-Position: refs/heads/master@{#846347}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/b745f6df8801..3c3b82abcf0a 2021-01-22 cnorthrop@google.com Tests: Add Hearthstone trace 2021-01-22 syoussefi@chromium.org Vulkan: Unconditionally expose OES_shader_io_blocks 2021-01-22 geofflang@google.com Roll Khronos headers. 2021-01-22 ynovikov@chromium.org Suppress headers includes privacy checks on iOS 2021-01-22 jmadill@chromium.org Capture/Replay: Allow testing with multiple versions. 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 cnorthrop@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: cnorthrop@google.com Test: Test: angle_perftests --gtest_filter="*hearthstone*" Change-Id: I34637c4477a2bd29459efc91d42f3baf9d36ee93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2644640Reviewed-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@{#846346}
-
Nina Satragno authored
This reverts commit e48554ec. Reason for revert: breaks NotificationPlatformBridgeMacTest.TestIncognitoProfile on Mac10.12 Tests See https://ci.chromium.org/ui/p/chromium/builders/ci/Mac10.12%20Tests/41203/overview Original change's description: > Pass incognito flag when closing macOS alerts > > A macOS notification is identified with the tuple > {notificationId, profileId, incognito} and we have to pass these down to > the XPC service to close the correct notification. The same applies to > the notification id used in the UNNotification API where we need to > include the incognito flag in the id. Also updates some method names to > be more consistent. > > Bug: None > Change-Id: Ie45cb74eab182e0b495560110d8e6e32367c4bc7 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2642275 > Reviewed-by: Rayan Kanso <rayankans@chromium.org> > Commit-Queue: Richard Knoll <knollr@chromium.org> > Cr-Commit-Position: refs/heads/master@{#846183} TBR=rayankans@chromium.org,knollr@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com Change-Id: I0d1344c1f61a8dc04a156a94810a8059ffa55e6a No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: None Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2645156Reviewed-by:
Richard Knoll <knollr@chromium.org> Commit-Queue: Nina Satragno <nsatragno@chromium.org> Cr-Commit-Position: refs/heads/master@{#846345}
-
Tom Anderson authored
R=sky Change-Id: I1befaef494c74797333d6bf02e204bcdc721e752 Bug: 1164669 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643711 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Auto-Submit: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#846344}
-
Peter Kotwicz authored
BUG=1064277 Change-Id: I48efb249b8b14eef85285e1590e586e9bf5383f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2644821Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#846343}
-
Gary Kacmarcik authored
The final release of macOS Big Sur removed CGSession, which we need to enable curtain mode on Mac hosts. This change adds an alternate search path for CGSession so that admins can copy the binary there and have Mac hosts with with curtain mode. Change-Id: Icd4e2d6c60b351c705197730341067caa41d8f09 Bug: 1169841 Change-Id: Icd4e2d6c60b351c705197730341067caa41d8f09 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2645293 Commit-Queue: Gary Kacmarcik <garykac@chromium.org> Reviewed-by:
Joe Downing <joedow@chromium.org> Auto-Submit: Gary Kacmarcik <garykac@chromium.org> Cr-Commit-Position: refs/heads/master@{#846342}
-
Olivier Yiptong authored
This change consolidates feature detection assertions in Local Font Access WPT tests in the test helper to diminish line noise. Change-Id: I9a95504c7ddc82c741ee5ca32d456b20f557905b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643794 Auto-Submit: Olivier Yiptong <oyiptong@chromium.org> Commit-Queue: Joshua Bell <jsbell@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Cr-Commit-Position: refs/heads/master@{#846341}
-
Henrique Nakashima authored
This is useful to see what classes and packages were added and removed from one version to another. For now the script just looks at nodes, but it can be easily augmented to print out edges and cycles. Bug: 1166855 Change-Id: Iab2a8f516d25524088c1eac27a5b5cd1f46fae51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2630229 Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Reviewed-by:
Mohamed Heikal <mheikal@chromium.org> Cr-Commit-Position: refs/heads/master@{#846340}
-
Gavin Williams authored
Only recognize printer reasons with ERROR and WARNING severity as print job errors. Do not treat "low on supplies" reasons as print job errors as the print job can still succeed. Bug: 1027400 Change-Id: Iac0a00dd76be17219c10d0605218beb4970c9028 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640925Reviewed-by:
Sean Kau <skau@chromium.org> Commit-Queue: Gavin Williams <gavinwill@chromium.org> Cr-Commit-Position: refs/heads/master@{#846339}
-
Bo Liu authored
Before this, features::IsUsingVulkan is returning false on the Pie bot because of the android version check in IsUsingVulkan. This ends up causing testHardwareRenderingSmokeTestVulkanWhereSupported to use the interop path instead of the real vulkan composite path. Fix this by checking webview conditions before checking for android version, and verified test is using vulkan composite now. Bug: 1141687 Change-Id: Ida7e5ba778bdaf4cb04c00760598cf808647be46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2644863Reviewed-by:
Vasiliy Telezhnikov <vasilyt@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#846338}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/1dbdce5fbbcb..fa8efd973e40 2021-01-22 vidorteg@microsoft.com [Loc] Migrate color picker pane to Localization V2 2021-01-22 janscheffler@chromium.org [JSDOC2TS]: Migrate lighthouse 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:1136655,chromium:1158760 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I812f3d0e1847c73160db61d235036686d89f5bb9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643115Reviewed-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@{#846337}
-
Xiaocheng Hu authored
The following two tests are already passing: - external/wpt/css/css-pseudo/selection-input-011.html - external/wpt/css/css-pseudo/selection-textarea-011.html So this patch removes their failure expectation lines. Bug: 1110495 Change-Id: Ieb06f9980af88484d3f7f2d659140603da749eb8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2645305 Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Auto-Submit: Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#846336}
-
Rakib M. Hasan authored
This CL makes builder's load compiled test APK's when running skew tests on a builder. This should fix issues with Client library test failures like WebLayer CookieManagerTest#testSetCookieNotSet since a change in the test was made to the main branch. Bug: 1155565 Change-Id: I569f574b5e1f6fadfd85c9a0d33e5a54f89403b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2641304Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Rakib Hasan <rmhasan@google.com> Cr-Commit-Position: refs/heads/master@{#846335}
-
chrome://nearby-internalsJuliet Levesque authored
Add a button that triggers the retrieval of Nearby-related state booleans and displays the result as messages on the UI Trigger Tab as follows: https://screenshot.googleplex.com/4NyiQsiPAocTMmY. Bug: 1093634 Change-Id: I28927f14eab542b41d950b553d0c779ecf22c940 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2637775Reviewed-by:
Josh Nohle <nohle@chromium.org> Reviewed-by:
James Vecore <vecore@google.com> Commit-Queue: Juliet Levesque <julietlevesque@google.com> Cr-Commit-Position: refs/heads/master@{#846334}
-
Frank Liberato authored
The Media.DXVDA.DecoderLifetimeProgression histogram records how DXVA instances progress from init through playback. It lets us estimate how many dx11/dx9 playbacks end successfully, or fail in a way that allows fallback to another decoder. It captures roughly the same information as the D3D11VideoDecoder DecoderLifetimeProgression histogram, though it's not identical since the decoders have different states. Bug: 1169373 Change-Id: Ia8a13f2f593e058ac7f33e35facfec7b0f402190 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643697 Commit-Queue: Frank Liberato <liberato@chromium.org> Reviewed-by:
Caitlin Fischer <caitlinfischer@google.com> Reviewed-by:
Ted Meyer <tmathmeyer@chromium.org> Cr-Commit-Position: refs/heads/master@{#846333}
-
Devlin Cronin authored
The default_state boolean is something we haven't fully ironed out, and some of the description of it was invalid (such as the icon always being greyed out). Remove references to it. Bug: None Change-Id: Ib0daf369871cff8cae77816f0f66d98637b0f25c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2644072Reviewed-by:
David Bertoni <dbertoni@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#846332}
-
Patrick Monette authored
This new method returns the aggregated metrics across all processes. Bug: 1166820 Change-Id: I0de27c86533073ff9934dbebb6c7cd32891ba9d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643229 Commit-Queue: Patrick Monette <pmonette@chromium.org> Reviewed-by:
Sébastien Marchand <sebmarchand@chromium.org> Cr-Commit-Position: refs/heads/master@{#846331}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/793871779799..d272110d7181 2021-01-22 mtklein@google.com update alloc_tmp() to allocate blocks of N regs 2021-01-22 johnstiles@google.com Migrate SkSL test inputs to the resources/ directory. 2021-01-22 johnstiles@google.com Update skslc compiler script to allow for output path flexibility. 2021-01-22 kjlubick@google.com [docker] Fix build by pointing to correct path 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 scroggo@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: scroggo@google.com Change-Id: I9e98886121bae5bd75a4c96318b7716152077f64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2645367Reviewed-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@{#846330}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/11215febb950..8df643b38785 2021-01-22 danilchap@webrtc.org Introduce FinalRefCountedObject template class 2021-01-22 hta@webrtc.org Monitor the "concealed samples" stat for the audio during negotiation. 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: If4f5d77302c5705ad83d952b0cb1b9c48954e224 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2645366Reviewed-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@{#846329}
-
Dave Tapuska authored
A few more removals with respect to conversions from WebRect->gfx::Rect. BUG=738465 Change-Id: I93c62c173fa3788a2354f2c3406d58bdc5469e3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639230 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#846328}
-
Peng Huang authored
Releasing SharedContextState needs a context current if it is GL. So we need to make a gl context current for it. Bug: 1157501 Change-Id: I7cdcff0422f83949065adcd386bb6d5f8c27a09b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2645332 Commit-Queue: Peng Huang <penghuang@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Auto-Submit: Peng Huang <penghuang@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#846327}
-
Jeffrey Kardatzke authored
For cases where we are video only decrypt, we need to make calls into OEMCrypto to get the key material even if we already have it in order to update the key usage times. The update interval should be ~1 min. This ensures that we are making that call. BUG=b:178208439 TEST=Key usage time updates are occurring during Netflix playback Change-Id: I14d19e4a962c79206a8f41fa2ba5281bd0b95c77 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2644909Reviewed-by:
Jao-ke Chin-Lee <jchinlee@chromium.org> Commit-Queue: Jao-ke Chin-Lee <jchinlee@chromium.org> Auto-Submit: Jeffrey Kardatzke <jkardatzke@google.com> Cr-Commit-Position: refs/heads/master@{#846326}
-
Katie Dektar authored
Bug: 1169396 Change-Id: Iee21b83a251e8e724327d8cc816194ee71807f7b AX-Relnotes: N/A Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643190 Auto-Submit: Katie Dektar <katie@chromium.org> Reviewed-by:
Nina Satragno <nsatragno@chromium.org> Commit-Queue: Nina Satragno <nsatragno@chromium.org> Cr-Commit-Position: refs/heads/master@{#846325}
-
Internal Frameworks Autoroller authored
TBR=bling-team@google.com Change-Id: I71902eb33c77ad91323caff6b3b3eaf0301121d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2645444Reviewed-by:
Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#846324}
-