Bug 239802 - www/chromium: update to 76.0.3809.100 with sndio enabled failure
Summary: www/chromium: update to 76.0.3809.100 with sndio enabled failure
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tobias Kortkamp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-12 14:13 UTC by Konstantin Belousov
Modified: 2019-08-15 14:49 UTC (History)
2 users (show)

See Also:
tobik: maintainer-feedback+
tobik: merge-quarterly+


Attachments
chromium.diff (1.68 KB, patch)
2019-08-12 14:31 UTC, Tobias Kortkamp
cpm: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin Belousov freebsd_committer freebsd_triage 2019-08-12 14:13:45 UTC
../../media/audio/openbsd/audio_manager_openbsd.cc:158:14: error: allocating an object of abstract class type 'media::SndioAudioOutputStream'
  return new SndioAudioOutputStream(params, this);
             ^
../../media/audio/audio_io.h:117:16: note: unimplemented pure virtual method 'Flush' in 'SndioAudioOutputStream'
  virtual void Flush() = 0;

See the full log at https://kib.kiev.ua/poudriere-solo/data/nuc_poudriere_11-head/2019-08-12_13h42m32s/logs/errors/chromium-76.0.3809.100.log
Comment 1 Tobias Kortkamp freebsd_committer freebsd_triage 2019-08-12 14:21:32 UTC
files/sndio_* needs to be synced with the OpenBSD port to get the Flush()
implementation:

https://github.com/openbsd/ports/commit/cca38e7d78d5260cad4b76430c88961abb992834#diff-c6726020f883406ec75f809f33537940
Comment 2 Tobias Kortkamp freebsd_committer freebsd_triage 2019-08-12 14:31:33 UTC
Created attachment 206475 [details]
chromium.diff

Try this patch please.
Comment 3 Konstantin Belousov freebsd_committer freebsd_triage 2019-08-12 17:32:49 UTC
(In reply to Tobias Kortkamp from comment #2)
That worked, thanks.
Comment 4 Carlos J. Puga Medina freebsd_committer freebsd_triage 2019-08-12 17:34:05 UTC
(In reply to Tobias Kortkamp from comment #2)

Approved! Feel free to commit the patch.

Thanks Tobias!
Comment 5 commit-hook freebsd_committer freebsd_triage 2019-08-12 17:44:30 UTC
A commit references this bug:

Author: tobik
Date: Mon Aug 12 17:43:35 UTC 2019
New revision: 508754
URL: https://svnweb.freebsd.org/changeset/ports/508754

Log:
  www/chromium: Sync sndio backend with OpenBSD and unbreak build after r508722

  ../../media/audio/openbsd/audio_manager_openbsd.cc:158:14: error: allocating an object of abstract class type 'media::SndioAudioOutputStream'
    return new SndioAudioOutputStream(params, this);
               ^
  ../../media/audio/audio_io.h:117:16: note: unimplemented pure virtual method 'Flush' in 'SndioAudioOutputStream'
    virtual void Flush() = 0;

  PR:		239802
  Submitted by:	tobik
  Reported by:	kib
  Tested by:	kib
  Approved by:	chromium (cpm)
  MFH:		2019Q3 (together with r508722)

Changes:
  head/www/chromium/files/sndio_output.cc
  head/www/chromium/files/sndio_output.h
Comment 6 Tobias Kortkamp freebsd_committer freebsd_triage 2019-08-12 17:47:24 UTC
Committed, thanks.  Let's leave this open until it's merged to 2019Q3 so that
we do not forget.
Comment 7 commit-hook freebsd_committer freebsd_triage 2019-08-15 14:49:03 UTC
A commit references this bug:

Author: tobik
Date: Thu Aug 15 14:48:29 UTC 2019
New revision: 508999
URL: https://svnweb.freebsd.org/changeset/ports/508999

Log:
  MFH: r508722 r508754

  www/chromium: Update to 76.0.3809.100

  Changelog: https://chromium.googlesource.com/chromium/src/+log/75.0.3770.142..76.0.3809.100?pretty=fuller&n=10000

  Submitted by:	Matthias Wolf <matthias@rheinwolf.de>

  www/chromium: Sync sndio backend with OpenBSD and unbreak build after r508722

  ../../media/audio/openbsd/audio_manager_openbsd.cc:158:14: error: allocating an object of abstract class type 'media::SndioAudioOutputStream'
    return new SndioAudioOutputStream(params, this);
               ^
  ../../media/audio/audio_io.h:117:16: note: unimplemented pure virtual method 'Flush' in 'SndioAudioOutputStream'
    virtual void Flush() = 0;

  PR:		239802
  Submitted by:	tobik
  Reported by:	kib
  Tested by:	kib
  Approved by:	chromium (cpm)

  Approved by:	ports-secteam (miwi)

Changes:
_U  branches/2019Q3/
  branches/2019Q3/www/chromium/Makefile
  branches/2019Q3/www/chromium/distinfo
  branches/2019Q3/www/chromium/files/patch-BUILD.gn
  branches/2019Q3/www/chromium/files/patch-base_BUILD.gn
  branches/2019Q3/www/chromium/files/patch-base_allocator_allocator__shim.cc
  branches/2019Q3/www/chromium/files/patch-base_allocator_allocator__shim__default__dispatch__to__glibc.cc
  branches/2019Q3/www/chromium/files/patch-base_allocator_partition__allocator_page__allocator__internals__posix.h
  branches/2019Q3/www/chromium/files/patch-base_base__switches.cc
  branches/2019Q3/www/chromium/files/patch-base_base__switches.h
  branches/2019Q3/www/chromium/files/patch-base_cpu.cc
  branches/2019Q3/www/chromium/files/patch-base_files_file__path__watcher.cc
  branches/2019Q3/www/chromium/files/patch-base_files_file__util.h
  branches/2019Q3/www/chromium/files/patch-base_files_scoped__file.cc
  branches/2019Q3/www/chromium/files/patch-base_i18n_icu__util.cc
  branches/2019Q3/www/chromium/files/patch-base_logging__unittest.cc
  branches/2019Q3/www/chromium/files/patch-base_process_process__metrics.cc
  branches/2019Q3/www/chromium/files/patch-base_process_process__metrics.h
  branches/2019Q3/www/chromium/files/patch-base_process_process__metrics__freebsd.cc
  branches/2019Q3/www/chromium/files/patch-base_profiler_stack__sampling__profiler__unittest.cc
  branches/2019Q3/www/chromium/files/patch-base_sampling__heap__profiler_sampling__heap__profiler.cc
  branches/2019Q3/www/chromium/files/patch-base_system_sys__info__posix.cc
  branches/2019Q3/www/chromium/files/patch-base_task_thread__pool_environment__config__unittest.cc
  branches/2019Q3/www/chromium/files/patch-build_config_BUILD.gn
  branches/2019Q3/www/chromium/files/patch-build_config_compiler_BUILD.gn
  branches/2019Q3/www/chromium/files/patch-build_config_compiler_compiler.gni
  branches/2019Q3/www/chromium/files/patch-build_config_linux_pkg-config.py
  branches/2019Q3/www/chromium/files/patch-build_detect__host__arch.py
  branches/2019Q3/www/chromium/files/patch-build_gn__run__binary.py
  branches/2019Q3/www/chromium/files/patch-cc_BUILD.gn
  branches/2019Q3/www/chromium/files/patch-cc_scheduler_compositor__frame__reporting__controller.cc
  branches/2019Q3/www/chromium/files/patch-cc_trees_property__tree.cc
  branches/2019Q3/www/chromium/files/patch-chrome_app_chrome__content__browser__overlay__manifest.cc
  branches/2019Q3/www/chromium/files/patch-chrome_app_chrome__main__delegate.cc
  branches/2019Q3/www/chromium/files/patch-chrome_app_chromium__strings.grd
  branches/2019Q3/www/chromium/files/patch-chrome_app_generated__resources.grd
  branches/2019Q3/www/chromium/files/patch-chrome_app_google__chrome__strings.grd
  branches/2019Q3/www/chromium/files/patch-chrome_app_settings__strings.grdp
  branches/2019Q3/www/chromium/files/patch-chrome_app_theme_chrome__unscaled__resources.grd
  branches/2019Q3/www/chromium/files/patch-chrome_browser_about__flags.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_after__startup__task__utils.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_browser__resources.grd
  branches/2019Q3/www/chromium/files/patch-chrome_browser_chrome__browser__main.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.h
  branches/2019Q3/www/chromium/files/patch-chrome_browser_download_chrome__download__manager__delegate.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_download_download__commands.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_download_download__commands.h
  branches/2019Q3/www/chromium/files/patch-chrome_browser_download_download__item__model.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_extensions_BUILD.gn
  branches/2019Q3/www/chromium/files/patch-chrome_browser_extensions_browser__context__keyed__service__factories.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_extensions_external__provider__impl.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_first__run_first__run__dialog.h
  branches/2019Q3/www/chromium/files/patch-chrome_browser_first__run_first__run__internal.h
  branches/2019Q3/www/chromium/files/patch-chrome_browser_flag__descriptions.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_flag__descriptions.h
  branches/2019Q3/www/chromium/files/patch-chrome_browser_media_webrtc_webrtc__logging__handler__host.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_metrics_chrome__metrics__service__client.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_metrics_process__memory__metrics__emitter.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_net_system__network__context__manager.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_password__manager_chrome__password__manager__client.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_prefs_browser__prefs.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_profiles_profile__attributes__entry.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_renderer__context__menu_render__view__context__menu.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_renderer__preferences__util.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_resources_settings_appearance__page_appearance__page.js
  branches/2019Q3/www/chromium/files/patch-chrome_browser_send__tab__to__self_send__tab__to__self__client__service.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_signin_signin__util.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_ssl_ssl__error__controller__client.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_sync_chrome__sync__client.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_tracing_crash__service__uploader.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_ui_browser__command__controller.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_ui_browser__window.h
  branches/2019Q3/www/chromium/files/patch-chrome_browser_ui_startup_startup__browser__creator.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_ui_tab__helpers.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_ui_toolbar_app__menu__model.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_ui_views_chrome__browser__main__extra__parts__views.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_ui_views_first__run__dialog.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__view.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_ui_views_frame_system__menu__model__builder.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_ui_views_tabs_new__tab__button.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab__drag__controller.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc
  branches/2019Q3/www/chromium/files/patch-chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc
  branches/2019Q3/www/chromium/files/patch-chrome_common_BUILD.gn
  branches/2019Q3/www/chromium/files/patch-chrome_common_chrome__features.cc
  branches/2019Q3/www/chromium/files/patch-chrome_common_chrome__features.h
  branches/2019Q3/www/chromium/files/patch-chrome_common_chrome__paths__internal.h
  branches/2019Q3/www/chromium/files/patch-chrome_common_chrome__switches.cc
  branches/2019Q3/www/chromium/files/patch-chrome_common_chrome__switches.h
  branches/2019Q3/www/chromium/files/patch-chrome_common_extensions_api_api__sources.gni
  branches/2019Q3/www/chromium/files/patch-chrome_common_features.gni
  branches/2019Q3/www/chromium/files/patch-chrome_common_pref__names.cc
  branches/2019Q3/www/chromium/files/patch-chrome_common_pref__names.h
  branches/2019Q3/www/chromium/files/patch-chrome_common_webui__url__constants.cc
  branches/2019Q3/www/chromium/files/patch-chrome_common_webui__url__constants.h
  branches/2019Q3/www/chromium/files/patch-chrome_renderer_chrome__content__renderer__client.cc
  branches/2019Q3/www/chromium/files/patch-chrome_test_BUILD.gn
  branches/2019Q3/www/chromium/files/patch-chrome_test_base_in__process__browser__test.cc
  branches/2019Q3/www/chromium/files/patch-chrome_test_base_testing__browser__process.h
  branches/2019Q3/www/chromium/files/patch-chromecast_browser_cast__browser__main__parts.cc
  branches/2019Q3/www/chromium/files/patch-chromecast_browser_cast__content__browser__client.cc
  branches/2019Q3/www/chromium/files/patch-chromecast_browser_metrics_BUILD.gn
  branches/2019Q3/www/chromium/files/patch-chromecast_browser_metrics_cast__metrics__service__client.cc
  branches/2019Q3/www/chromium/files/patch-chromecast_browser_metrics_cast__metrics__service__client.h
  branches/2019Q3/www/chromium/files/patch-components_autofill_core_browser_autofill__experiments.cc
  branches/2019Q3/www/chromium/files/patch-components_autofill_core_browser_personal__data__manager.cc
  branches/2019Q3/www/chromium/files/patch-components_autofill_core_common_autofill__util.cc
  branches/2019Q3/www/chromium/files/patch-components_crash_content_app_BUILD.gn
  branches/2019Q3/www/chromium/files/patch-components_crash_core_common_BUILD.gn
  branches/2019Q3/www/chromium/files/patch-components_download_internal_common_base__file.cc
  branches/2019Q3/www/chromium/files/patch-components_feature__engagement_public_event__constants.cc
  branches/2019Q3/www/chromium/files/patch-components_feature__engagement_public_event__constants.h
  branches/2019Q3/www/chromium/files/patch-components_gcm__driver_gcm__client__impl.cc
  branches/2019Q3/www/chromium/files/patch-components_metrics_BUILD.gn
  branches/2019Q3/www/chromium/files/patch-components_metrics_metrics__log.cc
  branches/2019Q3/www/chromium/files/patch-components_network__session__configurator_browser_network__session__configurator.cc
  branches/2019Q3/www/chromium/files/patch-components_policy_resources_policy__templates.json
  branches/2019Q3/www/chromium/files/patch-components_services_filesystem_file__system__app.cc
  branches/2019Q3/www/chromium/files/patch-components_sync__device__info_local__device__info__util__linux.cc
  branches/2019Q3/www/chromium/files/patch-components_sync_base_get__session__name.cc
  branches/2019Q3/www/chromium/files/patch-components_sync_base_get__session__name__linux.cc
  branches/2019Q3/www/chromium/files/patch-content_app_content__main__runner__impl.cc
  branches/2019Q3/www/chromium/files/patch-content_browser_BUILD.gn
  branches/2019Q3/www/chromium/files/patch-content_browser_browser__main__loop.cc
  branches/2019Q3/www/chromium/files/patch-content_browser_builtin__service__manifests.cc
  branches/2019Q3/www/chromium/files/patch-content_browser_gpu_gpu__process__host.cc
  branches/2019Q3/www/chromium/files/patch-content_browser_ppapi__plugin__process__host.cc
  branches/2019Q3/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl.cc
  branches/2019Q3/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl.h
  branches/2019Q3/www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc
  branches/2019Q3/www/chromium/files/patch-content_browser_service__manager_service__manager__context.cc
  branches/2019Q3/www/chromium/files/patch-content_browser_webui_shared__resources__data__source.cc
  branches/2019Q3/www/chromium/files/patch-content_common_BUILD.gn
  branches/2019Q3/www/chromium/files/patch-content_gpu_gpu__main.cc
  branches/2019Q3/www/chromium/files/patch-content_gpu_gpu__sandbox__hook__linux.cc
  branches/2019Q3/www/chromium/files/patch-content_public_app_content__packaged__services__manifest.cc
  branches/2019Q3/www/chromium/files/patch-content_public_common_child__process__host.h
  branches/2019Q3/www/chromium/files/patch-content_public_common_common__param__traits__macros.h
  branches/2019Q3/www/chromium/files/patch-content_public_common_content__features.cc
  branches/2019Q3/www/chromium/files/patch-content_public_common_content__switches.cc
  branches/2019Q3/www/chromium/files/patch-content_public_test_browser__test__base.cc
  branches/2019Q3/www/chromium/files/patch-content_renderer_render__process__impl.cc
  branches/2019Q3/www/chromium/files/patch-content_renderer_render__thread__impl.cc
  branches/2019Q3/www/chromium/files/patch-content_renderer_renderer__blink__platform__impl.cc
  branches/2019Q3/www/chromium/files/patch-content_renderer_renderer__blink__platform__impl.h
  branches/2019Q3/www/chromium/files/patch-content_shell_BUILD.gn
  branches/2019Q3/www/chromium/files/patch-content_shell_app_shell__main__delegate.cc
  branches/2019Q3/www/chromium/files/patch-content_shell_browser_shell__browser__context.cc
  branches/2019Q3/www/chromium/files/patch-content_shell_browser_web__test_web__test__browser__main__parts.cc
  branches/2019Q3/www/chromium/files/patch-content_shell_test__runner_test__runner.cc
  branches/2019Q3/www/chromium/files/patch-device_usb_BUILD.gn
  branches/2019Q3/www/chromium/files/patch-device_usb_usb__context.cc
  branches/2019Q3/www/chromium/files/patch-device_usb_usb__error.cc
  branches/2019Q3/www/chromium/files/patch-device_usb_usb__service__impl.cc
  branches/2019Q3/www/chromium/files/patch-device_usb_usb__service__impl.h
  branches/2019Q3/www/chromium/files/patch-extensions_browser_api_declarative__webrequest_webrequest__action.cc
  branches/2019Q3/www/chromium/files/patch-extensions_common_api___permission__features.json
  branches/2019Q3/www/chromium/files/patch-extensions_common_features_feature.cc
  branches/2019Q3/www/chromium/files/patch-gpu_command__buffer_service_external__vk__image__backing.cc
  branches/2019Q3/www/chromium/files/patch-gpu_ipc_service_gpu__init.cc
  branches/2019Q3/www/chromium/files/patch-gpu_ipc_service_gpu__memory__buffer__factory.cc
  branches/2019Q3/www/chromium/files/patch-gpu_ipc_service_gpu__watchdog__thread.cc
  branches/2019Q3/www/chromium/files/patch-gpu_ipc_service_gpu__watchdog__thread.h
  branches/2019Q3/www/chromium/files/patch-gpu_vulkan_vulkan__function__pointers.cc
  branches/2019Q3/www/chromium/files/patch-gpu_vulkan_vulkan__function__pointers.h
  branches/2019Q3/www/chromium/files/patch-headless_lib_browser_headless__content__browser__client.cc
  branches/2019Q3/www/chromium/files/patch-headless_lib_browser_headless__content__browser__client.h
  branches/2019Q3/www/chromium/files/patch-ipc_ipc__message__utils.cc
  branches/2019Q3/www/chromium/files/patch-ipc_ipc__message__utils.h
  branches/2019Q3/www/chromium/files/patch-media_base_video__frame.cc
  branches/2019Q3/www/chromium/files/patch-media_base_video__frame.h
  branches/2019Q3/www/chromium/files/patch-media_capture_video_video__capture__device__client.cc
  branches/2019Q3/www/chromium/files/patch-media_gpu_libyuv__image__processor.cc
  branches/2019Q3/www/chromium/files/patch-media_gpu_linux_platform__video__frame__utils.cc
  branches/2019Q3/www/chromium/files/patch-media_gpu_vaapi_vaapi__dmabuf__video__frame__mapper.cc
  branches/2019Q3/www/chromium/files/patch-media_gpu_vaapi_vaapi__video__encode__accelerator.cc
  branches/2019Q3/www/chromium/files/patch-media_gpu_video__frame__mapper__factory.cc
  branches/2019Q3/www/chromium/files/patch-media_media__options.gni
  branches/2019Q3/www/chromium/files/patch-media_mojo_services_gpu__mojo__media__client.cc
  branches/2019Q3/www/chromium/files/patch-media_video_gpu__memory__buffer__video__frame__pool.cc
  branches/2019Q3/www/chromium/files/patch-mojo_public_js_mojo__bindings__resources.grd
  branches/2019Q3/www/chromium/files/patch-net_BUILD.gn
  branches/2019Q3/www/chromium/files/patch-net_base_network__change__notifier.cc
  branches/2019Q3/www/chromium/files/patch-net_features.gni
  branches/2019Q3/www/chromium/files/patch-net_http_http__auth__gssapi__posix.cc
  branches/2019Q3/www/chromium/files/patch-net_proxy__resolution_proxy__resolution__service.cc
  branches/2019Q3/www/chromium/files/patch-net_tools_cert__verify__tool_cert__verify__tool.cc
  branches/2019Q3/www/chromium/files/patch-net_tools_quic_quic__http__proxy__backend.cc
  branches/2019Q3/www/chromium/files/patch-net_url__request_url__request__context__builder.cc
  branches/2019Q3/www/chromium/files/patch-remoting_host_remoting__me2me__host.cc
  branches/2019Q3/www/chromium/files/patch-services_content_simple__browser_simple__browser__service.cc
  branches/2019Q3/www/chromium/files/patch-services_content_simple__browser_simple__browser__service.h
  branches/2019Q3/www/chromium/files/patch-services_device_usb_BUILD.gn
  branches/2019Q3/www/chromium/files/patch-services_network_BUILD.gn
  branches/2019Q3/www/chromium/files/patch-services_network_network__context.cc
  branches/2019Q3/www/chromium/files/patch-services_network_network__service.cc
  branches/2019Q3/www/chromium/files/patch-services_network_network__service.h
  branches/2019Q3/www/chromium/files/patch-services_network_public_cpp_features.cc
  branches/2019Q3/www/chromium/files/patch-services_resource__coordinator_memory__instrumentation_queued__request__dispatcher.cc
  branches/2019Q3/www/chromium/files/patch-services_resource__coordinator_public_cpp_memory__instrumentation_os__metrics.h
  branches/2019Q3/www/chromium/files/patch-services_resource__coordinator_public_cpp_memory__instrumentation_os__metrics__linux.cc
  branches/2019Q3/www/chromium/files/patch-services_service__manager_embedder_main.cc
  branches/2019Q3/www/chromium/files/patch-third__party_angle_BUILD.gn
  branches/2019Q3/www/chromium/files/patch-third__party_angle_src_common_system__utils__posix.cpp
  branches/2019Q3/www/chromium/files/patch-third__party_blink_renderer_BUILD.gn
  branches/2019Q3/www/chromium/files/patch-third__party_blink_renderer_core_html_canvas_canvas__async__blob__creator.cc
  branches/2019Q3/www/chromium/files/patch-third__party_blink_renderer_core_layout_layout__view.cc
  branches/2019Q3/www/chromium/files/patch-third__party_blink_renderer_platform_BUILD.gn
  branches/2019Q3/www/chromium/files/patch-third__party_blink_renderer_platform_fonts_font__cache.cc
  branches/2019Q3/www/chromium/files/patch-third__party_blink_renderer_platform_fonts_font__cache.h
  branches/2019Q3/www/chromium/files/patch-third__party_blink_renderer_platform_fonts_font__metrics.cc
  branches/2019Q3/www/chromium/files/patch-third__party_blink_renderer_platform_fonts_shaping_shape__result__inline__headers.h
  branches/2019Q3/www/chromium/files/patch-third__party_blink_renderer_platform_fonts_skia_font__cache__skia.cc
  branches/2019Q3/www/chromium/files/patch-third__party_pdfium_core_fxcrt_cfx__datetime.cpp
  branches/2019Q3/www/chromium/files/patch-third__party_pdfium_core_fxcrt_fx__system.h
  branches/2019Q3/www/chromium/files/patch-third__party_pdfium_core_fxge_fx__ge__linux.cpp
  branches/2019Q3/www/chromium/files/patch-third__party_pdfium_fxjs_fx__date__helpers.cpp
  branches/2019Q3/www/chromium/files/patch-third__party_pdfium_xfa_fgas_font_cfx__fontsourceenum__file.cpp
  branches/2019Q3/www/chromium/files/patch-third__party_pdfium_xfa_fwl_cfwl__notedriver.cpp
  branches/2019Q3/www/chromium/files/patch-third__party_perfetto_src_base_unix__socket.cc
  branches/2019Q3/www/chromium/files/patch-third__party_perfetto_src_tracing_core_tracing__service__impl.cc
  branches/2019Q3/www/chromium/files/patch-third__party_skia_src_core_SkCpu.cpp
  branches/2019Q3/www/chromium/files/patch-third__party_skia_src_ports_SkFontHost__FreeType.cpp
  branches/2019Q3/www/chromium/files/patch-third__party_skia_src_sksl_SkSLString.h
  branches/2019Q3/www/chromium/files/patch-third__party_sqlite_BUILD.gn
  branches/2019Q3/www/chromium/files/patch-third__party_webrtc_rtc__base_BUILD.gn
  branches/2019Q3/www/chromium/files/patch-third__party_webrtc_rtc__base_physical__socket__server.cc
  branches/2019Q3/www/chromium/files/patch-third__party_webrtc_rtc__base_string__utils.h
  branches/2019Q3/www/chromium/files/patch-tools_gn_build_gen.py
  branches/2019Q3/www/chromium/files/patch-tools_json__schema__compiler_feature__compiler.py
  branches/2019Q3/www/chromium/files/patch-tools_variations_fieldtrial__to__struct.py
  branches/2019Q3/www/chromium/files/patch-ui_base_dragdrop_os__exchange__data__provider__factory.cc
  branches/2019Q3/www/chromium/files/patch-ui_base_resource_resource__bundle.cc
  branches/2019Q3/www/chromium/files/patch-ui_base_webui_web__ui__util.cc
  branches/2019Q3/www/chromium/files/patch-ui_gfx_BUILD.gn
  branches/2019Q3/www/chromium/files/patch-ui_gfx_font__render__params.h
  branches/2019Q3/www/chromium/files/patch-ui_gfx_ipc_gfx__param__traits__macros.h
  branches/2019Q3/www/chromium/files/patch-ui_gfx_linux_client__native__pixmap__dmabuf.cc
  branches/2019Q3/www/chromium/files/patch-ui_gfx_mojo_buffer__types__struct__traits.cc
  branches/2019Q3/www/chromium/files/patch-ui_gfx_mojo_buffer__types__struct__traits.h
  branches/2019Q3/www/chromium/files/patch-ui_gfx_native__pixmap__handle.cc
  branches/2019Q3/www/chromium/files/patch-ui_gfx_native__pixmap__handle.h
  branches/2019Q3/www/chromium/files/patch-ui_gfx_render__text.cc
  branches/2019Q3/www/chromium/files/patch-ui_gl_BUILD.gn
  branches/2019Q3/www/chromium/files/patch-ui_gl_generate__bindings.py
  branches/2019Q3/www/chromium/files/patch-ui_gl_gl__surface__glx.cc
  branches/2019Q3/www/chromium/files/patch-ui_message__center_views_message__popup__view.cc
  branches/2019Q3/www/chromium/files/patch-ui_views_controls_label.cc
  branches/2019Q3/www/chromium/files/patch-ui_views_controls_textfield_textfield.cc
  branches/2019Q3/www/chromium/files/patch-ui_views_examples_widget__example.cc
  branches/2019Q3/www/chromium/files/patch-ui_views_style_platform__style.cc
  branches/2019Q3/www/chromium/files/patch-ui_views_views__delegate.h
  branches/2019Q3/www/chromium/files/patch-ui_views_widget_desktop__aura_desktop__window__tree__host__x11.cc
  branches/2019Q3/www/chromium/files/patch-ui_views_window_custom__frame__view.cc
  branches/2019Q3/www/chromium/files/patch-ui_webui_resources_js_cr.js
  branches/2019Q3/www/chromium/files/patch-v8_BUILD.gn
  branches/2019Q3/www/chromium/files/patch-v8_src_api.cc
  branches/2019Q3/www/chromium/files/patch-v8_src_api_api.cc
  branches/2019Q3/www/chromium/files/patch-v8_src_external-reference-table.cc
  branches/2019Q3/www/chromium/files/patch-v8_src_log-utils.h
  branches/2019Q3/www/chromium/files/sndio_output.cc
  branches/2019Q3/www/chromium/files/sndio_output.h
  branches/2019Q3/www/chromium/pkg-plist
Comment 8 Tobias Kortkamp freebsd_committer freebsd_triage 2019-08-15 14:49:22 UTC
Merged everything to 2019Q3.