- 06 Nov, 2020 40 commits
-
-
Clark DuVall authored
With isolated splits enabled, assets must be loaded from the context for the split they are present in. This means the split name must be specified when loading pak files and the extra_icu data file from isolated splits. This CL also enables test_dummy, extra_icu, and dev_ui DFMs with isolated splits. Bug: 1126301 Change-Id: I5257bef4e92dde4657c956d60463efa46731e534 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2518447Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#824950}
-
Nick Diego Yamane authored
Restrict extended-drag extension to OS_CHROMEOS as it depends directly into some ash components, which are not included in cast product builds. R=oshima@chromium.org, spang@chromium.org Bug: 1099418, 1146150 Change-Id: I5269825917ce9343e438aaabb9b11f560187ac0e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2521694 Commit-Queue: Nick Yamane <nickdiego@igalia.com> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#824949}
-
Michael Thiessen authored
The test was removing an observer after finishing the Activity, leading to an NPE. Bug: 1146208 Change-Id: I59563b4d5c9c9501d1f3a3a64c1014f39fa0351f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2522607 Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Yaron Friedman <yfriedman@chromium.org> Auto-Submit: Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Cr-Commit-Position: refs/heads/master@{#824948}
-
Nico Weber authored
The feature has been on on the tot bots for a while now and it's been on by default upstream for a while, and things seem to work. Since we just rolled in a clang with all the fixes, let's turn this on. Bug: 1127713 Change-Id: I56805d576bea5936d58c653da994dc738c2a79a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2520013 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#824947}
-
manukh authored
Currently, bookmark suggestions are limited to title & URL matches. E.g the input 'planets jupiter' won't suggest a bookmark titled 'jupiter' in a directory 'planets'. This is the 3rd of 3 CLs implementing bookmark-paths which will allow inputs to match bookmark paths (without contributing to the bookmark suggestion's score). This CL updates the bookmark provider to: 1) Ask the underlying bookmark model for path matching when querying for bookmarks. 2) Include the path in the suggestion contents or description depending on feature params. Bug: 1129524 Change-Id: I0b0d5f57a03e1e7a7a09ca5ab6f7b60ad161ece5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441130 Commit-Queue: manuk hovanesian <manukh@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#824946}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/a2d6b31f66f5..4cb5c5e17289 2020-11-06 brianosman@google.com Revert "Rearrange SkSL pre-include modules to hide things" 2020-11-06 herb@google.com test for extents of SkTextBlob drawing 2020-11-06 ethannicholas@google.com Revert "Revert "Additional SkSL benches"" 2020-11-06 egdaniel@google.com Fix ST array storage for vulkan memory barriers. 2020-11-06 adlai@google.com Remove dead no-sorting GrDrawingManager code paths 2020-11-06 michaelludwig@google.com Revert "Draw image filters directly under non-axis-aligned transforms" 2020-11-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 1e494cae8d48 to 3dfaeeb00271 (13 revisions) 2020-11-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from ad54c71632cc to 612ded0654a0 (4 revisions) 2020-11-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from e1d559cf to a4f272b3 (432 revisions) 2020-11-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 6564890116fd to 2b6b0f45ff05 (4 revisions) 2020-11-05 johnstiles@google.com Test that SkSTArray and SkTArray classes are compatible. 2020-11-05 brianosman@google.com Rearrange SkSL pre-include modules to hide things 2020-11-05 michaelludwig@google.com Draw image filters directly under non-axis-aligned transforms 2020-11-05 bsalomon@google.com Make ManagedBackendTexture fail on invalid GrBackendTexture 2020-11-05 ethannicholas@google.com Revert "Additional SkSL benches" 2020-11-05 nifong@google.com Add a method to search for the command that shades a pixel. 2020-11-05 mtklein@google.com allow overriding {target,host}_link = ... in GN 2020-11-05 johnstiles@google.com Add int-vector folding tests to VectorFolding. 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 bsalomon@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: bsalomon@google.com Change-Id: I3133930434a66f453cbdaf0dfe8104b390d3cea3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523229Reviewed-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@{#824945}
-
jchen10 authored
MSAA8 is slow for WebGL contexts. Currently MacOS and ChromeOS also use MSAA4 on Intel. Bug: 1145793 Change-Id: I8f29889de165c18a99616a2c2bfb74bf0d110182 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2522615 Commit-Queue: Kenneth Russell <kbr@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#824944}
-
yilkal authored
This cl informes LoginDisplayHost observers about view bounds changes in LoginDisplayHostWebUI. The corresponding implementation for LoginDisplayHostMojo has already been implemented. Bug: 1145668 Change-Id: Ibfae96eb43be77dbcf7c37ff8a5d14b0bc532365 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2519859Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Commit-Queue: Yilkal Abe <yilkal@chromium.org> Cr-Commit-Position: refs/heads/master@{#824943}
-
Przemek Pietrzkiewicz authored
Bug: 1146474, 1146480 Change-Id: I1262e7347769430f44b77fed1c0a9a261aa8a332 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2514879 Commit-Queue: Przemek Pietrzkiewicz <ppi@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Reviewed-by:
David Dorwin <ddorwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#824942}
-
Michael Thiessen authored
Updates imports in chrome/android/javatests/ to use the base/ CriteriaHelper Bug: 1134178 Change-Id: I698b59619a65c58dad0701f0f2f70c69abe99aac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2518894 Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Auto-Submit: Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#824941}
-
adoneria authored
Uses a template to dynamically generate updater version_info.py. This is required to install correct updater version during testing. Also copy over the generated file to test package so that python can read it as a package and successfully import it. Bug: 1140211 Change-Id: I10da968690f47fccd35bddb6c5d9f77f89bbce83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2510877Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Reviewed-by:
Sorin Jianu <sorin@chromium.org> Commit-Queue: Anjali Doneria <adoneria@google.com> Cr-Commit-Position: refs/heads/master@{#824940}
-
Bailey Berro authored
This change introduces the CpuUsageData and accompanying tests. Bug: 1128204 Change-Id: I401b4884be3cac434196da1ab35977c9e8866e3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2522055 Commit-Queue: Bailey Berro <baileyberro@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Auto-Submit: Bailey Berro <baileyberro@chromium.org> Cr-Commit-Position: refs/heads/master@{#824939}
-
Clark DuVall authored
It seems there is a bug in Android which will use a different ClassLoader for components declared in a split than is returned by Context.createContextForSplit().getClassLoader(). This fix attempts to force the ClassLoader to be the same using AppComponentFactory. Note that this fix only works on P+, but nearly all the reports have been from P+ (with most from Q+). If this stops the crash on those versions, we can see if another workaround can be found for O. One of the main places this is seen is when loading feature modules, since the implementation class is loaded with the ClassLoader from ContextUtils.getApplicationContext(). Another place I believe has the same root cause is when native code calls back into java. This also uses the ClassLoader from ContextUtils.getApplicationContext(), and can cause weird errors like globals not being set that were set in the other ClassLoader. crbug.com/1142614 has some of those. Bug: 1142589, 1142614, 1142588 Change-Id: Iddee0964ce057b0811833bdd0ca7c5da56fdefb8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2522511Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#824938}
-
Daniel Vogelheim authored
This uses - behind a flag - the trial implementation of TC39 "Dynamic Code Brand Checks" in crrev.com/c/2339618 to fix the handling of TrustedScript with the JavaScript Function constructor. Bug: 1096017, 1087743 Change-Id: I42f2f4295fdf3aab0b2e8c80ebf3d04373c17368 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340905 Auto-Submit: Daniel Vogelheim <vogelheim@chromium.org> Reviewed-by:
Camille Lamy <clamy@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Yifan Luo <lyf@chromium.org> Commit-Queue: Daniel Vogelheim <vogelheim@chromium.org> Cr-Commit-Position: refs/heads/master@{#824937}
-
minch authored
TrayPopupItemStyle is used to set some of the icon and label's colors of system tray, also the fontlist of the label. Remove it and get the colors from AshColorProvider instead. This is also better for necessary live update later. Bug: 1131543 Change-Id: Ia148fa60725017f471bd9730d2f0b23a2239d17a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2509000Reviewed-by:
Min Chen <minch@chromium.org> Reviewed-by:
Tim Song <tengs@chromium.org> Reviewed-by:
David Black <dmblack@google.com> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Min Chen <minch@chromium.org> Cr-Commit-Position: refs/heads/master@{#824936}
-
Pavol Marko authored
The invalidation topics in certificate provisioning are public, not private. Also, fix CertProvisioningWorker accidentally invalidating the weak pointer it used to bind the OnShouldContinue callback. Add a unit test for that case (fails without the fix). Bug: 1146410 Change-Id: Ib3024d977de3de2a2b75de0c0b279dd0c8764883 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523208 Commit-Queue: Pavol Marko <pmarko@chromium.org> Reviewed-by:
Michael Ershov <miersh@google.com> Cr-Commit-Position: refs/heads/master@{#824935}
-
kylechar authored
conformance/textures/video/tex-2d-luminance-luminance-unsigned_byte.html is flaky on chromeos-amd64-generic-rel. Bug: 1145830 Change-Id: I93efd5497d75903efe0e19557c8981ef4f130121 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2522606 Auto-Submit: kylechar <kylechar@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#824934}
-
Xiaocheng Hu authored
Bug: 1146484 Change-Id: Ie30b17eb2b12c894fdf65bf51d2e1f836ef5c39d NoTry: True Tbr: jboulic@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523412Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#824933}
-
Kyle Horimoto authored
This file references a file that doesn't even exist, so removing the file. Change-Id: I54ed1eae783a139ef14d495d41c4a6137d1f622e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2522128 Auto-Submit: Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: James Vecore <vecore@google.com> Reviewed-by:
James Vecore <vecore@google.com> Cr-Commit-Position: refs/heads/master@{#824932}
-
Javier Ernesto Flores Robles authored
Also fixes string with "\n" as part of it. Bug: 1138717 Change-Id: Id87562a1d2896d8cacceac5a3c95af8d7713e91a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2521295Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Commit-Queue: Javier Flores <javierrobles@chromium.org> Cr-Commit-Position: refs/heads/master@{#824931}
-
Alex Newcomer authored
We clear the clipboard when entering LockedFullscreen. LockedFullscreen is a state entered to start a secure test or poll. We clear the clipboard in these cases to prevent cheating, so it also makes sense to clear ClipboardHistory. In the future we would like to create a new ClipboardHistory and restore the old one after leaving LockedFullscreen, but for now we will just clear ClipboardHistory. Bug: 1145651 Change-Id: Id5583567375384f2b2bc877f77acf6c054825977 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2521230 Commit-Queue: Alex Newcomer <newcomer@chromium.org> Reviewed-by:
David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#824930}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/d57e268ce139..1e9cf1a8e1bd 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-mac-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: I9893d05b5d7fec18020756150bae54fcc637450f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523055Reviewed-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@{#824929}
-
Victor Vasiliev authored
Change-Id: If3ed612970f6d576a30fd4a0cf783e7715d6d59f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2521939Reviewed-by:
David Schinazi <dschinazi@chromium.org> Commit-Queue: Victor Vasiliev <vasilvv@chromium.org> Cr-Commit-Position: refs/heads/master@{#824928}
-
David Tseng authored
Required to support https://chromium-review.googlesource.com/c/chromium/src/+/2510736 R=mpdenton@chromium.org Test: on patched .so, and patched build of Chrome without any further modification, and a standard .so build using chromiumos toolchain, verify tts service works on arm32. Change-Id: Idfefa22d2819ce819f3a265f4fa3e7169e6697ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2518729 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
Matthew Denton <mpdenton@chromium.org> Auto-Submit: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#824927}
-
Dave Tapuska authored
There are a series of messages that are sent to the LocalMainFrame of the webview. This maps SetBackgroundColor onto one of those messages. Other targeted messages will be converted in followup CLs. BUG=993189 Change-Id: I221d0c9be378c731d0bb3a11e508bda8ba0dc849 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2518798 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#824926}
-
Colin Blundell authored
This CL adds the ability for the subresource filter to index and publish the ruleset from unindexed ruleset data stored as a resource in the resource bundle. This functionality paves the way for WebLayer's upcoming packaging of the in-repo unindexed ruleset data in the resource bundle. We also add a unittest of the new functionality. To facilitate adding the unittest, we add the ability to mock out LoadDataResourceString() to ui::ResourceBundle::Delegate and ui::MockResourceBundleDelegate. TBR=spang@chromium.org Bug: 1116095 Change-Id: Idb2c1b85465ab97e787c8191070f00acd571fadb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2516519 Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#824925}
-
Michael Thiessen authored
Updates imports in android_webview/ to use the base/ CriteriaHelper Bug: 1134178 Change-Id: Idaa01b0e842f4fa9ada7a2106764db0ac37e4463 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2518890 Auto-Submit: Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Richard Coles <torne@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/master@{#824924}
-
Keren Zhu authored
Overrides button outline color to white as requested by UX. Currently the outline is black under dark mode. Bug: 1146259 Change-Id: I9d5a04bca5f094282b9e51d5f17aae08486b2b3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2522226Reviewed-by:
Collin Baker <collinbaker@chromium.org> Commit-Queue: Keren Zhu <kerenzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#824923}
-
Haiyang Pan authored
Also add the marshmallow config & builder to the table, and the doc for `--debug-tags` option Change-Id: Ife316d632342025899faf4b921f83b9d009ed32d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523358Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Haiyang Pan <hypan@google.com> Cr-Commit-Position: refs/heads/master@{#824922}
-
Nick Burris authored
This TODO was added to address cases where the web contents is destroyed before explicitly closing the window. However, enforcing this would violate encapsulation, e.g. the Java bottomsheet code shouldn't need to worry about this nuance. See comment 20 on the bug for more detail. Bug: 1099270 Change-Id: I66cc6fcbeefbdf16a9c9c6a1aa598ce0eb3f1b59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2521779Reviewed-by:
Liquan (Max) Gu <maxlg@chromium.org> Commit-Queue: Nick Burris <nburris@chromium.org> Cr-Commit-Position: refs/heads/master@{#824921}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/d38e0064..5bce781f 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: I335561ec1b2d894b38f7cc14e3688eac87985e8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523236Reviewed-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@{#824920}
-
Darin Fisher authored
Bug: 993189 Change-Id: I709dd4bf32e24e712efbaff8a5431f2297d05ac1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2517922 Commit-Queue: Darin Fisher <darin@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#824919}
-
Theresa authored
This reverts commit b944e5d8. Reason for revert: Still failing Original change's description: > [Android] Remove force promo state update in BookmarkPromoRender tests > > Updating the promo state forcefully is not required for these tests. > This cl does not change the behavior of the tests. It changes how the > environment is set up. > > This cl also enables testPersonalizedSigninPromoInBookmarkPage test. > > Bug: 1123478, 1133426 > Change-Id: I4382f857ca1e91676404fce1a1c6e76c315e4493 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2517684 > Reviewed-by: Marc Treib <treib@chromium.org> > Commit-Queue: Tanmoy Mollik <triploblastic@chromium.org> > Cr-Commit-Position: refs/heads/master@{#824830} TBR=treib@chromium.org,triploblastic@chromium.org Change-Id: I7100fb19e156f700ee1ec84149904287fd41aec1 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1123478 Bug: 1133426 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523360Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#824918}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/42cafa5696f5..9c99b7964fab 2020-11-06 danilchap@webrtc.org Use SvcRateAllocator for av1 2020-11-05 steveanton@webrtc.org Add publicly visible mock for RtpTransceiverInterface 2020-11-05 steveanton@webrtc.org Add publicly visible mocks for AudioSourceInterface and AudioTrackInterface 2020-11-05 steveanton@webrtc.org Add publicly visible mock for DataChannelInterface 2020-11-05 roman.gaiu@ringcentral.com Add Presentation Mode Support for Capturing OpenOffice Impress document windows 2020-11-05 danilchap@webrtc.org Move SvcRateAllocator out of codecs/vp9 and make it not vp9 specific 2020-11-05 mbonadei@webrtc.org Fix -Wrange-loop-analysis. 2020-11-05 terelius@webrtc.org Add kill-switch to RTC event log factory. 2020-11-05 mbonadei@webrtc.org Add new try builder configs to mb_config.pyl. 2020-11-05 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision fbd658a9..3f3e178f (824119:824219) 2020-11-04 mbonadei@webrtc.org Add new CI builder configs to mb_config.pyl. 2020-11-04 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 0526cc47..fbd658a9 (823879:824119) 2020-11-04 natim@webrtc.org Enable continuous audio polling from ADM after StopPlay in VoIP API 2020-11-04 philipel@webrtc.org Remove remaining variables related to incomplete frames. 2020-11-04 nisse@webrtc.org Delete class RWLockWrapper, and its build target. 2020-11-04 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 2357c735..0526cc47 (822514:823879) 2020-11-04 hta@webrtc.org Move "options" from ConnectionContext to PeerConnectionFactory 2020-11-04 philipp.hancke@googlemail.com uma_metrics: clean up and follow histogram recommendations 2020-11-04 nisse@webrtc.org Replace RWLockWrapper --> Mutex in DeviceInfoImpl 2020-11-04 alessiob@webrtc.org APM RuntimeSetting: record bool histogram when enqueuing a setting fails 2020-11-04 hta@webrtc.org tls_cert_verifier_ is now const and only network thread accessed 2020-11-04 ivoc@webrtc.org Initialize variables to measure preemptive expansion and acceleration 2020-11-04 nisse@webrtc.org Delete use of RWLockWrapper from SimulatedClock 2020-11-04 minyue@webrtc.org Revert "opus: take SILK vad result into account for voice detection" 2020-11-03 jakobi@webrtc.org Remove simulated neteq packet loss plot. 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: chromium:1140376 Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I05844aa501fb606d19a0b2c047dc40c93ff9403a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523352Reviewed-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@{#824917}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/612ded0654a0..e8b6cf636df1 2020-11-06 jaebaek@google.com SpirvShaderDebugger: Correct member index for DebugValue If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@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_chromium_msan_rel_ng;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;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: swiftshader-team+autoroll@google.com Change-Id: I902bced7c3895a588ef7c66acc31efec8699293d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523289Reviewed-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@{#824916}
-
Ben Mason authored
TBR=govind@chromium.org Change-Id: Ieca63e7dc3d3562ede6bad6cce3c9598fe519dc4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2522893Reviewed-by:
Ben Mason <benmason@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Commit-Queue: Ben Mason <benmason@chromium.org> Cr-Commit-Position: refs/heads/master@{#824915}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/db4f0a699e04..2cfcb1c1ee9a 2020-11-06 petermarshall@chromium.org [surveys] Add the UI for showing a survey link in IssueView 2020-11-06 tvanderlippe@chromium.org Add copy stacktrace contextmenu option for network initiator 2020-11-06 yiorsi@gmail.com Fix that the previous text will be selected when double-clicking the angle icon 2020-11-06 aerotwist@chromium.org [unit test] Add AccessibilityModel instantiation test 2020-11-06 aerotwist@chromium.org [unit test] Update runtime & env helpers 2020-11-06 alexrudenko@chromium.org Add icons for align-content and remove icons for start/end for now 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:1112738,chromium:1139945,chromium:1146401 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I2669aac8b3dfcd4082af88d2b52e1de5d88ac5e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523353Reviewed-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@{#824914}
-
Nelson Billing authored
- The output doesn't seem useful. When data is missing the tool segfaults rather than printing a message. Bug: 1122182 Change-Id: I46842793e831b02d169f8d3acc4fa82de3f77951 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2521846 Commit-Queue: Nelson Billing <nbilling@google.com> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#824913}
-
Sebastien Lalancette authored
TBR=fernandex@chromium.org Bug: 1146459 Change-Id: I4b8163481ee473e049cb54504698dc08fbc5a466 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2521707Reviewed-by:
Sebastien Lalancette <seblalancette@chromium.org> Commit-Queue: Sebastien Lalancette <seblalancette@chromium.org> Cr-Commit-Position: refs/heads/master@{#824912}
-
Xiaodan Zhu authored
This CL add a feature flag kFullscreenAlertBubble to the feature of Fullscreen Alert Bubble. Bug: 1107185 Change-Id: I76c3ef33df6056f7a33f0a23294ce2ef169a2326 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2520323Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Commit-Queue: Xiaodan Zhu <zxdan@chromium.org> Cr-Commit-Position: refs/heads/master@{#824911}
-