- 22 Jan, 2021 40 commits
-
-
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}
-
Victor Costan authored
This CL takes advantage of the fact that NativeIOQuotaClient is now mojofied and no longer ref-counted, and simpifies NativeIO's ownership graph. Bug: 1016065 Change-Id: I6eb6fa259111101e95459b5c0655261b0d7e43d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2644638Reviewed-by:
Jarryd Goodman <jarrydg@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Auto-Submit: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#846323}
-
Victor Costan authored
Bug: 1163048 Change-Id: I1c44ceeec54cd6f509c7a135cd27fb885b0667a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2628170 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Ben Kelly <wanderview@chromium.org> Cr-Commit-Position: refs/heads/master@{#846322}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/3232876ee47b..44860edcd260 2021-01-22 skyostil@google.com Merge "tracing: Fix potential track confusion" 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: I348f83876a9328a63ba178629f0bbe09f60c8c5a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2644733Reviewed-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@{#846321}
-
Joon Ahn authored
http://screen/8wHgGmLWLSoJjrS Bug: 1125150 Test: browser_tests --gtest_filter=DiagnosticsApp* Change-Id: If3c7f35e4594557d04c9c343c92a25d029850b1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643944Reviewed-by:
Bailey Berro <baileyberro@chromium.org> Commit-Queue: Joon Ahn <joonbug@chromium.org> Cr-Commit-Position: refs/heads/master@{#846320}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/57144c8685d3..3232876ee47b 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: Ifa4787dc96e89597d6a39bc84d57c87a11ae19f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2644564Reviewed-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@{#846319}
-
Dave Tapuska authored
A few more removals with respect to conversions from WebRect->gfx::Rect. BUG=738465 Change-Id: Id61dad97afff35df06e242312c833f7e580440e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643623 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#846318}
-
Robert Ogden authored
Also bumps the expiration of all the histograms to June 2021. No other behavioral changes. Bug: 1165072, 1165073 Change-Id: I7c78f6a9220167c050fb6aa50990ad92699b13a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2630830Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#846317}
-
Reilly Grant authored
This change converts callbacks from base::Bind and base::Callback to Once/Repeating in //chrome/browser/chromeos/customization. Bug: 1148570 Change-Id: I973f393e8b7a4f82a5f7cd1c668968ede150f34f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2645307 Auto-Submit: Reilly Grant <reillyg@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#846316}
-
Olivier Yiptong authored
This change unifies the font chooser and enumeration capabilities under one API. A developer will be able to choose between using enumeration and a chooser by passing an option parameter to the API. Bug: 1140267 Change-Id: I4cdbb7c89d4795255c2cf709ec76f8c518d1e699 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638548 Commit-Queue: Olivier Yiptong <oyiptong@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Cr-Commit-Position: refs/heads/master@{#846315}
-
Thomas Guilbert authored
This CL introduces MediaStreamAudioTrackUnderlyingSource. It is an audio sink (in the MediaStream sense) which receives audio data. It is also an underlying source (in the Streams API sense), which converts the data received from an audio track into blink::AudioFrames, which can then be pulled from a ReadableStream. The CL also removes PushableAudioData and replaces it with AudioFrameSerializationData, which will be improved upon (or replaced) in crbug.com/1168418. Bug: 1157608, 1168418 Change-Id: I8230ada4331899d8f1ef7373fb3f3eeb9a5fde95 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640913 Commit-Queue: Thomas Guilbert <tguilbert@chromium.org> Auto-Submit: Thomas Guilbert <tguilbert@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Cr-Commit-Position: refs/heads/master@{#846314}
-