diff options
Diffstat (limited to '')
625 files changed, 11935 insertions, 3600 deletions
@@ -4765,4 +4765,3 @@ net-mgmt/nagcon||2025-09-02|Has expired: Obsolete, only supports legacy versions www/yarn-node18||2025-09-02|Has expired: Depeneds on expired www/node18. Node.js 18.* has reached its EoL on 2025-04-30 www/npm-node18||2025-09-03|Has expired: Depeneds on expired www/node18. Node.js 18.* has reached its EoL on 2025-04-30 www/node18||2025-09-03|Has expired: Node.js 18.* has reached its EoL on 2025-04-30. Use Node.js 22.* (www/node22) instead -textproc/cgrep|textproc/hs-cgrep|2025-09-04|Per the convention for Haskell ports diff --git a/audio/mac/Makefile b/audio/mac/Makefile index ab83ee650f67..b08fd180d101 100644 --- a/audio/mac/Makefile +++ b/audio/mac/Makefile @@ -1,5 +1,5 @@ PORTNAME= mac -PORTVERSION= 11.42 +PORTVERSION= 11.43 CATEGORIES= audio MASTER_SITES= https://www.monkeysaudio.com/files/ DISTNAME= ${PORTNAME:tu}_${PORTVERSION:S|.||}_SDK diff --git a/audio/mac/distinfo b/audio/mac/distinfo index 9abbb98216e1..17014f0ec2b2 100644 --- a/audio/mac/distinfo +++ b/audio/mac/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757146749 -SHA256 (MAC_1142_SDK.zip) = 250a6f7e8b02dfe34983397dd1a8679a87ba6eac4ddbc51234f63d3ee5cd6f2e -SIZE (MAC_1142_SDK.zip) = 1707969 +TIMESTAMP = 1757175011 +SHA256 (MAC_1143_SDK.zip) = 9c49c123b95b36d3d86798ebfef5dc96c96c6c1ba02291290d6a9397f1fc3fd1 +SIZE (MAC_1143_SDK.zip) = 1708003 diff --git a/cad/qucs-s/Makefile b/cad/qucs-s/Makefile index e2bbf1d0db5a..b60eaa23cd97 100644 --- a/cad/qucs-s/Makefile +++ b/cad/qucs-s/Makefile @@ -1,5 +1,5 @@ PORTNAME= qucs-s -DISTVERSION= 25.1.2 +DISTVERSION= 25.2.0 CATEGORIES= cad MASTER_SITES= https://github.com/ra3xdh/qucs_s/releases/download/${DISTVERSION}/ @@ -8,7 +8,7 @@ COMMENT= Quite Universal Circuit Simulator: GUI for circuit simulation kernels WWW= https://ra3xdh.github.io/ \ https://github.com/ra3xdh/qucs_s/ -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= dos2unix:converters/dos2unix \ diff --git a/cad/qucs-s/distinfo b/cad/qucs-s/distinfo index 55a30ecccceb..736b7366b6b3 100644 --- a/cad/qucs-s/distinfo +++ b/cad/qucs-s/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745833911 -SHA256 (qucs-s-25.1.2.tar.gz) = 5b8185befa201a2811c4177277297bf0a013f775b6ab600a4ae67576aa5f7f02 -SIZE (qucs-s-25.1.2.tar.gz) = 4718218 +TIMESTAMP = 1757213369 +SHA256 (qucs-s-25.2.0.tar.gz) = f88ac0e987555ac95e907bea211c4d3aeaea87085ed0cd76cfd52fa185971c42 +SIZE (qucs-s-25.2.0.tar.gz) = 4804075 diff --git a/cad/qucs-s/files/patch-qucs_settings.cpp b/cad/qucs-s/files/patch-qucs_settings.cpp index a782a14e0e57..7adcac82b8b0 100644 --- a/cad/qucs-s/files/patch-qucs_settings.cpp +++ b/cad/qucs-s/files/patch-qucs_settings.cpp @@ -1,6 +1,6 @@ - this patch works together with post-patch: %%LOCALBASE%% are substituted there ---- qucs/settings.cpp.orig 2025-03-14 13:47:08 UTC +--- qucs/settings.cpp.orig 2025-09-06 14:06:28 UTC +++ qucs/settings.cpp @@ -62,7 +62,7 @@ void settingsManager::initDefaults() #else @@ -17,6 +17,6 @@ - m_Defaults["XyceParExecutable"] = "mpirun -np %p /usr/local/Xyce-Release-6.8.0-OPENMPI-OPENSOURCE/bin/Xyce"; + m_Defaults["XyceParExecutable"] = "mpirun -np %p %%LOCALBASE%%/bin/Xyce"; - m_Defaults["S4Q_workdir"] = QStandardPaths::writableLocation(QStandardPaths::CacheLocation); - m_Defaults["Nprocs"] = 4; - m_Defaults["SpiceOpusExecutable"] = "spiceopus"; + m_Defaults["S4Q_workdir"] = QDir::toNativeSeparators( + QStandardPaths::writableLocation(QStandardPaths::CacheLocation) + + "/qucs-s"); diff --git a/cad/qucs-s/pkg-plist b/cad/qucs-s/pkg-plist index 7a907e4ba315..5a640e694998 100644 --- a/cad/qucs-s/pkg-plist +++ b/cad/qucs-s/pkg-plist @@ -38,50 +38,69 @@ share/metainfo/io.github.ra3xdh.qucs_s.metainfo.xml %%DATADIR%%/examples/external_interface/probe_and_subcircuit/example_probe_and_subcircuit.sch %%DATADIR%%/examples/external_interface/probe_and_subcircuit/example_sub_subcircuit.sch %%DATADIR%%/examples/external_interface/probe_and_subcircuit/example_subcircuit.sch -%%DATADIR%%/examples/ngspice/2N3904_follower.sch -%%DATADIR%%/examples/ngspice/555timer_osc.sch -%%DATADIR%%/examples/ngspice/Amp_Two_Tone.sch -%%DATADIR%%/examples/ngspice/B-source_Tunnel_Diode.sch -%%DATADIR%%/examples/ngspice/B-sources.sch -%%DATADIR%%/examples/ngspice/B-sources_updated.sch -%%DATADIR%%/examples/ngspice/BJT-four.sch -%%DATADIR%%/examples/ngspice/BJT-noise.sch -%%DATADIR%%/examples/ngspice/BJT-swp.sch -%%DATADIR%%/examples/ngspice/BJT.sch -%%DATADIR%%/examples/ngspice/BJT_Phase_Shift_Osc.sch -%%DATADIR%%/examples/ngspice/BJT_TEMPER_swp.sch -%%DATADIR%%/examples/ngspice/BJT_T_swp.sch -%%DATADIR%%/examples/ngspice/BJT_dc.sch -%%DATADIR%%/examples/ngspice/BSIM4/BSIM4_Ring_Osc.sch -%%DATADIR%%/examples/ngspice/BSIM4/BSIM4_inv.sch -%%DATADIR%%/examples/ngspice/BSIM4/BSIM4_x1_TRAN.sch -%%DATADIR%%/examples/ngspice/BSIM4/nmos4p0.mod -%%DATADIR%%/examples/ngspice/BSIM4/pmos4p0.mod -%%DATADIR%%/examples/ngspice/CV_curve.sch -%%DATADIR%%/examples/ngspice/Comb_Gen.sch -%%DATADIR%%/examples/ngspice/Current_Source_Generator.sch -%%DATADIR%%/examples/ngspice/DAC_out.sch -%%DATADIR%%/examples/ngspice/DBM_Mixer.sch -%%DATADIR%%/examples/ngspice/Distortion.sch -%%DATADIR%%/examples/ngspice/EDD-Q-test.sch -%%DATADIR%%/examples/ngspice/Full_Wave_Bridge_Rectifier_PS.sch -%%DATADIR%%/examples/ngspice/Full_wave.sch -%%DATADIR%%/examples/ngspice/IRFZ44_switch.sch -%%DATADIR%%/examples/ngspice/JCM-800.sch -%%DATADIR%%/examples/ngspice/JFET_Cascode.sch -%%DATADIR%%/examples/ngspice/LCR-1.sch -%%DATADIR%%/examples/ngspice/LM317_test.sch -%%DATADIR%%/examples/ngspice/MESFETs/NE3509.cir -%%DATADIR%%/examples/ngspice/MESFETs/NE3509_sub.sch -%%DATADIR%%/examples/ngspice/MESFETs/NE3509_sub_Id_Vg.sch -%%DATADIR%%/examples/ngspice/MESFETs/Statz_dc_mod.cir -%%DATADIR%%/examples/ngspice/MESFETs/Statz_sub.sch -%%DATADIR%%/examples/ngspice/MESFETs/Statz_sub_Id_Vg.sch -%%DATADIR%%/examples/ngspice/MESFETs/testACMESFETCL1.sch -%%DATADIR%%/examples/ngspice/MESFETs/testDCIdsVgs.sch -%%DATADIR%%/examples/ngspice/MESFETs/testDCMESFETCL1.sch -%%DATADIR%%/examples/ngspice/Mixer_FFT.sch -%%DATADIR%%/examples/ngspice/NE555_disc_Oscillator.sch +%%DATADIR%%/examples/ngspice/B-Sources/B-source_Tunnel_Diode.sch +%%DATADIR%%/examples/ngspice/B-Sources/B-sources.sch +%%DATADIR%%/examples/ngspice/B-Sources/B-sources_updated.sch +%%DATADIR%%/examples/ngspice/Devices/BJT_TEMPER_swp.sch +%%DATADIR%%/examples/ngspice/Devices/BJT_T_swp.sch +%%DATADIR%%/examples/ngspice/Devices/BJT_dc.sch +%%DATADIR%%/examples/ngspice/Devices/BSIM4/BSIM4_Ring_Osc.sch +%%DATADIR%%/examples/ngspice/Devices/BSIM4/BSIM4_inv.sch +%%DATADIR%%/examples/ngspice/Devices/BSIM4/BSIM4_x1_TRAN.sch +%%DATADIR%%/examples/ngspice/Devices/BSIM4/nmos4p0.mod +%%DATADIR%%/examples/ngspice/Devices/BSIM4/pmos4p0.mod +%%DATADIR%%/examples/ngspice/Devices/CV_curve.sch +%%DATADIR%%/examples/ngspice/Devices/EDD-Q-test.sch +%%DATADIR%%/examples/ngspice/Devices/FET noise/fet.sch +%%DATADIR%%/examples/ngspice/Devices/FET noise/fet_noise.sch +%%DATADIR%%/examples/ngspice/Devices/MESFETs/NE3509.cir +%%DATADIR%%/examples/ngspice/Devices/MESFETs/NE3509_sub.sch +%%DATADIR%%/examples/ngspice/Devices/MESFETs/NE3509_sub_Id_Vg.sch +%%DATADIR%%/examples/ngspice/Devices/MESFETs/Statz_dc_mod.cir +%%DATADIR%%/examples/ngspice/Devices/MESFETs/Statz_sub.sch +%%DATADIR%%/examples/ngspice/Devices/MESFETs/Statz_sub_Id_Vg.sch +%%DATADIR%%/examples/ngspice/Devices/MESFETs/testACMESFETCL1.sch +%%DATADIR%%/examples/ngspice/Devices/MESFETs/testDCIdsVgs.sch +%%DATADIR%%/examples/ngspice/Devices/MESFETs/testDCMESFETCL1.sch +%%DATADIR%%/examples/ngspice/Devices/Tunnel_Diode_EDD.sch +%%DATADIR%%/examples/ngspice/Devices/XTAL/XTAL.sch +%%DATADIR%%/examples/ngspice/Devices/XTAL/quarz.sch +%%DATADIR%%/examples/ngspice/Devices/XTAL/quarz_test.sch +%%DATADIR%%/examples/ngspice/Devices/charac.sch +%%DATADIR%%/examples/ngspice/Devices/diode.sch +%%DATADIR%%/examples/ngspice/Devices/diode_dblswp_qucs.sch +%%DATADIR%%/examples/ngspice/Devices/fhr01fh.sch +%%DATADIR%%/examples/ngspice/Devices/gyrator.sch +%%DATADIR%%/examples/ngspice/Devices/single_phase_transformer.sch +%%DATADIR%%/examples/ngspice/Digital/flip_flops_truth_tables.sch +%%DATADIR%%/examples/ngspice/General Electronics/2N3904_follower.sch +%%DATADIR%%/examples/ngspice/General Electronics/555timer_osc.sch +%%DATADIR%%/examples/ngspice/General Electronics/Active Filters/active_bp.sch +%%DATADIR%%/examples/ngspice/General Electronics/Active Filters/notch.sch +%%DATADIR%%/examples/ngspice/General Electronics/Audio Amplifiers/audio_amp.sch +%%DATADIR%%/examples/ngspice/General Electronics/Audio Amplifiers/audio_amp_thd.sch +%%DATADIR%%/examples/ngspice/General Electronics/DAC_out.sch +%%DATADIR%%/examples/ngspice/General Electronics/RC_filter_FFT.sch +%%DATADIR%%/examples/ngspice/General Electronics/Test_tran_coup.sch +%%DATADIR%%/examples/ngspice/General Electronics/Waveform Generation/Current_Source_Generator.sch +%%DATADIR%%/examples/ngspice/General Electronics/Waveform Generation/Sawtooth-discreet.sch +%%DATADIR%%/examples/ngspice/General Electronics/Waveform Generation/Triangle_Wave_Generator.sch +%%DATADIR%%/examples/ngspice/General Electronics/Waveform Generation/sawtooth-2.sch +%%DATADIR%%/examples/ngspice/General Electronics/Waveform Generation/sawtooth-3.sch +%%DATADIR%%/examples/ngspice/General Electronics/chargepump.sch +%%DATADIR%%/examples/ngspice/General Electronics/gain_phase_AC.sch +%%DATADIR%%/examples/ngspice/General Electronics/opamp_gyrator.sch +%%DATADIR%%/examples/ngspice/General Electronics/schmitt.sch +%%DATADIR%%/examples/ngspice/General Electronics/singleOPV.sch +%%DATADIR%%/examples/ngspice/MagneticCores/core_test.sch +%%DATADIR%%/examples/ngspice/MagneticCores/core_test_BH.sch +%%DATADIR%%/examples/ngspice/Miscellaneous/example_sub_subcircuit.sch +%%DATADIR%%/examples/ngspice/Miscellaneous/example_subcircuit.sch +%%DATADIR%%/examples/ngspice/Miscellaneous/schematic_symbols.sch +%%DATADIR%%/examples/ngspice/Miscellaneous/time_resistor.sch +%%DATADIR%%/examples/ngspice/NGspice features/nutmeg_script.sch +%%DATADIR%%/examples/ngspice/NGspice features/par_sweep_test.sch +%%DATADIR%%/examples/ngspice/NGspice features/sensitivityACandDC.sch %%DATADIR%%/examples/ngspice/OpenVAF/Tunnel_Ngspice_prj/tunn.sch %%DATADIR%%/examples/ngspice/OpenVAF/Tunnel_Ngspice_prj/tunnel.dat %%DATADIR%%/examples/ngspice/OpenVAF/Tunnel_Ngspice_prj/tunnel.sym @@ -90,154 +109,137 @@ share/metainfo/io.github.ra3xdh.qucs_s.metainfo.xml %%DATADIR%%/examples/ngspice/OpenVAF/Tunnel_Ngspice_prj/tunnel_props.json %%DATADIR%%/examples/ngspice/OpenVAF/Tunnel_Ngspice_prj/tunnel_sym.json %%DATADIR%%/examples/ngspice/OpenVAF/Tunnel_Ngspice_prj/tunnel_symbol.json -%%DATADIR%%/examples/ngspice/RCL_resonance.sch -%%DATADIR%%/examples/ngspice/RC_filter_FFT.sch -%%DATADIR%%/examples/ngspice/RFLumpComp/RFLumpedComponents.lib -%%DATADIR%%/examples/ngspice/RFLumpComp/Test_RATF_EquivCircD.sch -%%DATADIR%%/examples/ngspice/RFLumpComp/Test_chip_res_basic.sch -%%DATADIR%%/examples/ngspice/Relay.sch -%%DATADIR%%/examples/ngspice/Sawtooth-discreet.sch -%%DATADIR%%/examples/ngspice/Signetics_NE520.sch -%%DATADIR%%/examples/ngspice/SmithChartTest.sch -%%DATADIR%%/examples/ngspice/Test_tran_coup.sch -%%DATADIR%%/examples/ngspice/Triangle_Wave_Generator.sch -%%DATADIR%%/examples/ngspice/Tube_amp6V6.sch -%%DATADIR%%/examples/ngspice/Tunnel_Diode_EDD.sch -%%DATADIR%%/examples/ngspice/VoltageDoubler.sch -%%DATADIR%%/examples/ngspice/X2_100_Bipolar.sch -%%DATADIR%%/examples/ngspice/X5_500.sch +%%DATADIR%%/examples/ngspice/Power Electronics/Full_Wave_Bridge_Rectifier_PS.sch +%%DATADIR%%/examples/ngspice/Power Electronics/Full_wave.sch +%%DATADIR%%/examples/ngspice/Power Electronics/IRFZ44_switch.sch +%%DATADIR%%/examples/ngspice/Power Electronics/LM317_test.sch +%%DATADIR%%/examples/ngspice/Power Electronics/preregulator.sch +%%DATADIR%%/examples/ngspice/RF/Amplifiers/Distortion simulations/Amp_Two_Tone.sch +%%DATADIR%%/examples/ngspice/RF/Amplifiers/Distortion simulations/Distortion.sch +%%DATADIR%%/examples/ngspice/RF/Amplifiers/JFET_Cascode.sch +%%DATADIR%%/examples/ngspice/RF/Amplifiers/Q2N2222A/BJT-four.sch +%%DATADIR%%/examples/ngspice/RF/Amplifiers/Q2N2222A/BJT-noise.sch +%%DATADIR%%/examples/ngspice/RF/Amplifiers/Q2N2222A/BJT-swp.sch +%%DATADIR%%/examples/ngspice/RF/Amplifiers/Q2N2222A/BJT.sch +%%DATADIR%%/examples/ngspice/RF/Amplifiers/Signetics_NE520.sch +%%DATADIR%%/examples/ngspice/RF/Amplifiers/Tube Amplifiers/JCM-800.sch +%%DATADIR%%/examples/ngspice/RF/Amplifiers/Tube Amplifiers/Tube_amp6V6.sch +%%DATADIR%%/examples/ngspice/RF/Amplifiers/s_param_wideband_amp.sch +%%DATADIR%%/examples/ngspice/RF/Amplifiers/s_param_wideband_amp_noise.sch +%%DATADIR%%/examples/ngspice/RF/Amplifiers/selective_amp.sch +%%DATADIR%%/examples/ngspice/RF/Frequency Multipliers/X2_100_Bipolar.sch +%%DATADIR%%/examples/ngspice/RF/Frequency Multipliers/X5_500.sch +%%DATADIR%%/examples/ngspice/RF/Miscellaneous/Comb_Gen.sch +%%DATADIR%%/examples/ngspice/RF/Miscellaneous/Group Delay Simulations/groupdelay_ac.sch +%%DATADIR%%/examples/ngspice/RF/Miscellaneous/Group Delay Simulations/groupdelay_sp.sch +%%DATADIR%%/examples/ngspice/RF/Miscellaneous/LCR-1.sch +%%DATADIR%%/examples/ngspice/RF/Miscellaneous/RCL_resonance.sch +%%DATADIR%%/examples/ngspice/RF/Miscellaneous/Relay.sch +%%DATADIR%%/examples/ngspice/RF/Miscellaneous/SmithChartTest.sch +%%DATADIR%%/examples/ngspice/RF/Miscellaneous/giacoletto.sch +%%DATADIR%%/examples/ngspice/RF/Miscellaneous/stab.sch +%%DATADIR%%/examples/ngspice/RF/Mixers/DBM_Mixer.sch +%%DATADIR%%/examples/ngspice/RF/Mixers/Mixer_FFT.sch +%%DATADIR%%/examples/ngspice/RF/Mixers/active_mixer.sch +%%DATADIR%%/examples/ngspice/RF/Mixers/gilbert.sch +%%DATADIR%%/examples/ngspice/RF/Mixers/single_balanced_CMOS_FFT.sch +%%DATADIR%%/examples/ngspice/RF/Mixers/single_balanced_CMOS_TRAN.sch +%%DATADIR%%/examples/ngspice/RF/Oscillators/BJT_Phase_Shift_Osc.sch +%%DATADIR%%/examples/ngspice/RF/Oscillators/NE555_disc_Oscillator.sch +%%DATADIR%%/examples/ngspice/RF/Oscillators/XTAL_colpitts.sch +%%DATADIR%%/examples/ngspice/RF/Oscillators/classic_osci_2.sch +%%DATADIR%%/examples/ngspice/RF/Oscillators/colpitts.sch +%%DATADIR%%/examples/ngspice/RF/Oscillators/colpitts_base.sch +%%DATADIR%%/examples/ngspice/RF/Oscillators/lc_osc.sch +%%DATADIR%%/examples/ngspice/RF/Oscillators/rf_osci.sch +%%DATADIR%%/examples/ngspice/RF/Oscillators/sym_osci.sch +%%DATADIR%%/examples/ngspice/RF/Power Detector/VoltageDoubler.sch +%%DATADIR%%/examples/ngspice/RF/Power Detector/multiplier.sch +%%DATADIR%%/examples/ngspice/RF/RFLumpComp/RFLumpedComponents.lib +%%DATADIR%%/examples/ngspice/RF/RFLumpComp/Test_RATF_EquivCircD.sch +%%DATADIR%%/examples/ngspice/RF/RFLumpComp/Test_chip_res_basic.sch %%DATADIR%%/examples/ngspice/XSPICE_CM/DiodeCap_prj/diodecap.ifs %%DATADIR%%/examples/ngspice/XSPICE_CM/DiodeCap_prj/diodecap.mod %%DATADIR%%/examples/ngspice/XSPICE_CM/testRFind.sch -%%DATADIR%%/examples/ngspice/XTAL.sch -%%DATADIR%%/examples/ngspice/XTAL_colpitts.sch -%%DATADIR%%/examples/ngspice/active_bp.sch -%%DATADIR%%/examples/ngspice/active_mixer.sch -%%DATADIR%%/examples/ngspice/audio_amp.sch -%%DATADIR%%/examples/ngspice/audio_amp_thd.sch -%%DATADIR%%/examples/ngspice/charac.sch -%%DATADIR%%/examples/ngspice/chargepump.sch -%%DATADIR%%/examples/ngspice/classic_osci_2.sch -%%DATADIR%%/examples/ngspice/colpitts.sch -%%DATADIR%%/examples/ngspice/colpitts_base.sch -%%DATADIR%%/examples/ngspice/diode.sch -%%DATADIR%%/examples/ngspice/diode_dblswp_qucs.sch -%%DATADIR%%/examples/ngspice/example_sub_subcircuit.sch -%%DATADIR%%/examples/ngspice/example_subcircuit.sch -%%DATADIR%%/examples/ngspice/fet.sch -%%DATADIR%%/examples/ngspice/fet_noise.sch -%%DATADIR%%/examples/ngspice/fhr01fh.sch -%%DATADIR%%/examples/ngspice/flip_flops_truth_tables.sch -%%DATADIR%%/examples/ngspice/gain_phase_AC.sch -%%DATADIR%%/examples/ngspice/giacoletto.sch -%%DATADIR%%/examples/ngspice/gilbert.sch -%%DATADIR%%/examples/ngspice/groupdelay_ac.sch -%%DATADIR%%/examples/ngspice/groupdelay_sp.sch -%%DATADIR%%/examples/ngspice/gyrator.sch -%%DATADIR%%/examples/ngspice/lc_osc.sch -%%DATADIR%%/examples/ngspice/multiplier.sch -%%DATADIR%%/examples/ngspice/notch.sch -%%DATADIR%%/examples/ngspice/nutmeg_script.sch -%%DATADIR%%/examples/ngspice/opamp_gyrator.sch -%%DATADIR%%/examples/ngspice/par_sweep_test.sch -%%DATADIR%%/examples/ngspice/preregulator.sch -%%DATADIR%%/examples/ngspice/quarz.sch -%%DATADIR%%/examples/ngspice/quarz_test.sch -%%DATADIR%%/examples/ngspice/rf_osci.sch -%%DATADIR%%/examples/ngspice/s_param_wideband_amp.sch -%%DATADIR%%/examples/ngspice/s_param_wideband_amp_noise.sch -%%DATADIR%%/examples/ngspice/sawtooth-2.sch -%%DATADIR%%/examples/ngspice/sawtooth-3.sch -%%DATADIR%%/examples/ngspice/schematic_symbols.sch -%%DATADIR%%/examples/ngspice/schmitt.sch -%%DATADIR%%/examples/ngspice/selective_amp.sch -%%DATADIR%%/examples/ngspice/sensitivityACandDC.sch -%%DATADIR%%/examples/ngspice/singleOPV.sch -%%DATADIR%%/examples/ngspice/single_balanced_CMOS_FFT.sch -%%DATADIR%%/examples/ngspice/single_balanced_CMOS_TRAN.sch -%%DATADIR%%/examples/ngspice/single_phase_transformer.sch -%%DATADIR%%/examples/ngspice/stab.sch -%%DATADIR%%/examples/ngspice/sym_osci.sch -%%DATADIR%%/examples/ngspice/time_resistor.sch -%%DATADIR%%/examples/qucsator/Amp_Baseband_Low-noise.sch -%%DATADIR%%/examples/qucsator/Amp_Two_Tone.sch -%%DATADIR%%/examples/qucsator/BJT_T_swp_qucs.sch -%%DATADIR%%/examples/qucsator/BPF_1550_edge_cpld.sch -%%DATADIR%%/examples/qucsator/BPF_2000_Co-ax.sch -%%DATADIR%%/examples/qucsator/Comb_Gen.sch -%%DATADIR%%/examples/qucsator/IdealBalun.sch -%%DATADIR%%/examples/qucsator/LPF-Balun2.sch -%%DATADIR%%/examples/qucsator/LPF-Balun3.sch -%%DATADIR%%/examples/qucsator/LPF_1000_Coplanar.sch -%%DATADIR%%/examples/qucsator/LPF_1000_Radial-Stub.sch -%%DATADIR%%/examples/qucsator/LPF_1250_Elliptical.sch -%%DATADIR%%/examples/qucsator/Mixer_FFT.sch -%%DATADIR%%/examples/qucsator/Puls3b.sch -%%DATADIR%%/examples/qucsator/SmithChartTest.sch -%%DATADIR%%/examples/qucsator/VCO_100.sch -%%DATADIR%%/examples/qucsator/X2_100_Bipolar.sch -%%DATADIR%%/examples/qucsator/X5_500.sch -%%DATADIR%%/examples/qucsator/active_bp.sch -%%DATADIR%%/examples/qucsator/active_lp.sch -%%DATADIR%%/examples/qucsator/active_mixer.sch -%%DATADIR%%/examples/qucsator/bbv.sch -%%DATADIR%%/examples/qucsator/boostconverter.sch -%%DATADIR%%/examples/qucsator/bpf_10Ghz.sch -%%DATADIR%%/examples/qucsator/bridge.sch -%%DATADIR%%/examples/qucsator/buckboost.sch -%%DATADIR%%/examples/qucsator/buckconverter.sch -%%DATADIR%%/examples/qucsator/charac.sch -%%DATADIR%%/examples/qucsator/chargepump.sch -%%DATADIR%%/examples/qucsator/chebyshev1_5th.sch -%%DATADIR%%/examples/qucsator/classic_osci.sch -%%DATADIR%%/examples/qucsator/colpitts.sch -%%DATADIR%%/examples/qucsator/colpitts_base.sch -%%DATADIR%%/examples/qucsator/diff1.sch -%%DATADIR%%/examples/qucsator/diode_hb.sch -%%DATADIR%%/examples/qucsator/elliptic_5th.sch -%%DATADIR%%/examples/qucsator/fet.sch -%%DATADIR%%/examples/qucsator/fet_noise.sch -%%DATADIR%%/examples/qucsator/fgummel.sch -%%DATADIR%%/examples/qucsator/fhr01fh.sch -%%DATADIR%%/examples/qucsator/filter_optimization.sch -%%DATADIR%%/examples/qucsator/flicker.sch -%%DATADIR%%/examples/qucsator/fullwaverectifier_1.sch -%%DATADIR%%/examples/qucsator/fullwaverectifier_2.sch -%%DATADIR%%/examples/qucsator/gain.sch -%%DATADIR%%/examples/qucsator/giacoletto.sch -%%DATADIR%%/examples/qucsator/gilbert.sch -%%DATADIR%%/examples/qucsator/groupdelay_ac.sch -%%DATADIR%%/examples/qucsator/groupdelay_sp.sch -%%DATADIR%%/examples/qucsator/gyrator.sch -%%DATADIR%%/examples/qucsator/lc_osc.sch -%%DATADIR%%/examples/qucsator/lf_osci.sch -%%DATADIR%%/examples/qucsator/microstrip.sch -%%DATADIR%%/examples/qucsator/mixer.sch -%%DATADIR%%/examples/qucsator/mscoupler.sch -%%DATADIR%%/examples/qucsator/multiplier.sch -%%DATADIR%%/examples/qucsator/notch.sch -%%DATADIR%%/examples/qucsator/opamp_gyrator.sch -%%DATADIR%%/examples/qucsator/pentode.sch -%%DATADIR%%/examples/qucsator/preregulator.sch -%%DATADIR%%/examples/qucsator/resonance.sch -%%DATADIR%%/examples/qucsator/rf_osci.sch -%%DATADIR%%/examples/qucsator/rgummel.sch -%%DATADIR%%/examples/qucsator/sawtooth-1.sch -%%DATADIR%%/examples/qucsator/sawtooth-2.sch -%%DATADIR%%/examples/qucsator/sawtooth-3.sch -%%DATADIR%%/examples/qucsator/sawtooth-discreet.sch -%%DATADIR%%/examples/qucsator/schmitt.sch -%%DATADIR%%/examples/qucsator/selective_amp.sch -%%DATADIR%%/examples/qucsator/shot.sch -%%DATADIR%%/examples/qucsator/singleOPV.sch -%%DATADIR%%/examples/qucsator/single_balanced.sch -%%DATADIR%%/examples/qucsator/stab.sch -%%DATADIR%%/examples/qucsator/supply.sch -%%DATADIR%%/examples/qucsator/swr_meter.sch -%%DATADIR%%/examples/qucsator/sym_osci.sch -%%DATADIR%%/examples/qucsator/time_resistor.sch -%%DATADIR%%/examples/qucsator/triode.sch -%%DATADIR%%/examples/qucsator/wilkinson.sch +%%DATADIR%%/examples/qucsator/Devices/BJT_T_swp_qucs.sch +%%DATADIR%%/examples/qucsator/Devices/FET noise/fet.sch +%%DATADIR%%/examples/qucsator/Devices/FET noise/fet_noise.sch +%%DATADIR%%/examples/qucsator/Devices/fgummel.sch +%%DATADIR%%/examples/qucsator/Devices/fhr01fh.sch +%%DATADIR%%/examples/qucsator/Devices/flicker.sch +%%DATADIR%%/examples/qucsator/Devices/pentode.sch +%%DATADIR%%/examples/qucsator/Devices/rgummel.sch +%%DATADIR%%/examples/qucsator/Devices/shot.sch +%%DATADIR%%/examples/qucsator/Devices/triode.sch +%%DATADIR%%/examples/qucsator/General Electronics/Active filters/active_bp.sch +%%DATADIR%%/examples/qucsator/General Electronics/Active filters/active_lp.sch +%%DATADIR%%/examples/qucsator/General Electronics/Active filters/notch.sch +%%DATADIR%%/examples/qucsator/General Electronics/Comb_Gen.sch +%%DATADIR%%/examples/qucsator/General Electronics/Waveform generation/Puls3b.sch +%%DATADIR%%/examples/qucsator/General Electronics/Waveform generation/sawtooth-1.sch +%%DATADIR%%/examples/qucsator/General Electronics/Waveform generation/sawtooth-2.sch +%%DATADIR%%/examples/qucsator/General Electronics/Waveform generation/sawtooth-3.sch +%%DATADIR%%/examples/qucsator/General Electronics/Waveform generation/sawtooth-discreet.sch +%%DATADIR%%/examples/qucsator/General Electronics/bridge.sch +%%DATADIR%%/examples/qucsator/General Electronics/chargepump.sch +%%DATADIR%%/examples/qucsator/General Electronics/diff1.sch +%%DATADIR%%/examples/qucsator/General Electronics/gain.sch +%%DATADIR%%/examples/qucsator/General Electronics/gyrator.sch +%%DATADIR%%/examples/qucsator/General Electronics/opamp_gyrator.sch +%%DATADIR%%/examples/qucsator/General Electronics/schmitt.sch +%%DATADIR%%/examples/qucsator/General Electronics/singleOPV.sch +%%DATADIR%%/examples/qucsator/General Electronics/time_resistor.sch +%%DATADIR%%/examples/qucsator/Power Electronics/boostconverter.sch +%%DATADIR%%/examples/qucsator/Power Electronics/buckboost.sch +%%DATADIR%%/examples/qucsator/Power Electronics/buckconverter.sch +%%DATADIR%%/examples/qucsator/Power Electronics/fullwaverectifier_1.sch +%%DATADIR%%/examples/qucsator/Power Electronics/fullwaverectifier_2.sch +%%DATADIR%%/examples/qucsator/Power Electronics/preregulator.sch +%%DATADIR%%/examples/qucsator/Power Electronics/supply.sch +%%DATADIR%%/examples/qucsator/RF/Amplifiers/Amp_Baseband_Low-noise.sch +%%DATADIR%%/examples/qucsator/RF/Amplifiers/Distortion Simulation/Amp_Two_Tone.sch +%%DATADIR%%/examples/qucsator/RF/Amplifiers/bbv.sch +%%DATADIR%%/examples/qucsator/RF/Amplifiers/selective_amp.sch +%%DATADIR%%/examples/qucsator/RF/Amplifiers/stab.sch +%%DATADIR%%/examples/qucsator/RF/Couplers/mscoupler.sch +%%DATADIR%%/examples/qucsator/RF/Filters/BPF/BPF_1550_edge_cpld.sch +%%DATADIR%%/examples/qucsator/RF/Filters/BPF/BPF_2000_Co-ax.sch +%%DATADIR%%/examples/qucsator/RF/Filters/BPF/bpf_10Ghz.sch +%%DATADIR%%/examples/qucsator/RF/Filters/LPF/IdealBalun.sch +%%DATADIR%%/examples/qucsator/RF/Filters/LPF/LPF-Balun2.sch +%%DATADIR%%/examples/qucsator/RF/Filters/LPF/LPF-Balun3.sch +%%DATADIR%%/examples/qucsator/RF/Filters/LPF/LPF_1000_Coplanar.sch +%%DATADIR%%/examples/qucsator/RF/Filters/LPF/LPF_1000_Radial-Stub.sch +%%DATADIR%%/examples/qucsator/RF/Filters/LPF/LPF_1250_Elliptical.sch +%%DATADIR%%/examples/qucsator/RF/Filters/LPF/chebyshev1_5th.sch +%%DATADIR%%/examples/qucsator/RF/Filters/LPF/elliptic_5th.sch +%%DATADIR%%/examples/qucsator/RF/Filters/filter_optimization.sch +%%DATADIR%%/examples/qucsator/RF/Frequency Multipliers/X2_100_Bipolar.sch +%%DATADIR%%/examples/qucsator/RF/Frequency Multipliers/X5_500.sch +%%DATADIR%%/examples/qucsator/RF/Miscellaneous/Group Delay/groupdelay_ac.sch +%%DATADIR%%/examples/qucsator/RF/Miscellaneous/Group Delay/groupdelay_sp.sch +%%DATADIR%%/examples/qucsator/RF/Miscellaneous/IdealBalun.sch +%%DATADIR%%/examples/qucsator/RF/Miscellaneous/SmithChartTest.sch +%%DATADIR%%/examples/qucsator/RF/Miscellaneous/charac.sch +%%DATADIR%%/examples/qucsator/RF/Miscellaneous/diode_hb.sch +%%DATADIR%%/examples/qucsator/RF/Miscellaneous/giacoletto.sch +%%DATADIR%%/examples/qucsator/RF/Miscellaneous/resonance.sch +%%DATADIR%%/examples/qucsator/RF/Miscellaneous/swr_meter.sch +%%DATADIR%%/examples/qucsator/RF/Mixers/active_mixer.sch +%%DATADIR%%/examples/qucsator/RF/Mixers/gilbert.sch +%%DATADIR%%/examples/qucsator/RF/Mixers/mixer.sch +%%DATADIR%%/examples/qucsator/RF/Mixers/single_balanced.sch +%%DATADIR%%/examples/qucsator/RF/Oscillators/VCO_100.sch +%%DATADIR%%/examples/qucsator/RF/Oscillators/classic_osci.sch +%%DATADIR%%/examples/qucsator/RF/Oscillators/colpitts.sch +%%DATADIR%%/examples/qucsator/RF/Oscillators/colpitts_base.sch +%%DATADIR%%/examples/qucsator/RF/Oscillators/lc_osc.sch +%%DATADIR%%/examples/qucsator/RF/Oscillators/lf_osci.sch +%%DATADIR%%/examples/qucsator/RF/Oscillators/rf_osci.sch +%%DATADIR%%/examples/qucsator/RF/Oscillators/sym_osci.sch +%%DATADIR%%/examples/qucsator/RF/Power Detectors/multiplier.sch +%%DATADIR%%/examples/qucsator/RF/Power combiners/wilkinson.sch +%%DATADIR%%/examples/qucsator/RF/Transmission Lines/microstrip.sch %%DATADIR%%/examples/symbols/schematic_symbols.sch %%DATADIR%%/examples/symbols/symbols_blank.sch %%DATADIR%%/examples/symbols/symbols_optos.sch @@ -352,6 +354,9 @@ share/metainfo/io.github.ra3xdh.qucs_s.metainfo.xml %%DATADIR%%/library/Diodes_Extended.lib %%DATADIR%%/library/DualGateMOSFET.lib %%DATADIR%%/library/DualGateMOSFET/DualGateMos.cir +%%DATADIR%%/library/FerritesAmidon.lib +%%DATADIR%%/library/FerritesEpcos.lib +%%DATADIR%%/library/FerritesFerroxcube.lib %%DATADIR%%/library/GeDiodes.lib %%DATADIR%%/library/Ideal.lib %%DATADIR%%/library/JFETs.lib @@ -388,6 +393,8 @@ share/metainfo/io.github.ra3xdh.qucs_s.metainfo.xml %%DATADIR%%/library/TubesExtended/EF183.CIR %%DATADIR%%/library/TubesExtended/EF184.cir %%DATADIR%%/library/TubesExtended/tube.lib +%%DATADIR%%/library/VDMOS.lib +%%DATADIR%%/library/VDMOS_IR.lib %%DATADIR%%/library/Varactor.lib %%DATADIR%%/library/Varactor_RF.lib %%DATADIR%%/library/Varistors.lib @@ -449,6 +456,10 @@ share/metainfo/io.github.ra3xdh.qucs_s.metainfo.xml %%DATADIR%%/python/parse_result_example.py %%DATADIR%%/python/rc_ac_sweep.dat %%DATADIR%%/python/rc_ac_sweep.net +%%DATADIR%%/spicelibrary/coax.cir +%%DATADIR%%/spicelibrary/core.cir +%%DATADIR%%/spicelibrary/winding.cir +%%DATADIR%%/spicelibrary/xfmr.cir %%DATADIR%%/symbols/and2.sym %%DATADIR%%/symbols/buf.sym %%DATADIR%%/symbols/darlington_npn.sym diff --git a/databases/py-hiredis/Makefile b/databases/py-hiredis/Makefile index 6044993ccbb1..064e0941e795 100644 --- a/databases/py-hiredis/Makefile +++ b/databases/py-hiredis/Makefile @@ -1,6 +1,5 @@ PORTNAME= hiredis -PORTVERSION= 3.0.0 -PORTREVISION= 1 +PORTVERSION= 3.2.1 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +13,7 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libhiredis.so:databases/hiredis USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/${PYSETUP} diff --git a/databases/py-hiredis/distinfo b/databases/py-hiredis/distinfo index 951b860bea36..17961c72f174 100644 --- a/databases/py-hiredis/distinfo +++ b/databases/py-hiredis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1723278447 -SHA256 (hiredis-3.0.0.tar.gz) = fed8581ae26345dea1f1e0d1a96e05041a727a45e7d8d459164583e23c6ac441 -SIZE (hiredis-3.0.0.tar.gz) = 87581 +TIMESTAMP = 1749923255 +SHA256 (hiredis-3.2.1.tar.gz) = 5a5f64479bf04dd829fe7029fad0ea043eac4023abc6e946668cbbec3493a78d +SIZE (hiredis-3.2.1.tar.gz) = 89096 diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile index 005239186780..19d4e3717021 100644 --- a/deskutils/calibre/Makefile +++ b/deskutils/calibre/Makefile @@ -1,6 +1,5 @@ PORTNAME= calibre -PORTVERSION= 8.9.0 -PORTREVISION= 1 +PORTVERSION= 8.10.0 CATEGORIES= deskutils python MASTER_SITES= https://download.calibre-ebook.com/${PORTVERSION}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -67,8 +66,8 @@ USES= desktop-file-utils gettext-runtime:build gl localbase:ldflags \ pkgconfig pyqt:6 python:3.11+ qt:6 shared-mime-info shebangfix sqlite ssl \ tar:xz xorg USE_GITHUB= nodefault -GH_TUPLE= kovidgoyal:calibre-translations:6890dae:translations \ - LibreOffice:dictionaries:ea41884:hypenation +GH_TUPLE= kovidgoyal:calibre-translations:9cc1de1:translations \ + LibreOffice:dictionaries:f092998:hypenation USE_GL= opengl USE_PYQT= pyqt6 pysip webengine qtbuilder:build sip:build USE_QT= base diff --git a/deskutils/calibre/distinfo b/deskutils/calibre/distinfo index e4f908e33a92..16e75ae522e7 100644 --- a/deskutils/calibre/distinfo +++ b/deskutils/calibre/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1755855152 -SHA256 (calibre/calibre-8.9.0.tar.xz) = fa65ca2942eff06d5d7e867d55f35f79eda4ce7bf83950105c20a2d63f169620 -SIZE (calibre/calibre-8.9.0.tar.xz) = 45078452 -SHA256 (calibre/kovidgoyal-calibre-translations-6890dae_GH0.tar.gz) = 88a0f5be91dd20d37c70efb9b3407a81662b215948b9ec6aa60dce6ac62f2f53 -SIZE (calibre/kovidgoyal-calibre-translations-6890dae_GH0.tar.gz) = 75303290 -SHA256 (calibre/LibreOffice-dictionaries-ea41884_GH0.tar.gz) = 53f3ac3a62d9bfcf84a5e244a34fabe0c048bf83e01ce9fd852089778529b81a -SIZE (calibre/LibreOffice-dictionaries-ea41884_GH0.tar.gz) = 117695663 +TIMESTAMP = 1757066888 +SHA256 (calibre/calibre-8.10.0.tar.xz) = 0720d4a05f42e4513c66543fccfe07e376fdfb3508b206a1e7f14ee66b57b0c5 +SIZE (calibre/calibre-8.10.0.tar.xz) = 45171736 +SHA256 (calibre/kovidgoyal-calibre-translations-9cc1de1_GH0.tar.gz) = ebc6be54f4bed5f38284bd57138b6a33622cf9e1d7e0642c77c6b74a700f4f07 +SIZE (calibre/kovidgoyal-calibre-translations-9cc1de1_GH0.tar.gz) = 75421589 +SHA256 (calibre/LibreOffice-dictionaries-f092998_GH0.tar.gz) = fb1e77a49ba926346834e66775e6694c083e94db00b6765a8cdcd69cd3b8b465 +SIZE (calibre/LibreOffice-dictionaries-f092998_GH0.tar.gz) = 117698670 diff --git a/deskutils/calibre/files/user-agent-data.json b/deskutils/calibre/files/user-agent-data.json index 152686eed896..0a65639debd6 100644 --- a/deskutils/calibre/files/user-agent-data.json +++ b/deskutils/calibre/files/user-agent-data.json @@ -11,10 +11,11 @@ "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.33 Safari/537.36", "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0", "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:135.0) Gecko/20100101 Firefox/135.0", - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36", + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0", + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0", "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0", @@ -30,11 +31,11 @@ "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.95 Safari/537.36", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 OPR/115.0.0.0", - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36", "Mozilla/5.0 (Windows NT 10.0; Microsoft Windows 10.0.19044; en-US) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 (compatible; Liquit-SetupStore; +https://www.liquit.com/products/release-patch-management/)", + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0", - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 OPR/114.0.0.0", "Mozilla/5.0 (Windows NT 10.0; rv:128.0) Gecko/20100101 Firefox/128.0", + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 OPR/114.0.0.0", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:134.0) Gecko/20100101 Firefox/134.0", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36", @@ -42,73 +43,72 @@ "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Safari/605.1.15", "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0", + "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.66.18) Gecko/20177177 Firefox/45.66.18", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36", - "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.66.18) Gecko/20177177 Firefox/45.66.18", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0", - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15", - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36" ], "desktop_platforms": [ - "Windows NT 10.0; Microsoft Windows 10.0.19044; en-US", - "Windows NT 10.0; WOW64", + "Macintosh; Intel Mac OS X 10.15", "Macintosh; Intel Mac OS X 10_15_7", + "Windows NT 6.1; Win64; x64", "Windows NT 10.0; Win64; x64", - "Macintosh; Intel Mac OS X 10.15", "Windows NT 10.0", - "Windows NT 6.1; Win64; x64" + "Windows NT 10.0; Microsoft Windows 10.0.19044; en-US", + "Windows NT 10.0; WOW64" ], - "timestamp": "2025-08-22T09:37:07.432222+00:00", + "timestamp": "2025-09-05T10:12:34.019635+00:00", "user_agents_popularity": { - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0": 18757, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:134.0) Gecko/20100101 Firefox/134.0": 14237, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36": 150565, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36": 8087, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36": 7089, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36": 105066, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15": 6994, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15": 12726, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15": 41527, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Safari/605.1.15": 9818, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15": 35726, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Safari/605.1.15": 54521, - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15": 69349, - "Mozilla/5.0 (Windows NT 10.0; Microsoft Windows 10.0.19044; en-US) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 (compatible; Liquit-SetupStore; +https://www.liquit.com/products/release-patch-management/)": 18861, - "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.66.18) Gecko/20177177 Firefox/45.66.18": 7866, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36": 34094, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36": 15920, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36": 7907, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36": 12990, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.95 Safari/537.36": 25152, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36": 10024, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 OPR/114.0.0.0": 16844, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36": 6918, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36": 19172, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0": 7761, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 OPR/115.0.0.0": 20757, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36": 557160, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0": 286258, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0": 18767, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:134.0) Gecko/20100101 Firefox/134.0": 14240, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36": 156412, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36": 8385, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36": 7128, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36": 105160, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15": 7361, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15": 13155, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15": 43040, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Safari/605.1.15": 9985, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Safari/605.1.15": 35881, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.2 Safari/605.1.15": 54703, + "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Safari/605.1.15": 69761, + "Mozilla/5.0 (Windows NT 10.0; Microsoft Windows 10.0.19044; en-US) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 (compatible; Liquit-SetupStore; +https://www.liquit.com/products/release-patch-management/)": 19884, + "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.66.18) Gecko/20177177 Firefox/45.66.18": 8393, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36": 35798, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36": 16829, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36": 8265, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36": 13505, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.95 Safari/537.36": 25957, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36": 10520, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 OPR/114.0.0.0": 16855, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36": 19452, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0": 7858, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 OPR/115.0.0.0": 20763, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36": 557547, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0": 286564, "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.33 Safari/537.36": 225959, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36": 251770, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0": 139083, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36": 285373, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0": 148855, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36": 330333, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0": 139103, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36": 302044, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0": 100322, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36": 232467, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36": 164460, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36": 376707, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0": 29007, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0": 177319, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0": 136813, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:135.0) Gecko/20100101 Firefox/135.0": 173983, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0": 131125, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0": 165620, - "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0": 100694, - "Mozilla/5.0 (Windows NT 10.0; rv:128.0) Gecko/20100101 Firefox/128.0": 16562, - "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0": 8861 + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36": 253337, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0": 139197, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36": 285708, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0": 149028, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36": 330932, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0": 139334, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36": 302893, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0": 100641, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36": 233512, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36": 166423, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36": 393607, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36": 141623, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0": 30287, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0": 177398, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0": 136858, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:135.0) Gecko/20100101 Firefox/135.0": 174174, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:136.0) Gecko/20100101 Firefox/136.0": 131322, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0": 165824, + "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0": 100909, + "Mozilla/5.0 (Windows NT 10.0; rv:128.0) Gecko/20100101 Firefox/128.0": 17457, + "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0": 9273 } } diff --git a/deskutils/calibre/pkg-plist b/deskutils/calibre/pkg-plist index 3638467dad65..8fa414e1947b 100644 --- a/deskutils/calibre/pkg-plist +++ b/deskutils/calibre/pkg-plist @@ -665,6 +665,7 @@ lib/calibre/calibre/gui2/actions/browse_annots.py lib/calibre/calibre/gui2/actions/browse_notes.py lib/calibre/calibre/gui2/actions/catalog.py lib/calibre/calibre/gui2/actions/choose_library.py +lib/calibre/calibre/gui2/actions/column_tooltips.py lib/calibre/calibre/gui2/actions/convert.py lib/calibre/calibre/gui2/actions/copy_to_library.py lib/calibre/calibre/gui2/actions/delete.py diff --git a/devel/Makefile b/devel/Makefile index a005a155c7b0..031ab697e45a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -501,11 +501,11 @@ SUBDIR += covtool SUBDIR += cpan-upload SUBDIR += cpan-upload-http - SUBDIR += cpp-codec SUBDIR += cpp-netlib SUBDIR += cpp-utilities SUBDIR += cpp2py SUBDIR += cppcheck + SUBDIR += cppcodec SUBDIR += cppi SUBDIR += cppinsights SUBDIR += cpplint diff --git a/devel/air-go/Makefile b/devel/air-go/Makefile index 8a6158a2ffa2..5b9c66fd7cd8 100644 --- a/devel/air-go/Makefile +++ b/devel/air-go/Makefile @@ -1,7 +1,6 @@ PORTNAME= air DISTVERSIONPREFIX= v -DISTVERSION= 1.62.0 -PORTREVISION= 4 +DISTVERSION= 1.63.0 CATEGORIES= devel PKGNAMESUFFIX= -go diff --git a/devel/air-go/distinfo b/devel/air-go/distinfo index 8b9b2546adaf..dfdac56835f4 100644 --- a/devel/air-go/distinfo +++ b/devel/air-go/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1748881613 -SHA256 (go/devel_air-go/air-v1.62.0/v1.62.0.mod) = d62e1c00b28f2a601c8351e6f077e91eaef78936fd0a2e566acd0ba80ccd4ac2 -SIZE (go/devel_air-go/air-v1.62.0/v1.62.0.mod) = 1373 -SHA256 (go/devel_air-go/air-v1.62.0/v1.62.0.zip) = d611c04609ca27337c5cae9489f65937f456a4cd9e9818b7705659abdd7c96a4 -SIZE (go/devel_air-go/air-v1.62.0/v1.62.0.zip) = 1051315 +TIMESTAMP = 1757256879 +SHA256 (go/devel_air-go/air-v1.63.0/v1.63.0.mod) = 8464d9a7fc21d8dcf9d74b908a24fb0f5a84dcd67f42ad641af0eb7996f3aa3c +SIZE (go/devel_air-go/air-v1.63.0/v1.63.0.mod) = 1177 +SHA256 (go/devel_air-go/air-v1.63.0/v1.63.0.zip) = d8041afb5d0b776d4d98d8669b04d082b5503cdda1c9882dcfd44d2b42ff9080 +SIZE (go/devel_air-go/air-v1.63.0/v1.63.0.zip) = 1054105 diff --git a/devel/radicle/Makefile b/devel/radicle/Makefile index 342b4882a5c6..781be9284dc3 100644 --- a/devel/radicle/Makefile +++ b/devel/radicle/Makefile @@ -1,6 +1,5 @@ PORTNAME= radicle -DISTVERSION= 1.3.0 -PORTREVISION= 1 +DISTVERSION= 1.4.0 CATEGORIES= devel MASTER_SITES= https://distfiles.pirateparty.in/ashish/:sources \ LOCAL/ashish:sources @@ -18,14 +17,14 @@ LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE OPTIONS_DEFINE= DOCS OPTIONS_DEFAULT= DOCS -GIT_HEAD= 0e48723b419be95340a5d9858d76963e8e97137b +GIT_HEAD= bbd1e2cff60cb8086617251adc0c41d0847fe303 USES= cargo CARGO_INSTALL_PATH= crates/radicle-cli crates/radicle-remote-helper \ crates/radicle-node CARGO_ENV= GIT_HEAD=${GIT_HEAD} \ RADICLE_VERSION=${DISTVERSION} \ - SOURCE_DATE_EPOCH=1754993629 + SOURCE_DATE_EPOCH=1756995139 PLIST_FILES= bin/git-remote-rad \ bin/rad \ bin/radicle-node diff --git a/devel/radicle/Makefile.crates b/devel/radicle/Makefile.crates index 5ba7be2600e8..a68a740db012 100644 --- a/devel/radicle/Makefile.crates +++ b/devel/radicle/Makefile.crates @@ -1,4 +1,5 @@ -CARGO_CRATES= adler2-2.0.0 \ +CARGO_CRATES= addr2line-0.24.2 \ + adler2-2.0.0 \ aead-0.5.2 \ aes-0.8.4 \ aes-gcm-0.10.3 \ @@ -19,6 +20,7 @@ CARGO_CRATES= adler2-2.0.0 \ arc-swap-1.7.1 \ ascii-1.1.0 \ autocfg-1.2.0 \ + backtrace-0.3.75 \ base-x-0.2.11 \ base16ct-0.2.0 \ base32-0.4.0 \ @@ -73,12 +75,14 @@ CARGO_CRATES= adler2-2.0.0 \ data-encoding-macro-internal-0.1.12 \ defer-heavy-0.1.0 \ der-0.7.9 \ + deranged-0.4.0 \ derive_more-2.0.1 \ derive_more-impl-2.0.1 \ diff-0.1.13 \ digest-0.10.7 \ displaydoc-0.2.5 \ document-features-0.2.11 \ + dunce-1.0.5 \ dyn-clone-1.0.17 \ ec25519-0.1.0 \ ecdsa-0.16.9 \ @@ -106,7 +110,9 @@ CARGO_CRATES= adler2-2.0.0 \ fxhash-0.2.1 \ generic-array-0.14.7 \ getrandom-0.2.15 \ + getrandom-0.3.3 \ ghash-0.5.1 \ + gimli-0.31.1 \ git-ref-format-0.3.1 \ git-ref-format-core-0.3.1 \ git-ref-format-macro-0.3.1 \ @@ -150,6 +156,7 @@ CARGO_CRATES= adler2-2.0.0 \ hashbrown-0.14.3 \ hmac-0.12.1 \ home-0.5.9 \ + human-panic-2.0.3 \ iana-time-zone-0.1.60 \ iana-time-zone-haiku-0.1.2 \ icu_collections-1.5.0 \ @@ -209,12 +216,15 @@ CARGO_CRATES= adler2-2.0.0 \ num-bigint-dig-0.8.4 \ num-cmp-0.1.0 \ num-complex-0.4.6 \ + num-conv-0.1.0 \ num-integer-0.1.46 \ num-iter-0.1.45 \ num-rational-0.4.2 \ num-traits-0.2.19 \ + object-0.36.7 \ once_cell-1.21.3 \ opaque-debug-0.3.1 \ + os_info-3.12.0 \ outref-0.5.2 \ overload-0.1.1 \ p256-0.13.2 \ @@ -231,11 +241,13 @@ CARGO_CRATES= adler2-2.0.0 \ pkcs1-0.7.5 \ pkcs8-0.10.2 \ pkg-config-0.3.30 \ + plist-1.7.4 \ poly1305-0.8.0 \ polyval-0.6.2 \ popol-3.0.0 \ portable-atomic-1.11.0 \ portable-atomic-util-0.2.4 \ + powerfmt-0.2.0 \ ppv-lite86-0.2.17 \ pretty_assertions-1.4.0 \ primeorder-0.13.6 \ @@ -245,7 +257,9 @@ CARGO_CRATES= adler2-2.0.0 \ prodash-29.0.2 \ qcheck-1.0.0 \ qcheck-macros-1.0.0 \ + quick-xml-0.38.1 \ quote-1.0.36 \ + r-efi-5.3.0 \ radicle-git-ext-0.8.1 \ radicle-std-ext-0.1.0 \ radicle-surf-0.22.0 \ @@ -263,6 +277,7 @@ CARGO_CRATES= adler2-2.0.0 \ regex-syntax-0.8.5 \ rfc6979-0.4.0 \ rsa-0.9.6 \ + rustc-demangle-0.1.26 \ rustix-0.38.34 \ rustix-1.0.7 \ rustversion-1.0.20 \ @@ -280,6 +295,7 @@ CARGO_CRATES= adler2-2.0.0 \ serde_derive-1.0.219 \ serde_derive_internals-0.29.1 \ serde_json-1.0.140 \ + serde_spanned-1.0.0 \ sha1_smol-1.0.0 \ sha2-0.10.8 \ sha3-0.10.8 \ @@ -325,10 +341,16 @@ CARGO_CRATES= adler2-2.0.0 \ thiserror-impl-1.0.69 \ thiserror-impl-2.0.12 \ thread_local-1.1.9 \ + time-0.3.41 \ + time-core-0.1.4 \ + time-macros-0.2.22 \ timeago-0.4.2 \ tinystr-0.7.6 \ tinyvec-1.6.0 \ tinyvec_macros-0.1.1 \ + toml-0.9.5 \ + toml_datetime-0.7.0 \ + toml_writer-1.0.2 \ tracing-0.1.41 \ tracing-core-0.1.34 \ tracing-log-0.2.0 \ @@ -368,6 +390,7 @@ CARGO_CRATES= adler2-2.0.0 \ vsimd-0.8.0 \ walkdir-2.5.0 \ wasi-0.11.0+wasi-snapshot-preview1 \ + wasi-0.14.2+wasi-0.2.4 \ wasm-bindgen-0.2.100 \ wasm-bindgen-backend-0.2.100 \ wasm-bindgen-macro-0.2.100 \ @@ -406,6 +429,7 @@ CARGO_CRATES= adler2-2.0.0 \ windows_x86_64_msvc-0.52.6 \ winnow-0.6.26 \ winpipe-0.1.1 \ + wit-bindgen-rt-0.39.0 \ write16-1.0.0 \ writeable-0.5.5 \ xattr-1.3.1 \ diff --git a/devel/radicle/distinfo b/devel/radicle/distinfo index c5f0ced6370f..399bbc40dc9f 100644 --- a/devel/radicle/distinfo +++ b/devel/radicle/distinfo @@ -1,6 +1,8 @@ -TIMESTAMP = 1755004363 -SHA256 (radicle-1.3.0.tar.gz) = 6b1eb113f56a2e80f2ae1c7713b6c35971681bee591817d9a0655abf4de4289b -SIZE (radicle-1.3.0.tar.gz) = 1075985 +TIMESTAMP = 1757154569 +SHA256 (radicle-1.4.0.tar.gz) = a91bfef25810f280b78a999d00d2c6c7ea3f43262c45863289a225061c8d4544 +SIZE (radicle-1.4.0.tar.gz) = 1100703 +SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 +SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 SHA256 (rust/crates/adler2-2.0.0.crate) = 512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627 SIZE (rust/crates/adler2-2.0.0.crate) = 13529 SHA256 (rust/crates/aead-0.5.2.crate) = d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0 @@ -43,6 +45,8 @@ SHA256 (rust/crates/ascii-1.1.0.crate) = d92bec98840b8f03a5ff5413de5293bfcd8bf96 SIZE (rust/crates/ascii-1.1.0.crate) = 36075 SHA256 (rust/crates/autocfg-1.2.0.crate) = f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80 SIZE (rust/crates/autocfg-1.2.0.crate) = 14808 +SHA256 (rust/crates/backtrace-0.3.75.crate) = 6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002 +SIZE (rust/crates/backtrace-0.3.75.crate) = 92665 SHA256 (rust/crates/base-x-0.2.11.crate) = 4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270 SIZE (rust/crates/base-x-0.2.11.crate) = 10755 SHA256 (rust/crates/base16ct-0.2.0.crate) = 4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf @@ -151,6 +155,8 @@ SHA256 (rust/crates/defer-heavy-0.1.0.crate) = 5053691e3e6c0e5979cfb55503b7eb4b0 SIZE (rust/crates/defer-heavy-0.1.0.crate) = 5773 SHA256 (rust/crates/der-0.7.9.crate) = f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0 SIZE (rust/crates/der-0.7.9.crate) = 85173 +SHA256 (rust/crates/deranged-0.4.0.crate) = 9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e +SIZE (rust/crates/deranged-0.4.0.crate) = 23235 SHA256 (rust/crates/derive_more-2.0.1.crate) = 093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678 SIZE (rust/crates/derive_more-2.0.1.crate) = 70127 SHA256 (rust/crates/derive_more-impl-2.0.1.crate) = bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3 @@ -163,6 +169,8 @@ SHA256 (rust/crates/displaydoc-0.2.5.crate) = 97369cbbc041bc366949bc74d34658d6cd SIZE (rust/crates/displaydoc-0.2.5.crate) = 24219 SHA256 (rust/crates/document-features-0.2.11.crate) = 95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d SIZE (rust/crates/document-features-0.2.11.crate) = 14640 +SHA256 (rust/crates/dunce-1.0.5.crate) = 92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813 +SIZE (rust/crates/dunce-1.0.5.crate) = 8244 SHA256 (rust/crates/dyn-clone-1.0.17.crate) = 0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125 SIZE (rust/crates/dyn-clone-1.0.17.crate) = 11848 SHA256 (rust/crates/ec25519-0.1.0.crate) = bdfd533a2fc01178c738c99412ae1f7e1ad2cb37c2e14bfd87e9d4618171c825 @@ -217,8 +225,12 @@ SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 SHA256 (rust/crates/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 SIZE (rust/crates/getrandom-0.2.15.crate) = 37163 +SHA256 (rust/crates/getrandom-0.3.3.crate) = 26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4 +SIZE (rust/crates/getrandom-0.3.3.crate) = 49493 SHA256 (rust/crates/ghash-0.5.1.crate) = f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1 SIZE (rust/crates/ghash-0.5.1.crate) = 9482 +SHA256 (rust/crates/gimli-0.31.1.crate) = 07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f +SIZE (rust/crates/gimli-0.31.1.crate) = 279515 SHA256 (rust/crates/git-ref-format-0.3.1.crate) = 7428e0d6e549a9a613d6f019b839a0f5142c331295b79e119ca8f4faac145da1 SIZE (rust/crates/git-ref-format-0.3.1.crate) = 3378 SHA256 (rust/crates/git-ref-format-core-0.3.1.crate) = bbaeb9672a55e9e32cb6d3ef781e7526b25ab97d499fae71615649340b143424 @@ -305,6 +317,8 @@ SHA256 (rust/crates/hmac-0.12.1.crate) = 6c49c37c09c17a53d937dfbb742eb3a961d65a9 SIZE (rust/crates/hmac-0.12.1.crate) = 42657 SHA256 (rust/crates/home-0.5.9.crate) = e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5 SIZE (rust/crates/home-0.5.9.crate) = 8760 +SHA256 (rust/crates/human-panic-2.0.3.crate) = ac63a746b187e95d51fe16850eb04d1cfef203f6af98e6c405a6f262ad3df00a +SIZE (rust/crates/human-panic-2.0.3.crate) = 15965 SHA256 (rust/crates/iana-time-zone-0.1.60.crate) = e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141 SIZE (rust/crates/iana-time-zone-0.1.60.crate) = 27074 SHA256 (rust/crates/iana-time-zone-haiku-0.1.2.crate) = f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f @@ -423,6 +437,8 @@ SHA256 (rust/crates/num-cmp-0.1.0.crate) = 63335b2e2c34fae2fb0aa2cecfd9f0832a1e2 SIZE (rust/crates/num-cmp-0.1.0.crate) = 15375 SHA256 (rust/crates/num-complex-0.4.6.crate) = 73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495 SIZE (rust/crates/num-complex-0.4.6.crate) = 30352 +SHA256 (rust/crates/num-conv-0.1.0.crate) = 51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9 +SIZE (rust/crates/num-conv-0.1.0.crate) = 7444 SHA256 (rust/crates/num-integer-0.1.46.crate) = 7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f SIZE (rust/crates/num-integer-0.1.46.crate) = 22331 SHA256 (rust/crates/num-iter-0.1.45.crate) = 1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf @@ -431,10 +447,14 @@ SHA256 (rust/crates/num-rational-0.4.2.crate) = f83d14da390562dca69fc84082e73e54 SIZE (rust/crates/num-rational-0.4.2.crate) = 28159 SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 +SHA256 (rust/crates/object-0.36.7.crate) = 62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87 +SIZE (rust/crates/object-0.36.7.crate) = 329938 SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 SHA256 (rust/crates/opaque-debug-0.3.1.crate) = c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381 SIZE (rust/crates/opaque-debug-0.3.1.crate) = 7066 +SHA256 (rust/crates/os_info-3.12.0.crate) = d0e1ac5fde8d43c34139135df8ea9ee9465394b2d8d20f032d38998f64afffc3 +SIZE (rust/crates/os_info-3.12.0.crate) = 24642 SHA256 (rust/crates/outref-0.5.2.crate) = 1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e SIZE (rust/crates/outref-0.5.2.crate) = 5621 SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 @@ -467,6 +487,8 @@ SHA256 (rust/crates/pkcs8-0.10.2.crate) = f950b2377845cebe5cf8b5165cb3cc1a5e0fa5 SIZE (rust/crates/pkcs8-0.10.2.crate) = 26360 SHA256 (rust/crates/pkg-config-0.3.30.crate) = d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec SIZE (rust/crates/pkg-config-0.3.30.crate) = 20613 +SHA256 (rust/crates/plist-1.7.4.crate) = 3af6b589e163c5a788fab00ce0c0366f6efbb9959c2f9874b224936af7fce7e1 +SIZE (rust/crates/plist-1.7.4.crate) = 103748 SHA256 (rust/crates/poly1305-0.8.0.crate) = 8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf SIZE (rust/crates/poly1305-0.8.0.crate) = 32633 SHA256 (rust/crates/polyval-0.6.2.crate) = 9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25 @@ -477,6 +499,8 @@ SHA256 (rust/crates/portable-atomic-1.11.0.crate) = 350e9b48cbc6b0e028b0473b1144 SIZE (rust/crates/portable-atomic-1.11.0.crate) = 181258 SHA256 (rust/crates/portable-atomic-util-0.2.4.crate) = d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507 SIZE (rust/crates/portable-atomic-util-0.2.4.crate) = 47043 +SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 +SIZE (rust/crates/powerfmt-0.2.0.crate) = 15165 SHA256 (rust/crates/ppv-lite86-0.2.17.crate) = 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de SIZE (rust/crates/ppv-lite86-0.2.17.crate) = 22242 SHA256 (rust/crates/pretty_assertions-1.4.0.crate) = af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66 @@ -495,8 +519,12 @@ SHA256 (rust/crates/qcheck-1.0.0.crate) = b439bd4242da51d62d18c95e6a6add74934675 SIZE (rust/crates/qcheck-1.0.0.crate) = 21273 SHA256 (rust/crates/qcheck-macros-1.0.0.crate) = 2742b9af5a690615904b18f11983f4db9ea7ad1c7e6ed3fb4b2402cdaaf5b1b5 SIZE (rust/crates/qcheck-macros-1.0.0.crate) = 4843 +SHA256 (rust/crates/quick-xml-0.38.1.crate) = 9845d9dccf565065824e69f9f235fafba1587031eda353c1f1561cd6a6be78f4 +SIZE (rust/crates/quick-xml-0.38.1.crate) = 201181 SHA256 (rust/crates/quote-1.0.36.crate) = 0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7 SIZE (rust/crates/quote-1.0.36.crate) = 28507 +SHA256 (rust/crates/r-efi-5.3.0.crate) = 69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f +SIZE (rust/crates/r-efi-5.3.0.crate) = 64532 SHA256 (rust/crates/radicle-git-ext-0.8.1.crate) = 4b78c26e67d1712ad5a0c602ae3b236609461372ac04e200bda359fe4a1c6650 SIZE (rust/crates/radicle-git-ext-0.8.1.crate) = 10803 SHA256 (rust/crates/radicle-std-ext-0.1.0.crate) = db20136bbc9ae63f3fec8e5a6c369f4902fac2244501b5dfc6d668e43475aaa4 @@ -531,6 +559,8 @@ SHA256 (rust/crates/rfc6979-0.4.0.crate) = f8dd2a808d456c4a54e300a23e9f5a67e122c SIZE (rust/crates/rfc6979-0.4.0.crate) = 9140 SHA256 (rust/crates/rsa-0.9.6.crate) = 5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc SIZE (rust/crates/rsa-0.9.6.crate) = 80048 +SHA256 (rust/crates/rustc-demangle-0.1.26.crate) = 56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace +SIZE (rust/crates/rustc-demangle-0.1.26.crate) = 30340 SHA256 (rust/crates/rustix-0.38.34.crate) = 70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f SIZE (rust/crates/rustix-0.38.34.crate) = 365160 SHA256 (rust/crates/rustix-1.0.7.crate) = c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266 @@ -565,6 +595,8 @@ SHA256 (rust/crates/serde_derive_internals-0.29.1.crate) = 18d26a20a969b9e3fdf2f SIZE (rust/crates/serde_derive_internals-0.29.1.crate) = 26189 SHA256 (rust/crates/serde_json-1.0.140.crate) = 20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373 SIZE (rust/crates/serde_json-1.0.140.crate) = 154852 +SHA256 (rust/crates/serde_spanned-1.0.0.crate) = 40734c41988f7306bb04f0ecf60ec0f3f1caa34290e4e8ea471dcd3346483b83 +SIZE (rust/crates/serde_spanned-1.0.0.crate) = 10956 SHA256 (rust/crates/sha1_smol-1.0.0.crate) = ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012 SIZE (rust/crates/sha1_smol-1.0.0.crate) = 9782 SHA256 (rust/crates/sha2-0.10.8.crate) = 793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8 @@ -655,6 +687,12 @@ SHA256 (rust/crates/thiserror-impl-2.0.12.crate) = 7f7cf42b4507d8ea322120659672c SIZE (rust/crates/thiserror-impl-2.0.12.crate) = 21141 SHA256 (rust/crates/thread_local-1.1.9.crate) = f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185 SIZE (rust/crates/thread_local-1.1.9.crate) = 19315 +SHA256 (rust/crates/time-0.3.41.crate) = 8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40 +SIZE (rust/crates/time-0.3.41.crate) = 138369 +SHA256 (rust/crates/time-core-0.1.4.crate) = c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c +SIZE (rust/crates/time-core-0.1.4.crate) = 8422 +SHA256 (rust/crates/time-macros-0.2.22.crate) = 3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49 +SIZE (rust/crates/time-macros-0.2.22.crate) = 24604 SHA256 (rust/crates/timeago-0.4.2.crate) = a1710e589de0a76aaf295cd47a6699f6405737dbfd3cf2b75c92d000b548d0e6 SIZE (rust/crates/timeago-0.4.2.crate) = 18821 SHA256 (rust/crates/tinystr-0.7.6.crate) = 9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f @@ -663,6 +701,12 @@ SHA256 (rust/crates/tinyvec-1.6.0.crate) = 87cc5ceb3875bb20c2890005a4e226a465126 SIZE (rust/crates/tinyvec-1.6.0.crate) = 45991 SHA256 (rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 SIZE (rust/crates/tinyvec_macros-0.1.1.crate) = 5865 +SHA256 (rust/crates/toml-0.9.5.crate) = 75129e1dc5000bfbaa9fee9d1b21f974f9fbad9daec557a521ee6e080825f6e8 +SIZE (rust/crates/toml-0.9.5.crate) = 56833 +SHA256 (rust/crates/toml_datetime-0.7.0.crate) = bade1c3e902f58d73d3f294cd7f20391c1cb2fbcb643b73566bc773971df91e3 +SIZE (rust/crates/toml_datetime-0.7.0.crate) = 18108 +SHA256 (rust/crates/toml_writer-1.0.2.crate) = fcc842091f2def52017664b53082ecbbeb5c7731092bad69d2c63050401dfd64 +SIZE (rust/crates/toml_writer-1.0.2.crate) = 16988 SHA256 (rust/crates/tracing-0.1.41.crate) = 784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0 SIZE (rust/crates/tracing-0.1.41.crate) = 82448 SHA256 (rust/crates/tracing-core-0.1.34.crate) = b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678 @@ -741,6 +785,8 @@ SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06 SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 +SHA256 (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3 +SIZE (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 140921 SHA256 (rust/crates/wasm-bindgen-0.2.100.crate) = 1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5 SIZE (rust/crates/wasm-bindgen-0.2.100.crate) = 48288 SHA256 (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6 @@ -817,6 +863,8 @@ SHA256 (rust/crates/winnow-0.6.26.crate) = 1e90edd2ac1aa278a5c4599b1d89cf03074b6 SIZE (rust/crates/winnow-0.6.26.crate) = 167349 SHA256 (rust/crates/winpipe-0.1.1.crate) = 1ccf671d62d1bd0c913d9059e69bb4a6b51f7a4c899ab83c62d921e35f206053 SIZE (rust/crates/winpipe-0.1.1.crate) = 16051 +SHA256 (rust/crates/wit-bindgen-rt-0.39.0.crate) = 6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1 +SIZE (rust/crates/wit-bindgen-rt-0.39.0.crate) = 12241 SHA256 (rust/crates/write16-1.0.0.crate) = d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936 SIZE (rust/crates/write16-1.0.0.crate) = 7218 SHA256 (rust/crates/writeable-0.5.5.crate) = 1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51 diff --git a/devel/tree-sitter/Makefile b/devel/tree-sitter/Makefile index adc07eea666d..c40e0e7881ff 100644 --- a/devel/tree-sitter/Makefile +++ b/devel/tree-sitter/Makefile @@ -1,6 +1,6 @@ PORTNAME= tree-sitter DISTVERSIONPREFIX= v -DISTVERSION= 0.25.8 +DISTVERSION= 0.25.9 CATEGORIES= devel MAINTAINER= adamw@FreeBSD.org diff --git a/devel/tree-sitter/distinfo b/devel/tree-sitter/distinfo index 4378a24efa58..5601a6a1b481 100644 --- a/devel/tree-sitter/distinfo +++ b/devel/tree-sitter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752434812 -SHA256 (tree-sitter-tree-sitter-v0.25.8_GH0.tar.gz) = 178b575244d967f4920a4642408dc4edf6de96948d37d7f06e5b78acee9c0b4e -SIZE (tree-sitter-tree-sitter-v0.25.8_GH0.tar.gz) = 857462 +TIMESTAMP = 1757256736 +SHA256 (tree-sitter-tree-sitter-v0.25.9_GH0.tar.gz) = 024a2478579acebbb8882d7c2c0f0e07fc0aa19a459b48d10469e4abb96cf16e +SIZE (tree-sitter-tree-sitter-v0.25.9_GH0.tar.gz) = 862832 diff --git a/editors/lapce/Makefile b/editors/lapce/Makefile index 92fda6499227..0b19128cec57 100644 --- a/editors/lapce/Makefile +++ b/editors/lapce/Makefile @@ -1,7 +1,6 @@ PORTNAME= lapce DISTVERSIONPREFIX= v -DISTVERSION= 0.4.4 # Cargo.lock patched: `make patch cargo-crates` -PORTREVISION= 1 +DISTVERSION= 0.4.5 # Cargo.lock patched: `make patch cargo-crates` CATEGORIES= editors MAINTAINER= eduardo@FreeBSD.org @@ -44,5 +43,6 @@ post-install: post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/cargo-crates/fontdb-0.16.2/src/lib.rs + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/cargo-crates/fontdb-0.23.0/src/lib.rs .include <bsd.port.mk> diff --git a/editors/lapce/Makefile.crates b/editors/lapce/Makefile.crates index f8f9fc59b1ad..93a43dde5e32 100644 --- a/editors/lapce/Makefile.crates +++ b/editors/lapce/Makefile.crates @@ -133,7 +133,6 @@ CARGO_CRATES= Inflector-0.11.4 \ dirs-sys-0.3.7 \ dirs-sys-next-0.1.2 \ dispatch-0.2.0 \ - dispatch2-0.2.0 \ dispatch2-0.3.0 \ displaydoc-0.2.5 \ dlib-0.5.2 \ @@ -429,7 +428,7 @@ CARGO_CRATES= Inflector-0.11.4 \ renderdoc-sys-1.1.0 \ reqwest-0.11.27 \ resvg-0.45.1 \ - rfd-0.15.3 \ + rfd-0.15.4 \ rgb-0.8.36 \ roxmltree-0.19.0 \ roxmltree-0.20.0 \ @@ -489,9 +488,9 @@ CARGO_CRATES= Inflector-0.11.4 \ strict-num-0.1.1 \ strsim-0.10.0 \ strum-0.26.3 \ - strum-0.27.1 \ + strum-0.27.2 \ strum_macros-0.26.4 \ - strum_macros-0.27.1 \ + strum_macros-0.27.2 \ svgtypes-0.15.3 \ swash-0.2.5 \ syn-1.0.109 \ @@ -630,7 +629,7 @@ CARGO_CRATES= Inflector-0.11.4 \ wiggle-macro-14.0.2 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ - winapi-util-0.1.5 \ + winapi-util-0.1.10 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winch-codegen-0.12.2 \ windows-0.44.0 \ @@ -723,12 +722,12 @@ CARGO_CRATES= Inflector-0.11.4 \ zvariant_utils-3.2.0 \ structdesc@git+https://github.com/lapce/structdesc?rev=bb56969f22fdb2c2d6c03f158fd4a2bdc983b659\#bb56969f22fdb2c2d6c03f158fd4a2bdc983b659 \ psp-types@git+https://github.com/lapce/psp-types?rev=f7fea28f59e7b2d6faa1034a21679ad49b3524ad\#f7fea28f59e7b2d6faa1034a21679ad49b3524ad \ - floem,floem-editor-core,floem_reactive,floem_renderer,floem_tiny_skia_renderer,floem_vger_renderer@git+https://github.com/lapce/floem?rev=abe59206013a3d700d861ccff3439d94ad3e2c45\#abe59206013a3d700d861ccff3439d94ad3e2c45 \ alacritty_terminal@git+https://github.com/alacritty/alacritty?rev=cacdb5bb3b72bad2c729227537979d95af75978f\#cacdb5bb3b72bad2c729227537979d95af75978f \ wasi-experimental-http-wasmtime@git+https://github.com/lapce/wasi-experimental-http\#21419eb785cb583ead180f25a9685fa16de7f326 \ human-sort@git+https://github.com/dragazo/human-sort?rev=1e74db1e09e8194ba88ad983723cf6f8b0c365da\#1e74db1e09e8194ba88ad983723cf6f8b0c365da \ floem-vger@git+https://github.com/lapce/vger-rs.git?rev=3206d47ec1e30b645ddcb0687036ba3e1f0d98ec\#3206d47ec1e30b645ddcb0687036ba3e1f0d98ec \ dpi,winit@git+https://github.com/rust-windowing/winit?rev=ee245c569d65fdeacf705ee5eedb564508d10ebe\#ee245c569d65fdeacf705ee5eedb564508d10ebe \ + floem,floem-editor-core,floem_reactive,floem_renderer,floem_tiny_skia_renderer,floem_vger_renderer@git+https://github.com/lapce/floem?rev=e0dd862564e3afbad5cba8ebe60df166a7a41e56\#e0dd862564e3afbad5cba8ebe60df166a7a41e56 \ muda@git+https://github.com/tauri-apps/muda?rev=8e986af3cea96a729413abc75c3702dec3990bd2\#8e986af3cea96a729413abc75c3702dec3990bd2 \ tracing,tracing-appender,tracing-attributes,tracing-core,tracing-log,tracing-subscriber@git+https://github.com/tokio-rs/tracing?rev=908cc432a5994f6e17c8f36e13c217dc40085704\#908cc432a5994f6e17c8f36e13c217dc40085704 \ regalloc2@git+https://github.com/bytecodealliance/regalloc2?rev=5d79e12d0a93b10fc181f4da409b4671dd365228\#5d79e12d0a93b10fc181f4da409b4671dd365228 \ diff --git a/editors/lapce/distinfo b/editors/lapce/distinfo index d3f132b2b267..d6c6da39c26c 100644 --- a/editors/lapce/distinfo +++ b/editors/lapce/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1756581753 +TIMESTAMP = 1757153410 SHA256 (rust/crates/Inflector-0.11.4.crate) = fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3 SIZE (rust/crates/Inflector-0.11.4.crate) = 17438 SHA256 (rust/crates/ab_glyph-0.2.21.crate) = 5110f1c78cf582855d895ecd0746b653db010cec6d9f5575293f27934d980a39 @@ -269,8 +269,6 @@ SHA256 (rust/crates/dirs-sys-next-0.1.2.crate) = 4ebda144c4fe02d1f7ea1a7d9641b6f SIZE (rust/crates/dirs-sys-next-0.1.2.crate) = 10681 SHA256 (rust/crates/dispatch-0.2.0.crate) = bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b SIZE (rust/crates/dispatch-0.2.0.crate) = 10229 -SHA256 (rust/crates/dispatch2-0.2.0.crate) = 1a0d569e003ff27784e0e14e4a594048698e0c0f0b66cabcb51511be55a7caa0 -SIZE (rust/crates/dispatch2-0.2.0.crate) = 38637 SHA256 (rust/crates/dispatch2-0.3.0.crate) = 89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec SIZE (rust/crates/dispatch2-0.3.0.crate) = 54606 SHA256 (rust/crates/displaydoc-0.2.5.crate) = 97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0 @@ -861,8 +859,8 @@ SHA256 (rust/crates/reqwest-0.11.27.crate) = dd67538700a17451e7cba03ac727fb961ab SIZE (rust/crates/reqwest-0.11.27.crate) = 163155 SHA256 (rust/crates/resvg-0.45.1.crate) = a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43 SIZE (rust/crates/resvg-0.45.1.crate) = 78002 -SHA256 (rust/crates/rfd-0.15.3.crate) = 80c844748fdc82aae252ee4594a89b6e7ebef1063de7951545564cbc4e57075d -SIZE (rust/crates/rfd-0.15.3.crate) = 54977 +SHA256 (rust/crates/rfd-0.15.4.crate) = ef2bee61e6cffa4635c72d7d81a84294e28f0930db0ddcb0f66d10244674ebed +SIZE (rust/crates/rfd-0.15.4.crate) = 56785 SHA256 (rust/crates/rgb-0.8.36.crate) = 20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59 SIZE (rust/crates/rgb-0.8.36.crate) = 16576 SHA256 (rust/crates/roxmltree-0.19.0.crate) = 3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f @@ -981,12 +979,12 @@ SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f0 SIZE (rust/crates/strsim-0.10.0.crate) = 11355 SHA256 (rust/crates/strum-0.26.3.crate) = 8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06 SIZE (rust/crates/strum-0.26.3.crate) = 7237 -SHA256 (rust/crates/strum-0.27.1.crate) = f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32 -SIZE (rust/crates/strum-0.27.1.crate) = 7467 +SHA256 (rust/crates/strum-0.27.2.crate) = af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf +SIZE (rust/crates/strum-0.27.2.crate) = 8489 SHA256 (rust/crates/strum_macros-0.26.4.crate) = 4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be SIZE (rust/crates/strum_macros-0.26.4.crate) = 27531 -SHA256 (rust/crates/strum_macros-0.27.1.crate) = c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8 -SIZE (rust/crates/strum_macros-0.27.1.crate) = 29670 +SHA256 (rust/crates/strum_macros-0.27.2.crate) = 7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7 +SIZE (rust/crates/strum_macros-0.27.2.crate) = 30522 SHA256 (rust/crates/svgtypes-0.15.3.crate) = 68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc SIZE (rust/crates/svgtypes-0.15.3.crate) = 43696 SHA256 (rust/crates/swash-0.2.5.crate) = f745de914febc7c9ab4388dfaf94bbc87e69f57bb41133a9b0c84d4be49856f3 @@ -1263,8 +1261,8 @@ SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe9399 SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 -SHA256 (rust/crates/winapi-util-0.1.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178 -SIZE (rust/crates/winapi-util-0.1.5.crate) = 10164 +SHA256 (rust/crates/winapi-util-0.1.10.crate) = 0978bf7171b3d90bac376700cb56d606feb40f251a475a5d6634613564460b22 +SIZE (rust/crates/winapi-util-0.1.10.crate) = 13370 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 SHA256 (rust/crates/winch-codegen-0.12.2.crate) = d2942fc0530ed88259df32f09f52a4222583e1ec7c3fa3f4a911905bbf70c3b0 @@ -1449,8 +1447,6 @@ SHA256 (lapce-structdesc-bb56969f22fdb2c2d6c03f158fd4a2bdc983b659_GH0.tar.gz) = SIZE (lapce-structdesc-bb56969f22fdb2c2d6c03f158fd4a2bdc983b659_GH0.tar.gz) = 2312 SHA256 (lapce-psp-types-f7fea28f59e7b2d6faa1034a21679ad49b3524ad_GH0.tar.gz) = ce4e9df73ce961e3b6058b00f8f4588890055325da88ed580201b0306f2c5ec5 SIZE (lapce-psp-types-f7fea28f59e7b2d6faa1034a21679ad49b3524ad_GH0.tar.gz) = 1262 -SHA256 (lapce-floem-abe59206013a3d700d861ccff3439d94ad3e2c45_GH0.tar.gz) = 9f60e7a8e0286c9c0a5d9d720ce8e39dc5e24f534f9e8c424703066a5a86c49c -SIZE (lapce-floem-abe59206013a3d700d861ccff3439d94ad3e2c45_GH0.tar.gz) = 2674680 SHA256 (alacritty-alacritty-cacdb5bb3b72bad2c729227537979d95af75978f_GH0.tar.gz) = 0dcf60782756becf851c189b6dadd409fc896fce829920f07eaef569887d02ee SIZE (alacritty-alacritty-cacdb5bb3b72bad2c729227537979d95af75978f_GH0.tar.gz) = 1639729 SHA256 (lapce-wasi-experimental-http-21419eb785cb583ead180f25a9685fa16de7f326_GH0.tar.gz) = ace4fd9e640f47bcf61f635776deb5de5d2c98d9566edbe3662da51d30c796dc @@ -1461,6 +1457,8 @@ SHA256 (lapce-vger-rs-3206d47ec1e30b645ddcb0687036ba3e1f0d98ec_GH0.tar.gz) = 98c SIZE (lapce-vger-rs-3206d47ec1e30b645ddcb0687036ba3e1f0d98ec_GH0.tar.gz) = 100450 SHA256 (rust-windowing-winit-ee245c569d65fdeacf705ee5eedb564508d10ebe_GH0.tar.gz) = 6ff81ea0500730b1655efd8d1ed7849f7d3b0e9053960f7df32fbd68d5a510b5 SIZE (rust-windowing-winit-ee245c569d65fdeacf705ee5eedb564508d10ebe_GH0.tar.gz) = 626178 +SHA256 (lapce-floem-e0dd862564e3afbad5cba8ebe60df166a7a41e56_GH0.tar.gz) = 530cc6b926c4ad032fd05a0414ac2bf9b27d289a0beee9c83302bed728945743 +SIZE (lapce-floem-e0dd862564e3afbad5cba8ebe60df166a7a41e56_GH0.tar.gz) = 2674839 SHA256 (tauri-apps-muda-8e986af3cea96a729413abc75c3702dec3990bd2_GH0.tar.gz) = 27b8eee39b68ca69e4c152e550caddf6a5740329d4dc285c7470d0cad13100e7 SIZE (tauri-apps-muda-8e986af3cea96a729413abc75c3702dec3990bd2_GH0.tar.gz) = 105561 SHA256 (tokio-rs-tracing-908cc432a5994f6e17c8f36e13c217dc40085704_GH0.tar.gz) = 810e957c463717e22ff4bc93e168a45c4f85e5552015d1c15d6b223ba92d4b03 @@ -1471,5 +1469,5 @@ SHA256 (lapce-lsp-types-feaa1e2ec80975c9dadd400a238ceacf071058e6_GH0.tar.gz) = 3 SIZE (lapce-lsp-types-feaa1e2ec80975c9dadd400a238ceacf071058e6_GH0.tar.gz) = 68504 SHA256 (lapce-locale_config-54c9fe6a247c3618c224ec57e6c3a747bc3a96e4_GH0.tar.gz) = 662e0079b9b2a666b47c8ee953c17f79c810a437ba7c9e4c5d60f924d4ace4ac SIZE (lapce-locale_config-54c9fe6a247c3618c224ec57e6c3a747bc3a96e4_GH0.tar.gz) = 22177 -SHA256 (lapce-lapce-v0.4.4_GH0.tar.gz) = f1acfc01a1d9ac22cde0e2e8105de048fa6940d3f68b23b8b26438028109987a -SIZE (lapce-lapce-v0.4.4_GH0.tar.gz) = 2676079 +SHA256 (lapce-lapce-v0.4.5_GH0.tar.gz) = e5e9df702c2f108da57b8a5232d797c582171c0523a0ac381947058ec667423c +SIZE (lapce-lapce-v0.4.5_GH0.tar.gz) = 2868458 diff --git a/editors/lapce/files/patch-Cargo.lock b/editors/lapce/files/patch-Cargo.lock index 5855975e4a8d..b1b62609844d 100644 --- a/editors/lapce/files/patch-Cargo.lock +++ b/editors/lapce/files/patch-Cargo.lock @@ -1,6 +1,6 @@ ---- Cargo.lock.orig 2025-08-30 05:01:02 UTC +--- Cargo.lock.orig 2025-09-05 16:15:14 UTC +++ Cargo.lock -@@ -4010,15 +4010,6 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178 +@@ -4003,15 +4003,6 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178 checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] @@ -16,7 +16,7 @@ name = "openssl-sys" version = "0.9.106" source = "registry+https://github.com/rust-lang/crates.io-index" -@@ -4026,7 +4017,6 @@ dependencies = [ +@@ -4019,7 +4010,6 @@ dependencies = [ dependencies = [ "cc", "libc", diff --git a/editors/lapce/files/patch-cargo-crates_fontdb-0.23.0_src_lib.rs b/editors/lapce/files/patch-cargo-crates_fontdb-0.23.0_src_lib.rs new file mode 100644 index 000000000000..523480dda61a --- /dev/null +++ b/editors/lapce/files/patch-cargo-crates_fontdb-0.23.0_src_lib.rs @@ -0,0 +1,23 @@ +--- cargo-crates/fontdb-0.23.0/src/lib.rs.orig 2006-07-24 01:21:28 UTC ++++ cargo-crates/fontdb-0.23.0/src/lib.rs +@@ -485,7 +485,7 @@ impl Database { + fn load_no_fontconfig(&mut self) { + let mut seen = Default::default(); + self.load_fonts_dir_impl("/usr/share/fonts/".as_ref(), &mut seen); +- self.load_fonts_dir_impl("/usr/local/share/fonts/".as_ref(), &mut seen); ++ self.load_fonts_dir_impl("%%PREFIX%%/share/fonts/".as_ref(), &mut seen); + + if let Ok(ref home) = std::env::var("HOME") { + let home_path = std::path::Path::new(home); +@@ -527,9 +527,9 @@ impl Database { + }; + + if read_global { +- let _ = fontconfig.merge_config(Path::new("/etc/fonts/local.conf")); ++ let _ = fontconfig.merge_config(Path::new("%%PREFIX%%/etc/fonts/local.conf")); + } +- let _ = fontconfig.merge_config(Path::new("/etc/fonts/fonts.conf")); ++ let _ = fontconfig.merge_config(Path::new("%%PREFIX%%/etc/fonts/fonts.conf")); + } + + for fontconfig_parser::Alias { diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile index ad4015344afb..1cdf4fc29943 100644 --- a/editors/vscode/Makefile +++ b/editors/vscode/Makefile @@ -1,6 +1,6 @@ PORTNAME= vscode DISTVERSION= 1.103.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= https://github.com/tagattie/FreeBSD-VSCode/releases/download/${DISTVERSION}/:node_modules DISTFILES= vscode-node-modules-${DISTVERSION}${EXTRACT_SUFX}:node_modules \ @@ -288,6 +288,8 @@ build-remote-extension-host: configure pre-build ### targets for port maintainer(s) make-node-modules-archive: extract +# add node module for signature verification of extensions from Open VSX Registry + @${PATCH} -s -p0 -d ${WRKSRC} < ${FILESDIR}/patch-package.json @${ECHO_MSG} "===> Fetching and installing node modules in ${WRKSRC}" @cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} npm install --ignore-scripts --no-progress --no-audit --no-fund && \ diff --git a/editors/vscode/distinfo b/editors/vscode/distinfo index 32f9083cc5aa..3f7b7b030d0e 100644 --- a/editors/vscode/distinfo +++ b/editors/vscode/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1756024500 -SHA256 (vscode/vscode-node-modules-1.103.2.tar.gz) = ff733e7c0a3038790eec73555ce93c15d914fcfd76e2a9703acd1d0a47ed44a7 -SIZE (vscode/vscode-node-modules-1.103.2.tar.gz) = 397998302 -SHA256 (vscode/vscode-marketplace-exts-1.103.2.tar.gz) = af11c2d96d9a4ca1aaa4e2318a98cd69204d1af36ebb94374108c7aae3b9c223 -SIZE (vscode/vscode-marketplace-exts-1.103.2.tar.gz) = 1709419 +TIMESTAMP = 1757195921 +SHA256 (vscode/vscode-node-modules-1.103.2.tar.gz) = 7f52e5087174fbf33b2b4dc05c5660f95d1833cc055e50aaf8591717ea07bfd7 +SIZE (vscode/vscode-node-modules-1.103.2.tar.gz) = 406945481 +SHA256 (vscode/vscode-marketplace-exts-1.103.2.tar.gz) = 081fd13d4bab7652f6c1f577b22d00737142aa7056eeb6e18b575b274b0728fa +SIZE (vscode/vscode-marketplace-exts-1.103.2.tar.gz) = 1714506 SHA256 (vscode/microsoft-vscode-1.103.2_GH0.tar.gz) = 77d0201a5fd09df066a04a2bc1fa0acbc01317ed62ec04a99b8cb8a0ce2ce3b3 SIZE (vscode/microsoft-vscode-1.103.2_GH0.tar.gz) = 23208373 diff --git a/editors/vscode/files/patch-package.json b/editors/vscode/files/patch-package.json new file mode 100644 index 000000000000..c40a6ad34f03 --- /dev/null +++ b/editors/vscode/files/patch-package.json @@ -0,0 +1,14 @@ +https://github.com/eclipse/openvsx/issues/543 +https://github.com/termux/termux-packages/issues/24739 +https://github.com/termux/termux-packages/pull/24757 + +--- package.json.orig 2025-08-20 15:13:53 UTC ++++ package.json +@@ -105,6 +105,7 @@ + "native-is-elevated": "0.7.0", + "native-keymap": "^3.3.5", + "native-watchdog": "^1.4.1", ++ "node-ovsx-sign": "^1.2.0", + "node-pty": "^1.1.0-beta33", + "open": "^10.1.2", + "tas-client-umd": "0.2.0", diff --git a/editors/vscode/files/patch-src_vs_platform_extensionManagement_node_extensionSignatureVerificationService.ts b/editors/vscode/files/patch-src_vs_platform_extensionManagement_node_extensionSignatureVerificationService.ts new file mode 100644 index 000000000000..b10a1adb8f06 --- /dev/null +++ b/editors/vscode/files/patch-src_vs_platform_extensionManagement_node_extensionSignatureVerificationService.ts @@ -0,0 +1,47 @@ +https://github.com/eclipse/openvsx/issues/543 +https://github.com/termux/termux-packages/issues/24739 +https://github.com/termux/termux-packages/pull/24757 + +--- src/vs/platform/extensionManagement/node/extensionSignatureVerificationService.ts.orig 2025-08-20 15:13:53 UTC ++++ src/vs/platform/extensionManagement/node/extensionSignatureVerificationService.ts +@@ -35,7 +35,7 @@ declare module vsceSign { + } + + declare module vsceSign { +- export function verify(vsixFilePath: string, signatureArchiveFilePath: string, verbose: boolean): Promise<ExtensionSignatureVerificationResult>; ++ export function verify(vsixFilePath: string, signatureArchiveFilePath: string, verbose: boolean): Promise<boolean>; + } + + /** +@@ -67,7 +67,7 @@ export class ExtensionSignatureVerificationService imp + } + + private async resolveVsceSign(): Promise<typeof vsceSign> { +- const mod = '@vscode/vsce-sign'; ++ const mod = 'node-ovsx-sign'; + return import(mod); + } + +@@ -87,7 +87,21 @@ export class ExtensionSignatureVerificationService imp + + try { + this.logService.trace(`Verifying extension signature for ${extensionId}...`); +- result = await module.verify(vsixFilePath, signatureArchiveFilePath, this.logService.getLevel() === LogLevel.Trace); ++ let isSignatureValid = ++ await module.verify(vsixFilePath, signatureArchiveFilePath, this.logService.getLevel() === LogLevel.Trace); ++ if (isSignatureValid) { ++ result = { ++ code: ExtensionSignatureVerificationCode.Success, ++ didExecute: true, ++ output: "The extension signature is valid." ++ }; ++ } else { ++ result = { ++ code: ExtensionSignatureVerificationCode.SignatureIsNotValid, ++ didExecute: true, ++ output: "The extension signature is invalid." ++ }; ++ } + } catch (e) { + result = { + code: ExtensionSignatureVerificationCode.UnknownError, diff --git a/editors/vscode/pkg-plist b/editors/vscode/pkg-plist index 13fc44924888..62db6058a0c7 100644 --- a/editors/vscode/pkg-plist +++ b/editors/vscode/pkg-plist @@ -885,6 +885,3073 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/extensions/yaml/syntaxes/yaml-embedded.tmLanguage.json %%DATADIR%%/resources/app/extensions/yaml/syntaxes/yaml.tmLanguage.json %%DATADIR%%/resources/app/node_modules.asar +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/LICENSE +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/browser/AbortError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/browser/AbortError.js +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/browser/AbortSignalLike.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/browser/AbortSignalLike.js +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/browser/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/browser/index.js +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/browser/package.json +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/commonjs/AbortError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/commonjs/AbortError.js +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/commonjs/AbortSignalLike.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/commonjs/AbortSignalLike.js +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/commonjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/commonjs/tsdoc-metadata.json +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/esm/AbortError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/esm/AbortError.js +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/esm/AbortSignalLike.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/esm/AbortSignalLike.js +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/react-native/AbortError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/react-native/AbortError.js +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/react-native/AbortSignalLike.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/react-native/AbortSignalLike.js +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/react-native/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/react-native/index.js +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/dist/react-native/package.json +%%DATADIR%%/resources/app/node_modules/@azure/abort-controller/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/LICENSE +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/browser/azureKeyCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/browser/azureNamedKeyCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/browser/azureSASCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/browser/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/browser/keyCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/browser/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/browser/tokenCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/browser/tracing.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/commonjs/azureKeyCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/commonjs/azureNamedKeyCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/commonjs/azureSASCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/commonjs/keyCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/commonjs/tokenCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/commonjs/tracing.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/commonjs/tsdoc-metadata.json +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/esm/azureKeyCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/esm/azureNamedKeyCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/esm/azureSASCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/esm/keyCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/esm/tokenCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/esm/tracing.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/react-native/azureKeyCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/react-native/azureNamedKeyCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/react-native/azureSASCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/react-native/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/react-native/keyCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/react-native/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/react-native/tokenCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/dist/react-native/tracing.js +%%DATADIR%%/resources/app/node_modules/@azure/core-auth/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-client/LICENSE +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/authorizeRequestOnClaimChallenge.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/authorizeRequestOnTenantChallenge.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/base64-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/base64.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/deserializationPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/httpClientCache.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/interfaceHelpers.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/interfaces.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/log.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/operationHelpers.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/pipeline.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/serializationPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/serializer.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/serviceClient.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/state-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/state.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/urlHelpers.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/browser/utils.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/authorizeRequestOnClaimChallenge.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/authorizeRequestOnTenantChallenge.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/base64.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/deserializationPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/httpClientCache.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/interfaceHelpers.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/interfaces.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/log.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/operationHelpers.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/pipeline.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/serializationPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/serializer.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/serviceClient.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/state-cjs.cjs.map +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/state.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/tsdoc-metadata.json +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/urlHelpers.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/commonjs/utils.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/authorizeRequestOnClaimChallenge.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/authorizeRequestOnTenantChallenge.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/base64.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/deserializationPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/httpClientCache.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/interfaceHelpers.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/interfaces.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/log.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/operationHelpers.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/pipeline.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/serializationPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/serializer.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/serviceClient.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/state.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/urlHelpers.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/esm/utils.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/authorizeRequestOnClaimChallenge.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/authorizeRequestOnTenantChallenge.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/base64.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/deserializationPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/httpClientCache.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/interfaceHelpers.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/interfaces.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/log.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/operationHelpers.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/pipeline.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/serializationPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/serializer.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/serviceClient.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/state.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/urlHelpers.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/dist/react-native/utils.js +%%DATADIR%%/resources/app/node_modules/@azure/core-client/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/LICENSE +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/constants.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/createPipelineFromOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/defaultHttpClient.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/httpHeaders.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/interfaces.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/log.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/pipeline.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/pipelineRequest.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/agentPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/auxiliaryAuthenticationHeaderPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/bearerTokenAuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/decompressResponsePolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/defaultRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/exponentialRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/formDataPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/logPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/multipartPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/ndJsonPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/proxyPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/redirectPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/retryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/setClientRequestIdPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/systemErrorRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/throttlingRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/tlsPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/tracingPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/userAgentPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/policies/wrapAbortSignalLikePolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/restError.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/util/file.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/util/tokenCycler.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/util/userAgent.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/util/userAgentPlatform-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/util/userAgentPlatform.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/browser/util/wrapAbortSignal.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/constants.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/createPipelineFromOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/defaultHttpClient.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/httpHeaders.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/interfaces.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/log.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/pipeline.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/pipelineRequest.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/agentPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/auxiliaryAuthenticationHeaderPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/bearerTokenAuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/decompressResponsePolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/defaultRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/exponentialRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/formDataPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/logPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/multipartPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/ndJsonPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/proxyPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/redirectPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/retryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/setClientRequestIdPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/systemErrorRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/throttlingRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/tlsPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/tracingPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/userAgentPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/policies/wrapAbortSignalLikePolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/restError.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/tsdoc-metadata.json +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/util/file.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/util/tokenCycler.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/util/userAgent.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/util/userAgentPlatform.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/commonjs/util/wrapAbortSignal.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/constants.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/createPipelineFromOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/defaultHttpClient.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/httpHeaders.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/interfaces.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/log.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/pipeline.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/pipelineRequest.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/agentPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/auxiliaryAuthenticationHeaderPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/bearerTokenAuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/decompressResponsePolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/defaultRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/exponentialRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/formDataPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/logPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/multipartPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/ndJsonPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/proxyPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/redirectPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/retryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/setClientRequestIdPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/systemErrorRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/throttlingRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/tlsPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/tracingPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/userAgentPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/policies/wrapAbortSignalLikePolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/restError.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/util/file.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/util/tokenCycler.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/util/userAgent.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/util/userAgentPlatform.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/esm/util/wrapAbortSignal.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/constants.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/createPipelineFromOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/defaultHttpClient.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/httpHeaders.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/interfaces.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/log.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/pipeline.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/pipelineRequest.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/agentPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/auxiliaryAuthenticationHeaderPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/bearerTokenAuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/decompressResponsePolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/defaultRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/exponentialRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/formDataPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/logPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/multipartPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/ndJsonPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/proxyPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/redirectPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/retryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/setClientRequestIdPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/systemErrorRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/throttlingRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/tlsPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/tracingPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/userAgentPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/policies/wrapAbortSignalLikePolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/restError.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/util/file.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/util/tokenCycler.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/util/userAgent.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/util/userAgentPlatform-react-native.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/util/userAgentPlatform.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/dist/react-native/util/wrapAbortSignal.js +%%DATADIR%%/resources/app/node_modules/@azure/core-rest-pipeline/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/LICENSE +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/browser/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/browser/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/browser/instrumenter.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/browser/instrumenter.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/browser/interfaces.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/browser/interfaces.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/browser/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/browser/state-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/browser/state-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/browser/state.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/browser/tracingClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/browser/tracingClient.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/browser/tracingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/browser/tracingContext.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/commonjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/commonjs/instrumenter.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/commonjs/instrumenter.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/commonjs/interfaces.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/commonjs/interfaces.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/commonjs/state-cjs.cjs.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/commonjs/state-cjs.d.cts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/commonjs/state.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/commonjs/tracingClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/commonjs/tracingClient.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/commonjs/tracingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/commonjs/tracingContext.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/commonjs/tsdoc-metadata.json +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/esm/instrumenter.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/esm/instrumenter.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/esm/interfaces.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/esm/interfaces.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/esm/state.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/esm/state.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/esm/tracingClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/esm/tracingClient.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/esm/tracingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/esm/tracingContext.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/react-native/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/react-native/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/react-native/instrumenter.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/react-native/instrumenter.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/react-native/interfaces.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/react-native/interfaces.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/react-native/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/react-native/state.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/react-native/state.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/react-native/tracingClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/react-native/tracingClient.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/react-native/tracingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/dist/react-native/tracingContext.js +%%DATADIR%%/resources/app/node_modules/@azure/core-tracing/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-util/LICENSE +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/browser/aborterUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/browser/createAbortablePromise.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/browser/delay.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/browser/error.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/browser/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/browser/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/browser/typeGuards.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/commonjs/aborterUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/commonjs/createAbortablePromise.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/commonjs/delay.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/commonjs/error.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/commonjs/tsdoc-metadata.json +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/commonjs/typeGuards.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/esm/aborterUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/esm/createAbortablePromise.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/esm/delay.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/esm/error.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/esm/typeGuards.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/react-native/aborterUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/react-native/createAbortablePromise.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/react-native/delay.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/react-native/error.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/react-native/index.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/react-native/package.json +%%DATADIR%%/resources/app/node_modules/@azure/core-util/dist/react-native/typeGuards.js +%%DATADIR%%/resources/app/node_modules/@azure/core-util/package.json +%%DATADIR%%/resources/app/node_modules/@azure/identity/LICENSE +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/client/identityClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/client/identityClient.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/constants.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/constants.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/authorityValidationOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/authorityValidationOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/authorizationCodeCredential-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/authorizationCodeCredential-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/authorizationCodeCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/authorizationCodeCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/authorizationCodeCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azureCliCredential-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azureCliCredential-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azureCliCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azureCliCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azureCliCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azureDeveloperCliCredential-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azureDeveloperCliCredential-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azureDeveloperCliCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azureDeveloperCliCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azureDeveloperCliCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azurePipelinesCredential-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azurePipelinesCredential-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azurePipelinesCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azurePipelinesCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azurePipelinesCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azurePowerShellCredential-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azurePowerShellCredential-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azurePowerShellCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azurePowerShellCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/azurePowerShellCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/brokerAuthOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/brokerAuthOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/brokerCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/brokerCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/browserCustomizationOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/browserCustomizationOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/chainedTokenCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/chainedTokenCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/clientAssertionCredential-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/clientAssertionCredential-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/clientAssertionCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/clientAssertionCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/clientAssertionCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/clientCertificateCredential-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/clientCertificateCredential-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/clientCertificateCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/clientCertificateCredentialModels.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/clientCertificateCredentialModels.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/clientCertificateCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/clientCertificateCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/clientSecretCredential-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/clientSecretCredential-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/clientSecretCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/clientSecretCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/clientSecretCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/credentialPersistenceOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/credentialPersistenceOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/defaultAzureCredential-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/defaultAzureCredential-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/defaultAzureCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/defaultAzureCredentialFunctions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/defaultAzureCredentialFunctions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/defaultAzureCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/defaultAzureCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/deviceCodeCredential-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/deviceCodeCredential-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/deviceCodeCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/deviceCodeCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/deviceCodeCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/environmentCredential-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/environmentCredential-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/environmentCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/environmentCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/environmentCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/interactiveBrowserCredential-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/interactiveBrowserCredential-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/interactiveBrowserCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/interactiveBrowserCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/interactiveBrowserCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/interactiveCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/interactiveCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/managedIdentityCredential/imdsMsi.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/managedIdentityCredential/imdsMsi.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/managedIdentityCredential/imdsRetryPolicy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/managedIdentityCredential/imdsRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/managedIdentityCredential/index-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/managedIdentityCredential/index-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/managedIdentityCredential/index.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/managedIdentityCredential/models.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/managedIdentityCredential/models.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/managedIdentityCredential/options.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/managedIdentityCredential/options.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/managedIdentityCredential/tokenExchangeMsi.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/managedIdentityCredential/tokenExchangeMsi.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/managedIdentityCredential/utils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/managedIdentityCredential/utils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/multiTenantTokenCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/multiTenantTokenCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/onBehalfOfCredential-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/onBehalfOfCredential-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/onBehalfOfCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/onBehalfOfCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/onBehalfOfCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/usernamePasswordCredential-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/usernamePasswordCredential-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/usernamePasswordCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/usernamePasswordCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/usernamePasswordCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/visualStudioCodeCredential-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/visualStudioCodeCredential-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/visualStudioCodeCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/visualStudioCodeCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/visualStudioCodeCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/visualStudioCodeCredentialPlugin.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/visualStudioCodeCredentialPlugin.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/workloadIdentityCredential-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/workloadIdentityCredential-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/workloadIdentityCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/workloadIdentityCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/credentials/workloadIdentityCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/errors.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/errors.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/index.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/browserFlows/msalBrowserCommon.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/browserFlows/msalBrowserCommon.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/browserFlows/msalBrowserOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/browserFlows/msalBrowserOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/credentials.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/credentials.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/msal-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/msal-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/msal.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/nodeFlows/brokerOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/nodeFlows/brokerOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/nodeFlows/msalClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/nodeFlows/msalClient.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/nodeFlows/msalPlugins.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/nodeFlows/msalPlugins.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/nodeFlows/tokenCachePersistenceOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/nodeFlows/tokenCachePersistenceOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/types.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/types.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/utils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/msal/utils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/package.json +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/plugins/consumer-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/plugins/consumer-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/plugins/consumer.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/plugins/provider.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/plugins/provider.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/regionalAuthority.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/regionalAuthority.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/tokenCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/tokenCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/tokenProvider.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/tokenProvider.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/authHostEnv-browser.d.mts +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/authHostEnv-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/authHostEnv-browser.mjs +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/authHostEnv-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/identityTokenEndpoint.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/identityTokenEndpoint.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/logging.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/logging.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/processMultiTenantRequest-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/processMultiTenantRequest-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/processMultiTenantRequest.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/processUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/processUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/scopeUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/scopeUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/subscriptionUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/subscriptionUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/tenantIdUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/tenantIdUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/tracing.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/browser/util/tracing.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/client/identityClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/client/identityClient.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/constants.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/constants.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/authorityValidationOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/authorityValidationOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/authorizationCodeCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/authorizationCodeCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/authorizationCodeCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/authorizationCodeCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/azureCliCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/azureCliCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/azureCliCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/azureCliCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/azureDeveloperCliCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/azureDeveloperCliCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/azureDeveloperCliCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/azureDeveloperCliCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/azurePipelinesCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/azurePipelinesCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/azurePipelinesCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/azurePipelinesCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/azurePowerShellCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/azurePowerShellCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/azurePowerShellCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/azurePowerShellCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/brokerAuthOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/brokerAuthOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/brokerCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/brokerCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/browserCustomizationOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/browserCustomizationOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/chainedTokenCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/chainedTokenCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/clientAssertionCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/clientAssertionCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/clientAssertionCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/clientAssertionCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/clientCertificateCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/clientCertificateCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/clientCertificateCredentialModels.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/clientCertificateCredentialModels.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/clientCertificateCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/clientCertificateCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/clientSecretCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/clientSecretCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/clientSecretCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/clientSecretCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/credentialPersistenceOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/credentialPersistenceOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/defaultAzureCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/defaultAzureCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/defaultAzureCredentialFunctions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/defaultAzureCredentialFunctions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/defaultAzureCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/defaultAzureCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/deviceCodeCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/deviceCodeCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/deviceCodeCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/deviceCodeCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/environmentCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/environmentCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/environmentCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/environmentCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/interactiveBrowserCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/interactiveBrowserCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/interactiveBrowserCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/interactiveBrowserCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/interactiveCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/interactiveCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/managedIdentityCredential/imdsMsi.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/managedIdentityCredential/imdsMsi.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/managedIdentityCredential/imdsRetryPolicy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/managedIdentityCredential/imdsRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/managedIdentityCredential/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/managedIdentityCredential/index.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/managedIdentityCredential/models.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/managedIdentityCredential/models.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/managedIdentityCredential/options.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/managedIdentityCredential/options.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/managedIdentityCredential/tokenExchangeMsi.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/managedIdentityCredential/tokenExchangeMsi.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/managedIdentityCredential/utils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/managedIdentityCredential/utils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/multiTenantTokenCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/multiTenantTokenCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/onBehalfOfCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/onBehalfOfCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/onBehalfOfCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/onBehalfOfCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/usernamePasswordCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/usernamePasswordCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/usernamePasswordCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/usernamePasswordCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/visualStudioCodeCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/visualStudioCodeCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/visualStudioCodeCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/visualStudioCodeCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/visualStudioCodeCredentialPlugin.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/visualStudioCodeCredentialPlugin.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/workloadIdentityCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/workloadIdentityCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/workloadIdentityCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/credentials/workloadIdentityCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/errors.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/errors.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/browserFlows/msalBrowserCommon.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/browserFlows/msalBrowserCommon.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/browserFlows/msalBrowserOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/browserFlows/msalBrowserOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/credentials.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/credentials.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/msal.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/msal.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/nodeFlows/brokerOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/nodeFlows/brokerOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/nodeFlows/msalClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/nodeFlows/msalClient.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/nodeFlows/msalPlugins.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/nodeFlows/msalPlugins.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/nodeFlows/tokenCachePersistenceOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/nodeFlows/tokenCachePersistenceOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/types.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/types.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/utils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/msal/utils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/plugins/consumer.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/plugins/consumer.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/plugins/provider.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/plugins/provider.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/regionalAuthority.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/regionalAuthority.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/tokenCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/tokenCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/tokenProvider.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/tokenProvider.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/tsdoc-metadata.json +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/util/identityTokenEndpoint.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/util/identityTokenEndpoint.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/util/logging.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/util/logging.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/util/processMultiTenantRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/util/processMultiTenantRequest.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/util/processUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/util/processUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/util/scopeUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/util/scopeUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/util/subscriptionUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/util/subscriptionUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/util/tenantIdUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/util/tenantIdUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/util/tracing.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/commonjs/util/tracing.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/client/identityClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/client/identityClient.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/constants.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/constants.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/authorityValidationOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/authorityValidationOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/authorizationCodeCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/authorizationCodeCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/authorizationCodeCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/authorizationCodeCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/azureCliCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/azureCliCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/azureCliCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/azureCliCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/azureDeveloperCliCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/azureDeveloperCliCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/azureDeveloperCliCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/azureDeveloperCliCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/azurePipelinesCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/azurePipelinesCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/azurePipelinesCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/azurePipelinesCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/azurePowerShellCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/azurePowerShellCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/azurePowerShellCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/azurePowerShellCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/brokerAuthOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/brokerAuthOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/brokerCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/brokerCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/browserCustomizationOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/browserCustomizationOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/chainedTokenCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/chainedTokenCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/clientAssertionCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/clientAssertionCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/clientAssertionCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/clientAssertionCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/clientCertificateCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/clientCertificateCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/clientCertificateCredentialModels.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/clientCertificateCredentialModels.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/clientCertificateCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/clientCertificateCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/clientSecretCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/clientSecretCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/clientSecretCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/clientSecretCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/credentialPersistenceOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/credentialPersistenceOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/defaultAzureCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/defaultAzureCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/defaultAzureCredentialFunctions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/defaultAzureCredentialFunctions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/defaultAzureCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/defaultAzureCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/deviceCodeCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/deviceCodeCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/deviceCodeCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/deviceCodeCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/environmentCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/environmentCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/environmentCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/environmentCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/interactiveBrowserCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/interactiveBrowserCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/interactiveBrowserCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/interactiveBrowserCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/interactiveCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/interactiveCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/managedIdentityCredential/imdsMsi.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/managedIdentityCredential/imdsMsi.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/managedIdentityCredential/imdsRetryPolicy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/managedIdentityCredential/imdsRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/managedIdentityCredential/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/managedIdentityCredential/index.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/managedIdentityCredential/models.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/managedIdentityCredential/models.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/managedIdentityCredential/options.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/managedIdentityCredential/options.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/managedIdentityCredential/tokenExchangeMsi.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/managedIdentityCredential/tokenExchangeMsi.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/managedIdentityCredential/utils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/managedIdentityCredential/utils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/multiTenantTokenCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/multiTenantTokenCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/onBehalfOfCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/onBehalfOfCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/onBehalfOfCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/onBehalfOfCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/usernamePasswordCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/usernamePasswordCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/usernamePasswordCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/usernamePasswordCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/visualStudioCodeCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/visualStudioCodeCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/visualStudioCodeCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/visualStudioCodeCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/visualStudioCodeCredentialPlugin.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/visualStudioCodeCredentialPlugin.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/workloadIdentityCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/workloadIdentityCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/workloadIdentityCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/credentials/workloadIdentityCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/errors.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/errors.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/browserFlows/msalBrowserCommon.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/browserFlows/msalBrowserCommon.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/browserFlows/msalBrowserOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/browserFlows/msalBrowserOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/credentials.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/credentials.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/msal.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/msal.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/nodeFlows/brokerOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/nodeFlows/brokerOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/nodeFlows/msalClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/nodeFlows/msalClient.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/nodeFlows/msalPlugins.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/nodeFlows/msalPlugins.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/nodeFlows/tokenCachePersistenceOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/nodeFlows/tokenCachePersistenceOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/types.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/types.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/utils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/msal/utils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/plugins/consumer.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/plugins/consumer.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/plugins/provider.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/plugins/provider.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/regionalAuthority.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/regionalAuthority.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/tokenCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/tokenCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/tokenProvider.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/tokenProvider.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/authHostEnv-browser.d.mts +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/authHostEnv-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/authHostEnv-browser.mjs +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/authHostEnv-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/identityTokenEndpoint.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/identityTokenEndpoint.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/logging.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/logging.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/processMultiTenantRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/processMultiTenantRequest.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/processUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/processUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/scopeUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/scopeUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/subscriptionUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/subscriptionUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/tenantIdUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/tenantIdUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/tracing.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/esm/util/tracing.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/client/identityClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/client/identityClient.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/constants.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/constants.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/authorityValidationOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/authorityValidationOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/authorizationCodeCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/authorizationCodeCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/authorizationCodeCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/authorizationCodeCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/azureCliCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/azureCliCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/azureCliCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/azureCliCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/azureDeveloperCliCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/azureDeveloperCliCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/azureDeveloperCliCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/azureDeveloperCliCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/azurePipelinesCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/azurePipelinesCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/azurePipelinesCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/azurePipelinesCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/azurePowerShellCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/azurePowerShellCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/azurePowerShellCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/azurePowerShellCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/brokerAuthOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/brokerAuthOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/brokerCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/brokerCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/browserCustomizationOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/browserCustomizationOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/chainedTokenCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/chainedTokenCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/clientAssertionCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/clientAssertionCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/clientAssertionCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/clientAssertionCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/clientCertificateCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/clientCertificateCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/clientCertificateCredentialModels.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/clientCertificateCredentialModels.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/clientCertificateCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/clientCertificateCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/clientSecretCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/clientSecretCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/clientSecretCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/clientSecretCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/credentialPersistenceOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/credentialPersistenceOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/defaultAzureCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/defaultAzureCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/defaultAzureCredentialFunctions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/defaultAzureCredentialFunctions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/defaultAzureCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/defaultAzureCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/deviceCodeCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/deviceCodeCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/deviceCodeCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/deviceCodeCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/environmentCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/environmentCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/environmentCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/environmentCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/interactiveBrowserCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/interactiveBrowserCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/interactiveBrowserCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/interactiveBrowserCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/interactiveCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/interactiveCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/managedIdentityCredential/imdsMsi.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/managedIdentityCredential/imdsMsi.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/managedIdentityCredential/imdsRetryPolicy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/managedIdentityCredential/imdsRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/managedIdentityCredential/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/managedIdentityCredential/index.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/managedIdentityCredential/models.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/managedIdentityCredential/models.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/managedIdentityCredential/options.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/managedIdentityCredential/options.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/managedIdentityCredential/tokenExchangeMsi.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/managedIdentityCredential/tokenExchangeMsi.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/managedIdentityCredential/utils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/managedIdentityCredential/utils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/multiTenantTokenCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/multiTenantTokenCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/onBehalfOfCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/onBehalfOfCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/onBehalfOfCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/onBehalfOfCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/usernamePasswordCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/usernamePasswordCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/usernamePasswordCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/usernamePasswordCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/visualStudioCodeCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/visualStudioCodeCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/visualStudioCodeCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/visualStudioCodeCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/visualStudioCodeCredentialPlugin.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/visualStudioCodeCredentialPlugin.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/workloadIdentityCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/workloadIdentityCredential.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/workloadIdentityCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/credentials/workloadIdentityCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/errors.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/errors.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/index.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/browserFlows/msalBrowserCommon.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/browserFlows/msalBrowserCommon.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/browserFlows/msalBrowserOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/browserFlows/msalBrowserOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/credentials.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/credentials.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/msal.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/msal.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/nodeFlows/brokerOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/nodeFlows/brokerOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/nodeFlows/msalClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/nodeFlows/msalClient.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/nodeFlows/msalPlugins.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/nodeFlows/msalPlugins.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/nodeFlows/tokenCachePersistenceOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/nodeFlows/tokenCachePersistenceOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/types.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/types.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/utils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/msal/utils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/package.json +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/plugins/consumer.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/plugins/consumer.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/plugins/provider.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/plugins/provider.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/regionalAuthority.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/regionalAuthority.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/tokenCredentialOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/tokenCredentialOptions.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/tokenProvider.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/tokenProvider.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/authHostEnv-browser.d.mts +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/authHostEnv-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/authHostEnv-browser.mjs +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/authHostEnv-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/identityTokenEndpoint.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/identityTokenEndpoint.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/logging.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/logging.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/processMultiTenantRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/processMultiTenantRequest.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/processUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/processUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/scopeUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/scopeUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/subscriptionUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/subscriptionUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/tenantIdUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/tenantIdUtils.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/tracing.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/identity/dist/workerd/util/tracing.js +%%DATADIR%%/resources/app/node_modules/@azure/identity/package.json +%%DATADIR%%/resources/app/node_modules/@azure/logger/LICENSE +%%DATADIR%%/resources/app/node_modules/@azure/logger/dist-esm/src/debug.js +%%DATADIR%%/resources/app/node_modules/@azure/logger/dist-esm/src/index.js +%%DATADIR%%/resources/app/node_modules/@azure/logger/dist-esm/src/log.browser.js +%%DATADIR%%/resources/app/node_modules/@azure/logger/dist-esm/src/log.js +%%DATADIR%%/resources/app/node_modules/@azure/logger/dist/index.js +%%DATADIR%%/resources/app/node_modules/@azure/logger/package.json +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/LICENSE +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/app/IPublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/app/IPublicClientApplication.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/app/IPublicClientApplication.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/app/PublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/app/PublicClientApplication.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/app/PublicClientApplication.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/app/PublicClientNext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/app/PublicClientNext.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/app/PublicClientNext.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/broker/nativeBroker/IPlatformAuthHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/broker/nativeBroker/NativeStatusCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/broker/nativeBroker/NativeStatusCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/broker/nativeBroker/NativeStatusCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthDOMHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthDOMHandler.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthDOMHandler.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthExtensionHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthExtensionHandler.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthExtensionHandler.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthProvider.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthProvider.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthProvider.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/broker/nativeBroker/PlatformAuthResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/AccountManager.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/AccountManager.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/AccountManager.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/AsyncMemoryStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/AsyncMemoryStorage.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/AsyncMemoryStorage.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/BrowserCacheManager.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/BrowserCacheManager.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/BrowserCacheManager.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/CacheHelpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/CacheHelpers.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/CacheHelpers.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/CacheKeys.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/CacheKeys.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/CacheKeys.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/CookieStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/CookieStorage.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/CookieStorage.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/DatabaseStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/DatabaseStorage.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/DatabaseStorage.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/EncryptedData.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/EncryptedData.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/EncryptedData.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/IAsyncStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/ITokenCache.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/IWindowStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/LocalStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/LocalStorage.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/LocalStorage.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/MemoryStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/MemoryStorage.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/MemoryStorage.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/SessionStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/SessionStorage.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/SessionStorage.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/TokenCache.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/TokenCache.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/cache/TokenCache.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/config/Configuration.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/config/Configuration.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/config/Configuration.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/controllers/ControllerFactory.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/controllers/ControllerFactory.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/controllers/ControllerFactory.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/controllers/IController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/controllers/NestedAppAuthController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/controllers/NestedAppAuthController.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/controllers/NestedAppAuthController.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/controllers/StandardController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/controllers/StandardController.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/controllers/StandardController.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/controllers/UnknownOperatingContextController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/controllers/UnknownOperatingContextController.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/controllers/UnknownOperatingContextController.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/crypto/BrowserCrypto.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/crypto/BrowserCrypto.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/crypto/BrowserCrypto.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/crypto/CryptoOps.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/crypto/CryptoOps.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/crypto/CryptoOps.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/crypto/PkceGenerator.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/crypto/PkceGenerator.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/crypto/PkceGenerator.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/crypto/SignedHttpRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/crypto/SignedHttpRequest.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/crypto/SignedHttpRequest.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/app/IPublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/app/PublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/app/PublicClientApplication.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/app/PublicClientApplication.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/app/PublicClientNext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/broker/nativeBroker/IPlatformAuthHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/broker/nativeBroker/NativeStatusCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/broker/nativeBroker/NativeStatusCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/broker/nativeBroker/NativeStatusCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/broker/nativeBroker/PlatformAuthDOMHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/broker/nativeBroker/PlatformAuthDOMHandler.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/broker/nativeBroker/PlatformAuthDOMHandler.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/broker/nativeBroker/PlatformAuthExtensionHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/broker/nativeBroker/PlatformAuthExtensionHandler.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/broker/nativeBroker/PlatformAuthExtensionHandler.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/broker/nativeBroker/PlatformAuthProvider.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/broker/nativeBroker/PlatformAuthProvider.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/broker/nativeBroker/PlatformAuthProvider.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/broker/nativeBroker/PlatformAuthRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/broker/nativeBroker/PlatformAuthResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/AccountManager.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/AccountManager.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/AccountManager.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/AsyncMemoryStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/AsyncMemoryStorage.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/AsyncMemoryStorage.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/BrowserCacheManager.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/BrowserCacheManager.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/BrowserCacheManager.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/CacheHelpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/CacheHelpers.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/CacheHelpers.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/CacheKeys.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/CacheKeys.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/CacheKeys.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/CookieStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/CookieStorage.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/CookieStorage.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/DatabaseStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/DatabaseStorage.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/DatabaseStorage.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/EncryptedData.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/EncryptedData.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/EncryptedData.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/IAsyncStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/ITokenCache.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/IWindowStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/LocalStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/LocalStorage.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/LocalStorage.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/MemoryStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/MemoryStorage.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/MemoryStorage.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/SessionStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/SessionStorage.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/SessionStorage.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/TokenCache.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/TokenCache.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/cache/TokenCache.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/config/Configuration.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/config/Configuration.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/config/Configuration.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/controllers/ControllerFactory.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/controllers/ControllerFactory.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/controllers/ControllerFactory.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/controllers/IController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/controllers/NestedAppAuthController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/controllers/StandardController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/controllers/StandardController.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/controllers/StandardController.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/controllers/UnknownOperatingContextController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/crypto/BrowserCrypto.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/crypto/BrowserCrypto.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/crypto/BrowserCrypto.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/crypto/CryptoOps.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/crypto/CryptoOps.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/crypto/CryptoOps.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/crypto/PkceGenerator.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/crypto/PkceGenerator.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/crypto/PkceGenerator.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/crypto/SignedHttpRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/CustomAuthActionInputs.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/CustomAuthConstants.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/CustomAuthConstants.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/CustomAuthConstants.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/CustomAuthPublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/CustomAuthPublicClientApplication.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/CustomAuthPublicClientApplication.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/ICustomAuthPublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/UserAccountAttributes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/configuration/CustomAuthConfiguration.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/controller/CustomAuthStandardController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/controller/CustomAuthStandardController.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/controller/CustomAuthStandardController.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/controller/ICustomAuthStandardController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/CustomAuthAuthority.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/CustomAuthAuthority.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/CustomAuthAuthority.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowErrorBase.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowErrorBase.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowResultBase.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowResultBase.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowResultBase.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/auth_flow/AuthFlowState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/CustomAuthApiError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/CustomAuthApiError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/CustomAuthApiError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/CustomAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/CustomAuthError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/CustomAuthError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/HttpError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/HttpError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/HttpError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/HttpErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/HttpErrorCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/HttpErrorCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/InvalidArgumentError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/InvalidArgumentError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/InvalidArgumentError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/InvalidConfigurationError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/InvalidConfigurationError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/InvalidConfigurationError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/InvalidConfigurationErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/InvalidConfigurationErrorCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/InvalidConfigurationErrorCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/MethodNotImplementedError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/MethodNotImplementedError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/MethodNotImplementedError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/MsalCustomAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/MsalCustomAuthError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/MsalCustomAuthError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/NoCachedAccountFoundError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/NoCachedAccountFoundError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/NoCachedAccountFoundError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/ParsedUrlError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/ParsedUrlError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/ParsedUrlError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/ParsedUrlErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/ParsedUrlErrorCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/ParsedUrlErrorCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/UnexpectedError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/UnexpectedError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/UnexpectedError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/UnsupportedEnvironmentError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/UnsupportedEnvironmentError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/UnsupportedEnvironmentError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/UserAccountAttributeError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/UserAccountAttributeError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/UserAccountAttributeError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/UserAccountAttributeErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/UserAlreadySignedInError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/UserAlreadySignedInError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/error/UserAlreadySignedInError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/interaction_client/CustomAuthInteractionClientBase.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/interaction_client/CustomAuthInteractionClientBase.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/interaction_client/CustomAuthInteractionClientBase.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/interaction_client/CustomAuthInterationClientFactory.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/interaction_client/CustomAuthInterationClientFactory.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/interaction_client/CustomAuthInterationClientFactory.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/BaseApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/BaseApiClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/BaseApiClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/ICustomAuthApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/ResetPasswordApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/ResetPasswordApiClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/ResetPasswordApiClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignInApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignInApiClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignInApiClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignupApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignupApiClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/SignupApiClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiErrorResponseTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiRequestTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/custom_auth_api/types/ApiTypesBase.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/http_client/FetchHttpClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/http_client/FetchHttpClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/http_client/FetchHttpClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/http_client/IHttpClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/http_client/IHttpClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/network_client/http_client/IHttpClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/telemetry/PublicApiId.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/telemetry/PublicApiId.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/telemetry/PublicApiId.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/utils/ArgumentValidator.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/utils/ArgumentValidator.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/utils/ArgumentValidator.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/utils/UrlUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/utils/UrlUtils.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/core/utils/UrlUtils.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/CustomAuthAccountData.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/CustomAuthAccountData.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/CustomAuthAccountData.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/error_type/GetAccountError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/error_type/GetAccountError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/error_type/GetAccountError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/GetAccessTokenResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/GetAccessTokenResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/GetAccessTokenResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/GetAccountResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/GetAccountResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/GetAccountResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/SignOutResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/SignOutResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/result/SignOutResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccessTokenState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccessTokenState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccessTokenState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccountState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccountState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/GetAccountState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/SignOutState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/SignOutState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/auth_flow/state/SignOutState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/index.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/index.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/operating_context/CustomAuthOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/operating_context/CustomAuthOperatingContext.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/operating_context/CustomAuthOperatingContext.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/error_type/ResetPasswordError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/error_type/ResetPasswordError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/error_type/ResetPasswordError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordResendCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordResendCodeResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordResendCodeResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordStartResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordStartResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordStartResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitCodeResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitCodeResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitPasswordResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitPasswordResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitPasswordResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/auth_flow/state/ResetPasswordStateParameters.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/interaction_client/ResetPasswordClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/interaction_client/ResetPasswordClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/interaction_client/ResetPasswordClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/interaction_client/parameter/ResetPasswordParams.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/reset_password/interaction_client/result/ResetPasswordActionResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/SignInScenario.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/SignInScenario.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/SignInScenario.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/error_type/SignInError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/error_type/SignInError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/error_type/SignInError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResendCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResendCodeResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResendCodeResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitCredentialResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitCredentialResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitCredentialResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCompletedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCompletedState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInCompletedState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInContinuationState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInContinuationState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInContinuationState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInFailedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInFailedState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInFailedState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/auth_flow/state/SignInStateParameters.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/interaction_client/SignInClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/interaction_client/SignInClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/interaction_client/SignInClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/interaction_client/parameter/SignInParams.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/interaction_client/result/SignInActionResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/interaction_client/result/SignInActionResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_in/interaction_client/result/SignInActionResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/error_type/SignUpError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/error_type/SignUpError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/error_type/SignUpError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpResendCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpResendCodeResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpResendCodeResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitAttributesResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitAttributesResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitAttributesResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitCodeResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitCodeResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitPasswordResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitPasswordResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/result/SignUpSubmitPasswordResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpFailedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpFailedState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpFailedState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpState.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpState.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/auth_flow/state/SignUpStateParameters.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/interaction_client/SignUpClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/interaction_client/SignUpClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/interaction_client/SignUpClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/interaction_client/parameter/SignUpParams.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/interaction_client/result/SignUpActionResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/interaction_client/result/SignUpActionResult.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/custom_auth/sign_up/interaction_client/result/SignUpActionResult.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/encode/Base64Decode.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/encode/Base64Decode.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/encode/Base64Decode.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/encode/Base64Encode.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/encode/Base64Encode.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/encode/Base64Encode.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/BrowserAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/BrowserAuthError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/BrowserAuthError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/BrowserAuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/BrowserAuthErrorCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/BrowserAuthErrorCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/BrowserConfigurationAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/BrowserConfigurationAuthError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/BrowserConfigurationAuthError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/BrowserConfigurationAuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/BrowserConfigurationAuthErrorCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/BrowserConfigurationAuthErrorCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/NativeAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/NativeAuthError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/NativeAuthError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/NativeAuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/NativeAuthErrorCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/NativeAuthErrorCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/error/NestedAppAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/event/EventHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/event/EventHandler.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/event/EventHandler.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/event/EventMessage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/event/EventType.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/event/EventType.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/event/EventType.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/BaseInteractionClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/BaseInteractionClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/BaseInteractionClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/HybridSpaAuthorizationCodeClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/HybridSpaAuthorizationCodeClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/HybridSpaAuthorizationCodeClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/PlatformAuthInteractionClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/PlatformAuthInteractionClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/PlatformAuthInteractionClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/PopupClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/PopupClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/PopupClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/RedirectClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/RedirectClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/RedirectClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/SilentAuthCodeClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/SilentAuthCodeClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/SilentAuthCodeClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/SilentCacheClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/SilentCacheClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/SilentCacheClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/SilentIframeClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/SilentIframeClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/SilentIframeClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/SilentRefreshClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/SilentRefreshClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/SilentRefreshClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/StandardInteractionClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/StandardInteractionClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_client/StandardInteractionClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_handler/InteractionHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_handler/InteractionHandler.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_handler/InteractionHandler.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_handler/SilentHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_handler/SilentHandler.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/interaction_handler/SilentHandler.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/naa/AccountInfo.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/naa/AuthBridge.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/naa/AuthResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/naa/BridgeAccountContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/naa/BridgeCapabilities.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/naa/BridgeError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/naa/BridgeProxy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/naa/BridgeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/naa/BridgeRequestEnvelope.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/naa/BridgeResponseEnvelope.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/naa/BridgeStatusCode.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/naa/IBridgeProxy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/naa/InitContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/naa/TokenRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/naa/TokenResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/naa/mapping/NestedAppAuthAdapter.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/navigation/INavigationClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/navigation/NavigationClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/navigation/NavigationClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/navigation/NavigationClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/navigation/NavigationOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/network/FetchClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/network/FetchClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/network/FetchClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/operatingcontext/BaseOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/operatingcontext/BaseOperatingContext.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/operatingcontext/BaseOperatingContext.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/operatingcontext/NestedAppOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/operatingcontext/StandardOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/operatingcontext/StandardOperatingContext.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/operatingcontext/StandardOperatingContext.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/operatingcontext/UnknownOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/packageMetadata.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/packageMetadata.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/packageMetadata.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/protocol/Authorize.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/protocol/Authorize.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/protocol/Authorize.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/request/AuthorizationCodeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/request/AuthorizationUrlRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/request/ClearCacheRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/request/EndSessionPopupRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/request/EndSessionRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/request/InitializeApplicationRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/request/PopupRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/request/PopupWindowAttributes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/request/RedirectRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/request/RequestHelpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/request/RequestHelpers.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/request/RequestHelpers.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/request/SilentRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/request/SsoSilentRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/response/AuthenticationResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/response/ResponseHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/response/ResponseHandler.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/response/ResponseHandler.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/telemetry/BrowserPerformanceClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/telemetry/BrowserPerformanceMeasurement.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/utils/BrowserConstants.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/utils/BrowserConstants.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/utils/BrowserConstants.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/utils/BrowserProtocolUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/utils/BrowserProtocolUtils.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/utils/BrowserProtocolUtils.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/utils/BrowserUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/utils/BrowserUtils.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/utils/BrowserUtils.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/utils/Helpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/utils/Helpers.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/utils/Helpers.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/utils/MsalFrameStatsUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/utils/MsalFrameStatsUtils.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom-auth-path/utils/MsalFrameStatsUtils.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/CustomAuthActionInputs.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/CustomAuthConstants.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/CustomAuthPublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/ICustomAuthPublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/UserAccountAttributes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/configuration/CustomAuthConfiguration.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/controller/CustomAuthStandardController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/controller/ICustomAuthStandardController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/CustomAuthAuthority.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/AuthFlowResultBase.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/auth_flow/AuthFlowState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/error/CustomAuthApiError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/error/CustomAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/error/HttpError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/error/HttpErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/error/InvalidArgumentError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/error/InvalidConfigurationError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/error/InvalidConfigurationErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/error/MethodNotImplementedError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/error/MsalCustomAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/error/NoCachedAccountFoundError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/error/ParsedUrlError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/error/ParsedUrlErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/error/UnexpectedError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/error/UnsupportedEnvironmentError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/error/UserAccountAttributeError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/error/UserAccountAttributeErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/error/UserAlreadySignedInError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/interaction_client/CustomAuthInteractionClientBase.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/interaction_client/CustomAuthInterationClientFactory.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/BaseApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/ICustomAuthApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/ResetPasswordApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/SignInApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/SignupApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/types/ApiErrorResponseTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/types/ApiRequestTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/custom_auth_api/types/ApiTypesBase.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/http_client/FetchHttpClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/network_client/http_client/IHttpClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/telemetry/PublicApiId.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/utils/ArgumentValidator.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/core/utils/UrlUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/CustomAuthAccountData.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/error_type/GetAccountError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/result/GetAccessTokenResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/result/GetAccountResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/result/SignOutResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/state/GetAccessTokenState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/state/GetAccountState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/get_account/auth_flow/state/SignOutState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/operating_context/CustomAuthOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/error_type/ResetPasswordError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/result/ResetPasswordResendCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/result/ResetPasswordStartResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitPasswordResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/auth_flow/state/ResetPasswordStateParameters.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/interaction_client/ResetPasswordClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/interaction_client/parameter/ResetPasswordParams.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/reset_password/interaction_client/result/ResetPasswordActionResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/SignInScenario.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/error_type/SignInError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/result/SignInResendCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/result/SignInSubmitCredentialResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInCompletedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInContinuationState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInFailedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/auth_flow/state/SignInStateParameters.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/interaction_client/SignInClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/interaction_client/parameter/SignInParams.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_in/interaction_client/result/SignInActionResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/error_type/SignUpError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/result/SignUpResendCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/result/SignUpResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/result/SignUpSubmitAttributesResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/result/SignUpSubmitCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/result/SignUpSubmitPasswordResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpFailedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/auth_flow/state/SignUpStateParameters.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/interaction_client/SignUpClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/interaction_client/parameter/SignUpParams.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/custom_auth/sign_up/interaction_client/result/SignUpActionResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/encode/Base64Decode.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/encode/Base64Decode.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/encode/Base64Decode.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/encode/Base64Encode.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/encode/Base64Encode.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/encode/Base64Encode.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/BrowserAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/BrowserAuthError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/BrowserAuthError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/BrowserAuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/BrowserAuthErrorCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/BrowserAuthErrorCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/BrowserConfigurationAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/BrowserConfigurationAuthError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/BrowserConfigurationAuthError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/BrowserConfigurationAuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/BrowserConfigurationAuthErrorCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/BrowserConfigurationAuthErrorCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/NativeAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/NativeAuthError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/NativeAuthError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/NativeAuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/NativeAuthErrorCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/NativeAuthErrorCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/NestedAppAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/NestedAppAuthError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/error/NestedAppAuthError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/event/EventHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/event/EventHandler.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/event/EventHandler.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/event/EventMessage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/event/EventMessage.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/event/EventMessage.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/event/EventType.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/event/EventType.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/event/EventType.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/index.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/index.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/BaseInteractionClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/BaseInteractionClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/BaseInteractionClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/HybridSpaAuthorizationCodeClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/HybridSpaAuthorizationCodeClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/HybridSpaAuthorizationCodeClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/PlatformAuthInteractionClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/PlatformAuthInteractionClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/PlatformAuthInteractionClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/PopupClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/PopupClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/PopupClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/RedirectClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/RedirectClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/RedirectClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/SilentAuthCodeClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/SilentAuthCodeClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/SilentAuthCodeClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/SilentCacheClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/SilentCacheClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/SilentCacheClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/SilentIframeClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/SilentIframeClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/SilentIframeClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/SilentRefreshClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/SilentRefreshClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/SilentRefreshClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/StandardInteractionClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/StandardInteractionClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_client/StandardInteractionClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_handler/InteractionHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_handler/InteractionHandler.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_handler/InteractionHandler.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_handler/SilentHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_handler/SilentHandler.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/interaction_handler/SilentHandler.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/AccountInfo.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/AuthBridge.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/AuthResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/BridgeAccountContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/BridgeCapabilities.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/BridgeError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/BridgeError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/BridgeError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/BridgeProxy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/BridgeProxy.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/BridgeProxy.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/BridgeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/BridgeRequestEnvelope.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/BridgeResponseEnvelope.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/BridgeStatusCode.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/BridgeStatusCode.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/BridgeStatusCode.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/IBridgeProxy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/InitContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/TokenRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/TokenResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/mapping/NestedAppAuthAdapter.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/mapping/NestedAppAuthAdapter.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/naa/mapping/NestedAppAuthAdapter.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/navigation/INavigationClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/navigation/NavigationClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/navigation/NavigationClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/navigation/NavigationClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/navigation/NavigationOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/network/FetchClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/network/FetchClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/network/FetchClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/operatingcontext/BaseOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/operatingcontext/BaseOperatingContext.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/operatingcontext/BaseOperatingContext.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/operatingcontext/NestedAppOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/operatingcontext/NestedAppOperatingContext.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/operatingcontext/NestedAppOperatingContext.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/operatingcontext/StandardOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/operatingcontext/StandardOperatingContext.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/operatingcontext/StandardOperatingContext.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/operatingcontext/UnknownOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/operatingcontext/UnknownOperatingContext.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/operatingcontext/UnknownOperatingContext.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/packageMetadata.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/packageMetadata.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/packageMetadata.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/protocol/Authorize.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/protocol/Authorize.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/protocol/Authorize.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/request/AuthorizationCodeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/request/AuthorizationUrlRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/request/ClearCacheRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/request/EndSessionPopupRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/request/EndSessionRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/request/InitializeApplicationRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/request/PopupRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/request/PopupWindowAttributes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/request/RedirectRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/request/RequestHelpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/request/RequestHelpers.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/request/RequestHelpers.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/request/SilentRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/request/SsoSilentRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/response/AuthenticationResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/response/ResponseHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/response/ResponseHandler.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/response/ResponseHandler.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/telemetry/BrowserPerformanceClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/telemetry/BrowserPerformanceClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/telemetry/BrowserPerformanceClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/telemetry/BrowserPerformanceMeasurement.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/telemetry/BrowserPerformanceMeasurement.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/telemetry/BrowserPerformanceMeasurement.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/utils/BrowserConstants.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/utils/BrowserConstants.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/utils/BrowserConstants.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/utils/BrowserProtocolUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/utils/BrowserProtocolUtils.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/utils/BrowserProtocolUtils.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/utils/BrowserUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/utils/BrowserUtils.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/utils/BrowserUtils.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/utils/Helpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/utils/Helpers.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/utils/Helpers.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/utils/MsalFrameStatsUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/utils/MsalFrameStatsUtils.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/dist/utils/MsalFrameStatsUtils.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/msal-custom-auth.cjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/msal-custom-auth.cjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/app/IPublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/app/PublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/app/PublicClientNext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/broker/nativeBroker/IPlatformAuthHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/broker/nativeBroker/NativeStatusCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/broker/nativeBroker/PlatformAuthDOMHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/broker/nativeBroker/PlatformAuthExtensionHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/broker/nativeBroker/PlatformAuthProvider.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/broker/nativeBroker/PlatformAuthRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/broker/nativeBroker/PlatformAuthResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/cache/AccountManager.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/cache/AsyncMemoryStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/cache/BrowserCacheManager.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/cache/CacheHelpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/cache/CacheKeys.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/cache/CookieStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/cache/DatabaseStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/cache/EncryptedData.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/cache/IAsyncStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/cache/ITokenCache.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/cache/IWindowStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/cache/LocalStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/cache/MemoryStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/cache/SessionStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/cache/TokenCache.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/config/Configuration.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/controllers/ControllerFactory.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/controllers/IController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/controllers/NestedAppAuthController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/controllers/StandardController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/controllers/UnknownOperatingContextController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/crypto/BrowserCrypto.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/crypto/CryptoOps.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/crypto/PkceGenerator.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/crypto/SignedHttpRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/CustomAuthActionInputs.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/CustomAuthConstants.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/CustomAuthPublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/ICustomAuthPublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/UserAccountAttributes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/configuration/CustomAuthConfiguration.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/controller/CustomAuthStandardController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/controller/ICustomAuthStandardController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/CustomAuthAuthority.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/auth_flow/AuthFlowResultBase.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/auth_flow/AuthFlowState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/error/CustomAuthApiError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/error/CustomAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/error/HttpError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/error/HttpErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/error/InvalidArgumentError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/error/InvalidConfigurationError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/error/InvalidConfigurationErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/error/MethodNotImplementedError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/error/MsalCustomAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/error/NoCachedAccountFoundError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/error/ParsedUrlError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/error/ParsedUrlErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/error/UnexpectedError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/error/UnsupportedEnvironmentError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/error/UserAccountAttributeError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/error/UserAccountAttributeErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/error/UserAlreadySignedInError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/interaction_client/CustomAuthInteractionClientBase.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/interaction_client/CustomAuthInterationClientFactory.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/BaseApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/ICustomAuthApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/ResetPasswordApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/SignInApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/SignupApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiErrorResponseTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiRequestTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/network_client/custom_auth_api/types/ApiTypesBase.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/network_client/http_client/FetchHttpClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/network_client/http_client/IHttpClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/telemetry/PublicApiId.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/utils/ArgumentValidator.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/core/utils/UrlUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/get_account/auth_flow/CustomAuthAccountData.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/get_account/auth_flow/error_type/GetAccountError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/get_account/auth_flow/result/GetAccessTokenResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/get_account/auth_flow/result/GetAccountResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/get_account/auth_flow/result/SignOutResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/get_account/auth_flow/state/GetAccessTokenState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/get_account/auth_flow/state/GetAccountState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/get_account/auth_flow/state/SignOutState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/operating_context/CustomAuthOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/error_type/ResetPasswordError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/result/ResetPasswordResendCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/result/ResetPasswordStartResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitPasswordResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/state/ResetPasswordState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/reset_password/auth_flow/state/ResetPasswordStateParameters.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/reset_password/interaction_client/ResetPasswordClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/reset_password/interaction_client/parameter/ResetPasswordParams.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/reset_password/interaction_client/result/ResetPasswordActionResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/SignInScenario.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/error_type/SignInError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/result/SignInResendCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/result/SignInSubmitCredentialResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInCompletedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInContinuationState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInFailedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_in/auth_flow/state/SignInStateParameters.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_in/interaction_client/SignInClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_in/interaction_client/parameter/SignInParams.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_in/interaction_client/result/SignInActionResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/error_type/SignUpError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/result/SignUpResendCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/result/SignUpResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/result/SignUpSubmitAttributesResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/result/SignUpSubmitCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/result/SignUpSubmitPasswordResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/state/SignUpFailedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/state/SignUpState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_up/auth_flow/state/SignUpStateParameters.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_up/interaction_client/SignUpClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_up/interaction_client/parameter/SignUpParams.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/custom_auth/sign_up/interaction_client/result/SignUpActionResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/encode/Base64Decode.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/encode/Base64Encode.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/error/BrowserAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/error/BrowserAuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/error/BrowserConfigurationAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/error/BrowserConfigurationAuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/error/NativeAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/error/NativeAuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/error/NestedAppAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/event/EventHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/event/EventMessage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/event/EventType.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/interaction_client/BaseInteractionClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/interaction_client/HybridSpaAuthorizationCodeClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/interaction_client/PlatformAuthInteractionClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/interaction_client/PopupClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/interaction_client/RedirectClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/interaction_client/SilentAuthCodeClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/interaction_client/SilentCacheClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/interaction_client/SilentIframeClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/interaction_client/SilentRefreshClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/interaction_client/StandardInteractionClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/interaction_handler/InteractionHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/interaction_handler/SilentHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/naa/AccountInfo.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/naa/AuthBridge.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/naa/AuthResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/naa/BridgeAccountContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/naa/BridgeCapabilities.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/naa/BridgeError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/naa/BridgeProxy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/naa/BridgeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/naa/BridgeRequestEnvelope.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/naa/BridgeResponseEnvelope.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/naa/BridgeStatusCode.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/naa/IBridgeProxy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/naa/InitContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/naa/TokenRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/naa/TokenResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/naa/mapping/NestedAppAuthAdapter.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/navigation/INavigationClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/navigation/NavigationClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/navigation/NavigationOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/network/FetchClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/operatingcontext/BaseOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/operatingcontext/NestedAppOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/operatingcontext/StandardOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/operatingcontext/UnknownOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/packageMetadata.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/protocol/Authorize.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/request/AuthorizationCodeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/request/AuthorizationUrlRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/request/ClearCacheRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/request/EndSessionPopupRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/request/EndSessionRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/request/InitializeApplicationRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/request/PopupRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/request/PopupWindowAttributes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/request/RedirectRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/request/RequestHelpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/request/SilentRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/request/SsoSilentRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/response/AuthenticationResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/response/ResponseHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/telemetry/BrowserPerformanceClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/telemetry/BrowserPerformanceMeasurement.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/utils/BrowserConstants.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/utils/BrowserProtocolUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/utils/BrowserUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/utils/Helpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/custom-auth-path/types/utils/MsalFrameStatsUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/msal-browser.cjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/msal-browser.cjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/msal-browser.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/msal-browser.min.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/package.json +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/app/IPublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/app/PublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/app/PublicClientNext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/broker/nativeBroker/IPlatformAuthHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/broker/nativeBroker/NativeStatusCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/broker/nativeBroker/PlatformAuthDOMHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/broker/nativeBroker/PlatformAuthExtensionHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/broker/nativeBroker/PlatformAuthProvider.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/broker/nativeBroker/PlatformAuthRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/broker/nativeBroker/PlatformAuthResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/cache/AccountManager.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/cache/AsyncMemoryStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/cache/BrowserCacheManager.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/cache/CacheHelpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/cache/CacheKeys.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/cache/CookieStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/cache/DatabaseStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/cache/EncryptedData.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/cache/IAsyncStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/cache/ITokenCache.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/cache/IWindowStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/cache/LocalStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/cache/MemoryStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/cache/SessionStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/cache/TokenCache.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/config/Configuration.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/controllers/ControllerFactory.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/controllers/IController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/controllers/NestedAppAuthController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/controllers/StandardController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/controllers/UnknownOperatingContextController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/crypto/BrowserCrypto.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/crypto/CryptoOps.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/crypto/PkceGenerator.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/crypto/SignedHttpRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/CustomAuthActionInputs.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/CustomAuthConstants.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/CustomAuthPublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/ICustomAuthPublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/UserAccountAttributes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/configuration/CustomAuthConfiguration.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/controller/CustomAuthStandardController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/controller/ICustomAuthStandardController.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/CustomAuthAuthority.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/auth_flow/AuthFlowErrorBase.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/auth_flow/AuthFlowResultBase.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/auth_flow/AuthFlowState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/error/CustomAuthApiError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/error/CustomAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/error/HttpError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/error/HttpErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/error/InvalidArgumentError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/error/InvalidConfigurationError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/error/InvalidConfigurationErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/error/MethodNotImplementedError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/error/MsalCustomAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/error/NoCachedAccountFoundError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/error/ParsedUrlError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/error/ParsedUrlErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/error/UnexpectedError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/error/UnsupportedEnvironmentError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/error/UserAccountAttributeError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/error/UserAccountAttributeErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/error/UserAlreadySignedInError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/interaction_client/CustomAuthInteractionClientBase.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/interaction_client/CustomAuthInterationClientFactory.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/network_client/custom_auth_api/BaseApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/network_client/custom_auth_api/CustomAuthApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/network_client/custom_auth_api/CustomAuthApiEndpoint.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/network_client/custom_auth_api/ICustomAuthApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/network_client/custom_auth_api/ResetPasswordApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/network_client/custom_auth_api/SignInApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/network_client/custom_auth_api/SignupApiClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiErrorResponseTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiRequestTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiResponseTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiSuberrors.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/network_client/custom_auth_api/types/ApiTypesBase.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/network_client/http_client/FetchHttpClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/network_client/http_client/IHttpClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/telemetry/PublicApiId.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/utils/ArgumentValidator.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/core/utils/UrlUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/get_account/auth_flow/CustomAuthAccountData.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/get_account/auth_flow/error_type/GetAccountError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/get_account/auth_flow/result/GetAccessTokenResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/get_account/auth_flow/result/GetAccountResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/get_account/auth_flow/result/SignOutResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/get_account/auth_flow/state/GetAccessTokenState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/get_account/auth_flow/state/GetAccountState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/get_account/auth_flow/state/SignOutState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/get_account/interaction_client/CustomAuthSilentCacheClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/operating_context/CustomAuthOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/reset_password/auth_flow/error_type/ResetPasswordError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/reset_password/auth_flow/result/ResetPasswordResendCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/reset_password/auth_flow/result/ResetPasswordStartResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/reset_password/auth_flow/result/ResetPasswordSubmitPasswordResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/reset_password/auth_flow/state/ResetPasswordCodeRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/reset_password/auth_flow/state/ResetPasswordCompletedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/reset_password/auth_flow/state/ResetPasswordFailedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/reset_password/auth_flow/state/ResetPasswordPasswordRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/reset_password/auth_flow/state/ResetPasswordState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/reset_password/auth_flow/state/ResetPasswordStateParameters.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/reset_password/interaction_client/ResetPasswordClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/reset_password/interaction_client/parameter/ResetPasswordParams.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/reset_password/interaction_client/result/ResetPasswordActionResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_in/auth_flow/SignInScenario.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_in/auth_flow/error_type/SignInError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_in/auth_flow/result/SignInResendCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_in/auth_flow/result/SignInResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_in/auth_flow/result/SignInSubmitCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_in/auth_flow/result/SignInSubmitCredentialResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_in/auth_flow/result/SignInSubmitPasswordResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_in/auth_flow/state/SignInCodeRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_in/auth_flow/state/SignInCompletedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_in/auth_flow/state/SignInContinuationState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_in/auth_flow/state/SignInFailedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_in/auth_flow/state/SignInPasswordRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_in/auth_flow/state/SignInState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_in/auth_flow/state/SignInStateParameters.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_in/interaction_client/SignInClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_in/interaction_client/parameter/SignInParams.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_in/interaction_client/result/SignInActionResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_up/auth_flow/error_type/SignUpError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_up/auth_flow/result/SignUpResendCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_up/auth_flow/result/SignUpResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_up/auth_flow/result/SignUpSubmitAttributesResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_up/auth_flow/result/SignUpSubmitCodeResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_up/auth_flow/result/SignUpSubmitPasswordResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_up/auth_flow/state/SignUpAttributesRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_up/auth_flow/state/SignUpCodeRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_up/auth_flow/state/SignUpCompletedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_up/auth_flow/state/SignUpFailedState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_up/auth_flow/state/SignUpPasswordRequiredState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_up/auth_flow/state/SignUpState.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_up/auth_flow/state/SignUpStateParameters.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_up/interaction_client/SignUpClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_up/interaction_client/parameter/SignUpParams.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/custom_auth/sign_up/interaction_client/result/SignUpActionResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/encode/Base64Decode.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/encode/Base64Encode.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/error/BrowserAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/error/BrowserAuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/error/BrowserConfigurationAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/error/BrowserConfigurationAuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/error/NativeAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/error/NativeAuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/error/NestedAppAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/event/EventHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/event/EventMessage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/event/EventType.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/interaction_client/BaseInteractionClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/interaction_client/HybridSpaAuthorizationCodeClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/interaction_client/PlatformAuthInteractionClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/interaction_client/PopupClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/interaction_client/RedirectClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/interaction_client/SilentAuthCodeClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/interaction_client/SilentCacheClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/interaction_client/SilentIframeClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/interaction_client/SilentRefreshClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/interaction_client/StandardInteractionClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/interaction_handler/InteractionHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/interaction_handler/SilentHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/naa/AccountInfo.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/naa/AuthBridge.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/naa/AuthResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/naa/BridgeAccountContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/naa/BridgeCapabilities.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/naa/BridgeError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/naa/BridgeProxy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/naa/BridgeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/naa/BridgeRequestEnvelope.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/naa/BridgeResponseEnvelope.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/naa/BridgeStatusCode.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/naa/IBridgeProxy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/naa/InitContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/naa/TokenRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/naa/TokenResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/naa/mapping/NestedAppAuthAdapter.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/navigation/INavigationClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/navigation/NavigationClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/navigation/NavigationOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/network/FetchClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/operatingcontext/BaseOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/operatingcontext/NestedAppOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/operatingcontext/StandardOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/operatingcontext/UnknownOperatingContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/packageMetadata.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/protocol/Authorize.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/request/AuthorizationCodeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/request/AuthorizationUrlRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/request/ClearCacheRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/request/EndSessionPopupRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/request/EndSessionRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/request/InitializeApplicationRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/request/PopupRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/request/PopupWindowAttributes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/request/RedirectRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/request/RequestHelpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/request/SilentRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/request/SsoSilentRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/response/AuthenticationResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/response/ResponseHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/telemetry/BrowserPerformanceClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/telemetry/BrowserPerformanceMeasurement.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/utils/BrowserConstants.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/utils/BrowserProtocolUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/utils/BrowserUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/utils/Helpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/lib/types/utils/MsalFrameStatsUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-browser/package.json +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/LICENSE +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/browser/package.json +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/account/AccountInfo.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/account/AccountInfo.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/account/AccountInfo.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/account/AuthToken.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/account/AuthToken.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/account/AuthToken.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/account/CcsCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/account/CcsCredential.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/account/CcsCredential.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/account/ClientCredentials.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/account/ClientInfo.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/account/ClientInfo.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/account/ClientInfo.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/account/TokenClaims.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/account/TokenClaims.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/account/TokenClaims.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/Authority.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/Authority.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/Authority.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/AuthorityFactory.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/AuthorityFactory.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/AuthorityFactory.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/AuthorityMetadata.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/AuthorityMetadata.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/AuthorityMetadata.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/AuthorityOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/AuthorityOptions.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/AuthorityOptions.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/AuthorityType.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/AuthorityType.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/AuthorityType.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/AzureRegion.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/AzureRegionConfiguration.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/CloudDiscoveryMetadata.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryErrorResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryErrorResponse.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryErrorResponse.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryResponse.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/CloudInstanceDiscoveryResponse.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/ImdsOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/OIDCOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/OpenIdConfigResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/OpenIdConfigResponse.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/OpenIdConfigResponse.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/ProtocolMode.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/ProtocolMode.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/ProtocolMode.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/RegionDiscovery.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/RegionDiscovery.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/RegionDiscovery.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/authority/RegionDiscoveryMetadata.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/broker/nativeBroker/INativeBrokerPlugin.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/CacheManager.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/CacheManager.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/CacheManager.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/entities/AccessTokenEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/entities/AccountEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/entities/AccountEntity.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/entities/AccountEntity.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/entities/AppMetadataEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/entities/AuthorityMetadataEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/entities/CacheRecord.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/entities/CredentialEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/entities/IdTokenEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/entities/RefreshTokenEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/entities/ServerTelemetryEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/entities/ThrottlingEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/interface/ICacheManager.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/interface/ICachePlugin.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/interface/ISerializableTokenCache.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/persistence/TokenCacheContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/persistence/TokenCacheContext.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/persistence/TokenCacheContext.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/utils/CacheHelpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/utils/CacheHelpers.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/utils/CacheHelpers.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/cache/utils/CacheTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/client/AuthorizationCodeClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/client/AuthorizationCodeClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/client/AuthorizationCodeClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/client/BaseClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/client/BaseClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/client/BaseClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/client/RefreshTokenClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/client/RefreshTokenClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/client/RefreshTokenClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/client/SilentFlowClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/client/SilentFlowClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/client/SilentFlowClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/config/AppTokenProvider.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/config/ClientConfiguration.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/config/ClientConfiguration.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/config/ClientConfiguration.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/constants/AADServerParamKeys.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/constants/AADServerParamKeys.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/constants/AADServerParamKeys.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/crypto/ICrypto.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/crypto/ICrypto.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/crypto/ICrypto.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/crypto/IGuidGenerator.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/crypto/JoseHeader.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/crypto/JoseHeader.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/crypto/JoseHeader.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/crypto/PopTokenGenerator.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/crypto/PopTokenGenerator.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/crypto/PopTokenGenerator.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/crypto/SignedHttpRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/AuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/AuthError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/AuthError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/AuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/AuthErrorCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/AuthErrorCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/CacheError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/CacheError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/CacheError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/CacheErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/CacheErrorCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/CacheErrorCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/ClientAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/ClientAuthError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/ClientAuthError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/ClientAuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/ClientAuthErrorCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/ClientAuthErrorCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/ClientConfigurationError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/ClientConfigurationError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/ClientConfigurationError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/ClientConfigurationErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/ClientConfigurationErrorCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/ClientConfigurationErrorCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthErrorCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/InteractionRequiredAuthErrorCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/JoseHeaderError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/JoseHeaderError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/JoseHeaderError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/JoseHeaderErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/JoseHeaderErrorCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/JoseHeaderErrorCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/NetworkError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/NetworkError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/NetworkError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/ServerError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/ServerError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/error/ServerError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/exports-browser-only.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/exports-common.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/exports-node-only.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/index-browser.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/index-browser.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/index-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/index-node.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/index-node.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/index-node.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/index.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/index.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/logger/Logger.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/logger/Logger.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/logger/Logger.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/network/INetworkModule.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/network/INetworkModule.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/network/INetworkModule.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/network/NetworkResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/network/RequestThumbprint.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/network/RequestThumbprint.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/network/RequestThumbprint.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/network/ThrottlingUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/network/ThrottlingUtils.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/network/ThrottlingUtils.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/packageMetadata.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/packageMetadata.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/packageMetadata.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/protocol/Authorize.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/protocol/Authorize.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/protocol/Authorize.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/AuthenticationHeaderParser.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/AuthenticationHeaderParser.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/AuthenticationHeaderParser.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/BaseAuthRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/CommonAuthorizationCodeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/CommonAuthorizationUrlRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/CommonClientCredentialRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/CommonDeviceCodeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/CommonEndSessionRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/CommonOnBehalfOfRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/CommonRefreshTokenRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/CommonSilentFlowRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/CommonUsernamePasswordRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/NativeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/NativeSignOutRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/RequestParameterBuilder.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/RequestParameterBuilder.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/RequestParameterBuilder.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/ScopeSet.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/ScopeSet.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/ScopeSet.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/request/StoreInCache.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/response/AuthenticationResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/response/AuthorizationCodePayload.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/response/AuthorizeResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/response/DeviceCodeResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/response/ExternalTokenResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/response/IMDSBadResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/response/ResponseHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/response/ResponseHandler.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/response/ResponseHandler.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/response/ServerAuthorizationTokenResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/telemetry/performance/IPerformanceClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/telemetry/performance/IPerformanceMeasurement.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceEvent.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceEvent.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/telemetry/performance/PerformanceEvent.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/telemetry/performance/StubPerformanceClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/telemetry/performance/StubPerformanceClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/telemetry/performance/StubPerformanceClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryManager.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryManager.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryManager.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/telemetry/server/ServerTelemetryRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/url/IUri.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/url/UrlString.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/url/UrlString.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/url/UrlString.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/ClientAssertionUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/ClientAssertionUtils.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/ClientAssertionUtils.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/Constants.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/Constants.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/Constants.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/FunctionWrappers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/FunctionWrappers.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/FunctionWrappers.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/MsalTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/ProtocolUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/ProtocolUtils.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/ProtocolUtils.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/StringUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/StringUtils.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/StringUtils.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/TimeUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/TimeUtils.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/TimeUtils.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/UrlUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/UrlUtils.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/dist/utils/UrlUtils.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/index-browser.cjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/index-browser.cjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/index-node-C8h2xZEM.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/index-node.cjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/index-node.cjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/index.cjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/index.cjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/package.json +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/account/AccountInfo.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/account/AuthToken.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/account/CcsCredential.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/account/ClientCredentials.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/account/ClientInfo.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/account/TokenClaims.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/authority/Authority.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/authority/AuthorityFactory.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/authority/AuthorityMetadata.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/authority/AuthorityOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/authority/AuthorityType.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/authority/AzureRegion.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/authority/AzureRegionConfiguration.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/authority/CloudDiscoveryMetadata.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/authority/CloudInstanceDiscoveryErrorResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/authority/CloudInstanceDiscoveryResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/authority/ImdsOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/authority/OIDCOptions.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/authority/OpenIdConfigResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/authority/ProtocolMode.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/authority/RegionDiscovery.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/authority/RegionDiscoveryMetadata.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/broker/nativeBroker/INativeBrokerPlugin.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/cache/CacheManager.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/cache/entities/AccessTokenEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/cache/entities/AccountEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/cache/entities/AppMetadataEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/cache/entities/AuthorityMetadataEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/cache/entities/CacheRecord.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/cache/entities/CredentialEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/cache/entities/IdTokenEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/cache/entities/RefreshTokenEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/cache/entities/ServerTelemetryEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/cache/entities/ThrottlingEntity.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/cache/interface/ICacheManager.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/cache/interface/ICachePlugin.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/cache/interface/ISerializableTokenCache.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/cache/persistence/TokenCacheContext.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/cache/utils/CacheHelpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/cache/utils/CacheTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/client/AuthorizationCodeClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/client/BaseClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/client/RefreshTokenClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/client/SilentFlowClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/config/AppTokenProvider.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/config/ClientConfiguration.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/constants/AADServerParamKeys.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/crypto/ICrypto.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/crypto/IGuidGenerator.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/crypto/JoseHeader.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/crypto/PopTokenGenerator.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/crypto/SignedHttpRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/error/AuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/error/AuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/error/CacheError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/error/CacheErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/error/ClientAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/error/ClientAuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/error/ClientConfigurationError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/error/ClientConfigurationErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/error/InteractionRequiredAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/error/InteractionRequiredAuthErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/error/JoseHeaderError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/error/JoseHeaderErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/error/NetworkError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/error/ServerError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/exports-browser-only.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/exports-common.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/exports-node-only.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/index-browser.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/index-node.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/logger/Logger.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/network/INetworkModule.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/network/NetworkResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/network/RequestThumbprint.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/network/ThrottlingUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/packageMetadata.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/protocol/Authorize.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/request/AuthenticationHeaderParser.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/request/BaseAuthRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/request/CommonAuthorizationCodeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/request/CommonAuthorizationUrlRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/request/CommonClientCredentialRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/request/CommonDeviceCodeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/request/CommonEndSessionRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/request/CommonOnBehalfOfRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/request/CommonRefreshTokenRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/request/CommonSilentFlowRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/request/CommonUsernamePasswordRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/request/NativeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/request/NativeSignOutRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/request/RequestParameterBuilder.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/request/ScopeSet.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/request/StoreInCache.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/response/AuthenticationResult.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/response/AuthorizationCodePayload.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/response/AuthorizeResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/response/DeviceCodeResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/response/ExternalTokenResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/response/IMDSBadResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/response/ResponseHandler.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/response/ServerAuthorizationTokenResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/telemetry/performance/IPerformanceClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/telemetry/performance/IPerformanceMeasurement.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/telemetry/performance/PerformanceClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/telemetry/performance/PerformanceEvent.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/telemetry/performance/StubPerformanceClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/telemetry/server/ServerTelemetryManager.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/telemetry/server/ServerTelemetryRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/url/IUri.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/url/UrlString.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/utils/ClientAssertionUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/utils/Constants.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/utils/FunctionWrappers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/utils/MsalTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/utils/ProtocolUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/utils/StringUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/utils/TimeUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/lib/types/utils/UrlUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/node/package.json +%%DATADIR%%/resources/app/node_modules/@azure/msal-common/package.json +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/LICENSE +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/CacheHelpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/CacheHelpers.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/CacheHelpers.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/ITokenCache.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/NodeStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/NodeStorage.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/NodeStorage.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/TokenCache.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/TokenCache.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/TokenCache.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/distributed/DistributedCachePlugin.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/distributed/DistributedCachePlugin.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/distributed/DistributedCachePlugin.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/distributed/ICacheClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/distributed/IPartitionManager.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/serializer/Deserializer.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/serializer/Deserializer.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/serializer/Deserializer.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/serializer/Serializer.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/serializer/Serializer.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/serializer/Serializer.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/cache/serializer/SerializerTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ClientApplication.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ClientApplication.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ClientAssertion.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ClientAssertion.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ClientAssertion.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ClientCredentialClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ClientCredentialClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ClientCredentialClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ConfidentialClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ConfidentialClientApplication.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ConfidentialClientApplication.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/DeviceCodeClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/DeviceCodeClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/DeviceCodeClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/IConfidentialClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/IPublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentityApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentityApplication.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentityApplication.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentityClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentityClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentityClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AppService.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AppService.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AppService.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AzureArc.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AzureArc.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/AzureArc.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/BaseManagedIdentitySource.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/BaseManagedIdentitySource.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/BaseManagedIdentitySource.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/CloudShell.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/CloudShell.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/CloudShell.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/Imds.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/Imds.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/Imds.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/MachineLearning.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/MachineLearning.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/MachineLearning.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/ServiceFabric.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/ServiceFabric.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/ManagedIdentitySources/ServiceFabric.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/OnBehalfOfClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/OnBehalfOfClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/OnBehalfOfClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/PublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/PublicClientApplication.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/PublicClientApplication.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/UsernamePasswordClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/UsernamePasswordClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/client/UsernamePasswordClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/config/Configuration.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/config/Configuration.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/config/Configuration.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/config/ManagedIdentityId.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/config/ManagedIdentityId.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/config/ManagedIdentityId.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/config/ManagedIdentityRequestParameters.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/config/ManagedIdentityRequestParameters.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/config/ManagedIdentityRequestParameters.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/crypto/CryptoProvider.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/crypto/CryptoProvider.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/crypto/CryptoProvider.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/crypto/GuidGenerator.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/crypto/GuidGenerator.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/crypto/GuidGenerator.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/crypto/HashUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/crypto/HashUtils.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/crypto/HashUtils.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/crypto/PkceGenerator.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/crypto/PkceGenerator.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/crypto/PkceGenerator.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/error/ManagedIdentityError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/error/ManagedIdentityError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/error/ManagedIdentityError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/error/ManagedIdentityErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/error/ManagedIdentityErrorCodes.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/error/ManagedIdentityErrorCodes.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/error/NodeAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/error/NodeAuthError.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/error/NodeAuthError.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/index.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/index.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/internals.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/internals.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/internals.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/network/HttpClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/network/HttpClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/network/HttpClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/network/HttpClientWithRetries.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/network/HttpClientWithRetries.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/network/HttpClientWithRetries.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/network/ILoopbackClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/network/LoopbackClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/network/LoopbackClient.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/network/LoopbackClient.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/packageMetadata.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/packageMetadata.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/packageMetadata.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/protocol/Authorize.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/protocol/Authorize.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/protocol/Authorize.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/request/AuthorizationCodeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/request/AuthorizationUrlRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/request/ClientCredentialRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/request/DeviceCodeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/request/InteractiveRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/request/ManagedIdentityRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/request/ManagedIdentityRequestParams.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/request/OnBehalfOfRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/request/RefreshTokenRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/request/SignOutRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/request/SilentFlowRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/request/UsernamePasswordRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/response/ManagedIdentityTokenResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/retry/DefaultManagedIdentityRetryPolicy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/retry/DefaultManagedIdentityRetryPolicy.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/retry/DefaultManagedIdentityRetryPolicy.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/retry/ExponentialRetryStrategy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/retry/ExponentialRetryStrategy.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/retry/ExponentialRetryStrategy.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/retry/IHttpRetryPolicy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/retry/ImdsRetryPolicy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/retry/ImdsRetryPolicy.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/retry/ImdsRetryPolicy.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/retry/LinearRetryStrategy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/retry/LinearRetryStrategy.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/retry/LinearRetryStrategy.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/utils/Constants.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/utils/Constants.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/utils/Constants.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/utils/EncodingUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/utils/EncodingUtils.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/utils/EncodingUtils.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/utils/NetworkUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/utils/NetworkUtils.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/utils/NetworkUtils.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/utils/TimeUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/utils/TimeUtils.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/dist/utils/TimeUtils.mjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/msal-node.cjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/msal-node.cjs.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/package.json +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/cache/CacheHelpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/cache/ITokenCache.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/cache/NodeStorage.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/cache/TokenCache.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/cache/distributed/DistributedCachePlugin.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/cache/distributed/ICacheClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/cache/distributed/IPartitionManager.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/cache/serializer/Deserializer.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/cache/serializer/Serializer.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/cache/serializer/SerializerTypes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/ClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/ClientAssertion.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/ClientCredentialClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/ConfidentialClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/DeviceCodeClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/IConfidentialClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/IPublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/ManagedIdentityApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/ManagedIdentityClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/AppService.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/AzureArc.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/BaseManagedIdentitySource.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/CloudShell.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/Imds.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/MachineLearning.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/ManagedIdentitySources/ServiceFabric.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/OnBehalfOfClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/PublicClientApplication.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/client/UsernamePasswordClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/config/Configuration.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/config/ManagedIdentityId.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/config/ManagedIdentityRequestParameters.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/crypto/CryptoProvider.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/crypto/GuidGenerator.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/crypto/HashUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/crypto/PkceGenerator.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/error/ManagedIdentityError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/error/ManagedIdentityErrorCodes.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/error/NodeAuthError.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/internals.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/network/HttpClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/network/HttpClientWithRetries.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/network/ILoopbackClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/network/LoopbackClient.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/packageMetadata.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/protocol/Authorize.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/request/AuthorizationCodeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/request/AuthorizationUrlRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/request/ClientCredentialRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/request/DeviceCodeRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/request/InteractiveRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/request/ManagedIdentityRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/request/ManagedIdentityRequestParams.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/request/OnBehalfOfRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/request/RefreshTokenRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/request/SignOutRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/request/SilentFlowRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/request/UsernamePasswordRequest.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/response/ManagedIdentityTokenResponse.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/retry/DefaultManagedIdentityRetryPolicy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/retry/ExponentialRetryStrategy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/retry/IHttpRetryPolicy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/retry/ImdsRetryPolicy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/retry/LinearRetryStrategy.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/utils/Constants.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/utils/EncodingUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/utils/NetworkUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/lib/types/utils/TimeUtils.d.ts.map +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/LICENSE.md +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/bin/uuid +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-browser/index.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-browser/md5.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-browser/nil.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-browser/parse.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-browser/regex.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-browser/rng.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-browser/sha1.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-browser/stringify.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-browser/v1.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-browser/v3.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-browser/v35.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-browser/v4.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-browser/v5.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-browser/validate.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-browser/version.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-node/index.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-node/md5.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-node/nil.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-node/parse.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-node/regex.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-node/rng.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-node/sha1.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-node/stringify.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-node/v1.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-node/v3.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-node/v35.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-node/v4.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-node/v5.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-node/validate.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/esm-node/version.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/index.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/md5-browser.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/md5.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/nil.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/parse.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/regex.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/rng-browser.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/rng.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/sha1-browser.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/sha1.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/stringify.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/umd/uuid.min.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/umd/uuidNIL.min.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/umd/uuidParse.min.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/umd/uuidStringify.min.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/umd/uuidValidate.min.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/umd/uuidVersion.min.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/umd/uuidv1.min.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/umd/uuidv3.min.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/umd/uuidv4.min.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/umd/uuidv5.min.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/uuid-bin.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/v1.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/v3.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/v35.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/v4.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/v5.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/validate.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/dist/version.js +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/package.json +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/node_modules/uuid/wrapper.mjs +%%DATADIR%%/resources/app/node_modules/@azure/msal-node/package.json +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/LICENSE.txt +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/build/index.cjs +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/build/index.d.cts +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/build/lib/index.js +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/index.mjs +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/ansi-regex/index.js +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/ansi-regex/license +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/ansi-regex/package.json +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/ansi-styles/index.js +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/ansi-styles/license +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/ansi-styles/package.json +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/emoji-regex/LICENSE-MIT.txt +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/emoji-regex/RGI_Emoji.js +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/RGI_Emoji.js +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/index.js +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/text.js +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/emoji-regex/index.js +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/emoji-regex/package.json +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/emoji-regex/text.js +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/string-width/index.js +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/string-width/license +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/string-width/package.json +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/strip-ansi/index.js +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/strip-ansi/license +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/strip-ansi/package.json +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/wrap-ansi/index.js +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/wrap-ansi/license +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/node_modules/wrap-ansi/package.json +%%DATADIR%%/resources/app/node_modules/@isaacs/cliui/package.json %%DATADIR%%/resources/app/node_modules/@microsoft/1ds-core-js/LICENSE.TXT %%DATADIR%%/resources/app/node_modules/@microsoft/1ds-core-js/NOTICE %%DATADIR%%/resources/app/node_modules/@microsoft/1ds-core-js/PRIVACY @@ -1058,13 +4125,353 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/@parcel/watcher/package.json %%DATADIR%%/resources/app/node_modules/@parcel/watcher/scripts/build-from-source.js %%DATADIR%%/resources/app/node_modules/@parcel/watcher/wrapper.js +%%DATADIR%%/resources/app/node_modules/@pkgjs/parseargs/LICENSE +%%DATADIR%%/resources/app/node_modules/@pkgjs/parseargs/index.js +%%DATADIR%%/resources/app/node_modules/@pkgjs/parseargs/internal/errors.js +%%DATADIR%%/resources/app/node_modules/@pkgjs/parseargs/internal/primordials.js +%%DATADIR%%/resources/app/node_modules/@pkgjs/parseargs/internal/util.js +%%DATADIR%%/resources/app/node_modules/@pkgjs/parseargs/internal/validators.js +%%DATADIR%%/resources/app/node_modules/@pkgjs/parseargs/package.json +%%DATADIR%%/resources/app/node_modules/@pkgjs/parseargs/utils.js %%DATADIR%%/resources/app/node_modules/@tootallnate/once/LICENSE %%DATADIR%%/resources/app/node_modules/@tootallnate/once/dist/index.js %%DATADIR%%/resources/app/node_modules/@tootallnate/once/dist/overloaded-parameters.js %%DATADIR%%/resources/app/node_modules/@tootallnate/once/dist/types.js %%DATADIR%%/resources/app/node_modules/@tootallnate/once/package.json +%%DATADIR%%/resources/app/node_modules/@types/color-name/LICENSE +%%DATADIR%%/resources/app/node_modules/@types/color-name/package.json %%DATADIR%%/resources/app/node_modules/@types/semver/LICENSE %%DATADIR%%/resources/app/node_modules/@types/semver/package.json +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/LICENSE +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/abort-controller/AbortError.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/auth/credentials.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/auth/oauth2Flows.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/auth/schemes.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/client/apiVersionPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/client/clientHelpers.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/client/common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/client/getClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/client/multipart.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/client/operationOptionHelpers.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/client/restError.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/client/sendRequest.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/client/urlHelpers.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/constants.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/createPipelineFromOptions.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/defaultHttpClient-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/defaultHttpClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/fetchHttpClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/httpHeaders.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/index.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/interfaces.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/log.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/logger/debug.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/logger/internal.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/logger/log-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/logger/log.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/logger/log.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/logger/logger.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/nodeHttpClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/package.json +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/pipeline.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/pipelineRequest.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/agentPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/auth/apiKeyAuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/auth/basicAuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/auth/bearerAuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/auth/checkInsecureConnection.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/auth/oauth2AuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/decompressResponsePolicy-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/decompressResponsePolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/defaultRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/exponentialRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/formDataPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/internal.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/logPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/multipartPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/proxyPolicy-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/proxyPolicy.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/proxyPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/redirectPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/retryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/systemErrorRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/throttlingRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/tlsPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/policies/userAgentPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/restError.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/retryStrategies/exponentialRetryStrategy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/retryStrategies/retryStrategy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/retryStrategies/throttlingRetryStrategy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/bytesEncoding-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/bytesEncoding.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/bytesEncoding.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/checkEnvironment.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/concat-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/concat.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/concat.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/delay.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/error.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/helpers.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/inspect-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/inspect.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/inspect.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/internal.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/object.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/random.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/sanitizer.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/sha256-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/sha256.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/sha256.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/typeGuards.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/userAgent.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/userAgentPlatform-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/userAgentPlatform.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/uuidUtils-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/uuidUtils.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/util/uuidUtils.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/browser/xhrHttpClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/abort-controller/AbortError.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/auth/credentials.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/auth/oauth2Flows.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/auth/schemes.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/client/apiVersionPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/client/clientHelpers.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/client/common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/client/getClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/client/multipart.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/client/operationOptionHelpers.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/client/restError.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/client/sendRequest.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/client/urlHelpers.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/constants.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/createPipelineFromOptions.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/defaultHttpClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/fetchHttpClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/httpHeaders.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/interfaces.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/log.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/logger/debug.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/logger/internal.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/logger/log.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/logger/log.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/logger/logger.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/nodeHttpClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/pipeline.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/pipelineRequest.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/agentPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/auth/apiKeyAuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/auth/basicAuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/auth/bearerAuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/auth/checkInsecureConnection.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/auth/oauth2AuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/decompressResponsePolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/defaultRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/exponentialRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/formDataPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/internal.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/logPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/multipartPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/proxyPolicy.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/proxyPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/redirectPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/retryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/systemErrorRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/throttlingRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/tlsPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/policies/userAgentPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/restError.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/retryStrategies/exponentialRetryStrategy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/retryStrategies/retryStrategy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/retryStrategies/throttlingRetryStrategy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/tsdoc-metadata.json +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/bytesEncoding.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/bytesEncoding.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/checkEnvironment.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/concat.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/concat.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/delay.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/error.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/helpers.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/inspect.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/inspect.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/internal.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/object.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/random.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/sanitizer.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/sha256.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/sha256.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/typeGuards.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/userAgent.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/userAgentPlatform.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/uuidUtils.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/util/uuidUtils.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/commonjs/xhrHttpClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/abort-controller/AbortError.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/auth/credentials.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/auth/oauth2Flows.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/auth/schemes.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/client/apiVersionPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/client/clientHelpers.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/client/common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/client/getClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/client/multipart.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/client/operationOptionHelpers.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/client/restError.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/client/sendRequest.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/client/urlHelpers.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/constants.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/createPipelineFromOptions.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/defaultHttpClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/fetchHttpClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/httpHeaders.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/interfaces.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/log.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/logger/debug.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/logger/internal.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/logger/log.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/logger/log.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/logger/logger.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/nodeHttpClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/pipeline.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/pipelineRequest.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/agentPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/auth/apiKeyAuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/auth/basicAuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/auth/bearerAuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/auth/checkInsecureConnection.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/auth/oauth2AuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/decompressResponsePolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/defaultRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/exponentialRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/formDataPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/internal.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/logPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/multipartPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/proxyPolicy.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/proxyPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/redirectPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/retryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/systemErrorRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/throttlingRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/tlsPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/policies/userAgentPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/restError.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/retryStrategies/exponentialRetryStrategy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/retryStrategies/retryStrategy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/retryStrategies/throttlingRetryStrategy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/bytesEncoding.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/bytesEncoding.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/checkEnvironment.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/concat.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/concat.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/delay.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/error.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/helpers.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/inspect.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/inspect.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/internal.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/object.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/random.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/sanitizer.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/sha256.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/sha256.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/typeGuards.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/userAgent.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/userAgentPlatform.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/uuidUtils.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/util/uuidUtils.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/esm/xhrHttpClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/abort-controller/AbortError.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/auth/credentials.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/auth/oauth2Flows.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/auth/schemes.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/client/apiVersionPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/client/clientHelpers.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/client/common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/client/getClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/client/multipart.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/client/operationOptionHelpers.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/client/restError.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/client/sendRequest.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/client/urlHelpers.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/constants.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/createPipelineFromOptions.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/defaultHttpClient-react-native.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/defaultHttpClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/fetchHttpClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/httpHeaders.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/index.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/interfaces.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/log.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/logger/debug.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/logger/internal.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/logger/log-react-native.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/logger/log.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/logger/log.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/logger/logger.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/nodeHttpClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/package.json +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/pipeline.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/pipelineRequest.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/agentPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/auth/apiKeyAuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/auth/basicAuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/auth/bearerAuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/auth/checkInsecureConnection.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/auth/oauth2AuthenticationPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/decompressResponsePolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/defaultRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/exponentialRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/formDataPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/internal.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/logPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/multipartPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/proxyPolicy-react-native.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/proxyPolicy.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/proxyPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/redirectPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/retryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/systemErrorRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/throttlingRetryPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/tlsPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/policies/userAgentPolicy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/restError.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/retryStrategies/exponentialRetryStrategy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/retryStrategies/retryStrategy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/retryStrategies/throttlingRetryStrategy.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/bytesEncoding-react-native.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/bytesEncoding.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/bytesEncoding.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/checkEnvironment.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/concat-react-native.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/concat.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/concat.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/delay.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/error.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/helpers.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/inspect-react-native.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/inspect.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/inspect.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/internal.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/object.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/random.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/sanitizer.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/sha256-react-native.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/sha256.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/sha256.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/typeGuards.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/userAgent.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/userAgentPlatform-react-native.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/userAgentPlatform.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/uuidUtils-react-native.mjs.map +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/uuidUtils.common.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/util/uuidUtils.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/dist/react-native/xhrHttpClient.js +%%DATADIR%%/resources/app/node_modules/@typespec/ts-http-runtime/package.json %%DATADIR%%/resources/app/node_modules/@vscode/deviceid/LICENSE.txt %%DATADIR%%/resources/app/node_modules/@vscode/deviceid/SECURITY.md %%DATADIR%%/resources/app/node_modules/@vscode/deviceid/azure-pipelines/azure-pipeline.yml @@ -1128,6 +4535,169 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/@vscode/tree-sitter-wasm/wasm/tree-sitter-typescript.wasm %%DATADIR%%/resources/app/node_modules/@vscode/tree-sitter-wasm/wasm/tree-sitter.js %%DATADIR%%/resources/app/node_modules/@vscode/tree-sitter-wasm/wasm/tree-sitter.wasm +%%DATADIR%%/resources/app/node_modules/@vscode/vsce-sign/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce-sign/src/main.d.ts +%%DATADIR%%/resources/app/node_modules/@vscode/vsce-sign/src/main.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/LICENSE +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/ThirdPartyNotices.txt +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/dummy.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/ansi-styles/index.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/ansi-styles/license +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/ansi-styles/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/chalk/index.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/chalk/index.js.flow +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/chalk/license +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/chalk/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/chalk/templates.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/color-convert/LICENSE +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/color-convert/conversions.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/color-convert/index.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/color-convert/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/color-convert/route.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/color-name/LICENSE +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/color-name/index.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/color-name/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/color-name/test.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/commander/LICENSE +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/commander/Readme.md +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/commander/index.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/commander/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/entities/LICENSE +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/entities/lib/decode.d.ts.map +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/entities/lib/decode.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/entities/lib/decode_codepoint.d.ts.map +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/entities/lib/decode_codepoint.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/entities/lib/encode.d.ts.map +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/entities/lib/encode.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/entities/lib/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/entities/lib/index.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/entities/lib/maps/decode.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/entities/lib/maps/entities.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/entities/lib/maps/legacy.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/entities/lib/maps/xml.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/entities/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/escape-string-regexp/index.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/escape-string-regexp/license +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/escape-string-regexp/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/glob/LICENSE +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/glob/common.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/glob/glob.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/glob/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/glob/sync.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/hosted-git-info/LICENSE +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/hosted-git-info/git-host-info.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/hosted-git-info/git-host.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/hosted-git-info/index.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/hosted-git-info/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/linkify-it/LICENSE +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/linkify-it/index.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/linkify-it/lib/re.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/linkify-it/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/lru-cache/LICENSE +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/lru-cache/index.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/lru-cache/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/LICENSE +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/bin/markdown-it.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/dist/markdown-it.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/dist/markdown-it.min.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/index.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/common/entities.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/common/html_blocks.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/common/html_re.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/common/utils.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/helpers/index.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/helpers/parse_link_destination.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/helpers/parse_link_label.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/helpers/parse_link_title.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/index.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/parser_block.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/parser_core.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/parser_inline.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/presets/commonmark.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/presets/default.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/presets/zero.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/renderer.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/ruler.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_block/blockquote.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_block/code.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_block/fence.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_block/heading.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_block/hr.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_block/html_block.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_block/lheading.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_block/list.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_block/paragraph.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_block/reference.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_block/state_block.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_block/table.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_core/block.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_core/inline.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_core/linkify.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_core/normalize.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_core/replacements.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_core/smartquotes.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_core/state_core.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_inline/autolink.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_inline/backticks.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_inline/balance_pairs.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_inline/emphasis.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_inline/entity.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_inline/escape.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_inline/html_inline.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_inline/image.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_inline/link.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_inline/newline.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_inline/state_inline.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_inline/strikethrough.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_inline/text.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/rules_inline/text_collapse.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/lib/token.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/markdown-it/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/mdurl/LICENSE +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/mdurl/decode.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/mdurl/encode.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/mdurl/format.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/mdurl/index.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/mdurl/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/mdurl/parse.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/supports-color/browser.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/supports-color/index.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/supports-color/license +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/supports-color/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/uc.micro/LICENSE.txt +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/uc.micro/categories/Cc/regex.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/uc.micro/categories/Cf/regex.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/uc.micro/categories/P/regex.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/uc.micro/categories/Z/regex.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/uc.micro/index.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/uc.micro/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/uc.micro/properties/Any/regex.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/yallist/LICENSE +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/yallist/iterator.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/yallist/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/yallist/yallist.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/yauzl/LICENSE +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/yauzl/index.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/node_modules/yauzl/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/out/api.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/out/auth.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/out/main.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/out/manifest.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/out/nls.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/out/npm.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/out/package.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/out/publicgalleryapi.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/out/publish.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/out/search.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/out/show.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/out/store.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/out/util.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/out/validation.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/out/viewutils.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/out/xml.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/out/zip.js +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/package.json +%%DATADIR%%/resources/app/node_modules/@vscode/vsce/vsce %%DATADIR%%/resources/app/node_modules/@vscode/vscode-languagedetection/LICENSE %%DATADIR%%/resources/app/node_modules/@vscode/vscode-languagedetection/SECURITY.md %%DATADIR%%/resources/app/node_modules/@vscode/vscode-languagedetection/cli/index.js @@ -1197,16 +4767,490 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/@xterm/xterm/lib/xterm.mjs %%DATADIR%%/resources/app/node_modules/@xterm/xterm/lib/xterm.mjs.map %%DATADIR%%/resources/app/node_modules/@xterm/xterm/package.json +%%DATADIR%%/resources/app/node_modules/abort-controller/LICENSE +%%DATADIR%%/resources/app/node_modules/abort-controller/browser.js +%%DATADIR%%/resources/app/node_modules/abort-controller/browser.mjs +%%DATADIR%%/resources/app/node_modules/abort-controller/dist/abort-controller.js +%%DATADIR%%/resources/app/node_modules/abort-controller/dist/abort-controller.mjs +%%DATADIR%%/resources/app/node_modules/abort-controller/dist/abort-controller.mjs.map +%%DATADIR%%/resources/app/node_modules/abort-controller/dist/abort-controller.umd.js +%%DATADIR%%/resources/app/node_modules/abort-controller/package.json +%%DATADIR%%/resources/app/node_modules/abort-controller/polyfill.js +%%DATADIR%%/resources/app/node_modules/abort-controller/polyfill.mjs %%DATADIR%%/resources/app/node_modules/agent-base/LICENSE %%DATADIR%%/resources/app/node_modules/agent-base/dist/helpers.d.ts.map %%DATADIR%%/resources/app/node_modules/agent-base/dist/helpers.js %%DATADIR%%/resources/app/node_modules/agent-base/dist/index.d.ts.map %%DATADIR%%/resources/app/node_modules/agent-base/dist/index.js %%DATADIR%%/resources/app/node_modules/agent-base/package.json +%%DATADIR%%/resources/app/node_modules/ansi-regex/index.js +%%DATADIR%%/resources/app/node_modules/ansi-regex/license +%%DATADIR%%/resources/app/node_modules/ansi-regex/package.json +%%DATADIR%%/resources/app/node_modules/ansi-styles/index.js +%%DATADIR%%/resources/app/node_modules/ansi-styles/license +%%DATADIR%%/resources/app/node_modules/ansi-styles/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/LICENSE +%%DATADIR%%/resources/app/node_modules/archiver-utils/file.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/index.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/brace-expansion/LICENSE +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/brace-expansion/index.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/brace-expansion/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/buffer/AUTHORS.md +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/buffer/LICENSE +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/buffer/index.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/buffer/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/LICENSE +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/commonjs/glob.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/commonjs/glob.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/commonjs/has-magic.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/commonjs/has-magic.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/commonjs/ignore.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/commonjs/ignore.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/commonjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/commonjs/pattern.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/commonjs/pattern.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/commonjs/processor.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/commonjs/processor.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/commonjs/walker.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/commonjs/walker.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/bin.d.mts +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/bin.d.mts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/bin.mjs +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/bin.mjs.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/glob.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/glob.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/has-magic.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/has-magic.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/ignore.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/ignore.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/pattern.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/pattern.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/processor.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/processor.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/walker.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/dist/esm/walker.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/glob/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/is-stream/index.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/is-stream/license +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/is-stream/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/jackspeak/LICENSE.md +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/jackspeak/dist/commonjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/jackspeak/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/jackspeak/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/jackspeak/dist/commonjs/parse-args-cjs.cjs.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/jackspeak/dist/commonjs/parse-args-cjs.d.cts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/jackspeak/dist/commonjs/parse-args.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/jackspeak/dist/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/jackspeak/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/jackspeak/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/jackspeak/dist/esm/parse-args.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/jackspeak/dist/esm/parse-args.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/jackspeak/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/LICENSE +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/ast.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/ast.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/brace-expressions.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/escape.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/escape.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/unescape.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/unescape.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/esm/assert-valid-pattern.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/esm/ast.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/esm/ast.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/esm/brace-expressions.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/esm/escape.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/esm/escape.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/esm/unescape.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/dist/esm/unescape.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minimatch/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minipass/LICENSE +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minipass/dist/commonjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minipass/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minipass/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minipass/dist/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minipass/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minipass/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/minipass/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/LICENSE +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/_stream_duplex.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/_stream_passthrough.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/_stream_readable.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/_stream_transform.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/_stream_writable.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/add-abort-signal.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/buffer_list.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/compose.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/destroy.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/duplex.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/duplexify.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/from.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/lazy_transform.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/legacy.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/operators.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/passthrough.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/pipeline.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/readable.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/state.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/transform.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/utils.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/streams/writable.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/internal/validators.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/ours/browser.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/ours/errors.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/ours/index.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/ours/primordials.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/ours/util.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/ours/util/inspect.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/stream.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/lib/stream/promises.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/readable-stream/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/safe-buffer/LICENSE +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/safe-buffer/index.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/safe-buffer/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/string_decoder/LICENSE +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/string_decoder/lib/string_decoder.js +%%DATADIR%%/resources/app/node_modules/archiver-utils/node_modules/string_decoder/package.json +%%DATADIR%%/resources/app/node_modules/archiver-utils/package.json +%%DATADIR%%/resources/app/node_modules/archiver/LICENSE +%%DATADIR%%/resources/app/node_modules/archiver/index.js +%%DATADIR%%/resources/app/node_modules/archiver/lib/core.js +%%DATADIR%%/resources/app/node_modules/archiver/lib/error.js +%%DATADIR%%/resources/app/node_modules/archiver/lib/plugins/json.js +%%DATADIR%%/resources/app/node_modules/archiver/lib/plugins/tar.js +%%DATADIR%%/resources/app/node_modules/archiver/lib/plugins/zip.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/buffer-crc32/LICENSE +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/buffer-crc32/dist/index.cjs +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/buffer-crc32/dist/index.d.cts +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/buffer-crc32/dist/index.d.mts +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/buffer-crc32/dist/index.mjs +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/buffer-crc32/package.json +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/buffer/AUTHORS.md +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/buffer/LICENSE +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/buffer/index.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/buffer/package.json +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/LICENSE +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/_stream_duplex.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/_stream_passthrough.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/_stream_readable.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/_stream_transform.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/_stream_writable.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/add-abort-signal.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/buffer_list.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/compose.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/destroy.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/duplex.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/duplexify.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/from.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/lazy_transform.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/legacy.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/operators.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/passthrough.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/pipeline.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/readable.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/state.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/transform.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/utils.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/streams/writable.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/internal/validators.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/ours/browser.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/ours/errors.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/ours/index.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/ours/primordials.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/ours/util.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/ours/util/inspect.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/stream.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/lib/stream/promises.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/readable-stream/package.json +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/safe-buffer/LICENSE +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/safe-buffer/index.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/safe-buffer/package.json +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/string_decoder/LICENSE +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/string_decoder/lib/string_decoder.js +%%DATADIR%%/resources/app/node_modules/archiver/node_modules/string_decoder/package.json +%%DATADIR%%/resources/app/node_modules/archiver/package.json +%%DATADIR%%/resources/app/node_modules/argparse/LICENSE +%%DATADIR%%/resources/app/node_modules/argparse/argparse.js +%%DATADIR%%/resources/app/node_modules/argparse/lib/sub.js +%%DATADIR%%/resources/app/node_modules/argparse/lib/textwrap.js +%%DATADIR%%/resources/app/node_modules/argparse/package.json +%%DATADIR%%/resources/app/node_modules/async/LICENSE +%%DATADIR%%/resources/app/node_modules/async/all.js +%%DATADIR%%/resources/app/node_modules/async/allLimit.js +%%DATADIR%%/resources/app/node_modules/async/allSeries.js +%%DATADIR%%/resources/app/node_modules/async/any.js +%%DATADIR%%/resources/app/node_modules/async/anyLimit.js +%%DATADIR%%/resources/app/node_modules/async/anySeries.js +%%DATADIR%%/resources/app/node_modules/async/apply.js +%%DATADIR%%/resources/app/node_modules/async/applyEach.js +%%DATADIR%%/resources/app/node_modules/async/applyEachSeries.js +%%DATADIR%%/resources/app/node_modules/async/asyncify.js +%%DATADIR%%/resources/app/node_modules/async/auto.js +%%DATADIR%%/resources/app/node_modules/async/autoInject.js +%%DATADIR%%/resources/app/node_modules/async/bower.json +%%DATADIR%%/resources/app/node_modules/async/cargo.js +%%DATADIR%%/resources/app/node_modules/async/cargoQueue.js +%%DATADIR%%/resources/app/node_modules/async/compose.js +%%DATADIR%%/resources/app/node_modules/async/concat.js +%%DATADIR%%/resources/app/node_modules/async/concatLimit.js +%%DATADIR%%/resources/app/node_modules/async/concatSeries.js +%%DATADIR%%/resources/app/node_modules/async/constant.js +%%DATADIR%%/resources/app/node_modules/async/detect.js +%%DATADIR%%/resources/app/node_modules/async/detectLimit.js +%%DATADIR%%/resources/app/node_modules/async/detectSeries.js +%%DATADIR%%/resources/app/node_modules/async/dir.js +%%DATADIR%%/resources/app/node_modules/async/dist/async.js +%%DATADIR%%/resources/app/node_modules/async/dist/async.min.js +%%DATADIR%%/resources/app/node_modules/async/dist/async.mjs +%%DATADIR%%/resources/app/node_modules/async/doDuring.js +%%DATADIR%%/resources/app/node_modules/async/doUntil.js +%%DATADIR%%/resources/app/node_modules/async/doWhilst.js +%%DATADIR%%/resources/app/node_modules/async/during.js +%%DATADIR%%/resources/app/node_modules/async/each.js +%%DATADIR%%/resources/app/node_modules/async/eachLimit.js +%%DATADIR%%/resources/app/node_modules/async/eachOf.js +%%DATADIR%%/resources/app/node_modules/async/eachOfLimit.js +%%DATADIR%%/resources/app/node_modules/async/eachOfSeries.js +%%DATADIR%%/resources/app/node_modules/async/eachSeries.js +%%DATADIR%%/resources/app/node_modules/async/ensureAsync.js +%%DATADIR%%/resources/app/node_modules/async/every.js +%%DATADIR%%/resources/app/node_modules/async/everyLimit.js +%%DATADIR%%/resources/app/node_modules/async/everySeries.js +%%DATADIR%%/resources/app/node_modules/async/filter.js +%%DATADIR%%/resources/app/node_modules/async/filterLimit.js +%%DATADIR%%/resources/app/node_modules/async/filterSeries.js +%%DATADIR%%/resources/app/node_modules/async/find.js +%%DATADIR%%/resources/app/node_modules/async/findLimit.js +%%DATADIR%%/resources/app/node_modules/async/findSeries.js +%%DATADIR%%/resources/app/node_modules/async/flatMap.js +%%DATADIR%%/resources/app/node_modules/async/flatMapLimit.js +%%DATADIR%%/resources/app/node_modules/async/flatMapSeries.js +%%DATADIR%%/resources/app/node_modules/async/foldl.js +%%DATADIR%%/resources/app/node_modules/async/foldr.js +%%DATADIR%%/resources/app/node_modules/async/forEach.js +%%DATADIR%%/resources/app/node_modules/async/forEachLimit.js +%%DATADIR%%/resources/app/node_modules/async/forEachOf.js +%%DATADIR%%/resources/app/node_modules/async/forEachOfLimit.js +%%DATADIR%%/resources/app/node_modules/async/forEachOfSeries.js +%%DATADIR%%/resources/app/node_modules/async/forEachSeries.js +%%DATADIR%%/resources/app/node_modules/async/forever.js +%%DATADIR%%/resources/app/node_modules/async/groupBy.js +%%DATADIR%%/resources/app/node_modules/async/groupByLimit.js +%%DATADIR%%/resources/app/node_modules/async/groupBySeries.js +%%DATADIR%%/resources/app/node_modules/async/index.js +%%DATADIR%%/resources/app/node_modules/async/inject.js +%%DATADIR%%/resources/app/node_modules/async/internal/DoublyLinkedList.js +%%DATADIR%%/resources/app/node_modules/async/internal/Heap.js +%%DATADIR%%/resources/app/node_modules/async/internal/applyEach.js +%%DATADIR%%/resources/app/node_modules/async/internal/asyncEachOfLimit.js +%%DATADIR%%/resources/app/node_modules/async/internal/awaitify.js +%%DATADIR%%/resources/app/node_modules/async/internal/breakLoop.js +%%DATADIR%%/resources/app/node_modules/async/internal/consoleFunc.js +%%DATADIR%%/resources/app/node_modules/async/internal/createTester.js +%%DATADIR%%/resources/app/node_modules/async/internal/eachOfLimit.js +%%DATADIR%%/resources/app/node_modules/async/internal/filter.js +%%DATADIR%%/resources/app/node_modules/async/internal/getIterator.js +%%DATADIR%%/resources/app/node_modules/async/internal/initialParams.js +%%DATADIR%%/resources/app/node_modules/async/internal/isArrayLike.js +%%DATADIR%%/resources/app/node_modules/async/internal/iterator.js +%%DATADIR%%/resources/app/node_modules/async/internal/map.js +%%DATADIR%%/resources/app/node_modules/async/internal/once.js +%%DATADIR%%/resources/app/node_modules/async/internal/onlyOnce.js +%%DATADIR%%/resources/app/node_modules/async/internal/parallel.js +%%DATADIR%%/resources/app/node_modules/async/internal/promiseCallback.js +%%DATADIR%%/resources/app/node_modules/async/internal/queue.js +%%DATADIR%%/resources/app/node_modules/async/internal/range.js +%%DATADIR%%/resources/app/node_modules/async/internal/reject.js +%%DATADIR%%/resources/app/node_modules/async/internal/setImmediate.js +%%DATADIR%%/resources/app/node_modules/async/internal/withoutIndex.js +%%DATADIR%%/resources/app/node_modules/async/internal/wrapAsync.js +%%DATADIR%%/resources/app/node_modules/async/log.js +%%DATADIR%%/resources/app/node_modules/async/map.js +%%DATADIR%%/resources/app/node_modules/async/mapLimit.js +%%DATADIR%%/resources/app/node_modules/async/mapSeries.js +%%DATADIR%%/resources/app/node_modules/async/mapValues.js +%%DATADIR%%/resources/app/node_modules/async/mapValuesLimit.js +%%DATADIR%%/resources/app/node_modules/async/mapValuesSeries.js +%%DATADIR%%/resources/app/node_modules/async/memoize.js +%%DATADIR%%/resources/app/node_modules/async/nextTick.js +%%DATADIR%%/resources/app/node_modules/async/package.json +%%DATADIR%%/resources/app/node_modules/async/parallel.js +%%DATADIR%%/resources/app/node_modules/async/parallelLimit.js +%%DATADIR%%/resources/app/node_modules/async/priorityQueue.js +%%DATADIR%%/resources/app/node_modules/async/queue.js +%%DATADIR%%/resources/app/node_modules/async/race.js +%%DATADIR%%/resources/app/node_modules/async/reduce.js +%%DATADIR%%/resources/app/node_modules/async/reduceRight.js +%%DATADIR%%/resources/app/node_modules/async/reflect.js +%%DATADIR%%/resources/app/node_modules/async/reflectAll.js +%%DATADIR%%/resources/app/node_modules/async/reject.js +%%DATADIR%%/resources/app/node_modules/async/rejectLimit.js +%%DATADIR%%/resources/app/node_modules/async/rejectSeries.js +%%DATADIR%%/resources/app/node_modules/async/retry.js +%%DATADIR%%/resources/app/node_modules/async/retryable.js +%%DATADIR%%/resources/app/node_modules/async/select.js +%%DATADIR%%/resources/app/node_modules/async/selectLimit.js +%%DATADIR%%/resources/app/node_modules/async/selectSeries.js +%%DATADIR%%/resources/app/node_modules/async/seq.js +%%DATADIR%%/resources/app/node_modules/async/series.js +%%DATADIR%%/resources/app/node_modules/async/setImmediate.js +%%DATADIR%%/resources/app/node_modules/async/some.js +%%DATADIR%%/resources/app/node_modules/async/someLimit.js +%%DATADIR%%/resources/app/node_modules/async/someSeries.js +%%DATADIR%%/resources/app/node_modules/async/sortBy.js +%%DATADIR%%/resources/app/node_modules/async/timeout.js +%%DATADIR%%/resources/app/node_modules/async/times.js +%%DATADIR%%/resources/app/node_modules/async/timesLimit.js +%%DATADIR%%/resources/app/node_modules/async/timesSeries.js +%%DATADIR%%/resources/app/node_modules/async/transform.js +%%DATADIR%%/resources/app/node_modules/async/tryEach.js +%%DATADIR%%/resources/app/node_modules/async/unmemoize.js +%%DATADIR%%/resources/app/node_modules/async/until.js +%%DATADIR%%/resources/app/node_modules/async/waterfall.js +%%DATADIR%%/resources/app/node_modules/async/whilst.js +%%DATADIR%%/resources/app/node_modules/async/wrapSync.js +%%DATADIR%%/resources/app/node_modules/asynckit/LICENSE +%%DATADIR%%/resources/app/node_modules/asynckit/bench.js +%%DATADIR%%/resources/app/node_modules/asynckit/index.js +%%DATADIR%%/resources/app/node_modules/asynckit/lib/abort.js +%%DATADIR%%/resources/app/node_modules/asynckit/lib/async.js +%%DATADIR%%/resources/app/node_modules/asynckit/lib/defer.js +%%DATADIR%%/resources/app/node_modules/asynckit/lib/iterate.js +%%DATADIR%%/resources/app/node_modules/asynckit/lib/readable_asynckit.js +%%DATADIR%%/resources/app/node_modules/asynckit/lib/readable_parallel.js +%%DATADIR%%/resources/app/node_modules/asynckit/lib/readable_serial.js +%%DATADIR%%/resources/app/node_modules/asynckit/lib/readable_serial_ordered.js +%%DATADIR%%/resources/app/node_modules/asynckit/lib/state.js +%%DATADIR%%/resources/app/node_modules/asynckit/lib/streamify.js +%%DATADIR%%/resources/app/node_modules/asynckit/lib/terminator.js +%%DATADIR%%/resources/app/node_modules/asynckit/package.json +%%DATADIR%%/resources/app/node_modules/asynckit/parallel.js +%%DATADIR%%/resources/app/node_modules/asynckit/serial.js +%%DATADIR%%/resources/app/node_modules/asynckit/serialOrdered.js +%%DATADIR%%/resources/app/node_modules/asynckit/stream.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/AlertApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/BuildApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/ClientApiBases.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/CoreApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/DashboardApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/ExtensionManagementApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/FeatureManagementApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/FileContainerApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/FileContainerApiBase.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/GalleryApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/GalleryCompatHttpClientBase.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/GitApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/LICENSE +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/LocationsApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/ManagementApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/NotificationApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/PolicyApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/ProfileApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/ProjectAnalysisApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/ReleaseApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/SecurityRolesApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/Serialization.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/TaskAgentApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/TaskAgentApiBase.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/TaskApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/TestApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/TestPlanApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/TestResultsApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/TfvcApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/ThirdPartyNotice.txt +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/VsoClient.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/WebApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/WikiApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/WorkApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/WorkItemTrackingApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/WorkItemTrackingProcessApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/WorkItemTrackingProcessDefinitionsApi.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/handlers/basiccreds.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/handlers/bearertoken.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/handlers/ntlm.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/handlers/personalaccesstoken.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/AlertInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/BuildInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/CommentsInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/CoreInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/DashboardInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/DistributedTaskCommonInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/ExtensionManagementInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/FeatureManagementInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/FileContainerInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/GalleryInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/GitInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/GraphInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/IdentitiesInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/LocationsInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/ManagementInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/NotificationInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/PolicyInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/ProfileInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/ProjectAnalysisInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/ReleaseInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/SecurityRolesInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/TaskAgentInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/TestInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/TestPlanInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/TfvcInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/WikiInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/WorkInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/WorkItemTrackingInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/WorkItemTrackingProcessDefinitionsInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/WorkItemTrackingProcessInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/common/FormInputInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/common/OperationsInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/common/System.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/common/SystemDataInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/common/VSSInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/interfaces/common/VsoBaseInterfaces.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/opensource/node-http-ntlm/ntlm.js +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/opensource/node-http-ntlm/readme.txt +%%DATADIR%%/resources/app/node_modules/azure-devops-node-api/package.json +%%DATADIR%%/resources/app/node_modules/b4a/LICENSE +%%DATADIR%%/resources/app/node_modules/b4a/browser.js +%%DATADIR%%/resources/app/node_modules/b4a/index.js +%%DATADIR%%/resources/app/node_modules/b4a/lib/ascii.js +%%DATADIR%%/resources/app/node_modules/b4a/lib/base64.js +%%DATADIR%%/resources/app/node_modules/b4a/lib/hex.js +%%DATADIR%%/resources/app/node_modules/b4a/lib/utf16le.js +%%DATADIR%%/resources/app/node_modules/b4a/lib/utf8.js +%%DATADIR%%/resources/app/node_modules/b4a/package.json +%%DATADIR%%/resources/app/node_modules/balanced-match/LICENSE.md +%%DATADIR%%/resources/app/node_modules/balanced-match/index.js +%%DATADIR%%/resources/app/node_modules/balanced-match/package.json +%%DATADIR%%/resources/app/node_modules/bare-events/LICENSE +%%DATADIR%%/resources/app/node_modules/bare-events/index.js +%%DATADIR%%/resources/app/node_modules/bare-events/lib/errors.js +%%DATADIR%%/resources/app/node_modules/bare-events/package.json %%DATADIR%%/resources/app/node_modules/base64-js/LICENSE %%DATADIR%%/resources/app/node_modules/base64-js/base64js.min.js %%DATADIR%%/resources/app/node_modules/base64-js/index.js %%DATADIR%%/resources/app/node_modules/base64-js/package.json +%%DATADIR%%/resources/app/node_modules/big-integer/BigInteger.js +%%DATADIR%%/resources/app/node_modules/big-integer/BigInteger.min.js +%%DATADIR%%/resources/app/node_modules/big-integer/LICENSE +%%DATADIR%%/resources/app/node_modules/big-integer/bower.json +%%DATADIR%%/resources/app/node_modules/big-integer/package.json +%%DATADIR%%/resources/app/node_modules/big-integer/tsconfig.json %%DATADIR%%/resources/app/node_modules/bindings/LICENSE.md %%DATADIR%%/resources/app/node_modules/bindings/bindings.js %%DATADIR%%/resources/app/node_modules/bindings/package.json @@ -1214,6 +5258,55 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/bl/LICENSE.md %%DATADIR%%/resources/app/node_modules/bl/bl.js %%DATADIR%%/resources/app/node_modules/bl/package.json +%%DATADIR%%/resources/app/node_modules/bluebird/LICENSE +%%DATADIR%%/resources/app/node_modules/bluebird/changelog.md +%%DATADIR%%/resources/app/node_modules/bluebird/js/browser/bluebird.core.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/browser/bluebird.core.min.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/browser/bluebird.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/browser/bluebird.min.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/any.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/assert.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/async.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/bind.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/bluebird.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/call_get.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/cancel.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/catch_filter.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/context.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/debuggability.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/direct_resolve.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/each.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/errors.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/es5.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/filter.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/finally.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/generators.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/join.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/map.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/method.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/nodeback.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/nodeify.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/promise.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/promise_array.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/promisify.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/props.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/queue.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/race.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/reduce.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/schedule.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/settle.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/some.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/synchronous_inspection.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/thenables.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/timers.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/using.js +%%DATADIR%%/resources/app/node_modules/bluebird/js/release/util.js +%%DATADIR%%/resources/app/node_modules/bluebird/package.json +%%DATADIR%%/resources/app/node_modules/boolbase/index.js +%%DATADIR%%/resources/app/node_modules/boolbase/package.json +%%DATADIR%%/resources/app/node_modules/brace-expansion/LICENSE +%%DATADIR%%/resources/app/node_modules/brace-expansion/index.js +%%DATADIR%%/resources/app/node_modules/brace-expansion/package.json %%DATADIR%%/resources/app/node_modules/braces/LICENSE %%DATADIR%%/resources/app/node_modules/braces/index.js %%DATADIR%%/resources/app/node_modules/braces/lib/compile.js @@ -1226,6 +5319,10 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/buffer-crc32/LICENSE %%DATADIR%%/resources/app/node_modules/buffer-crc32/index.js %%DATADIR%%/resources/app/node_modules/buffer-crc32/package.json +%%DATADIR%%/resources/app/node_modules/buffer-equal-constant-time/LICENSE.txt +%%DATADIR%%/resources/app/node_modules/buffer-equal-constant-time/index.js +%%DATADIR%%/resources/app/node_modules/buffer-equal-constant-time/package.json +%%DATADIR%%/resources/app/node_modules/buffer-equal-constant-time/test.js %%DATADIR%%/resources/app/node_modules/buffer/AUTHORS.md %%DATADIR%%/resources/app/node_modules/buffer/LICENSE %%DATADIR%%/resources/app/node_modules/buffer/index.js @@ -1233,6 +5330,144 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/bundle-name/index.js %%DATADIR%%/resources/app/node_modules/bundle-name/license %%DATADIR%%/resources/app/node_modules/bundle-name/package.json +%%DATADIR%%/resources/app/node_modules/call-bind-apply-helpers/LICENSE +%%DATADIR%%/resources/app/node_modules/call-bind-apply-helpers/actualApply.js +%%DATADIR%%/resources/app/node_modules/call-bind-apply-helpers/applyBind.js +%%DATADIR%%/resources/app/node_modules/call-bind-apply-helpers/functionApply.js +%%DATADIR%%/resources/app/node_modules/call-bind-apply-helpers/functionCall.js +%%DATADIR%%/resources/app/node_modules/call-bind-apply-helpers/index.js +%%DATADIR%%/resources/app/node_modules/call-bind-apply-helpers/package.json +%%DATADIR%%/resources/app/node_modules/call-bind-apply-helpers/reflectApply.js +%%DATADIR%%/resources/app/node_modules/call-bind-apply-helpers/tsconfig.json +%%DATADIR%%/resources/app/node_modules/call-bound/LICENSE +%%DATADIR%%/resources/app/node_modules/call-bound/index.js +%%DATADIR%%/resources/app/node_modules/call-bound/package.json +%%DATADIR%%/resources/app/node_modules/call-bound/tsconfig.json +%%DATADIR%%/resources/app/node_modules/cheerio-select/LICENSE +%%DATADIR%%/resources/app/node_modules/cheerio-select/lib/esm/helpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio-select/lib/esm/helpers.js +%%DATADIR%%/resources/app/node_modules/cheerio-select/lib/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio-select/lib/esm/index.js +%%DATADIR%%/resources/app/node_modules/cheerio-select/lib/esm/package.json +%%DATADIR%%/resources/app/node_modules/cheerio-select/lib/esm/positionals.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio-select/lib/esm/positionals.js +%%DATADIR%%/resources/app/node_modules/cheerio-select/lib/helpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio-select/lib/helpers.js +%%DATADIR%%/resources/app/node_modules/cheerio-select/lib/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio-select/lib/index.js +%%DATADIR%%/resources/app/node_modules/cheerio-select/lib/positionals.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio-select/lib/positionals.js +%%DATADIR%%/resources/app/node_modules/cheerio-select/package.json +%%DATADIR%%/resources/app/node_modules/cheerio/LICENSE +%%DATADIR%%/resources/app/node_modules/cheerio/Readme.md +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/api/attributes.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/api/attributes.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/api/css.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/api/css.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/api/extract.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/api/extract.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/api/forms.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/api/forms.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/api/manipulation.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/api/manipulation.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/api/traversing.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/api/traversing.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/cheerio.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/cheerio.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/index-browser.d.mts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/index-browser.mjs.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/index.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/load-parse.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/load-parse.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/load.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/load.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/options.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/options.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/package.json +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/parse.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/parse.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/parsers/parse5-adapter.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/parsers/parse5-adapter.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/slim.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/slim.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/static.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/static.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/types.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/types.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/utils.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/browser/utils.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/api/attributes.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/api/attributes.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/api/css.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/api/css.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/api/extract.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/api/extract.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/api/forms.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/api/forms.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/api/manipulation.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/api/manipulation.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/api/traversing.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/api/traversing.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/cheerio.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/cheerio.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/load-parse.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/load-parse.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/load.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/load.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/options.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/options.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/parse.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/parse.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/parsers/parse5-adapter.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/parsers/parse5-adapter.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/slim.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/slim.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/static.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/static.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/types.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/types.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/utils.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/commonjs/utils.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/api/attributes.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/api/attributes.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/api/css.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/api/css.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/api/extract.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/api/extract.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/api/forms.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/api/forms.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/api/manipulation.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/api/manipulation.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/api/traversing.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/api/traversing.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/cheerio.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/cheerio.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/load-parse.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/load-parse.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/load.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/load.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/options.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/options.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/parse.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/parse.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/parsers/parse5-adapter.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/parsers/parse5-adapter.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/slim.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/slim.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/static.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/static.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/types.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/types.js +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/utils.d.ts.map +%%DATADIR%%/resources/app/node_modules/cheerio/dist/esm/utils.js +%%DATADIR%%/resources/app/node_modules/cheerio/package.json +%%DATADIR%%/resources/app/node_modules/cheerio/src/index-browser.mts %%DATADIR%%/resources/app/node_modules/chownr/LICENSE %%DATADIR%%/resources/app/node_modules/chownr/chownr.js %%DATADIR%%/resources/app/node_modules/chownr/package.json @@ -1269,6 +5504,280 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/chrome-remote-interface/node_modules/ws/package.json %%DATADIR%%/resources/app/node_modules/chrome-remote-interface/package.json %%DATADIR%%/resources/app/node_modules/chrome-remote-interface/webpack.config.js +%%DATADIR%%/resources/app/node_modules/cockatiel/LICENSE +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/BulkheadPolicy.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/CircuitBreakerPolicy.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/FallbackPolicy.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/NoopPolicy.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/Policy.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/RetryPolicy.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/TimeoutPolicy.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/backoff/Backoff.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/backoff/ConstantBackoff.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/backoff/DelegateBackoff.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/backoff/ExponentialBackoff.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/backoff/ExponentialBackoffGenerators.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/backoff/IterableBackoff.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/breaker/Breaker.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/breaker/ConsecutiveBreaker.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/breaker/CountBreaker.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/breaker/SamplingBreaker.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/common/Event.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/common/Executor.bench.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/common/Executor.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/common/abort.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/common/defer.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/errors/BrokenCircuitError.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/errors/BulkheadRejectedError.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/errors/Errors.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/errors/HydratingCircuitError.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/errors/IsolatedCircuitError.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/errors/TaskCancelledError.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/BulkheadPolicy.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/CircuitBreakerPolicy.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/FallbackPolicy.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/NoopPolicy.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/Policy.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/RetryPolicy.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/TimeoutPolicy.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/backoff/Backoff.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/backoff/ConstantBackoff.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/backoff/DelegateBackoff.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/backoff/ExponentialBackoff.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/backoff/ExponentialBackoffGenerators.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/backoff/IterableBackoff.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/breaker/Breaker.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/breaker/ConsecutiveBreaker.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/breaker/CountBreaker.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/breaker/SamplingBreaker.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/common/Event.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/common/Executor.bench.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/common/Executor.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/common/abort.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/common/defer.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/errors/BrokenCircuitError.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/errors/BulkheadRejectedError.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/errors/Errors.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/errors/HydratingCircuitError.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/errors/IsolatedCircuitError.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/errors/TaskCancelledError.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/cockatiel/dist/index.js +%%DATADIR%%/resources/app/node_modules/cockatiel/package.json +%%DATADIR%%/resources/app/node_modules/color-convert/LICENSE +%%DATADIR%%/resources/app/node_modules/color-convert/conversions.js +%%DATADIR%%/resources/app/node_modules/color-convert/index.js +%%DATADIR%%/resources/app/node_modules/color-convert/package.json +%%DATADIR%%/resources/app/node_modules/color-convert/route.js +%%DATADIR%%/resources/app/node_modules/color-name/LICENSE +%%DATADIR%%/resources/app/node_modules/color-name/index.js +%%DATADIR%%/resources/app/node_modules/color-name/package.json +%%DATADIR%%/resources/app/node_modules/combined-stream/License +%%DATADIR%%/resources/app/node_modules/combined-stream/Readme.md +%%DATADIR%%/resources/app/node_modules/combined-stream/lib/combined_stream.js +%%DATADIR%%/resources/app/node_modules/combined-stream/node_modules/delayed-stream/License +%%DATADIR%%/resources/app/node_modules/combined-stream/node_modules/delayed-stream/Makefile +%%DATADIR%%/resources/app/node_modules/combined-stream/node_modules/delayed-stream/Readme.md +%%DATADIR%%/resources/app/node_modules/combined-stream/node_modules/delayed-stream/lib/delayed_stream.js +%%DATADIR%%/resources/app/node_modules/combined-stream/node_modules/delayed-stream/package.json +%%DATADIR%%/resources/app/node_modules/combined-stream/package.json +%%DATADIR%%/resources/app/node_modules/compress-commons/LICENSE +%%DATADIR%%/resources/app/node_modules/compress-commons/lib/archivers/archive-entry.js +%%DATADIR%%/resources/app/node_modules/compress-commons/lib/archivers/archive-output-stream.js +%%DATADIR%%/resources/app/node_modules/compress-commons/lib/archivers/zip/constants.js +%%DATADIR%%/resources/app/node_modules/compress-commons/lib/archivers/zip/general-purpose-bit.js +%%DATADIR%%/resources/app/node_modules/compress-commons/lib/archivers/zip/unix-stat.js +%%DATADIR%%/resources/app/node_modules/compress-commons/lib/archivers/zip/util.js +%%DATADIR%%/resources/app/node_modules/compress-commons/lib/archivers/zip/zip-archive-entry.js +%%DATADIR%%/resources/app/node_modules/compress-commons/lib/archivers/zip/zip-archive-output-stream.js +%%DATADIR%%/resources/app/node_modules/compress-commons/lib/compress-commons.js +%%DATADIR%%/resources/app/node_modules/compress-commons/lib/util/index.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/buffer/AUTHORS.md +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/buffer/LICENSE +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/buffer/index.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/buffer/package.json +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/is-stream/index.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/is-stream/license +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/is-stream/package.json +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/LICENSE +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/_stream_duplex.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/_stream_passthrough.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/_stream_readable.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/_stream_transform.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/_stream_writable.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/add-abort-signal.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/buffer_list.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/compose.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/destroy.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/duplex.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/duplexify.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/from.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/lazy_transform.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/legacy.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/operators.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/passthrough.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/pipeline.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/readable.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/state.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/transform.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/utils.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/streams/writable.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/internal/validators.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/ours/browser.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/ours/errors.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/ours/index.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/ours/primordials.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/ours/util.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/ours/util/inspect.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/stream.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/lib/stream/promises.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/readable-stream/package.json +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/safe-buffer/LICENSE +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/safe-buffer/index.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/safe-buffer/package.json +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/string_decoder/LICENSE +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/string_decoder/lib/string_decoder.js +%%DATADIR%%/resources/app/node_modules/compress-commons/node_modules/string_decoder/package.json +%%DATADIR%%/resources/app/node_modules/compress-commons/package.json +%%DATADIR%%/resources/app/node_modules/concat-map/LICENSE +%%DATADIR%%/resources/app/node_modules/concat-map/README.markdown +%%DATADIR%%/resources/app/node_modules/concat-map/index.js +%%DATADIR%%/resources/app/node_modules/concat-map/package.json +%%DATADIR%%/resources/app/node_modules/core-util-is/LICENSE +%%DATADIR%%/resources/app/node_modules/core-util-is/float.patch +%%DATADIR%%/resources/app/node_modules/core-util-is/lib/util.js +%%DATADIR%%/resources/app/node_modules/core-util-is/package.json +%%DATADIR%%/resources/app/node_modules/core-util-is/test.js +%%DATADIR%%/resources/app/node_modules/crc-32/LICENSE +%%DATADIR%%/resources/app/node_modules/crc-32/bin/crc32.njs +%%DATADIR%%/resources/app/node_modules/crc-32/crc32.js +%%DATADIR%%/resources/app/node_modules/crc-32/crc32c.js +%%DATADIR%%/resources/app/node_modules/crc-32/package.json +%%DATADIR%%/resources/app/node_modules/crc-32/types/tsconfig.json +%%DATADIR%%/resources/app/node_modules/crc-32/types/tslint.json +%%DATADIR%%/resources/app/node_modules/crc32-stream/LICENSE +%%DATADIR%%/resources/app/node_modules/crc32-stream/lib/crc32-stream.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/lib/deflate-crc32-stream.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/lib/index.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/buffer/AUTHORS.md +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/buffer/LICENSE +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/buffer/index.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/buffer/package.json +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/LICENSE +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/_stream_duplex.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/_stream_passthrough.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/_stream_readable.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/_stream_transform.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/_stream_writable.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/add-abort-signal.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/buffer_list.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/compose.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/destroy.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/duplex.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/duplexify.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/from.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/lazy_transform.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/legacy.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/operators.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/passthrough.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/pipeline.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/readable.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/state.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/transform.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/utils.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/streams/writable.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/internal/validators.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/ours/browser.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/ours/errors.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/ours/index.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/ours/primordials.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/ours/util.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/ours/util/inspect.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/stream.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/lib/stream/promises.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/readable-stream/package.json +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/safe-buffer/LICENSE +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/safe-buffer/index.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/safe-buffer/package.json +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/string_decoder/LICENSE +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/string_decoder/lib/string_decoder.js +%%DATADIR%%/resources/app/node_modules/crc32-stream/node_modules/string_decoder/package.json +%%DATADIR%%/resources/app/node_modules/crc32-stream/package.json +%%DATADIR%%/resources/app/node_modules/cross-spawn/LICENSE +%%DATADIR%%/resources/app/node_modules/cross-spawn/index.js +%%DATADIR%%/resources/app/node_modules/cross-spawn/lib/enoent.js +%%DATADIR%%/resources/app/node_modules/cross-spawn/lib/parse.js +%%DATADIR%%/resources/app/node_modules/cross-spawn/lib/util/escape.js +%%DATADIR%%/resources/app/node_modules/cross-spawn/lib/util/readShebang.js +%%DATADIR%%/resources/app/node_modules/cross-spawn/lib/util/resolveCommand.js +%%DATADIR%%/resources/app/node_modules/cross-spawn/package.json +%%DATADIR%%/resources/app/node_modules/css-select/LICENSE +%%DATADIR%%/resources/app/node_modules/css-select/lib/attributes.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/attributes.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/compile.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/compile.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/attributes.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/attributes.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/compile.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/compile.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/general.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/general.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/index.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/package.json +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/pseudo-selectors/aliases.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/pseudo-selectors/aliases.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/pseudo-selectors/filters.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/pseudo-selectors/filters.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/pseudo-selectors/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/pseudo-selectors/index.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/pseudo-selectors/pseudos.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/pseudo-selectors/pseudos.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/pseudo-selectors/subselects.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/pseudo-selectors/subselects.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/sort.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/sort.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/types.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/esm/types.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/general.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/general.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/index.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/pseudo-selectors/aliases.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/pseudo-selectors/aliases.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/pseudo-selectors/filters.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/pseudo-selectors/filters.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/pseudo-selectors/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/pseudo-selectors/index.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/pseudo-selectors/pseudos.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/pseudo-selectors/pseudos.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/pseudo-selectors/subselects.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/pseudo-selectors/subselects.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/sort.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/sort.js +%%DATADIR%%/resources/app/node_modules/css-select/lib/types.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-select/lib/types.js +%%DATADIR%%/resources/app/node_modules/css-select/package.json +%%DATADIR%%/resources/app/node_modules/css-what/LICENSE +%%DATADIR%%/resources/app/node_modules/css-what/lib/commonjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-what/lib/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/css-what/lib/commonjs/parse.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-what/lib/commonjs/parse.js +%%DATADIR%%/resources/app/node_modules/css-what/lib/commonjs/stringify.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-what/lib/commonjs/stringify.js +%%DATADIR%%/resources/app/node_modules/css-what/lib/commonjs/types.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-what/lib/commonjs/types.js +%%DATADIR%%/resources/app/node_modules/css-what/lib/es/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-what/lib/es/index.js +%%DATADIR%%/resources/app/node_modules/css-what/lib/es/parse.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-what/lib/es/parse.js +%%DATADIR%%/resources/app/node_modules/css-what/lib/es/stringify.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-what/lib/es/stringify.js +%%DATADIR%%/resources/app/node_modules/css-what/lib/es/types.d.ts.map +%%DATADIR%%/resources/app/node_modules/css-what/lib/es/types.js +%%DATADIR%%/resources/app/node_modules/css-what/package.json %%DATADIR%%/resources/app/node_modules/debug/LICENSE %%DATADIR%%/resources/app/node_modules/debug/package.json %%DATADIR%%/resources/app/node_modules/debug/src/browser.js @@ -1299,13 +5808,197 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/detect-libc/lib/detect-libc.js %%DATADIR%%/resources/app/node_modules/detect-libc/lib/process.js %%DATADIR%%/resources/app/node_modules/detect-libc/package.json +%%DATADIR%%/resources/app/node_modules/dom-serializer/LICENSE +%%DATADIR%%/resources/app/node_modules/dom-serializer/lib/esm/foreignNames.d.ts.map +%%DATADIR%%/resources/app/node_modules/dom-serializer/lib/esm/foreignNames.js +%%DATADIR%%/resources/app/node_modules/dom-serializer/lib/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/dom-serializer/lib/esm/index.js +%%DATADIR%%/resources/app/node_modules/dom-serializer/lib/esm/package.json +%%DATADIR%%/resources/app/node_modules/dom-serializer/lib/foreignNames.d.ts.map +%%DATADIR%%/resources/app/node_modules/dom-serializer/lib/foreignNames.js +%%DATADIR%%/resources/app/node_modules/dom-serializer/lib/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/dom-serializer/lib/index.js +%%DATADIR%%/resources/app/node_modules/dom-serializer/package.json +%%DATADIR%%/resources/app/node_modules/domelementtype/LICENSE +%%DATADIR%%/resources/app/node_modules/domelementtype/lib/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/domelementtype/lib/esm/index.js +%%DATADIR%%/resources/app/node_modules/domelementtype/lib/esm/package.json +%%DATADIR%%/resources/app/node_modules/domelementtype/lib/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/domelementtype/lib/index.js +%%DATADIR%%/resources/app/node_modules/domelementtype/package.json +%%DATADIR%%/resources/app/node_modules/domhandler/LICENSE +%%DATADIR%%/resources/app/node_modules/domhandler/lib/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/domhandler/lib/esm/index.js +%%DATADIR%%/resources/app/node_modules/domhandler/lib/esm/node.d.ts.map +%%DATADIR%%/resources/app/node_modules/domhandler/lib/esm/node.js +%%DATADIR%%/resources/app/node_modules/domhandler/lib/esm/package.json +%%DATADIR%%/resources/app/node_modules/domhandler/lib/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/domhandler/lib/index.js +%%DATADIR%%/resources/app/node_modules/domhandler/lib/node.d.ts.map +%%DATADIR%%/resources/app/node_modules/domhandler/lib/node.js +%%DATADIR%%/resources/app/node_modules/domhandler/package.json +%%DATADIR%%/resources/app/node_modules/domutils/LICENSE +%%DATADIR%%/resources/app/node_modules/domutils/lib/esm/feeds.d.ts.map +%%DATADIR%%/resources/app/node_modules/domutils/lib/esm/feeds.js +%%DATADIR%%/resources/app/node_modules/domutils/lib/esm/helpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/domutils/lib/esm/helpers.js +%%DATADIR%%/resources/app/node_modules/domutils/lib/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/domutils/lib/esm/index.js +%%DATADIR%%/resources/app/node_modules/domutils/lib/esm/legacy.d.ts.map +%%DATADIR%%/resources/app/node_modules/domutils/lib/esm/legacy.js +%%DATADIR%%/resources/app/node_modules/domutils/lib/esm/manipulation.d.ts.map +%%DATADIR%%/resources/app/node_modules/domutils/lib/esm/manipulation.js +%%DATADIR%%/resources/app/node_modules/domutils/lib/esm/package.json +%%DATADIR%%/resources/app/node_modules/domutils/lib/esm/querying.d.ts.map +%%DATADIR%%/resources/app/node_modules/domutils/lib/esm/querying.js +%%DATADIR%%/resources/app/node_modules/domutils/lib/esm/stringify.d.ts.map +%%DATADIR%%/resources/app/node_modules/domutils/lib/esm/stringify.js +%%DATADIR%%/resources/app/node_modules/domutils/lib/esm/traversal.d.ts.map +%%DATADIR%%/resources/app/node_modules/domutils/lib/esm/traversal.js +%%DATADIR%%/resources/app/node_modules/domutils/lib/feeds.d.ts.map +%%DATADIR%%/resources/app/node_modules/domutils/lib/feeds.js +%%DATADIR%%/resources/app/node_modules/domutils/lib/helpers.d.ts.map +%%DATADIR%%/resources/app/node_modules/domutils/lib/helpers.js +%%DATADIR%%/resources/app/node_modules/domutils/lib/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/domutils/lib/index.js +%%DATADIR%%/resources/app/node_modules/domutils/lib/legacy.d.ts.map +%%DATADIR%%/resources/app/node_modules/domutils/lib/legacy.js +%%DATADIR%%/resources/app/node_modules/domutils/lib/manipulation.d.ts.map +%%DATADIR%%/resources/app/node_modules/domutils/lib/manipulation.js +%%DATADIR%%/resources/app/node_modules/domutils/lib/querying.d.ts.map +%%DATADIR%%/resources/app/node_modules/domutils/lib/querying.js +%%DATADIR%%/resources/app/node_modules/domutils/lib/stringify.d.ts.map +%%DATADIR%%/resources/app/node_modules/domutils/lib/stringify.js +%%DATADIR%%/resources/app/node_modules/domutils/lib/traversal.d.ts.map +%%DATADIR%%/resources/app/node_modules/domutils/lib/traversal.js +%%DATADIR%%/resources/app/node_modules/domutils/package.json +%%DATADIR%%/resources/app/node_modules/dunder-proto/LICENSE +%%DATADIR%%/resources/app/node_modules/dunder-proto/get.js +%%DATADIR%%/resources/app/node_modules/dunder-proto/package.json +%%DATADIR%%/resources/app/node_modules/dunder-proto/set.js +%%DATADIR%%/resources/app/node_modules/dunder-proto/tsconfig.json +%%DATADIR%%/resources/app/node_modules/duplexer2/LICENSE.md +%%DATADIR%%/resources/app/node_modules/duplexer2/index.js +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/GOVERNANCE.md +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/LICENSE +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/duplex-browser.js +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/duplex.js +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/lib/_stream_duplex.js +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/lib/_stream_passthrough.js +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/lib/_stream_readable.js +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/lib/_stream_transform.js +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/lib/_stream_writable.js +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/lib/internal/streams/BufferList.js +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/lib/internal/streams/destroy.js +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/lib/internal/streams/stream-browser.js +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/lib/internal/streams/stream.js +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/package.json +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/passthrough.js +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/readable-browser.js +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/readable.js +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/transform.js +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/writable-browser.js +%%DATADIR%%/resources/app/node_modules/duplexer2/node_modules/readable-stream/writable.js +%%DATADIR%%/resources/app/node_modules/duplexer2/package.json +%%DATADIR%%/resources/app/node_modules/eastasianwidth/eastasianwidth.js +%%DATADIR%%/resources/app/node_modules/eastasianwidth/package.json +%%DATADIR%%/resources/app/node_modules/ecdsa-sig-formatter/CODEOWNERS +%%DATADIR%%/resources/app/node_modules/ecdsa-sig-formatter/LICENSE +%%DATADIR%%/resources/app/node_modules/ecdsa-sig-formatter/package.json +%%DATADIR%%/resources/app/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.js +%%DATADIR%%/resources/app/node_modules/ecdsa-sig-formatter/src/param-bytes-for-alg.js +%%DATADIR%%/resources/app/node_modules/encoding-sniffer/LICENSE +%%DATADIR%%/resources/app/node_modules/encoding-sniffer/dist/commonjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/encoding-sniffer/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/encoding-sniffer/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/encoding-sniffer/dist/commonjs/sniffer.d.ts.map +%%DATADIR%%/resources/app/node_modules/encoding-sniffer/dist/commonjs/sniffer.js +%%DATADIR%%/resources/app/node_modules/encoding-sniffer/dist/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/encoding-sniffer/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/encoding-sniffer/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/encoding-sniffer/dist/esm/sniffer.d.ts.map +%%DATADIR%%/resources/app/node_modules/encoding-sniffer/dist/esm/sniffer.js +%%DATADIR%%/resources/app/node_modules/encoding-sniffer/package.json +%%DATADIR%%/resources/app/node_modules/encoding-sniffer/sniffer.js %%DATADIR%%/resources/app/node_modules/end-of-stream/LICENSE %%DATADIR%%/resources/app/node_modules/end-of-stream/index.js %%DATADIR%%/resources/app/node_modules/end-of-stream/package.json +%%DATADIR%%/resources/app/node_modules/entities/LICENSE +%%DATADIR%%/resources/app/node_modules/entities/lib/decode.d.ts.map +%%DATADIR%%/resources/app/node_modules/entities/lib/decode.js +%%DATADIR%%/resources/app/node_modules/entities/lib/decode_codepoint.d.ts.map +%%DATADIR%%/resources/app/node_modules/entities/lib/decode_codepoint.js +%%DATADIR%%/resources/app/node_modules/entities/lib/encode.d.ts.map +%%DATADIR%%/resources/app/node_modules/entities/lib/encode.js +%%DATADIR%%/resources/app/node_modules/entities/lib/escape.d.ts.map +%%DATADIR%%/resources/app/node_modules/entities/lib/escape.js +%%DATADIR%%/resources/app/node_modules/entities/lib/esm/decode.d.ts.map +%%DATADIR%%/resources/app/node_modules/entities/lib/esm/decode.js +%%DATADIR%%/resources/app/node_modules/entities/lib/esm/decode_codepoint.d.ts.map +%%DATADIR%%/resources/app/node_modules/entities/lib/esm/decode_codepoint.js +%%DATADIR%%/resources/app/node_modules/entities/lib/esm/encode.d.ts.map +%%DATADIR%%/resources/app/node_modules/entities/lib/esm/encode.js +%%DATADIR%%/resources/app/node_modules/entities/lib/esm/escape.d.ts.map +%%DATADIR%%/resources/app/node_modules/entities/lib/esm/escape.js +%%DATADIR%%/resources/app/node_modules/entities/lib/esm/generated/decode-data-html.d.ts.map +%%DATADIR%%/resources/app/node_modules/entities/lib/esm/generated/decode-data-html.js +%%DATADIR%%/resources/app/node_modules/entities/lib/esm/generated/decode-data-xml.d.ts.map +%%DATADIR%%/resources/app/node_modules/entities/lib/esm/generated/decode-data-xml.js +%%DATADIR%%/resources/app/node_modules/entities/lib/esm/generated/encode-html.d.ts.map +%%DATADIR%%/resources/app/node_modules/entities/lib/esm/generated/encode-html.js +%%DATADIR%%/resources/app/node_modules/entities/lib/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/entities/lib/esm/index.js +%%DATADIR%%/resources/app/node_modules/entities/lib/esm/package.json +%%DATADIR%%/resources/app/node_modules/entities/lib/generated/decode-data-html.d.ts.map +%%DATADIR%%/resources/app/node_modules/entities/lib/generated/decode-data-html.js +%%DATADIR%%/resources/app/node_modules/entities/lib/generated/decode-data-xml.d.ts.map +%%DATADIR%%/resources/app/node_modules/entities/lib/generated/decode-data-xml.js +%%DATADIR%%/resources/app/node_modules/entities/lib/generated/encode-html.d.ts.map +%%DATADIR%%/resources/app/node_modules/entities/lib/generated/encode-html.js +%%DATADIR%%/resources/app/node_modules/entities/lib/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/entities/lib/index.js +%%DATADIR%%/resources/app/node_modules/entities/package.json +%%DATADIR%%/resources/app/node_modules/es-define-property/LICENSE +%%DATADIR%%/resources/app/node_modules/es-define-property/index.js +%%DATADIR%%/resources/app/node_modules/es-define-property/package.json +%%DATADIR%%/resources/app/node_modules/es-define-property/tsconfig.json +%%DATADIR%%/resources/app/node_modules/es-errors/LICENSE +%%DATADIR%%/resources/app/node_modules/es-errors/eval.js +%%DATADIR%%/resources/app/node_modules/es-errors/index.js +%%DATADIR%%/resources/app/node_modules/es-errors/package.json +%%DATADIR%%/resources/app/node_modules/es-errors/range.js +%%DATADIR%%/resources/app/node_modules/es-errors/ref.js +%%DATADIR%%/resources/app/node_modules/es-errors/syntax.js +%%DATADIR%%/resources/app/node_modules/es-errors/tsconfig.json +%%DATADIR%%/resources/app/node_modules/es-errors/type.js +%%DATADIR%%/resources/app/node_modules/es-errors/uri.js +%%DATADIR%%/resources/app/node_modules/es-object-atoms/LICENSE +%%DATADIR%%/resources/app/node_modules/es-object-atoms/RequireObjectCoercible.js +%%DATADIR%%/resources/app/node_modules/es-object-atoms/ToObject.js +%%DATADIR%%/resources/app/node_modules/es-object-atoms/index.js +%%DATADIR%%/resources/app/node_modules/es-object-atoms/isObject.js +%%DATADIR%%/resources/app/node_modules/es-object-atoms/package.json +%%DATADIR%%/resources/app/node_modules/es-object-atoms/tsconfig.json +%%DATADIR%%/resources/app/node_modules/event-target-shim/LICENSE +%%DATADIR%%/resources/app/node_modules/event-target-shim/dist/event-target-shim.js +%%DATADIR%%/resources/app/node_modules/event-target-shim/dist/event-target-shim.mjs +%%DATADIR%%/resources/app/node_modules/event-target-shim/dist/event-target-shim.mjs.map +%%DATADIR%%/resources/app/node_modules/event-target-shim/dist/event-target-shim.umd.js +%%DATADIR%%/resources/app/node_modules/event-target-shim/package.json +%%DATADIR%%/resources/app/node_modules/events/LICENSE +%%DATADIR%%/resources/app/node_modules/events/Readme.md +%%DATADIR%%/resources/app/node_modules/events/events.js +%%DATADIR%%/resources/app/node_modules/events/package.json +%%DATADIR%%/resources/app/node_modules/events/security.md %%DATADIR%%/resources/app/node_modules/expand-template/LICENSE %%DATADIR%%/resources/app/node_modules/expand-template/index.js %%DATADIR%%/resources/app/node_modules/expand-template/package.json %%DATADIR%%/resources/app/node_modules/expand-template/test.js +%%DATADIR%%/resources/app/node_modules/fast-fifo/LICENSE +%%DATADIR%%/resources/app/node_modules/fast-fifo/fixed-size.js +%%DATADIR%%/resources/app/node_modules/fast-fifo/index.js +%%DATADIR%%/resources/app/node_modules/fast-fifo/package.json %%DATADIR%%/resources/app/node_modules/fd-slicer/LICENSE %%DATADIR%%/resources/app/node_modules/fd-slicer/index.js %%DATADIR%%/resources/app/node_modules/fd-slicer/package.json @@ -1355,6 +6048,29 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/font-ligatures/package.json %%DATADIR%%/resources/app/node_modules/font-ligatures/tsconfig.json %%DATADIR%%/resources/app/node_modules/font-ligatures/tslint.json +%%DATADIR%%/resources/app/node_modules/foreground-child/LICENSE +%%DATADIR%%/resources/app/node_modules/foreground-child/dist/cjs/all-signals.d.ts.map +%%DATADIR%%/resources/app/node_modules/foreground-child/dist/cjs/all-signals.js +%%DATADIR%%/resources/app/node_modules/foreground-child/dist/cjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/foreground-child/dist/cjs/index.js +%%DATADIR%%/resources/app/node_modules/foreground-child/dist/cjs/package.json +%%DATADIR%%/resources/app/node_modules/foreground-child/dist/cjs/watchdog.d.ts.map +%%DATADIR%%/resources/app/node_modules/foreground-child/dist/cjs/watchdog.js +%%DATADIR%%/resources/app/node_modules/foreground-child/dist/mjs/all-signals.d.ts.map +%%DATADIR%%/resources/app/node_modules/foreground-child/dist/mjs/all-signals.js +%%DATADIR%%/resources/app/node_modules/foreground-child/dist/mjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/foreground-child/dist/mjs/index.js +%%DATADIR%%/resources/app/node_modules/foreground-child/dist/mjs/package.json +%%DATADIR%%/resources/app/node_modules/foreground-child/dist/mjs/watchdog.d.ts.map +%%DATADIR%%/resources/app/node_modules/foreground-child/dist/mjs/watchdog.js +%%DATADIR%%/resources/app/node_modules/foreground-child/package.json +%%DATADIR%%/resources/app/node_modules/form-data/License +%%DATADIR%%/resources/app/node_modules/form-data/README.md.bak +%%DATADIR%%/resources/app/node_modules/form-data/Readme.md +%%DATADIR%%/resources/app/node_modules/form-data/lib/browser.js +%%DATADIR%%/resources/app/node_modules/form-data/lib/form_data.js +%%DATADIR%%/resources/app/node_modules/form-data/lib/populate.js +%%DATADIR%%/resources/app/node_modules/form-data/package.json %%DATADIR%%/resources/app/node_modules/fs-constants/LICENSE %%DATADIR%%/resources/app/node_modules/fs-constants/browser.js %%DATADIR%%/resources/app/node_modules/fs-constants/index.js @@ -1399,6 +6115,45 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/fs-minipass/node_modules/yallist/package.json %%DATADIR%%/resources/app/node_modules/fs-minipass/node_modules/yallist/yallist.js %%DATADIR%%/resources/app/node_modules/fs-minipass/package.json +%%DATADIR%%/resources/app/node_modules/fs.realpath/LICENSE +%%DATADIR%%/resources/app/node_modules/fs.realpath/index.js +%%DATADIR%%/resources/app/node_modules/fs.realpath/old.js +%%DATADIR%%/resources/app/node_modules/fs.realpath/package.json +%%DATADIR%%/resources/app/node_modules/fstream/LICENSE +%%DATADIR%%/resources/app/node_modules/fstream/fstream.js +%%DATADIR%%/resources/app/node_modules/fstream/lib/abstract.js +%%DATADIR%%/resources/app/node_modules/fstream/lib/collect.js +%%DATADIR%%/resources/app/node_modules/fstream/lib/dir-reader.js +%%DATADIR%%/resources/app/node_modules/fstream/lib/dir-writer.js +%%DATADIR%%/resources/app/node_modules/fstream/lib/file-reader.js +%%DATADIR%%/resources/app/node_modules/fstream/lib/file-writer.js +%%DATADIR%%/resources/app/node_modules/fstream/lib/get-type.js +%%DATADIR%%/resources/app/node_modules/fstream/lib/link-reader.js +%%DATADIR%%/resources/app/node_modules/fstream/lib/link-writer.js +%%DATADIR%%/resources/app/node_modules/fstream/lib/proxy-reader.js +%%DATADIR%%/resources/app/node_modules/fstream/lib/proxy-writer.js +%%DATADIR%%/resources/app/node_modules/fstream/lib/reader.js +%%DATADIR%%/resources/app/node_modules/fstream/lib/socket-reader.js +%%DATADIR%%/resources/app/node_modules/fstream/lib/writer.js +%%DATADIR%%/resources/app/node_modules/fstream/node_modules/mkdirp/LICENSE +%%DATADIR%%/resources/app/node_modules/fstream/node_modules/mkdirp/bin/cmd.js +%%DATADIR%%/resources/app/node_modules/fstream/node_modules/mkdirp/bin/usage.txt +%%DATADIR%%/resources/app/node_modules/fstream/node_modules/mkdirp/index.js +%%DATADIR%%/resources/app/node_modules/fstream/node_modules/mkdirp/package.json +%%DATADIR%%/resources/app/node_modules/fstream/package.json +%%DATADIR%%/resources/app/node_modules/function-bind/LICENSE +%%DATADIR%%/resources/app/node_modules/function-bind/implementation.js +%%DATADIR%%/resources/app/node_modules/function-bind/index.js +%%DATADIR%%/resources/app/node_modules/function-bind/package.json +%%DATADIR%%/resources/app/node_modules/get-intrinsic/LICENSE +%%DATADIR%%/resources/app/node_modules/get-intrinsic/index.js +%%DATADIR%%/resources/app/node_modules/get-intrinsic/package.json +%%DATADIR%%/resources/app/node_modules/get-proto/LICENSE +%%DATADIR%%/resources/app/node_modules/get-proto/Object.getPrototypeOf.js +%%DATADIR%%/resources/app/node_modules/get-proto/Reflect.getPrototypeOf.js +%%DATADIR%%/resources/app/node_modules/get-proto/index.js +%%DATADIR%%/resources/app/node_modules/get-proto/package.json +%%DATADIR%%/resources/app/node_modules/get-proto/tsconfig.json %%DATADIR%%/resources/app/node_modules/get-system-fonts/LICENSE.md %%DATADIR%%/resources/app/node_modules/get-system-fonts/dist/index.js %%DATADIR%%/resources/app/node_modules/get-system-fonts/dist/recursiveWalk.js @@ -1408,12 +6163,99 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/github-from-package/LICENSE %%DATADIR%%/resources/app/node_modules/github-from-package/index.js %%DATADIR%%/resources/app/node_modules/github-from-package/package.json +%%DATADIR%%/resources/app/node_modules/gopd/LICENSE +%%DATADIR%%/resources/app/node_modules/gopd/gOPD.js +%%DATADIR%%/resources/app/node_modules/gopd/index.js +%%DATADIR%%/resources/app/node_modules/gopd/package.json +%%DATADIR%%/resources/app/node_modules/gopd/tsconfig.json %%DATADIR%%/resources/app/node_modules/graceful-fs/LICENSE %%DATADIR%%/resources/app/node_modules/graceful-fs/clone.js %%DATADIR%%/resources/app/node_modules/graceful-fs/graceful-fs.js %%DATADIR%%/resources/app/node_modules/graceful-fs/legacy-streams.js %%DATADIR%%/resources/app/node_modules/graceful-fs/package.json %%DATADIR%%/resources/app/node_modules/graceful-fs/polyfills.js +%%DATADIR%%/resources/app/node_modules/has-flag/index.js +%%DATADIR%%/resources/app/node_modules/has-flag/license +%%DATADIR%%/resources/app/node_modules/has-flag/package.json +%%DATADIR%%/resources/app/node_modules/has-symbols/LICENSE +%%DATADIR%%/resources/app/node_modules/has-symbols/index.js +%%DATADIR%%/resources/app/node_modules/has-symbols/package.json +%%DATADIR%%/resources/app/node_modules/has-symbols/shams.js +%%DATADIR%%/resources/app/node_modules/has-symbols/tsconfig.json +%%DATADIR%%/resources/app/node_modules/hasown/LICENSE +%%DATADIR%%/resources/app/node_modules/hasown/index.js +%%DATADIR%%/resources/app/node_modules/hasown/package.json +%%DATADIR%%/resources/app/node_modules/hasown/tsconfig.json +%%DATADIR%%/resources/app/node_modules/htmlparser2/LICENSE +%%DATADIR%%/resources/app/node_modules/htmlparser2/WritableStream.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/commonjs/Parser.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/commonjs/Parser.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/commonjs/Tokenizer.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/commonjs/Tokenizer.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/commonjs/WritableStream.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/commonjs/WritableStream.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/commonjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/esm/Parser.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/esm/Parser.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/esm/Tokenizer.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/esm/Tokenizer.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/esm/WritableStream.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/esm/WritableStream.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/LICENSE +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/decode.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/commonjs/decode-codepoint.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/commonjs/decode-codepoint.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/commonjs/decode.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/commonjs/decode.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/commonjs/encode.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/commonjs/encode.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/commonjs/escape.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/commonjs/escape.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/decode-data-html.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/decode-data-html.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/decode-data-xml.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/decode-data-xml.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/encode-html.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/commonjs/generated/encode-html.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/commonjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/esm/decode-codepoint.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/esm/decode-codepoint.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/esm/decode.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/esm/decode.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/esm/encode.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/esm/encode.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/esm/escape.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/esm/escape.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/esm/generated/decode-data-html.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/esm/generated/decode-data-html.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/esm/generated/decode-data-xml.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/esm/generated/decode-data-xml.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/esm/generated/encode-html.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/esm/generated/encode-html.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/escape.js +%%DATADIR%%/resources/app/node_modules/htmlparser2/node_modules/entities/package.json +%%DATADIR%%/resources/app/node_modules/htmlparser2/package.json +%%DATADIR%%/resources/app/node_modules/htmlparser2/src/__fixtures__/Documents/Atom_Example.xml +%%DATADIR%%/resources/app/node_modules/htmlparser2/src/__fixtures__/Documents/Attributes.html +%%DATADIR%%/resources/app/node_modules/htmlparser2/src/__fixtures__/Documents/Basic.html +%%DATADIR%%/resources/app/node_modules/htmlparser2/src/__fixtures__/Documents/RDF_Example.xml +%%DATADIR%%/resources/app/node_modules/htmlparser2/src/__fixtures__/Documents/RSS_Example.xml +%%DATADIR%%/resources/app/node_modules/htmlparser2/src/__fixtures__/Documents/Svg.html +%%DATADIR%%/resources/app/node_modules/htmlparser2/src/__snapshots__/FeedHandler.spec.ts.snap +%%DATADIR%%/resources/app/node_modules/htmlparser2/src/__snapshots__/Parser.events.spec.ts.snap +%%DATADIR%%/resources/app/node_modules/htmlparser2/src/__snapshots__/Tokenizer.spec.ts.snap +%%DATADIR%%/resources/app/node_modules/htmlparser2/src/__snapshots__/WritableStream.spec.ts.snap +%%DATADIR%%/resources/app/node_modules/htmlparser2/src/__snapshots__/index.spec.ts.snap %%DATADIR%%/resources/app/node_modules/http-proxy-agent/LICENSE %%DATADIR%%/resources/app/node_modules/http-proxy-agent/dist/index.d.ts.map %%DATADIR%%/resources/app/node_modules/http-proxy-agent/dist/index.js @@ -1424,9 +6266,36 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts.map %%DATADIR%%/resources/app/node_modules/https-proxy-agent/dist/parse-proxy-response.js %%DATADIR%%/resources/app/node_modules/https-proxy-agent/package.json +%%DATADIR%%/resources/app/node_modules/iconv-lite/Changelog.md +%%DATADIR%%/resources/app/node_modules/iconv-lite/LICENSE +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/dbcs-codec.js +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/dbcs-data.js +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/index.js +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/internal.js +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/sbcs-codec.js +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/sbcs-data-generated.js +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/sbcs-data.js +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/tables/big5-added.json +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/tables/cp936.json +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/tables/cp949.json +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/tables/cp950.json +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/tables/eucjp.json +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/tables/gbk-added.json +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/tables/shiftjis.json +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/utf16.js +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/utf32.js +%%DATADIR%%/resources/app/node_modules/iconv-lite/encodings/utf7.js +%%DATADIR%%/resources/app/node_modules/iconv-lite/lib/bom-handling.js +%%DATADIR%%/resources/app/node_modules/iconv-lite/lib/index.js +%%DATADIR%%/resources/app/node_modules/iconv-lite/lib/streams.js +%%DATADIR%%/resources/app/node_modules/iconv-lite/package.json %%DATADIR%%/resources/app/node_modules/ieee754/LICENSE %%DATADIR%%/resources/app/node_modules/ieee754/index.js %%DATADIR%%/resources/app/node_modules/ieee754/package.json +%%DATADIR%%/resources/app/node_modules/inflight/LICENSE +%%DATADIR%%/resources/app/node_modules/inflight/inflight.js +%%DATADIR%%/resources/app/node_modules/inflight/package.json %%DATADIR%%/resources/app/node_modules/inherits/LICENSE %%DATADIR%%/resources/app/node_modules/inherits/inherits.js %%DATADIR%%/resources/app/node_modules/inherits/inherits_browser.js @@ -1461,6 +6330,9 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/is-extglob/LICENSE %%DATADIR%%/resources/app/node_modules/is-extglob/index.js %%DATADIR%%/resources/app/node_modules/is-extglob/package.json +%%DATADIR%%/resources/app/node_modules/is-fullwidth-code-point/index.js +%%DATADIR%%/resources/app/node_modules/is-fullwidth-code-point/license +%%DATADIR%%/resources/app/node_modules/is-fullwidth-code-point/package.json %%DATADIR%%/resources/app/node_modules/is-glob/LICENSE %%DATADIR%%/resources/app/node_modules/is-glob/index.js %%DATADIR%%/resources/app/node_modules/is-glob/package.json @@ -1474,6 +6346,16 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/is-wsl/index.js %%DATADIR%%/resources/app/node_modules/is-wsl/license %%DATADIR%%/resources/app/node_modules/is-wsl/package.json +%%DATADIR%%/resources/app/node_modules/isarray/Makefile +%%DATADIR%%/resources/app/node_modules/isarray/component.json +%%DATADIR%%/resources/app/node_modules/isarray/index.js +%%DATADIR%%/resources/app/node_modules/isarray/package.json +%%DATADIR%%/resources/app/node_modules/isarray/test.js +%%DATADIR%%/resources/app/node_modules/isexe/LICENSE +%%DATADIR%%/resources/app/node_modules/isexe/index.js +%%DATADIR%%/resources/app/node_modules/isexe/mode.js +%%DATADIR%%/resources/app/node_modules/isexe/package.json +%%DATADIR%%/resources/app/node_modules/isexe/windows.js %%DATADIR%%/resources/app/node_modules/js-base64/LICENSE.md %%DATADIR%%/resources/app/node_modules/js-base64/base64.d.mts %%DATADIR%%/resources/app/node_modules/js-base64/base64.js @@ -1490,10 +6372,49 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/jschardet/package.json %%DATADIR%%/resources/app/node_modules/jschardet/scripts/run-workflow.sh %%DATADIR%%/resources/app/node_modules/jschardet/scripts/show-size-changes.sh +%%DATADIR%%/resources/app/node_modules/jsonc-parser/LICENSE.md +%%DATADIR%%/resources/app/node_modules/jsonc-parser/SECURITY.md +%%DATADIR%%/resources/app/node_modules/jsonc-parser/lib/esm/impl/edit.js +%%DATADIR%%/resources/app/node_modules/jsonc-parser/lib/esm/impl/format.js +%%DATADIR%%/resources/app/node_modules/jsonc-parser/lib/esm/impl/parser.js +%%DATADIR%%/resources/app/node_modules/jsonc-parser/lib/esm/impl/scanner.js +%%DATADIR%%/resources/app/node_modules/jsonc-parser/lib/esm/impl/string-intern.js +%%DATADIR%%/resources/app/node_modules/jsonc-parser/lib/esm/main.js +%%DATADIR%%/resources/app/node_modules/jsonc-parser/lib/umd/impl/edit.js +%%DATADIR%%/resources/app/node_modules/jsonc-parser/lib/umd/impl/format.js +%%DATADIR%%/resources/app/node_modules/jsonc-parser/lib/umd/impl/parser.js +%%DATADIR%%/resources/app/node_modules/jsonc-parser/lib/umd/impl/scanner.js +%%DATADIR%%/resources/app/node_modules/jsonc-parser/lib/umd/impl/string-intern.js +%%DATADIR%%/resources/app/node_modules/jsonc-parser/lib/umd/main.js +%%DATADIR%%/resources/app/node_modules/jsonc-parser/package.json %%DATADIR%%/resources/app/node_modules/jsonfile/LICENSE %%DATADIR%%/resources/app/node_modules/jsonfile/index.js %%DATADIR%%/resources/app/node_modules/jsonfile/package.json %%DATADIR%%/resources/app/node_modules/jsonfile/utils.js +%%DATADIR%%/resources/app/node_modules/jsonwebtoken/LICENSE +%%DATADIR%%/resources/app/node_modules/jsonwebtoken/decode.js +%%DATADIR%%/resources/app/node_modules/jsonwebtoken/index.js +%%DATADIR%%/resources/app/node_modules/jsonwebtoken/lib/JsonWebTokenError.js +%%DATADIR%%/resources/app/node_modules/jsonwebtoken/lib/NotBeforeError.js +%%DATADIR%%/resources/app/node_modules/jsonwebtoken/lib/TokenExpiredError.js +%%DATADIR%%/resources/app/node_modules/jsonwebtoken/lib/asymmetricKeyDetailsSupported.js +%%DATADIR%%/resources/app/node_modules/jsonwebtoken/lib/psSupported.js +%%DATADIR%%/resources/app/node_modules/jsonwebtoken/lib/rsaPssKeyDetailsSupported.js +%%DATADIR%%/resources/app/node_modules/jsonwebtoken/lib/timespan.js +%%DATADIR%%/resources/app/node_modules/jsonwebtoken/lib/validateAsymmetricKey.js +%%DATADIR%%/resources/app/node_modules/jsonwebtoken/package.json +%%DATADIR%%/resources/app/node_modules/jsonwebtoken/sign.js +%%DATADIR%%/resources/app/node_modules/jsonwebtoken/verify.js +%%DATADIR%%/resources/app/node_modules/jwa/LICENSE +%%DATADIR%%/resources/app/node_modules/jwa/index.js +%%DATADIR%%/resources/app/node_modules/jwa/package.json +%%DATADIR%%/resources/app/node_modules/jws/LICENSE +%%DATADIR%%/resources/app/node_modules/jws/index.js +%%DATADIR%%/resources/app/node_modules/jws/lib/data-stream.js +%%DATADIR%%/resources/app/node_modules/jws/lib/sign-stream.js +%%DATADIR%%/resources/app/node_modules/jws/lib/tostring.js +%%DATADIR%%/resources/app/node_modules/jws/lib/verify-stream.js +%%DATADIR%%/resources/app/node_modules/jws/package.json %%DATADIR%%/resources/app/node_modules/katex/LICENSE %%DATADIR%%/resources/app/node_modules/katex/cli.js %%DATADIR%%/resources/app/node_modules/katex/contrib/auto-render/auto-render.js @@ -1711,9 +6632,1168 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/kerberos/lib/kerberos.js %%DATADIR%%/resources/app/node_modules/kerberos/lib/util.js %%DATADIR%%/resources/app/node_modules/kerberos/package.json +%%DATADIR%%/resources/app/node_modules/keytar/LICENSE.md +%%DATADIR%%/resources/app/node_modules/keytar/binding.gyp +%%DATADIR%%/resources/app/node_modules/keytar/build/Makefile +%%DATADIR%%/resources/app/node_modules/keytar/build/Release/keytar.node +%%DATADIR%%/resources/app/node_modules/keytar/build/Release/obj.target/keytar.node +%%DATADIR%%/resources/app/node_modules/keytar/build/Release/obj.target/keytar/src/async.o +%%DATADIR%%/resources/app/node_modules/keytar/build/Release/obj.target/keytar/src/keytar_posix.o +%%DATADIR%%/resources/app/node_modules/keytar/build/Release/obj.target/keytar/src/main.o +%%DATADIR%%/resources/app/node_modules/keytar/build/binding.Makefile +%%DATADIR%%/resources/app/node_modules/keytar/build/config.gypi +%%DATADIR%%/resources/app/node_modules/keytar/lib/keytar.js +%%DATADIR%%/resources/app/node_modules/keytar/package.json +%%DATADIR%%/resources/app/node_modules/keytar/src/async.cc +%%DATADIR%%/resources/app/node_modules/keytar/src/async.h +%%DATADIR%%/resources/app/node_modules/keytar/src/credentials.h +%%DATADIR%%/resources/app/node_modules/keytar/src/keytar.h +%%DATADIR%%/resources/app/node_modules/keytar/src/keytar_mac.cc +%%DATADIR%%/resources/app/node_modules/keytar/src/keytar_posix.cc +%%DATADIR%%/resources/app/node_modules/keytar/src/keytar_win.cc +%%DATADIR%%/resources/app/node_modules/keytar/src/main.cc +%%DATADIR%%/resources/app/node_modules/lazystream/LICENSE-MIT +%%DATADIR%%/resources/app/node_modules/lazystream/lib/lazystream.js +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/GOVERNANCE.md +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/LICENSE +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/duplex-browser.js +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/duplex.js +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/lib/_stream_duplex.js +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/lib/_stream_passthrough.js +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/lib/_stream_readable.js +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/lib/_stream_transform.js +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/lib/_stream_writable.js +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/lib/internal/streams/BufferList.js +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/lib/internal/streams/destroy.js +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/lib/internal/streams/stream-browser.js +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/lib/internal/streams/stream.js +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/package.json +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/passthrough.js +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/readable-browser.js +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/readable.js +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/transform.js +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/writable-browser.js +%%DATADIR%%/resources/app/node_modules/lazystream/node_modules/readable-stream/writable.js +%%DATADIR%%/resources/app/node_modules/lazystream/package.json +%%DATADIR%%/resources/app/node_modules/lazystream/secret +%%DATADIR%%/resources/app/node_modules/leven/index.js +%%DATADIR%%/resources/app/node_modules/leven/license +%%DATADIR%%/resources/app/node_modules/leven/package.json +%%DATADIR%%/resources/app/node_modules/lodash.includes/LICENSE +%%DATADIR%%/resources/app/node_modules/lodash.includes/index.js +%%DATADIR%%/resources/app/node_modules/lodash.includes/package.json +%%DATADIR%%/resources/app/node_modules/lodash.isboolean/LICENSE +%%DATADIR%%/resources/app/node_modules/lodash.isboolean/index.js +%%DATADIR%%/resources/app/node_modules/lodash.isboolean/package.json +%%DATADIR%%/resources/app/node_modules/lodash.isinteger/LICENSE +%%DATADIR%%/resources/app/node_modules/lodash.isinteger/index.js +%%DATADIR%%/resources/app/node_modules/lodash.isinteger/package.json +%%DATADIR%%/resources/app/node_modules/lodash.isnumber/LICENSE +%%DATADIR%%/resources/app/node_modules/lodash.isnumber/index.js +%%DATADIR%%/resources/app/node_modules/lodash.isnumber/package.json +%%DATADIR%%/resources/app/node_modules/lodash.isplainobject/LICENSE +%%DATADIR%%/resources/app/node_modules/lodash.isplainobject/index.js +%%DATADIR%%/resources/app/node_modules/lodash.isplainobject/package.json +%%DATADIR%%/resources/app/node_modules/lodash.isstring/LICENSE +%%DATADIR%%/resources/app/node_modules/lodash.isstring/index.js +%%DATADIR%%/resources/app/node_modules/lodash.isstring/package.json +%%DATADIR%%/resources/app/node_modules/lodash.once/LICENSE +%%DATADIR%%/resources/app/node_modules/lodash.once/index.js +%%DATADIR%%/resources/app/node_modules/lodash.once/package.json +%%DATADIR%%/resources/app/node_modules/lodash/LICENSE +%%DATADIR%%/resources/app/node_modules/lodash/_DataView.js +%%DATADIR%%/resources/app/node_modules/lodash/_Hash.js +%%DATADIR%%/resources/app/node_modules/lodash/_LazyWrapper.js +%%DATADIR%%/resources/app/node_modules/lodash/_ListCache.js +%%DATADIR%%/resources/app/node_modules/lodash/_LodashWrapper.js +%%DATADIR%%/resources/app/node_modules/lodash/_Map.js +%%DATADIR%%/resources/app/node_modules/lodash/_MapCache.js +%%DATADIR%%/resources/app/node_modules/lodash/_Promise.js +%%DATADIR%%/resources/app/node_modules/lodash/_Set.js +%%DATADIR%%/resources/app/node_modules/lodash/_SetCache.js +%%DATADIR%%/resources/app/node_modules/lodash/_Stack.js +%%DATADIR%%/resources/app/node_modules/lodash/_Symbol.js +%%DATADIR%%/resources/app/node_modules/lodash/_Uint8Array.js +%%DATADIR%%/resources/app/node_modules/lodash/_WeakMap.js +%%DATADIR%%/resources/app/node_modules/lodash/_apply.js +%%DATADIR%%/resources/app/node_modules/lodash/_arrayAggregator.js +%%DATADIR%%/resources/app/node_modules/lodash/_arrayEach.js +%%DATADIR%%/resources/app/node_modules/lodash/_arrayEachRight.js +%%DATADIR%%/resources/app/node_modules/lodash/_arrayEvery.js +%%DATADIR%%/resources/app/node_modules/lodash/_arrayFilter.js +%%DATADIR%%/resources/app/node_modules/lodash/_arrayIncludes.js +%%DATADIR%%/resources/app/node_modules/lodash/_arrayIncludesWith.js +%%DATADIR%%/resources/app/node_modules/lodash/_arrayLikeKeys.js +%%DATADIR%%/resources/app/node_modules/lodash/_arrayMap.js +%%DATADIR%%/resources/app/node_modules/lodash/_arrayPush.js +%%DATADIR%%/resources/app/node_modules/lodash/_arrayReduce.js +%%DATADIR%%/resources/app/node_modules/lodash/_arrayReduceRight.js +%%DATADIR%%/resources/app/node_modules/lodash/_arraySample.js +%%DATADIR%%/resources/app/node_modules/lodash/_arraySampleSize.js +%%DATADIR%%/resources/app/node_modules/lodash/_arrayShuffle.js +%%DATADIR%%/resources/app/node_modules/lodash/_arraySome.js +%%DATADIR%%/resources/app/node_modules/lodash/_asciiSize.js +%%DATADIR%%/resources/app/node_modules/lodash/_asciiToArray.js +%%DATADIR%%/resources/app/node_modules/lodash/_asciiWords.js +%%DATADIR%%/resources/app/node_modules/lodash/_assignMergeValue.js +%%DATADIR%%/resources/app/node_modules/lodash/_assignValue.js +%%DATADIR%%/resources/app/node_modules/lodash/_assocIndexOf.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseAggregator.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseAssign.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseAssignIn.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseAssignValue.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseAt.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseClamp.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseClone.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseConforms.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseConformsTo.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseCreate.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseDelay.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseDifference.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseEach.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseEachRight.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseEvery.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseExtremum.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseFill.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseFilter.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseFindIndex.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseFindKey.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseFlatten.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseFor.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseForOwn.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseForOwnRight.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseForRight.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseFunctions.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseGet.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseGetAllKeys.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseGetTag.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseGt.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseHas.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseHasIn.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseInRange.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseIndexOf.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseIndexOfWith.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseIntersection.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseInverter.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseInvoke.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseIsArguments.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseIsArrayBuffer.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseIsDate.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseIsEqual.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseIsEqualDeep.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseIsMap.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseIsMatch.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseIsNaN.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseIsNative.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseIsRegExp.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseIsSet.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseIsTypedArray.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseIteratee.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseKeys.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseKeysIn.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseLodash.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseLt.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseMap.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseMatches.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseMatchesProperty.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseMean.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseMerge.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseMergeDeep.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseNth.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseOrderBy.js +%%DATADIR%%/resources/app/node_modules/lodash/_basePick.js +%%DATADIR%%/resources/app/node_modules/lodash/_basePickBy.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseProperty.js +%%DATADIR%%/resources/app/node_modules/lodash/_basePropertyDeep.js +%%DATADIR%%/resources/app/node_modules/lodash/_basePropertyOf.js +%%DATADIR%%/resources/app/node_modules/lodash/_basePullAll.js +%%DATADIR%%/resources/app/node_modules/lodash/_basePullAt.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseRandom.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseRange.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseReduce.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseRepeat.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseRest.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseSample.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseSampleSize.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseSet.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseSetData.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseSetToString.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseShuffle.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseSlice.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseSome.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseSortBy.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseSortedIndex.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseSortedIndexBy.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseSortedUniq.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseSum.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseTimes.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseToNumber.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseToPairs.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseToString.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseTrim.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseUnary.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseUniq.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseUnset.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseUpdate.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseValues.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseWhile.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseWrapperValue.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseXor.js +%%DATADIR%%/resources/app/node_modules/lodash/_baseZipObject.js +%%DATADIR%%/resources/app/node_modules/lodash/_cacheHas.js +%%DATADIR%%/resources/app/node_modules/lodash/_castArrayLikeObject.js +%%DATADIR%%/resources/app/node_modules/lodash/_castFunction.js +%%DATADIR%%/resources/app/node_modules/lodash/_castPath.js +%%DATADIR%%/resources/app/node_modules/lodash/_castRest.js +%%DATADIR%%/resources/app/node_modules/lodash/_castSlice.js +%%DATADIR%%/resources/app/node_modules/lodash/_charsEndIndex.js +%%DATADIR%%/resources/app/node_modules/lodash/_charsStartIndex.js +%%DATADIR%%/resources/app/node_modules/lodash/_cloneArrayBuffer.js +%%DATADIR%%/resources/app/node_modules/lodash/_cloneBuffer.js +%%DATADIR%%/resources/app/node_modules/lodash/_cloneDataView.js +%%DATADIR%%/resources/app/node_modules/lodash/_cloneRegExp.js +%%DATADIR%%/resources/app/node_modules/lodash/_cloneSymbol.js +%%DATADIR%%/resources/app/node_modules/lodash/_cloneTypedArray.js +%%DATADIR%%/resources/app/node_modules/lodash/_compareAscending.js +%%DATADIR%%/resources/app/node_modules/lodash/_compareMultiple.js +%%DATADIR%%/resources/app/node_modules/lodash/_composeArgs.js +%%DATADIR%%/resources/app/node_modules/lodash/_composeArgsRight.js +%%DATADIR%%/resources/app/node_modules/lodash/_copyArray.js +%%DATADIR%%/resources/app/node_modules/lodash/_copyObject.js +%%DATADIR%%/resources/app/node_modules/lodash/_copySymbols.js +%%DATADIR%%/resources/app/node_modules/lodash/_copySymbolsIn.js +%%DATADIR%%/resources/app/node_modules/lodash/_coreJsData.js +%%DATADIR%%/resources/app/node_modules/lodash/_countHolders.js +%%DATADIR%%/resources/app/node_modules/lodash/_createAggregator.js +%%DATADIR%%/resources/app/node_modules/lodash/_createAssigner.js +%%DATADIR%%/resources/app/node_modules/lodash/_createBaseEach.js +%%DATADIR%%/resources/app/node_modules/lodash/_createBaseFor.js +%%DATADIR%%/resources/app/node_modules/lodash/_createBind.js +%%DATADIR%%/resources/app/node_modules/lodash/_createCaseFirst.js +%%DATADIR%%/resources/app/node_modules/lodash/_createCompounder.js +%%DATADIR%%/resources/app/node_modules/lodash/_createCtor.js +%%DATADIR%%/resources/app/node_modules/lodash/_createCurry.js +%%DATADIR%%/resources/app/node_modules/lodash/_createFind.js +%%DATADIR%%/resources/app/node_modules/lodash/_createFlow.js +%%DATADIR%%/resources/app/node_modules/lodash/_createHybrid.js +%%DATADIR%%/resources/app/node_modules/lodash/_createInverter.js +%%DATADIR%%/resources/app/node_modules/lodash/_createMathOperation.js +%%DATADIR%%/resources/app/node_modules/lodash/_createOver.js +%%DATADIR%%/resources/app/node_modules/lodash/_createPadding.js +%%DATADIR%%/resources/app/node_modules/lodash/_createPartial.js +%%DATADIR%%/resources/app/node_modules/lodash/_createRange.js +%%DATADIR%%/resources/app/node_modules/lodash/_createRecurry.js +%%DATADIR%%/resources/app/node_modules/lodash/_createRelationalOperation.js +%%DATADIR%%/resources/app/node_modules/lodash/_createRound.js +%%DATADIR%%/resources/app/node_modules/lodash/_createSet.js +%%DATADIR%%/resources/app/node_modules/lodash/_createToPairs.js +%%DATADIR%%/resources/app/node_modules/lodash/_createWrap.js +%%DATADIR%%/resources/app/node_modules/lodash/_customDefaultsAssignIn.js +%%DATADIR%%/resources/app/node_modules/lodash/_customDefaultsMerge.js +%%DATADIR%%/resources/app/node_modules/lodash/_customOmitClone.js +%%DATADIR%%/resources/app/node_modules/lodash/_deburrLetter.js +%%DATADIR%%/resources/app/node_modules/lodash/_defineProperty.js +%%DATADIR%%/resources/app/node_modules/lodash/_equalArrays.js +%%DATADIR%%/resources/app/node_modules/lodash/_equalByTag.js +%%DATADIR%%/resources/app/node_modules/lodash/_equalObjects.js +%%DATADIR%%/resources/app/node_modules/lodash/_escapeHtmlChar.js +%%DATADIR%%/resources/app/node_modules/lodash/_escapeStringChar.js +%%DATADIR%%/resources/app/node_modules/lodash/_flatRest.js +%%DATADIR%%/resources/app/node_modules/lodash/_freeGlobal.js +%%DATADIR%%/resources/app/node_modules/lodash/_getAllKeys.js +%%DATADIR%%/resources/app/node_modules/lodash/_getAllKeysIn.js +%%DATADIR%%/resources/app/node_modules/lodash/_getData.js +%%DATADIR%%/resources/app/node_modules/lodash/_getFuncName.js +%%DATADIR%%/resources/app/node_modules/lodash/_getHolder.js +%%DATADIR%%/resources/app/node_modules/lodash/_getMapData.js +%%DATADIR%%/resources/app/node_modules/lodash/_getMatchData.js +%%DATADIR%%/resources/app/node_modules/lodash/_getNative.js +%%DATADIR%%/resources/app/node_modules/lodash/_getPrototype.js +%%DATADIR%%/resources/app/node_modules/lodash/_getRawTag.js +%%DATADIR%%/resources/app/node_modules/lodash/_getSymbols.js +%%DATADIR%%/resources/app/node_modules/lodash/_getSymbolsIn.js +%%DATADIR%%/resources/app/node_modules/lodash/_getTag.js +%%DATADIR%%/resources/app/node_modules/lodash/_getValue.js +%%DATADIR%%/resources/app/node_modules/lodash/_getView.js +%%DATADIR%%/resources/app/node_modules/lodash/_getWrapDetails.js +%%DATADIR%%/resources/app/node_modules/lodash/_hasPath.js +%%DATADIR%%/resources/app/node_modules/lodash/_hasUnicode.js +%%DATADIR%%/resources/app/node_modules/lodash/_hasUnicodeWord.js +%%DATADIR%%/resources/app/node_modules/lodash/_hashClear.js +%%DATADIR%%/resources/app/node_modules/lodash/_hashDelete.js +%%DATADIR%%/resources/app/node_modules/lodash/_hashGet.js +%%DATADIR%%/resources/app/node_modules/lodash/_hashHas.js +%%DATADIR%%/resources/app/node_modules/lodash/_hashSet.js +%%DATADIR%%/resources/app/node_modules/lodash/_initCloneArray.js +%%DATADIR%%/resources/app/node_modules/lodash/_initCloneByTag.js +%%DATADIR%%/resources/app/node_modules/lodash/_initCloneObject.js +%%DATADIR%%/resources/app/node_modules/lodash/_insertWrapDetails.js +%%DATADIR%%/resources/app/node_modules/lodash/_isFlattenable.js +%%DATADIR%%/resources/app/node_modules/lodash/_isIndex.js +%%DATADIR%%/resources/app/node_modules/lodash/_isIterateeCall.js +%%DATADIR%%/resources/app/node_modules/lodash/_isKey.js +%%DATADIR%%/resources/app/node_modules/lodash/_isKeyable.js +%%DATADIR%%/resources/app/node_modules/lodash/_isLaziable.js +%%DATADIR%%/resources/app/node_modules/lodash/_isMaskable.js +%%DATADIR%%/resources/app/node_modules/lodash/_isMasked.js +%%DATADIR%%/resources/app/node_modules/lodash/_isPrototype.js +%%DATADIR%%/resources/app/node_modules/lodash/_isStrictComparable.js +%%DATADIR%%/resources/app/node_modules/lodash/_iteratorToArray.js +%%DATADIR%%/resources/app/node_modules/lodash/_lazyClone.js +%%DATADIR%%/resources/app/node_modules/lodash/_lazyReverse.js +%%DATADIR%%/resources/app/node_modules/lodash/_lazyValue.js +%%DATADIR%%/resources/app/node_modules/lodash/_listCacheClear.js +%%DATADIR%%/resources/app/node_modules/lodash/_listCacheDelete.js +%%DATADIR%%/resources/app/node_modules/lodash/_listCacheGet.js +%%DATADIR%%/resources/app/node_modules/lodash/_listCacheHas.js +%%DATADIR%%/resources/app/node_modules/lodash/_listCacheSet.js +%%DATADIR%%/resources/app/node_modules/lodash/_mapCacheClear.js +%%DATADIR%%/resources/app/node_modules/lodash/_mapCacheDelete.js +%%DATADIR%%/resources/app/node_modules/lodash/_mapCacheGet.js +%%DATADIR%%/resources/app/node_modules/lodash/_mapCacheHas.js +%%DATADIR%%/resources/app/node_modules/lodash/_mapCacheSet.js +%%DATADIR%%/resources/app/node_modules/lodash/_mapToArray.js +%%DATADIR%%/resources/app/node_modules/lodash/_matchesStrictComparable.js +%%DATADIR%%/resources/app/node_modules/lodash/_memoizeCapped.js +%%DATADIR%%/resources/app/node_modules/lodash/_mergeData.js +%%DATADIR%%/resources/app/node_modules/lodash/_metaMap.js +%%DATADIR%%/resources/app/node_modules/lodash/_nativeCreate.js +%%DATADIR%%/resources/app/node_modules/lodash/_nativeKeys.js +%%DATADIR%%/resources/app/node_modules/lodash/_nativeKeysIn.js +%%DATADIR%%/resources/app/node_modules/lodash/_nodeUtil.js +%%DATADIR%%/resources/app/node_modules/lodash/_objectToString.js +%%DATADIR%%/resources/app/node_modules/lodash/_overArg.js +%%DATADIR%%/resources/app/node_modules/lodash/_overRest.js +%%DATADIR%%/resources/app/node_modules/lodash/_parent.js +%%DATADIR%%/resources/app/node_modules/lodash/_reEscape.js +%%DATADIR%%/resources/app/node_modules/lodash/_reEvaluate.js +%%DATADIR%%/resources/app/node_modules/lodash/_reInterpolate.js +%%DATADIR%%/resources/app/node_modules/lodash/_realNames.js +%%DATADIR%%/resources/app/node_modules/lodash/_reorder.js +%%DATADIR%%/resources/app/node_modules/lodash/_replaceHolders.js +%%DATADIR%%/resources/app/node_modules/lodash/_root.js +%%DATADIR%%/resources/app/node_modules/lodash/_safeGet.js +%%DATADIR%%/resources/app/node_modules/lodash/_setCacheAdd.js +%%DATADIR%%/resources/app/node_modules/lodash/_setCacheHas.js +%%DATADIR%%/resources/app/node_modules/lodash/_setData.js +%%DATADIR%%/resources/app/node_modules/lodash/_setToArray.js +%%DATADIR%%/resources/app/node_modules/lodash/_setToPairs.js +%%DATADIR%%/resources/app/node_modules/lodash/_setToString.js +%%DATADIR%%/resources/app/node_modules/lodash/_setWrapToString.js +%%DATADIR%%/resources/app/node_modules/lodash/_shortOut.js +%%DATADIR%%/resources/app/node_modules/lodash/_shuffleSelf.js +%%DATADIR%%/resources/app/node_modules/lodash/_stackClear.js +%%DATADIR%%/resources/app/node_modules/lodash/_stackDelete.js +%%DATADIR%%/resources/app/node_modules/lodash/_stackGet.js +%%DATADIR%%/resources/app/node_modules/lodash/_stackHas.js +%%DATADIR%%/resources/app/node_modules/lodash/_stackSet.js +%%DATADIR%%/resources/app/node_modules/lodash/_strictIndexOf.js +%%DATADIR%%/resources/app/node_modules/lodash/_strictLastIndexOf.js +%%DATADIR%%/resources/app/node_modules/lodash/_stringSize.js +%%DATADIR%%/resources/app/node_modules/lodash/_stringToArray.js +%%DATADIR%%/resources/app/node_modules/lodash/_stringToPath.js +%%DATADIR%%/resources/app/node_modules/lodash/_toKey.js +%%DATADIR%%/resources/app/node_modules/lodash/_toSource.js +%%DATADIR%%/resources/app/node_modules/lodash/_trimmedEndIndex.js +%%DATADIR%%/resources/app/node_modules/lodash/_unescapeHtmlChar.js +%%DATADIR%%/resources/app/node_modules/lodash/_unicodeSize.js +%%DATADIR%%/resources/app/node_modules/lodash/_unicodeToArray.js +%%DATADIR%%/resources/app/node_modules/lodash/_unicodeWords.js +%%DATADIR%%/resources/app/node_modules/lodash/_updateWrapDetails.js +%%DATADIR%%/resources/app/node_modules/lodash/_wrapperClone.js +%%DATADIR%%/resources/app/node_modules/lodash/add.js +%%DATADIR%%/resources/app/node_modules/lodash/after.js +%%DATADIR%%/resources/app/node_modules/lodash/array.js +%%DATADIR%%/resources/app/node_modules/lodash/ary.js +%%DATADIR%%/resources/app/node_modules/lodash/assign.js +%%DATADIR%%/resources/app/node_modules/lodash/assignIn.js +%%DATADIR%%/resources/app/node_modules/lodash/assignInWith.js +%%DATADIR%%/resources/app/node_modules/lodash/assignWith.js +%%DATADIR%%/resources/app/node_modules/lodash/at.js +%%DATADIR%%/resources/app/node_modules/lodash/attempt.js +%%DATADIR%%/resources/app/node_modules/lodash/before.js +%%DATADIR%%/resources/app/node_modules/lodash/bind.js +%%DATADIR%%/resources/app/node_modules/lodash/bindAll.js +%%DATADIR%%/resources/app/node_modules/lodash/bindKey.js +%%DATADIR%%/resources/app/node_modules/lodash/camelCase.js +%%DATADIR%%/resources/app/node_modules/lodash/capitalize.js +%%DATADIR%%/resources/app/node_modules/lodash/castArray.js +%%DATADIR%%/resources/app/node_modules/lodash/ceil.js +%%DATADIR%%/resources/app/node_modules/lodash/chain.js +%%DATADIR%%/resources/app/node_modules/lodash/chunk.js +%%DATADIR%%/resources/app/node_modules/lodash/clamp.js +%%DATADIR%%/resources/app/node_modules/lodash/clone.js +%%DATADIR%%/resources/app/node_modules/lodash/cloneDeep.js +%%DATADIR%%/resources/app/node_modules/lodash/cloneDeepWith.js +%%DATADIR%%/resources/app/node_modules/lodash/cloneWith.js +%%DATADIR%%/resources/app/node_modules/lodash/collection.js +%%DATADIR%%/resources/app/node_modules/lodash/commit.js +%%DATADIR%%/resources/app/node_modules/lodash/compact.js +%%DATADIR%%/resources/app/node_modules/lodash/concat.js +%%DATADIR%%/resources/app/node_modules/lodash/cond.js +%%DATADIR%%/resources/app/node_modules/lodash/conforms.js +%%DATADIR%%/resources/app/node_modules/lodash/conformsTo.js +%%DATADIR%%/resources/app/node_modules/lodash/constant.js +%%DATADIR%%/resources/app/node_modules/lodash/core.js +%%DATADIR%%/resources/app/node_modules/lodash/core.min.js +%%DATADIR%%/resources/app/node_modules/lodash/countBy.js +%%DATADIR%%/resources/app/node_modules/lodash/create.js +%%DATADIR%%/resources/app/node_modules/lodash/curry.js +%%DATADIR%%/resources/app/node_modules/lodash/curryRight.js +%%DATADIR%%/resources/app/node_modules/lodash/date.js +%%DATADIR%%/resources/app/node_modules/lodash/debounce.js +%%DATADIR%%/resources/app/node_modules/lodash/deburr.js +%%DATADIR%%/resources/app/node_modules/lodash/defaultTo.js +%%DATADIR%%/resources/app/node_modules/lodash/defaults.js +%%DATADIR%%/resources/app/node_modules/lodash/defaultsDeep.js +%%DATADIR%%/resources/app/node_modules/lodash/defer.js +%%DATADIR%%/resources/app/node_modules/lodash/delay.js +%%DATADIR%%/resources/app/node_modules/lodash/difference.js +%%DATADIR%%/resources/app/node_modules/lodash/differenceBy.js +%%DATADIR%%/resources/app/node_modules/lodash/differenceWith.js +%%DATADIR%%/resources/app/node_modules/lodash/divide.js +%%DATADIR%%/resources/app/node_modules/lodash/drop.js +%%DATADIR%%/resources/app/node_modules/lodash/dropRight.js +%%DATADIR%%/resources/app/node_modules/lodash/dropRightWhile.js +%%DATADIR%%/resources/app/node_modules/lodash/dropWhile.js +%%DATADIR%%/resources/app/node_modules/lodash/each.js +%%DATADIR%%/resources/app/node_modules/lodash/eachRight.js +%%DATADIR%%/resources/app/node_modules/lodash/endsWith.js +%%DATADIR%%/resources/app/node_modules/lodash/entries.js +%%DATADIR%%/resources/app/node_modules/lodash/entriesIn.js +%%DATADIR%%/resources/app/node_modules/lodash/eq.js +%%DATADIR%%/resources/app/node_modules/lodash/escape.js +%%DATADIR%%/resources/app/node_modules/lodash/escapeRegExp.js +%%DATADIR%%/resources/app/node_modules/lodash/every.js +%%DATADIR%%/resources/app/node_modules/lodash/extend.js +%%DATADIR%%/resources/app/node_modules/lodash/extendWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fill.js +%%DATADIR%%/resources/app/node_modules/lodash/filter.js +%%DATADIR%%/resources/app/node_modules/lodash/find.js +%%DATADIR%%/resources/app/node_modules/lodash/findIndex.js +%%DATADIR%%/resources/app/node_modules/lodash/findKey.js +%%DATADIR%%/resources/app/node_modules/lodash/findLast.js +%%DATADIR%%/resources/app/node_modules/lodash/findLastIndex.js +%%DATADIR%%/resources/app/node_modules/lodash/findLastKey.js +%%DATADIR%%/resources/app/node_modules/lodash/first.js +%%DATADIR%%/resources/app/node_modules/lodash/flake.lock +%%DATADIR%%/resources/app/node_modules/lodash/flake.nix +%%DATADIR%%/resources/app/node_modules/lodash/flatMap.js +%%DATADIR%%/resources/app/node_modules/lodash/flatMapDeep.js +%%DATADIR%%/resources/app/node_modules/lodash/flatMapDepth.js +%%DATADIR%%/resources/app/node_modules/lodash/flatten.js +%%DATADIR%%/resources/app/node_modules/lodash/flattenDeep.js +%%DATADIR%%/resources/app/node_modules/lodash/flattenDepth.js +%%DATADIR%%/resources/app/node_modules/lodash/flip.js +%%DATADIR%%/resources/app/node_modules/lodash/floor.js +%%DATADIR%%/resources/app/node_modules/lodash/flow.js +%%DATADIR%%/resources/app/node_modules/lodash/flowRight.js +%%DATADIR%%/resources/app/node_modules/lodash/forEach.js +%%DATADIR%%/resources/app/node_modules/lodash/forEachRight.js +%%DATADIR%%/resources/app/node_modules/lodash/forIn.js +%%DATADIR%%/resources/app/node_modules/lodash/forInRight.js +%%DATADIR%%/resources/app/node_modules/lodash/forOwn.js +%%DATADIR%%/resources/app/node_modules/lodash/forOwnRight.js +%%DATADIR%%/resources/app/node_modules/lodash/fp.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/F.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/T.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/__.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/_baseConvert.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/_convertBrowser.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/_falseOptions.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/_mapping.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/_util.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/add.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/after.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/all.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/allPass.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/always.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/any.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/anyPass.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/apply.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/array.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/ary.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/assign.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/assignAll.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/assignAllWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/assignIn.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/assignInAll.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/assignInAllWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/assignInWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/assignWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/assoc.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/assocPath.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/at.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/attempt.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/before.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/bind.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/bindAll.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/bindKey.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/camelCase.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/capitalize.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/castArray.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/ceil.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/chain.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/chunk.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/clamp.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/clone.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/cloneDeep.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/cloneDeepWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/cloneWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/collection.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/commit.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/compact.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/complement.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/compose.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/concat.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/cond.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/conforms.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/conformsTo.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/constant.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/contains.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/convert.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/countBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/create.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/curry.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/curryN.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/curryRight.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/curryRightN.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/date.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/debounce.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/deburr.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/defaultTo.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/defaults.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/defaultsAll.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/defaultsDeep.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/defaultsDeepAll.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/defer.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/delay.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/difference.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/differenceBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/differenceWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/dissoc.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/dissocPath.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/divide.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/drop.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/dropLast.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/dropLastWhile.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/dropRight.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/dropRightWhile.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/dropWhile.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/each.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/eachRight.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/endsWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/entries.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/entriesIn.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/eq.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/equals.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/escape.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/escapeRegExp.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/every.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/extend.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/extendAll.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/extendAllWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/extendWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/fill.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/filter.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/find.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/findFrom.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/findIndex.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/findIndexFrom.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/findKey.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/findLast.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/findLastFrom.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/findLastIndex.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/findLastIndexFrom.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/findLastKey.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/first.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/flatMap.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/flatMapDeep.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/flatMapDepth.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/flatten.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/flattenDeep.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/flattenDepth.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/flip.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/floor.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/flow.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/flowRight.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/forEach.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/forEachRight.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/forIn.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/forInRight.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/forOwn.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/forOwnRight.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/fromPairs.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/function.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/functions.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/functionsIn.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/get.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/getOr.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/groupBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/gt.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/gte.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/has.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/hasIn.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/head.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/identical.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/identity.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/inRange.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/includes.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/includesFrom.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/indexBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/indexOf.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/indexOfFrom.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/init.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/initial.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/intersection.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/intersectionBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/intersectionWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/invert.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/invertBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/invertObj.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/invoke.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/invokeArgs.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/invokeArgsMap.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/invokeMap.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isArguments.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isArray.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isArrayBuffer.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isArrayLike.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isArrayLikeObject.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isBoolean.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isBuffer.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isDate.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isElement.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isEmpty.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isEqual.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isEqualWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isError.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isFinite.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isFunction.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isInteger.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isLength.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isMap.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isMatch.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isMatchWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isNaN.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isNative.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isNil.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isNull.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isNumber.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isObject.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isObjectLike.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isPlainObject.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isRegExp.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isSafeInteger.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isSet.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isString.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isSymbol.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isTypedArray.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isUndefined.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isWeakMap.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/isWeakSet.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/iteratee.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/join.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/juxt.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/kebabCase.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/keyBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/keys.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/keysIn.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/lang.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/last.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/lastIndexOf.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/lastIndexOfFrom.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/lowerCase.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/lowerFirst.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/lt.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/lte.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/map.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/mapKeys.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/mapValues.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/matches.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/matchesProperty.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/math.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/max.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/maxBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/mean.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/meanBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/memoize.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/merge.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/mergeAll.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/mergeAllWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/mergeWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/method.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/methodOf.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/min.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/minBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/mixin.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/multiply.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/nAry.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/negate.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/next.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/noop.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/now.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/nth.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/nthArg.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/number.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/object.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/omit.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/omitAll.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/omitBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/once.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/orderBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/over.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/overArgs.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/overEvery.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/overSome.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/pad.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/padChars.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/padCharsEnd.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/padCharsStart.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/padEnd.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/padStart.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/parseInt.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/partial.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/partialRight.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/partition.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/path.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/pathEq.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/pathOr.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/paths.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/pick.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/pickAll.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/pickBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/pipe.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/placeholder.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/plant.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/pluck.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/prop.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/propEq.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/propOr.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/property.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/propertyOf.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/props.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/pull.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/pullAll.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/pullAllBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/pullAllWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/pullAt.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/random.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/range.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/rangeRight.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/rangeStep.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/rangeStepRight.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/rearg.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/reduce.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/reduceRight.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/reject.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/remove.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/repeat.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/replace.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/rest.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/restFrom.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/result.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/reverse.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/round.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/sample.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/sampleSize.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/seq.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/set.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/setWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/shuffle.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/size.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/slice.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/snakeCase.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/some.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/sortBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/sortedIndex.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/sortedIndexBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/sortedIndexOf.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/sortedLastIndex.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/sortedLastIndexBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/sortedLastIndexOf.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/sortedUniq.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/sortedUniqBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/split.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/spread.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/spreadFrom.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/startCase.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/startsWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/string.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/stubArray.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/stubFalse.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/stubObject.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/stubString.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/stubTrue.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/subtract.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/sum.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/sumBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/symmetricDifference.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/symmetricDifferenceBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/symmetricDifferenceWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/tail.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/take.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/takeLast.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/takeLastWhile.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/takeRight.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/takeRightWhile.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/takeWhile.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/tap.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/template.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/templateSettings.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/throttle.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/thru.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/times.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/toArray.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/toFinite.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/toInteger.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/toIterator.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/toJSON.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/toLength.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/toLower.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/toNumber.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/toPairs.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/toPairsIn.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/toPath.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/toPlainObject.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/toSafeInteger.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/toString.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/toUpper.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/transform.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/trim.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/trimChars.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/trimCharsEnd.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/trimCharsStart.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/trimEnd.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/trimStart.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/truncate.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/unapply.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/unary.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/unescape.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/union.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/unionBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/unionWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/uniq.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/uniqBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/uniqWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/uniqueId.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/unnest.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/unset.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/unzip.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/unzipWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/update.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/updateWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/upperCase.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/upperFirst.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/useWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/util.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/value.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/valueOf.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/values.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/valuesIn.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/where.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/whereEq.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/without.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/words.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/wrap.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/wrapperAt.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/wrapperChain.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/wrapperLodash.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/wrapperReverse.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/wrapperValue.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/xor.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/xorBy.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/xorWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/zip.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/zipAll.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/zipObj.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/zipObject.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/zipObjectDeep.js +%%DATADIR%%/resources/app/node_modules/lodash/fp/zipWith.js +%%DATADIR%%/resources/app/node_modules/lodash/fromPairs.js +%%DATADIR%%/resources/app/node_modules/lodash/function.js +%%DATADIR%%/resources/app/node_modules/lodash/functions.js +%%DATADIR%%/resources/app/node_modules/lodash/functionsIn.js +%%DATADIR%%/resources/app/node_modules/lodash/get.js +%%DATADIR%%/resources/app/node_modules/lodash/groupBy.js +%%DATADIR%%/resources/app/node_modules/lodash/gt.js +%%DATADIR%%/resources/app/node_modules/lodash/gte.js +%%DATADIR%%/resources/app/node_modules/lodash/has.js +%%DATADIR%%/resources/app/node_modules/lodash/hasIn.js +%%DATADIR%%/resources/app/node_modules/lodash/head.js +%%DATADIR%%/resources/app/node_modules/lodash/identity.js +%%DATADIR%%/resources/app/node_modules/lodash/inRange.js +%%DATADIR%%/resources/app/node_modules/lodash/includes.js +%%DATADIR%%/resources/app/node_modules/lodash/index.js +%%DATADIR%%/resources/app/node_modules/lodash/indexOf.js +%%DATADIR%%/resources/app/node_modules/lodash/initial.js +%%DATADIR%%/resources/app/node_modules/lodash/intersection.js +%%DATADIR%%/resources/app/node_modules/lodash/intersectionBy.js +%%DATADIR%%/resources/app/node_modules/lodash/intersectionWith.js +%%DATADIR%%/resources/app/node_modules/lodash/invert.js +%%DATADIR%%/resources/app/node_modules/lodash/invertBy.js +%%DATADIR%%/resources/app/node_modules/lodash/invoke.js +%%DATADIR%%/resources/app/node_modules/lodash/invokeMap.js +%%DATADIR%%/resources/app/node_modules/lodash/isArguments.js +%%DATADIR%%/resources/app/node_modules/lodash/isArray.js +%%DATADIR%%/resources/app/node_modules/lodash/isArrayBuffer.js +%%DATADIR%%/resources/app/node_modules/lodash/isArrayLike.js +%%DATADIR%%/resources/app/node_modules/lodash/isArrayLikeObject.js +%%DATADIR%%/resources/app/node_modules/lodash/isBoolean.js +%%DATADIR%%/resources/app/node_modules/lodash/isBuffer.js +%%DATADIR%%/resources/app/node_modules/lodash/isDate.js +%%DATADIR%%/resources/app/node_modules/lodash/isElement.js +%%DATADIR%%/resources/app/node_modules/lodash/isEmpty.js +%%DATADIR%%/resources/app/node_modules/lodash/isEqual.js +%%DATADIR%%/resources/app/node_modules/lodash/isEqualWith.js +%%DATADIR%%/resources/app/node_modules/lodash/isError.js +%%DATADIR%%/resources/app/node_modules/lodash/isFinite.js +%%DATADIR%%/resources/app/node_modules/lodash/isFunction.js +%%DATADIR%%/resources/app/node_modules/lodash/isInteger.js +%%DATADIR%%/resources/app/node_modules/lodash/isLength.js +%%DATADIR%%/resources/app/node_modules/lodash/isMap.js +%%DATADIR%%/resources/app/node_modules/lodash/isMatch.js +%%DATADIR%%/resources/app/node_modules/lodash/isMatchWith.js +%%DATADIR%%/resources/app/node_modules/lodash/isNaN.js +%%DATADIR%%/resources/app/node_modules/lodash/isNative.js +%%DATADIR%%/resources/app/node_modules/lodash/isNil.js +%%DATADIR%%/resources/app/node_modules/lodash/isNull.js +%%DATADIR%%/resources/app/node_modules/lodash/isNumber.js +%%DATADIR%%/resources/app/node_modules/lodash/isObject.js +%%DATADIR%%/resources/app/node_modules/lodash/isObjectLike.js +%%DATADIR%%/resources/app/node_modules/lodash/isPlainObject.js +%%DATADIR%%/resources/app/node_modules/lodash/isRegExp.js +%%DATADIR%%/resources/app/node_modules/lodash/isSafeInteger.js +%%DATADIR%%/resources/app/node_modules/lodash/isSet.js +%%DATADIR%%/resources/app/node_modules/lodash/isString.js +%%DATADIR%%/resources/app/node_modules/lodash/isSymbol.js +%%DATADIR%%/resources/app/node_modules/lodash/isTypedArray.js +%%DATADIR%%/resources/app/node_modules/lodash/isUndefined.js +%%DATADIR%%/resources/app/node_modules/lodash/isWeakMap.js +%%DATADIR%%/resources/app/node_modules/lodash/isWeakSet.js +%%DATADIR%%/resources/app/node_modules/lodash/iteratee.js +%%DATADIR%%/resources/app/node_modules/lodash/join.js +%%DATADIR%%/resources/app/node_modules/lodash/kebabCase.js +%%DATADIR%%/resources/app/node_modules/lodash/keyBy.js +%%DATADIR%%/resources/app/node_modules/lodash/keys.js +%%DATADIR%%/resources/app/node_modules/lodash/keysIn.js +%%DATADIR%%/resources/app/node_modules/lodash/lang.js +%%DATADIR%%/resources/app/node_modules/lodash/last.js +%%DATADIR%%/resources/app/node_modules/lodash/lastIndexOf.js +%%DATADIR%%/resources/app/node_modules/lodash/lodash.js +%%DATADIR%%/resources/app/node_modules/lodash/lodash.min.js +%%DATADIR%%/resources/app/node_modules/lodash/lowerCase.js +%%DATADIR%%/resources/app/node_modules/lodash/lowerFirst.js +%%DATADIR%%/resources/app/node_modules/lodash/lt.js +%%DATADIR%%/resources/app/node_modules/lodash/lte.js +%%DATADIR%%/resources/app/node_modules/lodash/map.js +%%DATADIR%%/resources/app/node_modules/lodash/mapKeys.js +%%DATADIR%%/resources/app/node_modules/lodash/mapValues.js +%%DATADIR%%/resources/app/node_modules/lodash/matches.js +%%DATADIR%%/resources/app/node_modules/lodash/matchesProperty.js +%%DATADIR%%/resources/app/node_modules/lodash/math.js +%%DATADIR%%/resources/app/node_modules/lodash/max.js +%%DATADIR%%/resources/app/node_modules/lodash/maxBy.js +%%DATADIR%%/resources/app/node_modules/lodash/mean.js +%%DATADIR%%/resources/app/node_modules/lodash/meanBy.js +%%DATADIR%%/resources/app/node_modules/lodash/memoize.js +%%DATADIR%%/resources/app/node_modules/lodash/merge.js +%%DATADIR%%/resources/app/node_modules/lodash/mergeWith.js +%%DATADIR%%/resources/app/node_modules/lodash/method.js +%%DATADIR%%/resources/app/node_modules/lodash/methodOf.js +%%DATADIR%%/resources/app/node_modules/lodash/min.js +%%DATADIR%%/resources/app/node_modules/lodash/minBy.js +%%DATADIR%%/resources/app/node_modules/lodash/mixin.js +%%DATADIR%%/resources/app/node_modules/lodash/multiply.js +%%DATADIR%%/resources/app/node_modules/lodash/negate.js +%%DATADIR%%/resources/app/node_modules/lodash/next.js +%%DATADIR%%/resources/app/node_modules/lodash/noop.js +%%DATADIR%%/resources/app/node_modules/lodash/now.js +%%DATADIR%%/resources/app/node_modules/lodash/nth.js +%%DATADIR%%/resources/app/node_modules/lodash/nthArg.js +%%DATADIR%%/resources/app/node_modules/lodash/number.js +%%DATADIR%%/resources/app/node_modules/lodash/object.js +%%DATADIR%%/resources/app/node_modules/lodash/omit.js +%%DATADIR%%/resources/app/node_modules/lodash/omitBy.js +%%DATADIR%%/resources/app/node_modules/lodash/once.js +%%DATADIR%%/resources/app/node_modules/lodash/orderBy.js +%%DATADIR%%/resources/app/node_modules/lodash/over.js +%%DATADIR%%/resources/app/node_modules/lodash/overArgs.js +%%DATADIR%%/resources/app/node_modules/lodash/overEvery.js +%%DATADIR%%/resources/app/node_modules/lodash/overSome.js +%%DATADIR%%/resources/app/node_modules/lodash/package.json +%%DATADIR%%/resources/app/node_modules/lodash/pad.js +%%DATADIR%%/resources/app/node_modules/lodash/padEnd.js +%%DATADIR%%/resources/app/node_modules/lodash/padStart.js +%%DATADIR%%/resources/app/node_modules/lodash/parseInt.js +%%DATADIR%%/resources/app/node_modules/lodash/partial.js +%%DATADIR%%/resources/app/node_modules/lodash/partialRight.js +%%DATADIR%%/resources/app/node_modules/lodash/partition.js +%%DATADIR%%/resources/app/node_modules/lodash/pick.js +%%DATADIR%%/resources/app/node_modules/lodash/pickBy.js +%%DATADIR%%/resources/app/node_modules/lodash/plant.js +%%DATADIR%%/resources/app/node_modules/lodash/property.js +%%DATADIR%%/resources/app/node_modules/lodash/propertyOf.js +%%DATADIR%%/resources/app/node_modules/lodash/pull.js +%%DATADIR%%/resources/app/node_modules/lodash/pullAll.js +%%DATADIR%%/resources/app/node_modules/lodash/pullAllBy.js +%%DATADIR%%/resources/app/node_modules/lodash/pullAllWith.js +%%DATADIR%%/resources/app/node_modules/lodash/pullAt.js +%%DATADIR%%/resources/app/node_modules/lodash/random.js +%%DATADIR%%/resources/app/node_modules/lodash/range.js +%%DATADIR%%/resources/app/node_modules/lodash/rangeRight.js +%%DATADIR%%/resources/app/node_modules/lodash/rearg.js +%%DATADIR%%/resources/app/node_modules/lodash/reduce.js +%%DATADIR%%/resources/app/node_modules/lodash/reduceRight.js +%%DATADIR%%/resources/app/node_modules/lodash/reject.js +%%DATADIR%%/resources/app/node_modules/lodash/release.md +%%DATADIR%%/resources/app/node_modules/lodash/remove.js +%%DATADIR%%/resources/app/node_modules/lodash/repeat.js +%%DATADIR%%/resources/app/node_modules/lodash/replace.js +%%DATADIR%%/resources/app/node_modules/lodash/rest.js +%%DATADIR%%/resources/app/node_modules/lodash/result.js +%%DATADIR%%/resources/app/node_modules/lodash/reverse.js +%%DATADIR%%/resources/app/node_modules/lodash/round.js +%%DATADIR%%/resources/app/node_modules/lodash/sample.js +%%DATADIR%%/resources/app/node_modules/lodash/sampleSize.js +%%DATADIR%%/resources/app/node_modules/lodash/seq.js +%%DATADIR%%/resources/app/node_modules/lodash/set.js +%%DATADIR%%/resources/app/node_modules/lodash/setWith.js +%%DATADIR%%/resources/app/node_modules/lodash/shuffle.js +%%DATADIR%%/resources/app/node_modules/lodash/size.js +%%DATADIR%%/resources/app/node_modules/lodash/slice.js +%%DATADIR%%/resources/app/node_modules/lodash/snakeCase.js +%%DATADIR%%/resources/app/node_modules/lodash/some.js +%%DATADIR%%/resources/app/node_modules/lodash/sortBy.js +%%DATADIR%%/resources/app/node_modules/lodash/sortedIndex.js +%%DATADIR%%/resources/app/node_modules/lodash/sortedIndexBy.js +%%DATADIR%%/resources/app/node_modules/lodash/sortedIndexOf.js +%%DATADIR%%/resources/app/node_modules/lodash/sortedLastIndex.js +%%DATADIR%%/resources/app/node_modules/lodash/sortedLastIndexBy.js +%%DATADIR%%/resources/app/node_modules/lodash/sortedLastIndexOf.js +%%DATADIR%%/resources/app/node_modules/lodash/sortedUniq.js +%%DATADIR%%/resources/app/node_modules/lodash/sortedUniqBy.js +%%DATADIR%%/resources/app/node_modules/lodash/split.js +%%DATADIR%%/resources/app/node_modules/lodash/spread.js +%%DATADIR%%/resources/app/node_modules/lodash/startCase.js +%%DATADIR%%/resources/app/node_modules/lodash/startsWith.js +%%DATADIR%%/resources/app/node_modules/lodash/string.js +%%DATADIR%%/resources/app/node_modules/lodash/stubArray.js +%%DATADIR%%/resources/app/node_modules/lodash/stubFalse.js +%%DATADIR%%/resources/app/node_modules/lodash/stubObject.js +%%DATADIR%%/resources/app/node_modules/lodash/stubString.js +%%DATADIR%%/resources/app/node_modules/lodash/stubTrue.js +%%DATADIR%%/resources/app/node_modules/lodash/subtract.js +%%DATADIR%%/resources/app/node_modules/lodash/sum.js +%%DATADIR%%/resources/app/node_modules/lodash/sumBy.js +%%DATADIR%%/resources/app/node_modules/lodash/tail.js +%%DATADIR%%/resources/app/node_modules/lodash/take.js +%%DATADIR%%/resources/app/node_modules/lodash/takeRight.js +%%DATADIR%%/resources/app/node_modules/lodash/takeRightWhile.js +%%DATADIR%%/resources/app/node_modules/lodash/takeWhile.js +%%DATADIR%%/resources/app/node_modules/lodash/tap.js +%%DATADIR%%/resources/app/node_modules/lodash/template.js +%%DATADIR%%/resources/app/node_modules/lodash/templateSettings.js +%%DATADIR%%/resources/app/node_modules/lodash/throttle.js +%%DATADIR%%/resources/app/node_modules/lodash/thru.js +%%DATADIR%%/resources/app/node_modules/lodash/times.js +%%DATADIR%%/resources/app/node_modules/lodash/toArray.js +%%DATADIR%%/resources/app/node_modules/lodash/toFinite.js +%%DATADIR%%/resources/app/node_modules/lodash/toInteger.js +%%DATADIR%%/resources/app/node_modules/lodash/toIterator.js +%%DATADIR%%/resources/app/node_modules/lodash/toJSON.js +%%DATADIR%%/resources/app/node_modules/lodash/toLength.js +%%DATADIR%%/resources/app/node_modules/lodash/toLower.js +%%DATADIR%%/resources/app/node_modules/lodash/toNumber.js +%%DATADIR%%/resources/app/node_modules/lodash/toPairs.js +%%DATADIR%%/resources/app/node_modules/lodash/toPairsIn.js +%%DATADIR%%/resources/app/node_modules/lodash/toPath.js +%%DATADIR%%/resources/app/node_modules/lodash/toPlainObject.js +%%DATADIR%%/resources/app/node_modules/lodash/toSafeInteger.js +%%DATADIR%%/resources/app/node_modules/lodash/toString.js +%%DATADIR%%/resources/app/node_modules/lodash/toUpper.js +%%DATADIR%%/resources/app/node_modules/lodash/transform.js +%%DATADIR%%/resources/app/node_modules/lodash/trim.js +%%DATADIR%%/resources/app/node_modules/lodash/trimEnd.js +%%DATADIR%%/resources/app/node_modules/lodash/trimStart.js +%%DATADIR%%/resources/app/node_modules/lodash/truncate.js +%%DATADIR%%/resources/app/node_modules/lodash/unary.js +%%DATADIR%%/resources/app/node_modules/lodash/unescape.js +%%DATADIR%%/resources/app/node_modules/lodash/union.js +%%DATADIR%%/resources/app/node_modules/lodash/unionBy.js +%%DATADIR%%/resources/app/node_modules/lodash/unionWith.js +%%DATADIR%%/resources/app/node_modules/lodash/uniq.js +%%DATADIR%%/resources/app/node_modules/lodash/uniqBy.js +%%DATADIR%%/resources/app/node_modules/lodash/uniqWith.js +%%DATADIR%%/resources/app/node_modules/lodash/uniqueId.js +%%DATADIR%%/resources/app/node_modules/lodash/unset.js +%%DATADIR%%/resources/app/node_modules/lodash/unzip.js +%%DATADIR%%/resources/app/node_modules/lodash/unzipWith.js +%%DATADIR%%/resources/app/node_modules/lodash/update.js +%%DATADIR%%/resources/app/node_modules/lodash/updateWith.js +%%DATADIR%%/resources/app/node_modules/lodash/upperCase.js +%%DATADIR%%/resources/app/node_modules/lodash/upperFirst.js +%%DATADIR%%/resources/app/node_modules/lodash/util.js +%%DATADIR%%/resources/app/node_modules/lodash/value.js +%%DATADIR%%/resources/app/node_modules/lodash/valueOf.js +%%DATADIR%%/resources/app/node_modules/lodash/values.js +%%DATADIR%%/resources/app/node_modules/lodash/valuesIn.js +%%DATADIR%%/resources/app/node_modules/lodash/without.js +%%DATADIR%%/resources/app/node_modules/lodash/words.js +%%DATADIR%%/resources/app/node_modules/lodash/wrap.js +%%DATADIR%%/resources/app/node_modules/lodash/wrapperAt.js +%%DATADIR%%/resources/app/node_modules/lodash/wrapperChain.js +%%DATADIR%%/resources/app/node_modules/lodash/wrapperLodash.js +%%DATADIR%%/resources/app/node_modules/lodash/wrapperReverse.js +%%DATADIR%%/resources/app/node_modules/lodash/wrapperValue.js +%%DATADIR%%/resources/app/node_modules/lodash/xor.js +%%DATADIR%%/resources/app/node_modules/lodash/xorBy.js +%%DATADIR%%/resources/app/node_modules/lodash/xorWith.js +%%DATADIR%%/resources/app/node_modules/lodash/zip.js +%%DATADIR%%/resources/app/node_modules/lodash/zipObject.js +%%DATADIR%%/resources/app/node_modules/lodash/zipObjectDeep.js +%%DATADIR%%/resources/app/node_modules/lodash/zipWith.js +%%DATADIR%%/resources/app/node_modules/math-intrinsics/LICENSE +%%DATADIR%%/resources/app/node_modules/math-intrinsics/abs.js +%%DATADIR%%/resources/app/node_modules/math-intrinsics/constants/maxArrayLength.js +%%DATADIR%%/resources/app/node_modules/math-intrinsics/constants/maxSafeInteger.js +%%DATADIR%%/resources/app/node_modules/math-intrinsics/constants/maxValue.js +%%DATADIR%%/resources/app/node_modules/math-intrinsics/floor.js +%%DATADIR%%/resources/app/node_modules/math-intrinsics/isFinite.js +%%DATADIR%%/resources/app/node_modules/math-intrinsics/isInteger.js +%%DATADIR%%/resources/app/node_modules/math-intrinsics/isNaN.js +%%DATADIR%%/resources/app/node_modules/math-intrinsics/isNegativeZero.js +%%DATADIR%%/resources/app/node_modules/math-intrinsics/max.js +%%DATADIR%%/resources/app/node_modules/math-intrinsics/min.js +%%DATADIR%%/resources/app/node_modules/math-intrinsics/mod.js +%%DATADIR%%/resources/app/node_modules/math-intrinsics/package.json +%%DATADIR%%/resources/app/node_modules/math-intrinsics/pow.js +%%DATADIR%%/resources/app/node_modules/math-intrinsics/round.js +%%DATADIR%%/resources/app/node_modules/math-intrinsics/sign.js +%%DATADIR%%/resources/app/node_modules/math-intrinsics/tsconfig.json %%DATADIR%%/resources/app/node_modules/micromatch/LICENSE %%DATADIR%%/resources/app/node_modules/micromatch/index.js %%DATADIR%%/resources/app/node_modules/micromatch/package.json +%%DATADIR%%/resources/app/node_modules/mime-db/HISTORY.md +%%DATADIR%%/resources/app/node_modules/mime-db/LICENSE +%%DATADIR%%/resources/app/node_modules/mime-db/db.json +%%DATADIR%%/resources/app/node_modules/mime-db/index.js +%%DATADIR%%/resources/app/node_modules/mime-db/package.json +%%DATADIR%%/resources/app/node_modules/mime-types/HISTORY.md +%%DATADIR%%/resources/app/node_modules/mime-types/LICENSE +%%DATADIR%%/resources/app/node_modules/mime-types/index.js +%%DATADIR%%/resources/app/node_modules/mime-types/package.json +%%DATADIR%%/resources/app/node_modules/mime/LICENSE +%%DATADIR%%/resources/app/node_modules/mime/cli.js +%%DATADIR%%/resources/app/node_modules/mime/mime.js +%%DATADIR%%/resources/app/node_modules/mime/package.json +%%DATADIR%%/resources/app/node_modules/mime/src/build.js +%%DATADIR%%/resources/app/node_modules/mime/src/test.js +%%DATADIR%%/resources/app/node_modules/mime/types.json +%%DATADIR%%/resources/app/node_modules/minimatch/LICENSE +%%DATADIR%%/resources/app/node_modules/minimatch/minimatch.js +%%DATADIR%%/resources/app/node_modules/minimatch/package.json %%DATADIR%%/resources/app/node_modules/minimist/LICENSE %%DATADIR%%/resources/app/node_modules/minimist/index.js %%DATADIR%%/resources/app/node_modules/minimist/package.json @@ -1748,6 +7828,9 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/ms/index.js %%DATADIR%%/resources/app/node_modules/ms/license.md %%DATADIR%%/resources/app/node_modules/ms/package.json +%%DATADIR%%/resources/app/node_modules/mute-stream/LICENSE +%%DATADIR%%/resources/app/node_modules/mute-stream/mute.js +%%DATADIR%%/resources/app/node_modules/mute-stream/package.json %%DATADIR%%/resources/app/node_modules/napi-build-utils/LICENSE %%DATADIR%%/resources/app/node_modules/napi-build-utils/index.js %%DATADIR%%/resources/app/node_modules/napi-build-utils/index.md @@ -1775,6 +7858,64 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/node-abi/index.js %%DATADIR%%/resources/app/node_modules/node-abi/package.json %%DATADIR%%/resources/app/node_modules/node-abi/scripts/update-abi-registry.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/LICENSE +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/index.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/node-ovsx-sign +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/commands.d.ts.map +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/commands.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/commands.test.d.ts.map +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/commands.test.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/constants.d.ts.map +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/constants.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/download.d.ts.map +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/download.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/endpoints.d.ts.map +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/endpoints.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/errors.d.ts.map +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/errors.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/extension-metadata.d.ts.map +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/extension-metadata.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/extension-metadata.test.d.ts.map +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/extension-metadata.test.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/keys.d.ts.map +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/keys.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/ovsx-e2e.test.d.ts.map +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/ovsx-e2e.test.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/sign.d.ts.map +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/sign.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/signature-manifest.d.ts.map +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/signature-manifest.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/signature-manifest.test.d.ts.map +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/signature-manifest.test.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/verify.d.ts.map +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/verify.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/zip.d.ts.map +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/lib/utils/zip.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/commander/LICENSE +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/commander/Readme.md +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/commander/esm.mjs +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/commander/index.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/commander/lib/argument.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/commander/lib/command.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/commander/lib/error.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/commander/lib/help.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/commander/lib/option.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/commander/lib/suggestSimilar.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/commander/package-support.json +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/commander/package.json +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/node-fetch/LICENSE.md +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/node-fetch/browser.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/node-fetch/lib/index.es.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/node-fetch/lib/index.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/node-fetch/lib/index.mjs +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/node-fetch/package.json +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/yauzl/LICENSE +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/yauzl/fd-slicer.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/yauzl/index.js +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/node_modules/yauzl/package.json +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/package.json +%%DATADIR%%/resources/app/node_modules/node-ovsx-sign/src/node-ovsx-sign %%DATADIR%%/resources/app/node_modules/node-pty/LICENSE %%DATADIR%%/resources/app/node_modules/node-pty/build/Release/pty.node %%DATADIR%%/resources/app/node_modules/node-pty/lib/conpty_console_list_agent.js @@ -1792,6 +7933,23 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/node-pty/lib/worker/conoutSocketWorker.js %%DATADIR%%/resources/app/node_modules/node-pty/node-addon-api/node_addon_api.Makefile %%DATADIR%%/resources/app/node_modules/node-pty/package.json +%%DATADIR%%/resources/app/node_modules/normalize-path/LICENSE +%%DATADIR%%/resources/app/node_modules/normalize-path/index.js +%%DATADIR%%/resources/app/node_modules/normalize-path/package.json +%%DATADIR%%/resources/app/node_modules/nth-check/LICENSE +%%DATADIR%%/resources/app/node_modules/nth-check/lib/compile.d.ts.map +%%DATADIR%%/resources/app/node_modules/nth-check/lib/compile.js +%%DATADIR%%/resources/app/node_modules/nth-check/lib/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/nth-check/lib/index.js +%%DATADIR%%/resources/app/node_modules/nth-check/lib/parse.d.ts.map +%%DATADIR%%/resources/app/node_modules/nth-check/lib/parse.js +%%DATADIR%%/resources/app/node_modules/nth-check/package.json +%%DATADIR%%/resources/app/node_modules/object-inspect/LICENSE +%%DATADIR%%/resources/app/node_modules/object-inspect/index.js +%%DATADIR%%/resources/app/node_modules/object-inspect/package-support.json +%%DATADIR%%/resources/app/node_modules/object-inspect/package.json +%%DATADIR%%/resources/app/node_modules/object-inspect/test-core-js.js +%%DATADIR%%/resources/app/node_modules/object-inspect/util.inspect.js %%DATADIR%%/resources/app/node_modules/once/LICENSE %%DATADIR%%/resources/app/node_modules/once/once.js %%DATADIR%%/resources/app/node_modules/once/package.json @@ -1850,6 +8008,128 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/opentype.js/src/tables/sfnt.js %%DATADIR%%/resources/app/node_modules/opentype.js/src/types.js %%DATADIR%%/resources/app/node_modules/opentype.js/src/util.js +%%DATADIR%%/resources/app/node_modules/package-json-from-dist/LICENSE.md +%%DATADIR%%/resources/app/node_modules/package-json-from-dist/dist/commonjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/package-json-from-dist/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/package-json-from-dist/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/package-json-from-dist/dist/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/package-json-from-dist/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/package-json-from-dist/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/package-json-from-dist/package.json +%%DATADIR%%/resources/app/node_modules/parse-semver/LICENSE.md +%%DATADIR%%/resources/app/node_modules/parse-semver/index.js +%%DATADIR%%/resources/app/node_modules/parse-semver/node_modules/semver/LICENSE +%%DATADIR%%/resources/app/node_modules/parse-semver/node_modules/semver/bin/semver +%%DATADIR%%/resources/app/node_modules/parse-semver/node_modules/semver/package.json +%%DATADIR%%/resources/app/node_modules/parse-semver/node_modules/semver/range.bnf +%%DATADIR%%/resources/app/node_modules/parse-semver/node_modules/semver/semver.js +%%DATADIR%%/resources/app/node_modules/parse-semver/package.json +%%DATADIR%%/resources/app/node_modules/parse-semver/test.js +%%DATADIR%%/resources/app/node_modules/parse5-htmlparser2-tree-adapter/LICENSE +%%DATADIR%%/resources/app/node_modules/parse5-htmlparser2-tree-adapter/dist/cjs/index.js +%%DATADIR%%/resources/app/node_modules/parse5-htmlparser2-tree-adapter/dist/cjs/package.json +%%DATADIR%%/resources/app/node_modules/parse5-htmlparser2-tree-adapter/dist/index.js +%%DATADIR%%/resources/app/node_modules/parse5-htmlparser2-tree-adapter/package.json +%%DATADIR%%/resources/app/node_modules/parse5-parser-stream/LICENSE +%%DATADIR%%/resources/app/node_modules/parse5-parser-stream/dist/cjs/index.js +%%DATADIR%%/resources/app/node_modules/parse5-parser-stream/dist/cjs/package.json +%%DATADIR%%/resources/app/node_modules/parse5-parser-stream/dist/index.js +%%DATADIR%%/resources/app/node_modules/parse5-parser-stream/package.json +%%DATADIR%%/resources/app/node_modules/parse5/LICENSE +%%DATADIR%%/resources/app/node_modules/parse5/dist/cjs/common/doctype.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/cjs/common/error-codes.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/cjs/common/foreign-content.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/cjs/common/html.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/cjs/common/token.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/cjs/common/unicode.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/cjs/index.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/cjs/package.json +%%DATADIR%%/resources/app/node_modules/parse5/dist/cjs/parser/formatting-element-list.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/cjs/parser/index.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/cjs/parser/open-element-stack.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/cjs/serializer/index.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/cjs/tokenizer/index.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/cjs/tokenizer/preprocessor.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/cjs/tree-adapters/default.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/cjs/tree-adapters/interface.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/common/doctype.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/common/error-codes.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/common/foreign-content.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/common/html.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/common/token.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/common/unicode.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/index.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/parser/formatting-element-list.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/parser/index.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/parser/open-element-stack.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/serializer/index.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/tokenizer/index.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/tokenizer/preprocessor.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/tree-adapters/default.js +%%DATADIR%%/resources/app/node_modules/parse5/dist/tree-adapters/interface.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/LICENSE +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/decode.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/commonjs/decode-codepoint.d.ts.map +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/commonjs/decode-codepoint.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/commonjs/decode.d.ts.map +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/commonjs/decode.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/commonjs/encode.d.ts.map +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/commonjs/encode.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/commonjs/escape.d.ts.map +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/commonjs/escape.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/commonjs/generated/decode-data-html.d.ts.map +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/commonjs/generated/decode-data-html.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/commonjs/generated/decode-data-xml.d.ts.map +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/commonjs/generated/decode-data-xml.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/commonjs/generated/encode-html.d.ts.map +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/commonjs/generated/encode-html.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/commonjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/esm/decode-codepoint.d.ts.map +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/esm/decode-codepoint.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/esm/decode.d.ts.map +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/esm/decode.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/esm/encode.d.ts.map +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/esm/encode.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/esm/escape.d.ts.map +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/esm/escape.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/esm/generated/decode-data-html.d.ts.map +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/esm/generated/decode-data-html.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/esm/generated/decode-data-xml.d.ts.map +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/esm/generated/decode-data-xml.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/esm/generated/encode-html.d.ts.map +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/esm/generated/encode-html.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/escape.js +%%DATADIR%%/resources/app/node_modules/parse5/node_modules/entities/package.json +%%DATADIR%%/resources/app/node_modules/parse5/package.json +%%DATADIR%%/resources/app/node_modules/path-is-absolute/index.js +%%DATADIR%%/resources/app/node_modules/path-is-absolute/license +%%DATADIR%%/resources/app/node_modules/path-is-absolute/package.json +%%DATADIR%%/resources/app/node_modules/path-key/index.js +%%DATADIR%%/resources/app/node_modules/path-key/license +%%DATADIR%%/resources/app/node_modules/path-key/package.json +%%DATADIR%%/resources/app/node_modules/path-scurry/LICENSE.md +%%DATADIR%%/resources/app/node_modules/path-scurry/dist/commonjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/path-scurry/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/path-scurry/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/path-scurry/dist/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/path-scurry/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/path-scurry/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/path-scurry/node_modules/lru-cache/LICENSE +%%DATADIR%%/resources/app/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.js +%%DATADIR%%/resources/app/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.min.js +%%DATADIR%%/resources/app/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/package.json +%%DATADIR%%/resources/app/node_modules/path-scurry/node_modules/lru-cache/dist/esm/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/path-scurry/node_modules/lru-cache/dist/esm/index.js +%%DATADIR%%/resources/app/node_modules/path-scurry/node_modules/lru-cache/dist/esm/index.min.js +%%DATADIR%%/resources/app/node_modules/path-scurry/node_modules/lru-cache/dist/esm/package.json +%%DATADIR%%/resources/app/node_modules/path-scurry/node_modules/lru-cache/package.json +%%DATADIR%%/resources/app/node_modules/path-scurry/package.json %%DATADIR%%/resources/app/node_modules/pend/LICENSE %%DATADIR%%/resources/app/node_modules/pend/index.js %%DATADIR%%/resources/app/node_modules/pend/package.json @@ -1862,6 +8142,14 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/picomatch/lib/scan.js %%DATADIR%%/resources/app/node_modules/picomatch/lib/utils.js %%DATADIR%%/resources/app/node_modules/picomatch/package.json +%%DATADIR%%/resources/app/node_modules/process-nextick-args/index.js +%%DATADIR%%/resources/app/node_modules/process-nextick-args/license.md +%%DATADIR%%/resources/app/node_modules/process-nextick-args/package.json +%%DATADIR%%/resources/app/node_modules/process/LICENSE +%%DATADIR%%/resources/app/node_modules/process/browser.js +%%DATADIR%%/resources/app/node_modules/process/index.js +%%DATADIR%%/resources/app/node_modules/process/package.json +%%DATADIR%%/resources/app/node_modules/process/test.js %%DATADIR%%/resources/app/node_modules/promise-stream-reader/LICENSE.md %%DATADIR%%/resources/app/node_modules/promise-stream-reader/dist/index.js %%DATADIR%%/resources/app/node_modules/promise-stream-reader/package.json @@ -1871,6 +8159,14 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/proxy-from-env/index.js %%DATADIR%%/resources/app/node_modules/proxy-from-env/package.json %%DATADIR%%/resources/app/node_modules/proxy-from-env/test.js +%%DATADIR%%/resources/app/node_modules/qs/LICENSE.md +%%DATADIR%%/resources/app/node_modules/qs/dist/qs.js +%%DATADIR%%/resources/app/node_modules/qs/lib/formats.js +%%DATADIR%%/resources/app/node_modules/qs/lib/index.js +%%DATADIR%%/resources/app/node_modules/qs/lib/parse.js +%%DATADIR%%/resources/app/node_modules/qs/lib/stringify.js +%%DATADIR%%/resources/app/node_modules/qs/lib/utils.js +%%DATADIR%%/resources/app/node_modules/qs/package.json %%DATADIR%%/resources/app/node_modules/rc/LICENSE.APACHE2 %%DATADIR%%/resources/app/node_modules/rc/LICENSE.BSD %%DATADIR%%/resources/app/node_modules/rc/LICENSE.MIT @@ -1882,6 +8178,9 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/rc/node_modules/strip-json-comments/license %%DATADIR%%/resources/app/node_modules/rc/node_modules/strip-json-comments/package.json %%DATADIR%%/resources/app/node_modules/rc/package.json +%%DATADIR%%/resources/app/node_modules/read/LICENSE +%%DATADIR%%/resources/app/node_modules/read/lib/read.js +%%DATADIR%%/resources/app/node_modules/read/package.json %%DATADIR%%/resources/app/node_modules/readable-stream/GOVERNANCE.md %%DATADIR%%/resources/app/node_modules/readable-stream/LICENSE %%DATADIR%%/resources/app/node_modules/readable-stream/errors-browser.js @@ -1905,12 +8204,42 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/readable-stream/package.json %%DATADIR%%/resources/app/node_modules/readable-stream/readable-browser.js %%DATADIR%%/resources/app/node_modules/readable-stream/readable.js +%%DATADIR%%/resources/app/node_modules/readdir-glob/LICENSE +%%DATADIR%%/resources/app/node_modules/readdir-glob/index.js +%%DATADIR%%/resources/app/node_modules/readdir-glob/node_modules/brace-expansion/LICENSE +%%DATADIR%%/resources/app/node_modules/readdir-glob/node_modules/brace-expansion/index.js +%%DATADIR%%/resources/app/node_modules/readdir-glob/node_modules/brace-expansion/package.json +%%DATADIR%%/resources/app/node_modules/readdir-glob/node_modules/minimatch/LICENSE +%%DATADIR%%/resources/app/node_modules/readdir-glob/node_modules/minimatch/lib/path.js +%%DATADIR%%/resources/app/node_modules/readdir-glob/node_modules/minimatch/minimatch.js +%%DATADIR%%/resources/app/node_modules/readdir-glob/node_modules/minimatch/package.json +%%DATADIR%%/resources/app/node_modules/readdir-glob/package.json +%%DATADIR%%/resources/app/node_modules/rimraf/LICENSE +%%DATADIR%%/resources/app/node_modules/rimraf/bin.js +%%DATADIR%%/resources/app/node_modules/rimraf/node_modules/glob/LICENSE +%%DATADIR%%/resources/app/node_modules/rimraf/node_modules/glob/changelog.md +%%DATADIR%%/resources/app/node_modules/rimraf/node_modules/glob/common.js +%%DATADIR%%/resources/app/node_modules/rimraf/node_modules/glob/glob.js +%%DATADIR%%/resources/app/node_modules/rimraf/node_modules/glob/package.json +%%DATADIR%%/resources/app/node_modules/rimraf/node_modules/glob/sync.js +%%DATADIR%%/resources/app/node_modules/rimraf/package.json +%%DATADIR%%/resources/app/node_modules/rimraf/rimraf.js %%DATADIR%%/resources/app/node_modules/run-applescript/index.js %%DATADIR%%/resources/app/node_modules/run-applescript/license %%DATADIR%%/resources/app/node_modules/run-applescript/package.json %%DATADIR%%/resources/app/node_modules/safe-buffer/LICENSE %%DATADIR%%/resources/app/node_modules/safe-buffer/index.js %%DATADIR%%/resources/app/node_modules/safe-buffer/package.json +%%DATADIR%%/resources/app/node_modules/safer-buffer/LICENSE +%%DATADIR%%/resources/app/node_modules/safer-buffer/Porting-Buffer.md +%%DATADIR%%/resources/app/node_modules/safer-buffer/Readme.md +%%DATADIR%%/resources/app/node_modules/safer-buffer/dangerous.js +%%DATADIR%%/resources/app/node_modules/safer-buffer/package.json +%%DATADIR%%/resources/app/node_modules/safer-buffer/safer.js +%%DATADIR%%/resources/app/node_modules/safer-buffer/tests.js +%%DATADIR%%/resources/app/node_modules/sax/LICENSE +%%DATADIR%%/resources/app/node_modules/sax/lib/sax.js +%%DATADIR%%/resources/app/node_modules/sax/package.json %%DATADIR%%/resources/app/node_modules/semver/LICENSE %%DATADIR%%/resources/app/node_modules/semver/bin/semver.js %%DATADIR%%/resources/app/node_modules/semver/classes/comparator.js @@ -1962,6 +8291,44 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/semver/ranges/subset.js %%DATADIR%%/resources/app/node_modules/semver/ranges/to-comparators.js %%DATADIR%%/resources/app/node_modules/semver/ranges/valid.js +%%DATADIR%%/resources/app/node_modules/shebang-command/index.js +%%DATADIR%%/resources/app/node_modules/shebang-command/license +%%DATADIR%%/resources/app/node_modules/shebang-command/package.json +%%DATADIR%%/resources/app/node_modules/shebang-regex/index.js +%%DATADIR%%/resources/app/node_modules/shebang-regex/license +%%DATADIR%%/resources/app/node_modules/shebang-regex/package.json +%%DATADIR%%/resources/app/node_modules/side-channel-list/LICENSE +%%DATADIR%%/resources/app/node_modules/side-channel-list/index.js +%%DATADIR%%/resources/app/node_modules/side-channel-list/package.json +%%DATADIR%%/resources/app/node_modules/side-channel-list/tsconfig.json +%%DATADIR%%/resources/app/node_modules/side-channel-map/LICENSE +%%DATADIR%%/resources/app/node_modules/side-channel-map/index.js +%%DATADIR%%/resources/app/node_modules/side-channel-map/package.json +%%DATADIR%%/resources/app/node_modules/side-channel-map/tsconfig.json +%%DATADIR%%/resources/app/node_modules/side-channel-weakmap/LICENSE +%%DATADIR%%/resources/app/node_modules/side-channel-weakmap/index.js +%%DATADIR%%/resources/app/node_modules/side-channel-weakmap/package.json +%%DATADIR%%/resources/app/node_modules/side-channel-weakmap/tsconfig.json +%%DATADIR%%/resources/app/node_modules/side-channel/LICENSE +%%DATADIR%%/resources/app/node_modules/side-channel/index.js +%%DATADIR%%/resources/app/node_modules/side-channel/package.json +%%DATADIR%%/resources/app/node_modules/side-channel/tsconfig.json +%%DATADIR%%/resources/app/node_modules/signal-exit/LICENSE.txt +%%DATADIR%%/resources/app/node_modules/signal-exit/dist/cjs/browser.d.ts.map +%%DATADIR%%/resources/app/node_modules/signal-exit/dist/cjs/browser.js +%%DATADIR%%/resources/app/node_modules/signal-exit/dist/cjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/signal-exit/dist/cjs/index.js +%%DATADIR%%/resources/app/node_modules/signal-exit/dist/cjs/package.json +%%DATADIR%%/resources/app/node_modules/signal-exit/dist/cjs/signals.d.ts.map +%%DATADIR%%/resources/app/node_modules/signal-exit/dist/cjs/signals.js +%%DATADIR%%/resources/app/node_modules/signal-exit/dist/mjs/browser.d.ts.map +%%DATADIR%%/resources/app/node_modules/signal-exit/dist/mjs/browser.js +%%DATADIR%%/resources/app/node_modules/signal-exit/dist/mjs/index.d.ts.map +%%DATADIR%%/resources/app/node_modules/signal-exit/dist/mjs/index.js +%%DATADIR%%/resources/app/node_modules/signal-exit/dist/mjs/package.json +%%DATADIR%%/resources/app/node_modules/signal-exit/dist/mjs/signals.d.ts.map +%%DATADIR%%/resources/app/node_modules/signal-exit/dist/mjs/signals.js +%%DATADIR%%/resources/app/node_modules/signal-exit/package.json %%DATADIR%%/resources/app/node_modules/simple-concat/LICENSE %%DATADIR%%/resources/app/node_modules/simple-concat/index.js %%DATADIR%%/resources/app/node_modules/simple-concat/package.json @@ -1991,9 +8358,34 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/sprintf-js/package.json %%DATADIR%%/resources/app/node_modules/sprintf-js/src/angular-sprintf.js %%DATADIR%%/resources/app/node_modules/sprintf-js/src/sprintf.js +%%DATADIR%%/resources/app/node_modules/streamx/LICENSE +%%DATADIR%%/resources/app/node_modules/streamx/index.js +%%DATADIR%%/resources/app/node_modules/streamx/package.json +%%DATADIR%%/resources/app/node_modules/string-width-cjs/index.js +%%DATADIR%%/resources/app/node_modules/string-width-cjs/license +%%DATADIR%%/resources/app/node_modules/string-width-cjs/node_modules/emoji-regex/LICENSE-MIT.txt +%%DATADIR%%/resources/app/node_modules/string-width-cjs/node_modules/emoji-regex/es2015/index.js +%%DATADIR%%/resources/app/node_modules/string-width-cjs/node_modules/emoji-regex/es2015/text.js +%%DATADIR%%/resources/app/node_modules/string-width-cjs/node_modules/emoji-regex/index.js +%%DATADIR%%/resources/app/node_modules/string-width-cjs/node_modules/emoji-regex/package.json +%%DATADIR%%/resources/app/node_modules/string-width-cjs/node_modules/emoji-regex/text.js +%%DATADIR%%/resources/app/node_modules/string-width-cjs/package.json %%DATADIR%%/resources/app/node_modules/string_decoder/LICENSE %%DATADIR%%/resources/app/node_modules/string_decoder/lib/string_decoder.js %%DATADIR%%/resources/app/node_modules/string_decoder/package.json +%%DATADIR%%/resources/app/node_modules/strip-ansi-cjs/index.js +%%DATADIR%%/resources/app/node_modules/strip-ansi-cjs/license +%%DATADIR%%/resources/app/node_modules/strip-ansi-cjs/package.json +%%DATADIR%%/resources/app/node_modules/strip-ansi/index.js +%%DATADIR%%/resources/app/node_modules/strip-ansi/license +%%DATADIR%%/resources/app/node_modules/strip-ansi/package.json +%%DATADIR%%/resources/app/node_modules/tar-stream/LICENSE +%%DATADIR%%/resources/app/node_modules/tar-stream/constants.js +%%DATADIR%%/resources/app/node_modules/tar-stream/extract.js +%%DATADIR%%/resources/app/node_modules/tar-stream/headers.js +%%DATADIR%%/resources/app/node_modules/tar-stream/index.js +%%DATADIR%%/resources/app/node_modules/tar-stream/pack.js +%%DATADIR%%/resources/app/node_modules/tar-stream/package.json %%DATADIR%%/resources/app/node_modules/tar/LICENSE %%DATADIR%%/resources/app/node_modules/tar/index.js %%DATADIR%%/resources/app/node_modules/tar/lib/create.js @@ -2029,12 +8421,23 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/tas-client-umd/LICENSE %%DATADIR%%/resources/app/node_modules/tas-client-umd/lib/tas-client-umd.js %%DATADIR%%/resources/app/node_modules/tas-client-umd/package.json +%%DATADIR%%/resources/app/node_modules/text-decoder/LICENSE +%%DATADIR%%/resources/app/node_modules/text-decoder/index.js +%%DATADIR%%/resources/app/node_modules/text-decoder/lib/pass-through-decoder.js +%%DATADIR%%/resources/app/node_modules/text-decoder/lib/utf8-decoder.js +%%DATADIR%%/resources/app/node_modules/text-decoder/package.json %%DATADIR%%/resources/app/node_modules/tiny-inflate/LICENSE %%DATADIR%%/resources/app/node_modules/tiny-inflate/index.js %%DATADIR%%/resources/app/node_modules/tiny-inflate/package.json +%%DATADIR%%/resources/app/node_modules/tmp/LICENSE +%%DATADIR%%/resources/app/node_modules/tmp/lib/tmp.js +%%DATADIR%%/resources/app/node_modules/tmp/package.json %%DATADIR%%/resources/app/node_modules/to-regex-range/LICENSE %%DATADIR%%/resources/app/node_modules/to-regex-range/index.js %%DATADIR%%/resources/app/node_modules/to-regex-range/package.json +%%DATADIR%%/resources/app/node_modules/tr46/index.js +%%DATADIR%%/resources/app/node_modules/tr46/lib/mappingTable.json +%%DATADIR%%/resources/app/node_modules/tr46/package.json %%DATADIR%%/resources/app/node_modules/tslib/CopyrightNotice.txt %%DATADIR%%/resources/app/node_modules/tslib/LICENSE.txt %%DATADIR%%/resources/app/node_modules/tslib/SECURITY.md @@ -2049,6 +8452,526 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/tunnel-agent/LICENSE %%DATADIR%%/resources/app/node_modules/tunnel-agent/index.js %%DATADIR%%/resources/app/node_modules/tunnel-agent/package.json +%%DATADIR%%/resources/app/node_modules/tunnel/LICENSE +%%DATADIR%%/resources/app/node_modules/tunnel/index.js +%%DATADIR%%/resources/app/node_modules/tunnel/lib/tunnel.js +%%DATADIR%%/resources/app/node_modules/tunnel/package.json +%%DATADIR%%/resources/app/node_modules/typed-rest-client/Handlers.js +%%DATADIR%%/resources/app/node_modules/typed-rest-client/HttpClient.js +%%DATADIR%%/resources/app/node_modules/typed-rest-client/Index.js +%%DATADIR%%/resources/app/node_modules/typed-rest-client/Interfaces.js +%%DATADIR%%/resources/app/node_modules/typed-rest-client/LICENSE +%%DATADIR%%/resources/app/node_modules/typed-rest-client/RestClient.js +%%DATADIR%%/resources/app/node_modules/typed-rest-client/ThirdPartyNotice.txt +%%DATADIR%%/resources/app/node_modules/typed-rest-client/Util.js +%%DATADIR%%/resources/app/node_modules/typed-rest-client/handlers/basiccreds.js +%%DATADIR%%/resources/app/node_modules/typed-rest-client/handlers/bearertoken.js +%%DATADIR%%/resources/app/node_modules/typed-rest-client/handlers/ntlm.js +%%DATADIR%%/resources/app/node_modules/typed-rest-client/handlers/personalaccesstoken.js +%%DATADIR%%/resources/app/node_modules/typed-rest-client/opensource/Node-SMB/lib/common.js +%%DATADIR%%/resources/app/node_modules/typed-rest-client/opensource/Node-SMB/lib/ntlm.js +%%DATADIR%%/resources/app/node_modules/typed-rest-client/opensource/Node-SMB/lib/smbhash.js +%%DATADIR%%/resources/app/node_modules/typed-rest-client/package.json +%%DATADIR%%/resources/app/node_modules/underscore/LICENSE +%%DATADIR%%/resources/app/node_modules/underscore/amd/_baseCreate.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_baseIteratee.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_cb.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_chainResult.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_collectNonEnumProps.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_createAssigner.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_createEscaper.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_createIndexFinder.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_createPredicateIndexFinder.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_createReduce.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_createSizePropertyCheck.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_deepGet.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_escapeMap.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_executeBound.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_flatten.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_getByteLength.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_getLength.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_group.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_has.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_hasObjectTag.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_isArrayLike.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_isBufferLike.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_keyInObj.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_methodFingerprint.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_optimizeCb.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_set.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_setup.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_shallowProperty.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_stringTagBug.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_tagTester.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_toBufferView.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_toPath.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/_unescapeMap.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/after.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/allKeys.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/before.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/bind.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/bindAll.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/chain.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/chunk.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/clone.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/compact.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/compose.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/constant.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/contains.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/countBy.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/create.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/debounce.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/defaults.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/defer.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/delay.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/difference.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/each.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/escape.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/every.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/extend.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/extendOwn.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/filter.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/find.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/findIndex.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/findKey.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/findLastIndex.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/findWhere.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/first.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/flatten.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/functions.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/get.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/groupBy.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/has.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/identity.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/index-default.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/index.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/indexBy.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/indexOf.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/initial.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/intersection.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/invert.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/invoke.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isArguments.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isArray.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isArrayBuffer.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isBoolean.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isDataView.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isDate.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isElement.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isEmpty.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isEqual.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isError.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isFinite.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isFunction.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isMap.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isMatch.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isNaN.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isNull.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isNumber.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isObject.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isRegExp.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isSet.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isString.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isSymbol.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isTypedArray.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isUndefined.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isWeakMap.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/isWeakSet.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/iteratee.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/keys.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/last.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/lastIndexOf.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/map.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/mapObject.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/matcher.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/max.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/memoize.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/min.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/mixin.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/negate.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/noop.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/now.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/object.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/omit.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/once.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/pairs.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/partial.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/partition.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/pick.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/pluck.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/property.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/propertyOf.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/random.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/range.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/reduce.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/reduceRight.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/reject.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/rest.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/restArguments.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/result.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/sample.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/set.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/shuffle.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/size.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/some.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/sortBy.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/sortedIndex.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/tap.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/template.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/templateSettings.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/throttle.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/times.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/toArray.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/toPath.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/underscore-array-methods.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/underscore.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/unescape.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/union.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/uniq.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/uniqueId.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/unzip.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/values.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/where.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/without.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/wrap.js +%%DATADIR%%/resources/app/node_modules/underscore/amd/zip.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_baseCreate.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_baseIteratee.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_cb.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_chainResult.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_collectNonEnumProps.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_createAssigner.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_createEscaper.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_createIndexFinder.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_createPredicateIndexFinder.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_createReduce.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_createSizePropertyCheck.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_deepGet.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_escapeMap.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_executeBound.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_flatten.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_getByteLength.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_getLength.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_group.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_has.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_hasObjectTag.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_isArrayLike.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_isBufferLike.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_keyInObj.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_methodFingerprint.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_optimizeCb.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_set.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_setup.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_shallowProperty.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_stringTagBug.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_tagTester.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_toBufferView.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_toPath.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/_unescapeMap.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/after.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/allKeys.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/before.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/bind.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/bindAll.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/chain.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/chunk.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/clone.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/compact.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/compose.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/constant.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/contains.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/countBy.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/create.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/debounce.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/defaults.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/defer.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/delay.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/difference.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/each.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/escape.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/every.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/extend.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/extendOwn.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/filter.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/find.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/findIndex.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/findKey.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/findLastIndex.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/findWhere.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/first.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/flatten.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/functions.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/get.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/groupBy.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/has.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/identity.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/index-default.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/index.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/indexBy.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/indexOf.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/initial.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/intersection.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/invert.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/invoke.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isArguments.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isArray.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isArrayBuffer.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isBoolean.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isDataView.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isDate.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isElement.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isEmpty.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isEqual.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isError.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isFinite.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isFunction.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isMap.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isMatch.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isNaN.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isNull.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isNumber.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isObject.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isRegExp.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isSet.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isString.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isSymbol.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isTypedArray.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isUndefined.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isWeakMap.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/isWeakSet.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/iteratee.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/keys.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/last.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/lastIndexOf.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/map.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/mapObject.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/matcher.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/max.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/memoize.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/min.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/mixin.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/negate.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/noop.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/now.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/object.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/omit.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/once.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/pairs.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/partial.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/partition.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/pick.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/pluck.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/property.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/propertyOf.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/random.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/range.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/reduce.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/reduceRight.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/reject.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/rest.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/restArguments.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/result.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/sample.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/set.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/shuffle.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/size.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/some.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/sortBy.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/sortedIndex.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/tap.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/template.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/templateSettings.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/throttle.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/times.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/toArray.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/toPath.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/underscore-array-methods.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/underscore.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/unescape.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/union.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/uniq.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/uniqueId.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/unzip.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/values.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/where.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/without.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/wrap.js +%%DATADIR%%/resources/app/node_modules/underscore/cjs/zip.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_baseCreate.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_baseIteratee.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_cb.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_chainResult.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_collectNonEnumProps.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_createAssigner.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_createEscaper.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_createIndexFinder.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_createPredicateIndexFinder.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_createReduce.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_createSizePropertyCheck.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_deepGet.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_escapeMap.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_executeBound.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_flatten.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_getByteLength.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_getLength.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_group.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_has.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_hasObjectTag.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_isArrayLike.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_isBufferLike.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_keyInObj.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_methodFingerprint.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_optimizeCb.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_setup.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_shallowProperty.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_stringTagBug.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_tagTester.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_toBufferView.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_toPath.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/_unescapeMap.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/after.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/allKeys.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/before.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/bind.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/bindAll.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/chain.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/chunk.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/clone.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/compact.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/compose.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/constant.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/contains.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/countBy.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/create.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/debounce.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/defaults.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/defer.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/delay.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/difference.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/each.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/escape.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/every.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/extend.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/extendOwn.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/filter.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/find.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/findIndex.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/findKey.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/findLastIndex.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/findWhere.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/first.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/flatten.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/functions.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/get.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/groupBy.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/has.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/identity.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/index-all.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/index-default.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/index.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/indexBy.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/indexOf.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/initial.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/intersection.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/invert.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/invoke.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isArguments.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isArray.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isArrayBuffer.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isBoolean.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isDataView.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isDate.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isElement.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isEmpty.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isEqual.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isError.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isFinite.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isFunction.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isMap.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isMatch.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isNaN.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isNull.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isNumber.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isObject.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isRegExp.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isSet.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isString.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isSymbol.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isTypedArray.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isUndefined.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isWeakMap.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/isWeakSet.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/iteratee.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/keys.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/last.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/lastIndexOf.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/map.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/mapObject.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/matcher.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/max.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/memoize.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/min.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/mixin.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/negate.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/noop.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/now.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/object.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/omit.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/once.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/package.json +%%DATADIR%%/resources/app/node_modules/underscore/modules/pairs.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/partial.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/partition.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/pick.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/pluck.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/property.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/propertyOf.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/random.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/range.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/reduce.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/reduceRight.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/reject.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/rest.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/restArguments.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/result.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/sample.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/shuffle.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/size.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/some.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/sortBy.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/sortedIndex.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/tap.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/template.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/templateSettings.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/throttle.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/times.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/toArray.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/toPath.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/underscore-array-methods.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/underscore.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/unescape.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/union.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/uniq.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/uniqueId.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/unzip.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/values.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/where.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/without.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/wrap.js +%%DATADIR%%/resources/app/node_modules/underscore/modules/zip.js +%%DATADIR%%/resources/app/node_modules/underscore/package.json +%%DATADIR%%/resources/app/node_modules/underscore/underscore-esm-min.js +%%DATADIR%%/resources/app/node_modules/underscore/underscore-esm.js +%%DATADIR%%/resources/app/node_modules/underscore/underscore-min.js +%%DATADIR%%/resources/app/node_modules/underscore/underscore-node-f.cjs +%%DATADIR%%/resources/app/node_modules/underscore/underscore-node-f.cjs.map +%%DATADIR%%/resources/app/node_modules/underscore/underscore-node.cjs +%%DATADIR%%/resources/app/node_modules/underscore/underscore-node.cjs.map +%%DATADIR%%/resources/app/node_modules/underscore/underscore-node.mjs +%%DATADIR%%/resources/app/node_modules/underscore/underscore-node.mjs.map +%%DATADIR%%/resources/app/node_modules/underscore/underscore-umd-min.js +%%DATADIR%%/resources/app/node_modules/underscore/underscore-umd.js +%%DATADIR%%/resources/app/node_modules/underscore/underscore.js %%DATADIR%%/resources/app/node_modules/undici/LICENSE %%DATADIR%%/resources/app/node_modules/undici/index-fetch.js %%DATADIR%%/resources/app/node_modules/undici/index.js @@ -2060,7 +8983,6 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/undici/lib/api/api-upgrade.js %%DATADIR%%/resources/app/node_modules/undici/lib/api/index.js %%DATADIR%%/resources/app/node_modules/undici/lib/api/readable.js -%%DATADIR%%/resources/app/node_modules/undici/lib/api/util.js %%DATADIR%%/resources/app/node_modules/undici/lib/cache/memory-cache-store.js %%DATADIR%%/resources/app/node_modules/undici/lib/cache/sqlite-cache-store.js %%DATADIR%%/resources/app/node_modules/undici/lib/core/connect.js @@ -2094,6 +9016,7 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/undici/lib/handler/unwrap-handler.js %%DATADIR%%/resources/app/node_modules/undici/lib/handler/wrap-handler.js %%DATADIR%%/resources/app/node_modules/undici/lib/interceptor/cache.js +%%DATADIR%%/resources/app/node_modules/undici/lib/interceptor/decompress.js %%DATADIR%%/resources/app/node_modules/undici/lib/interceptor/dns.js %%DATADIR%%/resources/app/node_modules/undici/lib/interceptor/dump.js %%DATADIR%%/resources/app/node_modules/undici/lib/interceptor/redirect.js @@ -2112,8 +9035,12 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/undici/lib/mock/mock-symbols.js %%DATADIR%%/resources/app/node_modules/undici/lib/mock/mock-utils.js %%DATADIR%%/resources/app/node_modules/undici/lib/mock/pending-interceptors-formatter.js +%%DATADIR%%/resources/app/node_modules/undici/lib/mock/snapshot-agent.js +%%DATADIR%%/resources/app/node_modules/undici/lib/mock/snapshot-recorder.js +%%DATADIR%%/resources/app/node_modules/undici/lib/mock/snapshot-utils.js %%DATADIR%%/resources/app/node_modules/undici/lib/util/cache.js %%DATADIR%%/resources/app/node_modules/undici/lib/util/date.js +%%DATADIR%%/resources/app/node_modules/undici/lib/util/promise.js %%DATADIR%%/resources/app/node_modules/undici/lib/util/stats.js %%DATADIR%%/resources/app/node_modules/undici/lib/util/timers.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/cache/cache.js @@ -2130,7 +9057,6 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/undici/lib/web/fetch/body.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/fetch/constants.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/fetch/data-url.js -%%DATADIR%%/resources/app/node_modules/undici/lib/web/fetch/dispatcher-weakref.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/fetch/formdata-parser.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/fetch/formdata.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/fetch/global.js @@ -2139,7 +9065,9 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/undici/lib/web/fetch/request.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/fetch/response.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/fetch/util.js -%%DATADIR%%/resources/app/node_modules/undici/lib/web/fetch/webidl.js +%%DATADIR%%/resources/app/node_modules/undici/lib/web/subresource-integrity/Readme.md +%%DATADIR%%/resources/app/node_modules/undici/lib/web/subresource-integrity/subresource-integrity.js +%%DATADIR%%/resources/app/node_modules/undici/lib/web/webidl/index.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/websocket/connection.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/websocket/constants.js %%DATADIR%%/resources/app/node_modules/undici/lib/web/websocket/events.js @@ -2156,6 +9084,27 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/universalify/LICENSE %%DATADIR%%/resources/app/node_modules/universalify/index.js %%DATADIR%%/resources/app/node_modules/universalify/package.json +%%DATADIR%%/resources/app/node_modules/unzipper/LICENSE +%%DATADIR%%/resources/app/node_modules/unzipper/lib/BufferStream.js +%%DATADIR%%/resources/app/node_modules/unzipper/lib/Decrypt.js +%%DATADIR%%/resources/app/node_modules/unzipper/lib/NoopStream.js +%%DATADIR%%/resources/app/node_modules/unzipper/lib/Open/directory.js +%%DATADIR%%/resources/app/node_modules/unzipper/lib/Open/index.js +%%DATADIR%%/resources/app/node_modules/unzipper/lib/Open/unzip.js +%%DATADIR%%/resources/app/node_modules/unzipper/lib/PullStream.js +%%DATADIR%%/resources/app/node_modules/unzipper/lib/extract.js +%%DATADIR%%/resources/app/node_modules/unzipper/lib/parse.js +%%DATADIR%%/resources/app/node_modules/unzipper/lib/parseBuffer.js +%%DATADIR%%/resources/app/node_modules/unzipper/lib/parseDateTime.js +%%DATADIR%%/resources/app/node_modules/unzipper/lib/parseExtraField.js +%%DATADIR%%/resources/app/node_modules/unzipper/lib/parseOne.js +%%DATADIR%%/resources/app/node_modules/unzipper/package.json +%%DATADIR%%/resources/app/node_modules/unzipper/test.js +%%DATADIR%%/resources/app/node_modules/unzipper/unzip.js +%%DATADIR%%/resources/app/node_modules/url-join/LICENSE +%%DATADIR%%/resources/app/node_modules/url-join/bin/changelog +%%DATADIR%%/resources/app/node_modules/url-join/lib/url-join.js +%%DATADIR%%/resources/app/node_modules/url-join/package.json %%DATADIR%%/resources/app/node_modules/util-deprecate/LICENSE %%DATADIR%%/resources/app/node_modules/util-deprecate/browser.js %%DATADIR%%/resources/app/node_modules/util-deprecate/node.js @@ -2251,14 +9200,102 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/vscode-textmate/LICENSE.md %%DATADIR%%/resources/app/node_modules/vscode-textmate/package.json %%DATADIR%%/resources/app/node_modules/vscode-textmate/release/main.js +%%DATADIR%%/resources/app/node_modules/webidl-conversions/LICENSE.md +%%DATADIR%%/resources/app/node_modules/webidl-conversions/lib/index.js +%%DATADIR%%/resources/app/node_modules/webidl-conversions/package.json +%%DATADIR%%/resources/app/node_modules/whatwg-encoding/LICENSE.txt +%%DATADIR%%/resources/app/node_modules/whatwg-encoding/lib/labels-to-names.json +%%DATADIR%%/resources/app/node_modules/whatwg-encoding/lib/supported-names.json +%%DATADIR%%/resources/app/node_modules/whatwg-encoding/lib/whatwg-encoding.js +%%DATADIR%%/resources/app/node_modules/whatwg-encoding/package.json +%%DATADIR%%/resources/app/node_modules/whatwg-mimetype/LICENSE.txt +%%DATADIR%%/resources/app/node_modules/whatwg-mimetype/lib/mime-type-parameters.js +%%DATADIR%%/resources/app/node_modules/whatwg-mimetype/lib/mime-type.js +%%DATADIR%%/resources/app/node_modules/whatwg-mimetype/lib/parser.js +%%DATADIR%%/resources/app/node_modules/whatwg-mimetype/lib/serializer.js +%%DATADIR%%/resources/app/node_modules/whatwg-mimetype/lib/utils.js +%%DATADIR%%/resources/app/node_modules/whatwg-mimetype/package.json +%%DATADIR%%/resources/app/node_modules/whatwg-url/LICENSE.txt +%%DATADIR%%/resources/app/node_modules/whatwg-url/lib/URL-impl.js +%%DATADIR%%/resources/app/node_modules/whatwg-url/lib/URL.js +%%DATADIR%%/resources/app/node_modules/whatwg-url/lib/public-api.js +%%DATADIR%%/resources/app/node_modules/whatwg-url/lib/url-state-machine.js +%%DATADIR%%/resources/app/node_modules/whatwg-url/lib/utils.js +%%DATADIR%%/resources/app/node_modules/whatwg-url/package.json +%%DATADIR%%/resources/app/node_modules/which/LICENSE +%%DATADIR%%/resources/app/node_modules/which/bin/node-which +%%DATADIR%%/resources/app/node_modules/which/package.json +%%DATADIR%%/resources/app/node_modules/which/which.js %%DATADIR%%/resources/app/node_modules/windows-foreground-love/LICENSE %%DATADIR%%/resources/app/node_modules/windows-foreground-love/build/Release/foreground_love.node %%DATADIR%%/resources/app/node_modules/windows-foreground-love/build/Release/obj.target/foreground_love.node %%DATADIR%%/resources/app/node_modules/windows-foreground-love/index.js %%DATADIR%%/resources/app/node_modules/windows-foreground-love/package.json +%%DATADIR%%/resources/app/node_modules/wrap-ansi-cjs/index.js +%%DATADIR%%/resources/app/node_modules/wrap-ansi-cjs/license +%%DATADIR%%/resources/app/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/LICENSE-MIT.txt +%%DATADIR%%/resources/app/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/es2015/index.js +%%DATADIR%%/resources/app/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/es2015/text.js +%%DATADIR%%/resources/app/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/index.js +%%DATADIR%%/resources/app/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/package.json +%%DATADIR%%/resources/app/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/text.js +%%DATADIR%%/resources/app/node_modules/wrap-ansi-cjs/node_modules/string-width/index.js +%%DATADIR%%/resources/app/node_modules/wrap-ansi-cjs/node_modules/string-width/license +%%DATADIR%%/resources/app/node_modules/wrap-ansi-cjs/node_modules/string-width/package.json +%%DATADIR%%/resources/app/node_modules/wrap-ansi-cjs/package.json %%DATADIR%%/resources/app/node_modules/wrappy/LICENSE %%DATADIR%%/resources/app/node_modules/wrappy/package.json %%DATADIR%%/resources/app/node_modules/wrappy/wrappy.js +%%DATADIR%%/resources/app/node_modules/xml2js/LICENSE +%%DATADIR%%/resources/app/node_modules/xml2js/lib/bom.js +%%DATADIR%%/resources/app/node_modules/xml2js/lib/builder.js +%%DATADIR%%/resources/app/node_modules/xml2js/lib/defaults.js +%%DATADIR%%/resources/app/node_modules/xml2js/lib/parser.js +%%DATADIR%%/resources/app/node_modules/xml2js/lib/processors.js +%%DATADIR%%/resources/app/node_modules/xml2js/lib/xml2js.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/LICENSE +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/appveyor.yml +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/Derivation.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/DocumentPosition.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/NodeType.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/OperationType.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/Utility.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/WriterState.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLAttribute.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLCData.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLCharacterData.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLComment.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLDOMConfiguration.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLDOMErrorHandler.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLDOMImplementation.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLDOMStringList.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLDTDAttList.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLDTDElement.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLDTDEntity.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLDTDNotation.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLDeclaration.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLDocType.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLDocument.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLDocumentCB.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLDocumentFragment.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLDummy.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLElement.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLNamedNodeMap.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLNode.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLNodeFilter.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLNodeList.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLProcessingInstruction.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLRaw.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLStreamWriter.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLStringWriter.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLStringifier.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLText.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLTypeInfo.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLUserDataHandler.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/XMLWriterBase.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/lib/index.js +%%DATADIR%%/resources/app/node_modules/xml2js/node_modules/xmlbuilder/package.json +%%DATADIR%%/resources/app/node_modules/xml2js/package.json %%DATADIR%%/resources/app/node_modules/yauzl/LICENSE %%DATADIR%%/resources/app/node_modules/yauzl/fd-slicer.js %%DATADIR%%/resources/app/node_modules/yauzl/index.js @@ -2266,6 +9303,319 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/node_modules/yazl/LICENSE %%DATADIR%%/resources/app/node_modules/yazl/index.js %%DATADIR%%/resources/app/node_modules/yazl/package.json +%%DATADIR%%/resources/app/node_modules/zip-stream/LICENSE +%%DATADIR%%/resources/app/node_modules/zip-stream/index.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/buffer/AUTHORS.md +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/buffer/LICENSE +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/buffer/index.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/buffer/package.json +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/LICENSE +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/_stream_duplex.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/_stream_passthrough.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/_stream_readable.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/_stream_transform.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/_stream_writable.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/add-abort-signal.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/buffer_list.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/compose.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/destroy.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/duplex.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/duplexify.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/from.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/lazy_transform.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/legacy.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/operators.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/passthrough.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/pipeline.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/readable.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/state.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/transform.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/utils.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/streams/writable.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/internal/validators.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/ours/browser.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/ours/errors.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/ours/index.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/ours/primordials.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/ours/util.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/ours/util/inspect.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/stream.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/lib/stream/promises.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/readable-stream/package.json +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/safe-buffer/LICENSE +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/safe-buffer/index.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/safe-buffer/package.json +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/string_decoder/LICENSE +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/string_decoder/lib/string_decoder.js +%%DATADIR%%/resources/app/node_modules/zip-stream/node_modules/string_decoder/package.json +%%DATADIR%%/resources/app/node_modules/zip-stream/package.json +%%DATADIR%%/resources/app/node_modules/zod/LICENSE +%%DATADIR%%/resources/app/node_modules/zod/index.cjs +%%DATADIR%%/resources/app/node_modules/zod/index.d.cts +%%DATADIR%%/resources/app/node_modules/zod/index.js +%%DATADIR%%/resources/app/node_modules/zod/package.json +%%DATADIR%%/resources/app/node_modules/zod/v3/ZodError.cjs +%%DATADIR%%/resources/app/node_modules/zod/v3/ZodError.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v3/ZodError.js +%%DATADIR%%/resources/app/node_modules/zod/v3/errors.cjs +%%DATADIR%%/resources/app/node_modules/zod/v3/errors.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v3/errors.js +%%DATADIR%%/resources/app/node_modules/zod/v3/external.cjs +%%DATADIR%%/resources/app/node_modules/zod/v3/external.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v3/external.js +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/enumUtil.cjs +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/enumUtil.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/enumUtil.js +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/errorUtil.cjs +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/errorUtil.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/errorUtil.js +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/parseUtil.cjs +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/parseUtil.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/parseUtil.js +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/partialUtil.cjs +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/partialUtil.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/partialUtil.js +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/typeAliases.cjs +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/typeAliases.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/typeAliases.js +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/util.cjs +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/util.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v3/helpers/util.js +%%DATADIR%%/resources/app/node_modules/zod/v3/index.cjs +%%DATADIR%%/resources/app/node_modules/zod/v3/index.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v3/index.js +%%DATADIR%%/resources/app/node_modules/zod/v3/locales/en.cjs +%%DATADIR%%/resources/app/node_modules/zod/v3/locales/en.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v3/locales/en.js +%%DATADIR%%/resources/app/node_modules/zod/v3/standard-schema.cjs +%%DATADIR%%/resources/app/node_modules/zod/v3/standard-schema.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v3/standard-schema.js +%%DATADIR%%/resources/app/node_modules/zod/v3/types.cjs +%%DATADIR%%/resources/app/node_modules/zod/v3/types.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v3/types.js +%%DATADIR%%/resources/app/node_modules/zod/v4-mini/index.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4-mini/index.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4-mini/index.js +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/checks.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/checks.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/checks.js +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/coerce.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/coerce.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/coerce.js +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/compat.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/compat.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/compat.js +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/errors.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/errors.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/errors.js +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/external.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/external.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/external.js +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/index.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/index.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/index.js +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/iso.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/iso.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/iso.js +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/parse.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/parse.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/parse.js +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/schemas.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/schemas.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/classic/schemas.js +%%DATADIR%%/resources/app/node_modules/zod/v4/core/api.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/core/api.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/core/api.js +%%DATADIR%%/resources/app/node_modules/zod/v4/core/checks.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/core/checks.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/core/checks.js +%%DATADIR%%/resources/app/node_modules/zod/v4/core/core.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/core/core.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/core/core.js +%%DATADIR%%/resources/app/node_modules/zod/v4/core/doc.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/core/doc.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/core/doc.js +%%DATADIR%%/resources/app/node_modules/zod/v4/core/errors.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/core/errors.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/core/errors.js +%%DATADIR%%/resources/app/node_modules/zod/v4/core/function.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/core/function.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/core/function.js +%%DATADIR%%/resources/app/node_modules/zod/v4/core/index.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/core/index.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/core/index.js +%%DATADIR%%/resources/app/node_modules/zod/v4/core/json-schema.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/core/json-schema.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/core/json-schema.js +%%DATADIR%%/resources/app/node_modules/zod/v4/core/parse.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/core/parse.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/core/parse.js +%%DATADIR%%/resources/app/node_modules/zod/v4/core/regexes.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/core/regexes.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/core/regexes.js +%%DATADIR%%/resources/app/node_modules/zod/v4/core/registries.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/core/registries.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/core/registries.js +%%DATADIR%%/resources/app/node_modules/zod/v4/core/schemas.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/core/schemas.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/core/schemas.js +%%DATADIR%%/resources/app/node_modules/zod/v4/core/standard-schema.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/core/standard-schema.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/core/standard-schema.js +%%DATADIR%%/resources/app/node_modules/zod/v4/core/to-json-schema.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/core/to-json-schema.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/core/to-json-schema.js +%%DATADIR%%/resources/app/node_modules/zod/v4/core/util.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/core/util.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/core/util.js +%%DATADIR%%/resources/app/node_modules/zod/v4/core/versions.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/core/versions.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/core/versions.js +%%DATADIR%%/resources/app/node_modules/zod/v4/index.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/index.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/index.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ar.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ar.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ar.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/az.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/az.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/az.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/be.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/be.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/be.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ca.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ca.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ca.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/cs.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/cs.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/cs.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/de.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/de.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/de.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/en.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/en.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/en.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/eo.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/eo.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/eo.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/es.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/es.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/es.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/fa.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/fa.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/fa.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/fi.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/fi.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/fi.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/fr-CA.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/fr-CA.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/fr-CA.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/fr.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/fr.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/fr.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/he.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/he.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/he.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/hu.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/hu.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/hu.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/id.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/id.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/id.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/index.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/index.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/index.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/it.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/it.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/it.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ja.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ja.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ja.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/kh.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/kh.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/kh.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ko.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ko.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ko.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/mk.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/mk.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/mk.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ms.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ms.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ms.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/nl.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/nl.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/nl.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/no.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/no.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/no.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ota.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ota.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ota.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/pl.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/pl.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/pl.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ps.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ps.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ps.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/pt.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/pt.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/pt.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ru.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ru.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ru.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/sl.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/sl.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/sl.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/sv.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/sv.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/sv.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ta.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ta.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ta.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/th.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/th.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/th.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/tr.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/tr.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/tr.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ua.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ua.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ua.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ur.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ur.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/ur.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/vi.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/vi.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/vi.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/zh-CN.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/zh-CN.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/zh-CN.js +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/zh-TW.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/zh-TW.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/locales/zh-TW.js +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/checks.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/checks.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/checks.js +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/coerce.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/coerce.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/coerce.js +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/external.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/external.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/external.js +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/index.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/index.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/index.js +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/iso.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/iso.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/iso.js +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/parse.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/parse.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/parse.js +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/schemas.cjs +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/schemas.d.cts +%%DATADIR%%/resources/app/node_modules/zod/v4/mini/schemas.js %%DATADIR%%/resources/app/out/bootstrap-fork.js %%DATADIR%%/resources/app/out/cli.js %%DATADIR%%/resources/app/out/main.js diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index fbe30ff5b05d..a4bdf3863d39 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -18,18 +18,21 @@ ONLY_FOR_ARCHS= amd64 i386 BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex # Only devel/llvm17 and later come with necessary include files - PR274542 -USES= bison cpe desktop-file-utils gmake \ - llvm:min=17,build,noexport localbase \ - pkgconfig sdl shebangfix tar:xz +USES= bison cpe desktop-file-utils gmake llvm:min=17,build,noexport \ + localbase pkgconfig sdl shebangfix tar:xz +CPE_VENDOR= winehq USE_GCC= yes +WINELIBDIR= ${PREFIX}/lib +.if !defined(USE_LDCONFIG32) +USE_LDCONFIG= ${WINELIBDIR} ${WINELIBDIR}/wine +.endif USE_SDL= sdl2 -CPE_VENDOR= winehq - -CONFLICTS_INSTALL= wine +SHEBANG_FILES= tools/make_requests tools/winemaker/winemaker \ + tools/winedump/function_grep.pl GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--verbose \ +CONFIGURE_ARGS= --verbose \ --disable-kerberos \ --disable-tests \ --without-capi \ @@ -53,70 +56,66 @@ CONFIGURE_ARGS+=--verbose \ --without-unwind \ --without-usb CONFIGURE_ENV= CPPBIN="${CPP}" FLEX="${LOCALBASE}/bin/flex" -WINELIBDIR= ${PREFIX}/lib -.if !defined(USE_LDCONFIG32) -USE_LDCONFIG= ${WINELIBDIR} ${WINELIBDIR}/wine -.endif -SHEBANG_FILES= tools/make_requests tools/winemaker/winemaker \ - tools/winedump/function_grep.pl + +PIE_UNSAFE= yes + +CONFLICTS_INSTALL= wine BINARY_ALIAS+= clang=${LOCALBASE}/bin/clang${LLVM_VERSION} \ lld-link=${LOCALBASE}/bin/lld-link${LLVM_VERSION} SUB_FILES= pkg-message -PIE_UNSAFE= yes - PORTDATA= wine.inf -OPTIONS_DEFINE= CUPS DOCS DOSBOX GNUTLS V4L WAYLAND X11 GECKO MONO -OPTIONS_DEFAULT=ALSA GNUTLS WAYLAND X11 -OPTIONS_RADIO= AUDIO +OPTIONS_DEFINE= CUPS DOCS DOSBOX GECKO GNUTLS MONO V4L WAYLAND X11 +OPTIONS_DEFAULT= ALSA GNUTLS WAYLAND X11 +OPTIONS_RADIO= AUDIO OPTIONS_RADIO_AUDIO= ALSA OSS -OPTIONS_SUB= yes +OPTIONS_SUB= yes DOSBOX_DESC= Use DOSBox to run MS-DOS programs GECKO_DESC= Bundle Gecko MSI package for Wine MONO_DESC= Bundle Mono MSI package for Wine WAYLAND_DESC= Wayland Support -ALSA_CONFIGURE_WITH= alsa -ALSA_USES= gnome gstreamer -ALSA_USE= GNOME=glib20 ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_RUN_DEPENDS= alsa-plugins>0:audio/alsa-plugins +ALSA_USES= gnome gstreamer +ALSA_USE= GNOME=glib20 +ALSA_CONFIGURE_WITH= alsa -CUPS_CONFIGURE_WITH= cups CUPS_LIB_DEPENDS= libcups.so:print/cups +CUPS_CONFIGURE_WITH= cups DOSBOX_RUN_DEPENDS= dosbox:emulators/dosbox GECKO_RUN_DEPENDS= wine-gecko-devel>0:emulators/wine-gecko-devel -GNUTLS_CONFIGURE_WITH= gnutls GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls +GNUTLS_CONFIGURE_WITH= gnutls MONO_RUN_DEPENDS= wine-mono-devel>0:emulators/wine-mono-devel -OSS_CONFIGURE_WITH= oss OSS_USES= gnome gstreamer OSS_USE= GNOME=glib20 +OSS_CONFIGURE_WITH= oss -V4L_CONFIGURE_WITH= v4l2 V4L_BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat V4L_LIB_DEPENDS= libv4l2.so:multimedia/libv4l +V4L_CONFIGURE_WITH= v4l2 -WAYLAND_CONFIGURE_WITH= wayland WAYLAND_BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon +WAYLAND_CONFIGURE_WITH= wayland -X11_CONFIGURE_WITH= x fontconfig freetype opengl xinerama xinput2 xrandr xrender -X11_USES= gl xorg -X11_USE= GL=glu XORG=x11,xext,xcomposite,xcursor,xi,xinerama,xrandr,xrender X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libvulkan.so:graphics/vulkan-loader +X11_USES= gl xorg +X11_USE= GL=glu XORG=x11,xcomposite,xcursor,xext,xi,xinerama,xrandr,xrender +X11_CONFIGURE_WITH= fontconfig freetype opengl x xinerama xinput2 xrandr xrender .include <bsd.port.pre.mk> @@ -147,7 +146,7 @@ post-patch: ${REINPLACE_CMD} '/Exec/s|wine|wine64|g' ${WRKSRC}/loader/wine.desktop .else -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-tools-winebuild-res32 +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-tools-winebuild-res32 PLIST_SUB+= WINE32="" WINE64="@comment " WINEARCH="i386" .endif diff --git a/graphics/R-cran-visNetwork/Makefile b/graphics/R-cran-visNetwork/Makefile index c4a7bcdea619..16ff5afa2bbb 100644 --- a/graphics/R-cran-visNetwork/Makefile +++ b/graphics/R-cran-visNetwork/Makefile @@ -1,5 +1,5 @@ PORTNAME= visNetwork -PORTVERSION= 2.1.2 +PORTVERSION= 2.1.4 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -9,12 +9,10 @@ WWW= https://cran.r-project.org/web/packages/visNetwork/ LICENSE= MIT -CRAN_DEPENDS= R-cran-htmltools>0:textproc/R-cran-htmltools \ +RUN_DEPENDS= R-cran-htmltools>0:textproc/R-cran-htmltools \ R-cran-htmlwidgets>0:www/R-cran-htmlwidgets \ R-cran-jsonlite>0:converters/R-cran-jsonlite \ R-cran-magrittr>0:devel/R-cran-magrittr -BUILD_DEPENDS= ${CRAN_DEPENDS} -RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist diff --git a/graphics/R-cran-visNetwork/distinfo b/graphics/R-cran-visNetwork/distinfo index df238bc5999a..94aff6671da4 100644 --- a/graphics/R-cran-visNetwork/distinfo +++ b/graphics/R-cran-visNetwork/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682468957 -SHA256 (visNetwork_2.1.2.tar.gz) = 47c99d42fc89e6ae929257b2648d998c5ffed60dff97ad7e47613f5a0c1ddc84 -SIZE (visNetwork_2.1.2.tar.gz) = 4273723 +TIMESTAMP = 1757207815 +SHA256 (visNetwork_2.1.4.tar.gz) = 483794988dd808424f5457e510e3de212519b690da281f70b14aaf63038963da +SIZE (visNetwork_2.1.4.tar.gz) = 4269530 diff --git a/lang/dotnet/Makefile b/lang/dotnet/Makefile index 91d2600c520c..b34d8537baf5 100644 --- a/lang/dotnet/Makefile +++ b/lang/dotnet/Makefile @@ -1,6 +1,7 @@ PORTNAME= dotnet DISTVERSIONPREFIX= v DISTVERSION= ${DOTNETVERSION}.6 +PORTREVISION= 1 CATEGORIES= lang devel MASTER_SITES= https://github.com/dotnet/dotnet/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/release.json?dummy=/:dotnetmanifest \ https://github.com/sec/dotnet-core-freebsd-source-build/releases/download/${BOOTSTRAP_SDKVERSION}-vmr/:bootstrap diff --git a/lang/dotnet/files/patch-src_diagnostics_src_SOS_extensions_hostcoreclr.cpp b/lang/dotnet/files/patch-src_diagnostics_src_SOS_extensions_hostcoreclr.cpp new file mode 100644 index 000000000000..83760061a737 --- /dev/null +++ b/lang/dotnet/files/patch-src_diagnostics_src_SOS_extensions_hostcoreclr.cpp @@ -0,0 +1,24 @@ +https://github.com/dotnet/diagnostics/pull/5547 + +--- src/diagnostics/src/SOS/extensions/hostcoreclr.cpp.orig 2025-05-20 22:48:44 UTC ++++ src/diagnostics/src/SOS/extensions/hostcoreclr.cpp +@@ -476,11 +476,6 @@ static HRESULT GetHostRuntime(std::string& coreClrPath + // If the hosting runtime isn't already set, use the runtime we are debugging + if (g_hostRuntimeDirectory == nullptr) + { +-#if defined(HOST_FREEBSD) +- TraceHostingError("FreeBSD not supported\n"); +- return E_FAIL; +-#else +- + HRESULT Status = E_FAIL; + std::vector<ProbingStrategy> strategyList = { + { ProbeEnvVarInstallationHint, RuntimeHostingConstants::DotnetRootArchSpecificEnvVar } +@@ -546,7 +541,6 @@ static HRESULT GetHostRuntime(std::string& coreClrPath + coreClrPath.append(DIRECTORY_SEPARATOR_STR_A); + coreClrPath.append(MAKEDLLNAME_A("coreclr")); + return S_OK; +-#endif + } + + /**********************************************************************\ diff --git a/lang/dotnet8/Makefile b/lang/dotnet8/Makefile index 210cdf8e770d..2457d16040ec 100644 --- a/lang/dotnet8/Makefile +++ b/lang/dotnet8/Makefile @@ -1,7 +1,6 @@ PORTNAME= dotnet DISTVERSIONPREFIX= v -DISTVERSION= ${DOTNETVERSION}.6 -PORTREVISION= 4 +DISTVERSION= ${DOTNETVERSION}.7 CATEGORIES= lang devel MASTER_SITES= https://github.com/dotnet/dotnet/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/release.json?dummy=/:dotnetmanifest \ LOCAL/arrowd/dotnet/:bootstrap @@ -49,9 +48,9 @@ BOOTSTRAP_SOURCEBUILT_ARTIFACTS_DISTNAME= Private.SourceBuilt.Artifacts.${BOOTST BOOTSTRAP_SDK_DISTNAME= dotnet-sdk-${BOOTSTRAP_SDKVERSION}-freebsd-${DOTNET_ARCH} DOTNETVERSION= 8.0 -SDKVERSION= ${DOTNETVERSION}.106 -SDKVERSIONSUFFIX= -servicing.24272.10 -SOURCEBUILT_ARTIFACTS_DISTNAME= Private.SourceBuilt.Artifacts.${SDKVERSION}${SDKVERSIONSUFFIX}.freebsd.13-${DOTNET_ARCH} +SDKVERSION= ${DOTNETVERSION}.107 +SDKVERSIONSUFFIX= -servicing.24317.5 +SOURCEBUILT_ARTIFACTS_DISTNAME?=Private.SourceBuilt.Artifacts.${SDKVERSION}${SDKVERSIONSUFFIX}.freebsd.13-${DOTNET_ARCH} SDK_DISTNAME= dotnet-sdk-${SDKVERSION}-freebsd-${DOTNET_ARCH} DOTNET_ARCH= ${ARCH:S|amd64|x64|:C|aarch64|arm64|} @@ -108,11 +107,11 @@ do-install: bootstrap-makesum: cd ${WRKSRC}/artifacts/${DOTNET_ARCH}/Release && sha256 ${SOURCEBUILT_ARTIFACTS_DISTNAME}${EXTRACT_SUFX} - @${ECHO_CMD} -n "SIZE (${SOURCEBUILT_ARTIFACTS_DISTNAME}${EXTRACT_SUFX}) = " + @${ECHO_CMD} -n "SIZE (${DIST_SUBDIR}/${SOURCEBUILT_ARTIFACTS_DISTNAME}${EXTRACT_SUFX}) = " @${STAT} -f %z ${WRKSRC}/artifacts/${DOTNET_ARCH}/Release/${SOURCEBUILT_ARTIFACTS_DISTNAME}${EXTRACT_SUFX} @cd ${WRKSRC}/artifacts/${DOTNET_ARCH}/Release && sha256 ${SDK_DISTNAME}${EXTRACT_SUFX} - @${ECHO_CMD} -n "SIZE (${SDK_DISTNAME}${EXTRACT_SUFX}) = " + @${ECHO_CMD} -n "SIZE (${DIST_SUBDIR}/${SDK_DISTNAME}${EXTRACT_SUFX}) = " @${STAT} -f %z ${WRKSRC}/artifacts/${DOTNET_ARCH}/Release/${SDK_DISTNAME}${EXTRACT_SUFX} @${ECHO_CMD} diff --git a/lang/dotnet8/distinfo b/lang/dotnet8/distinfo index d62ea8628ff5..615300db9928 100644 --- a/lang/dotnet8/distinfo +++ b/lang/dotnet8/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1718635777 -SHA256 (dotnet/release.json-8.0.6) = 2391ec08e7ac922f418798c2a2ae037196e0b484f638331f4a904ec06b31039f -SIZE (dotnet/release.json-8.0.6) = 273 +TIMESTAMP = 1757192451 +SHA256 (dotnet/release.json-8.0.7) = 65dbc9c82c7b9fddaa815339173d369aeae7e3b1664daa86184609bb58d0e1e0 +SIZE (dotnet/release.json-8.0.7) = 273 SHA256 (dotnet/Private.SourceBuilt.Artifacts.8.0.100-rtm.23551.1.freebsd.13-x64.tar.gz) = b91acf8ac130274fb40110f6af1d92f2348613f8cb0943b8b87f853351c8d6d2 SIZE (dotnet/Private.SourceBuilt.Artifacts.8.0.100-rtm.23551.1.freebsd.13-x64.tar.gz) = 1162274049 SHA256 (dotnet/dotnet-sdk-8.0.100-freebsd-x64.tar.gz) = d6118ff2cb9ded82eeeb976f3001bdea4ea2904e276b27ef526f458059e04149 @@ -9,5 +9,5 @@ SHA256 (dotnet/Private.SourceBuilt.Artifacts.8.0.100-rtm.23551.1.freebsd.13-arm6 SIZE (dotnet/Private.SourceBuilt.Artifacts.8.0.100-rtm.23551.1.freebsd.13-arm64.tar.gz) = 1142947069 SHA256 (dotnet/dotnet-sdk-8.0.100-freebsd-arm64.tar.gz) = 08bde0c5afdfd1f29217c3bbae3ac557613cba6b622b81408fdcaecb51a5002c SIZE (dotnet/dotnet-sdk-8.0.100-freebsd-arm64.tar.gz) = 376095555 -SHA256 (dotnet/dotnet-dotnet-v8.0.6_GH0.tar.gz) = 042d4ae618d3761744606902df68170df751e80dd654156f4caa9bb25138d1f7 -SIZE (dotnet/dotnet-dotnet-v8.0.6_GH0.tar.gz) = 281679549 +SHA256 (dotnet/dotnet-dotnet-v8.0.7_GH0.tar.gz) = c190bd7ee6b4ec26681ce4d36118f2e74f6cae8256604bbb6f24b6d42a3df57c +SIZE (dotnet/dotnet-dotnet-v8.0.7_GH0.tar.gz) = 281864146 diff --git a/lang/dotnet8/files/patch-src_diagnostics_src_SOS_extensions_hostcoreclr.cpp b/lang/dotnet8/files/patch-src_diagnostics_src_SOS_extensions_hostcoreclr.cpp new file mode 100644 index 000000000000..09a320c03831 --- /dev/null +++ b/lang/dotnet8/files/patch-src_diagnostics_src_SOS_extensions_hostcoreclr.cpp @@ -0,0 +1,24 @@ +https://github.com/dotnet/diagnostics/pull/5547 + +--- src/diagnostics/src/SOS/extensions/hostcoreclr.cpp.orig 2024-05-28 16:53:38 UTC ++++ src/diagnostics/src/SOS/extensions/hostcoreclr.cpp +@@ -460,11 +460,6 @@ static HRESULT GetHostRuntime(std::string& coreClrPath + // If the hosting runtime isn't already set, use the runtime we are debugging + if (g_hostRuntimeDirectory == nullptr) + { +-#if defined(HOST_FREEBSD) +- TraceError("Hosting on NetBSD not supported\n"); +- return E_FAIL; +-#else +- + HRESULT Status = E_FAIL; + std::vector<ProbingStrategy> strategyList = { + { ProbeEnvVarInstallationHint, RuntimeHostingConstants::DotnetRootArchSpecificEnvVar } +@@ -527,7 +522,6 @@ static HRESULT GetHostRuntime(std::string& coreClrPath + coreClrPath.append(DIRECTORY_SEPARATOR_STR_A); + coreClrPath.append(MAKEDLLNAME_A("coreclr")); + return S_OK; +-#endif + } + + /**********************************************************************\ diff --git a/lang/dotnet8/pkg-plist b/lang/dotnet8/pkg-plist index 94a9d7097849..088ae4ae5d6f 100644 --- a/lang/dotnet8/pkg-plist +++ b/lang/dotnet8/pkg-plist @@ -1145,10 +1145,10 @@ %%DATADIR%%/sdk/%%SDKVERSION%%/Current/Microsoft.Common.targets/ImportAfter/Microsoft.TestPlatform.ImportAfter.targets %%DATADIR%%/sdk/%%SDKVERSION%%/Current/SolutionFile/ImportAfter/Microsoft.NET.Sdk.Solution.targets %%DATADIR%%/sdk/%%SDKVERSION%%/Current/SolutionFile/ImportAfter/Microsoft.NuGet.ImportAfter.targets -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-dev-certs/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/DotnetToolSettings.xml -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-dev-certs/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/dotnet-dev-certs.deps.json -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-dev-certs/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/dotnet-dev-certs.dll -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-dev-certs/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/dotnet-dev-certs.runtimeconfig.json +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-dev-certs/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/DotnetToolSettings.xml +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-dev-certs/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/dotnet-dev-certs.deps.json +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-dev-certs/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/dotnet-dev-certs.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-dev-certs/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/dotnet-dev-certs.runtimeconfig.json %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/Humanizer.dll %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/Microsoft.Bcl.AsyncInterfaces.dll %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/Microsoft.Build.Locator.dll @@ -1174,6 +1174,7 @@ %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/Microsoft.Extensions.Logging.dll %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/Microsoft.Extensions.Options.dll %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/Microsoft.Extensions.Primitives.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/System.Collections.Immutable.dll %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/System.CommandLine.Rendering.dll %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/System.CommandLine.dll %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/System.Composition.AttributedModel.dll @@ -1182,6 +1183,8 @@ %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/System.Composition.Runtime.dll %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/System.Composition.TypedParts.dll %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/System.IO.Pipelines.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/System.Reflection.Metadata.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/System.Text.Encodings.Web.dll %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.CSharp.Features.resources.dll %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/cs/Microsoft.CodeAnalysis.CSharp.resources.dll @@ -1316,6 +1319,7 @@ %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/ru/Microsoft.CodeAnalysis.resources.dll %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/ru/System.CommandLine.resources.dll %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/ru/dotnet-format.resources.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/runtimes/browser/lib/net%%DOTNETVERSION%%/System.Text.Encodings.Web.dll %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.CSharp.Features.resources.dll %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/tr/Microsoft.CodeAnalysis.CSharp.resources.dll @@ -1355,41 +1359,41 @@ %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/zh-Hant/Microsoft.CodeAnalysis.resources.dll %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/zh-Hant/System.CommandLine.resources.dll %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-format/zh-Hant/dotnet-format.resources.dll -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/DotnetToolSettings.xml -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.Abstractions.dll -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.Binder.dll -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.FileExtensions.dll -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.Json.dll -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.UserSecrets.dll -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.dll -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.FileProviders.Abstractions.dll -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.FileProviders.Physical.dll -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.FileSystemGlobbing.dll -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Primitives.dll -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/Microsoft.IdentityModel.Abstractions.dll -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/Microsoft.IdentityModel.JsonWebTokens.dll -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/Microsoft.IdentityModel.Logging.dll -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/Microsoft.IdentityModel.Tokens.dll -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/System.IdentityModel.Tokens.Jwt.dll -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/assets/SecretManager.targets -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/dotnet-user-jwts.deps.json -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/dotnet-user-jwts.dll -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/dotnet-user-jwts.runtimeconfig.json -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/DotnetToolSettings.xml -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.Abstractions.dll -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.FileExtensions.dll -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.Json.dll -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.UserSecrets.dll -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.dll -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.FileProviders.Abstractions.dll -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.FileProviders.Physical.dll -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.FileSystemGlobbing.dll -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Primitives.dll -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/Newtonsoft.Json.dll -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/assets/SecretManager.targets -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/dotnet-user-secrets.deps.json -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/dotnet-user-secrets.dll -%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24269.9/tools/net%%DOTNETVERSION%%/any/dotnet-user-secrets.runtimeconfig.json +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/DotnetToolSettings.xml +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.Abstractions.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.Binder.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.FileExtensions.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.Json.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.UserSecrets.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.FileProviders.Abstractions.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.FileProviders.Physical.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.FileSystemGlobbing.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Primitives.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/Microsoft.IdentityModel.Abstractions.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/Microsoft.IdentityModel.JsonWebTokens.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/Microsoft.IdentityModel.Logging.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/Microsoft.IdentityModel.Tokens.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/System.IdentityModel.Tokens.Jwt.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/assets/SecretManager.targets +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/dotnet-user-jwts.deps.json +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/dotnet-user-jwts.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-jwts/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/dotnet-user-jwts.runtimeconfig.json +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/DotnetToolSettings.xml +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.Abstractions.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.FileExtensions.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.Json.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.UserSecrets.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Configuration.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.FileProviders.Abstractions.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.FileProviders.Physical.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.FileSystemGlobbing.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/Microsoft.Extensions.Primitives.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/Newtonsoft.Json.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/assets/SecretManager.targets +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/dotnet-user-secrets.deps.json +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/dotnet-user-secrets.dll +%%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-user-secrets/%%FULL_DOTNETVERSION%%-servicing.24314.2/tools/net%%DOTNETVERSION%%/any/dotnet-user-secrets.runtimeconfig.json %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%%%SDKVERSIONSUFFIX%%/tools/net%%DOTNETVERSION%%/any/DotNetWatch.targets %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%%%SDKVERSIONSUFFIX%%/tools/net%%DOTNETVERSION%%/any/DotNetWatchTasks.dll %%DATADIR%%/sdk/%%SDKVERSION%%/DotnetTools/dotnet-watch/%%SDKVERSION%%%%SDKVERSIONSUFFIX%%/tools/net%%DOTNETVERSION%%/any/Humanizer.dll diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index d0cc5051c8af..85ceb645669f 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -1,5 +1,5 @@ PORTNAME= msmtp -PORTVERSION= 1.8.30 +PORTVERSION= 1.8.31 CATEGORIES= mail MASTER_SITES= https://marlam.de/msmtp/releases/ diff --git a/mail/msmtp/distinfo b/mail/msmtp/distinfo index 3f2a4a035173..aae37628e473 100644 --- a/mail/msmtp/distinfo +++ b/mail/msmtp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748937841 -SHA256 (msmtp-1.8.30.tar.xz) = f826a3c500c4dfeed814685097cead9b2b3dca5a2ec3897967cb9032570fa9ab -SIZE (msmtp-1.8.30.tar.xz) = 453036 +TIMESTAMP = 1757225396 +SHA256 (msmtp-1.8.31.tar.xz) = c262b11762d8582a3c6d6ca8d8b2cca2b1605497324ca27cc57fdc145a27119f +SIZE (msmtp-1.8.31.tar.xz) = 455820 diff --git a/mail/neomutt/Makefile b/mail/neomutt/Makefile index a4026ee45af2..a767e79e2211 100644 --- a/mail/neomutt/Makefile +++ b/mail/neomutt/Makefile @@ -1,6 +1,5 @@ PORTNAME= neomutt -PORTVERSION= 20250510 -PORTREVISION= 1 +PORTVERSION= 20250905 CATEGORIES= mail MAINTAINER= gahr@FreeBSD.org @@ -12,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:misc/mime-support \ urlview:textproc/urlview -LIB_DEPENDS= libpcre2-posix.so:devel/pcre2 +LIB_DEPENDS= libpcre2-8.so:devel/pcre2 USES= cpe iconv:translit localbase ncurses perl5 pkgconfig python:env shebangfix ssl @@ -70,7 +69,7 @@ NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext IDN_LIB_DEPENDS= libidn2.so:dns/libidn2 -IDN_CONFIGURE_ON= --idn2 +IDN_CONFIGURE_OFF= --disable-idn2 FLOCK_CONFIGURE_ON= --with-lock=flock @@ -78,7 +77,6 @@ SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 SASL_CONFIGURE_ON= --sasl GPGME_LIB_DEPENDS= libgpgme.so:security/gpgme \ - libassuan.so:security/libassuan \ libgpg-error.so:security/libgpg-error GPGME_CONFIGURE_ENABLE= gpgme diff --git a/mail/neomutt/distinfo b/mail/neomutt/distinfo index 6095eeba99db..a76a290047ca 100644 --- a/mail/neomutt/distinfo +++ b/mail/neomutt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746876679 -SHA256 (neomutt-neomutt-20250510_GH0.tar.gz) = 12d225e270d8e16cda41d855880b9d938750a4f1d647f55c6353337d32ffd653 -SIZE (neomutt-neomutt-20250510_GH0.tar.gz) = 4182433 +TIMESTAMP = 1757097920 +SHA256 (neomutt-neomutt-20250905_GH0.tar.gz) = f409fa3803bfc540869b78719400bceda216842e4da024f83ca3060241d9c516 +SIZE (neomutt-neomutt-20250905_GH0.tar.gz) = 4185921 diff --git a/mail/neomutt/pkg-plist b/mail/neomutt/pkg-plist index a2faf28e4937..cecc14fe21b2 100644 --- a/mail/neomutt/pkg-plist +++ b/mail/neomutt/pkg-plist @@ -68,6 +68,7 @@ libexec/neomutt/smime_keys %%DATADIR%%/account-command/gpg-json/credentials.sh %%DATADIR%%/account-command/macos-keychain/README.md %%DATADIR%%/account-command/macos-keychain/keychain.py +%%DATADIR%%/colorschemes/ayu-dark-256.neomuttrc %%DATADIR%%/colorschemes/neonwolf-256.neomuttrc %%DATADIR%%/colorschemes/solarized-dark-256.neomuttrc %%DATADIR%%/colorschemes/vombatidae.neomuttrc diff --git a/math/R-cran-robustbase/Makefile b/math/R-cran-robustbase/Makefile index 2fce5153b0f8..6dfaafd0e06a 100644 --- a/math/R-cran-robustbase/Makefile +++ b/math/R-cran-robustbase/Makefile @@ -1,5 +1,5 @@ PORTNAME= robustbase -DISTVERSION= 0.99-4-1 +DISTVERSION= 0.99-6 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-robustbase/distinfo b/math/R-cran-robustbase/distinfo index d4eec7785f87..817bf39c2761 100644 --- a/math/R-cran-robustbase/distinfo +++ b/math/R-cran-robustbase/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1727586670 -SHA256 (robustbase_0.99-4-1.tar.gz) = 481edee7614f66a39d31d930e58ff02b1c4282e0daad51a106c6b7aa8011ff91 -SIZE (robustbase_0.99-4-1.tar.gz) = 2289218 +TIMESTAMP = 1757203590 +SHA256 (robustbase_0.99-6.tar.gz) = fa08c42c2cba521210725fd57bd1d456ced68e3da7569cffe38be24a4cf31a1d +SIZE (robustbase_0.99-6.tar.gz) = 2322108 diff --git a/math/cmlib/Makefile b/math/cmlib/Makefile index 3599124178f7..0367be773c87 100644 --- a/math/cmlib/Makefile +++ b/math/cmlib/Makefile @@ -18,16 +18,22 @@ USE_LDCONFIG= yes SHLIB_MAJOR= 1 LDFLAGS+= ${FFLAGS} -LDADD ?= -lgfortran -lm +LDADD= -lm SRCCONF= /dev/null MAKE_ENV= LDADD="${LDADD}" SHLIB_MAJOR="${SHLIB_MAJOR}" \ SRCCONF="${SRCCONF}" -FFLAGS+= -std=legacy NO_WRKSUBDIR= yes OPTIONS_DEFINE= DOCS +.include <bsd.port.pre.mk> + +.if ${FORTRAN_DEFAULT} != flang +FFLAGS+= -std=legacy +LDADD+= -lgfortran +.endif + post-extract: ${CP} ${_DISTDIR}/[dir]1mach.f ${WRKSRC}/src/machcon ${CP} ${FILESDIR}/make.inc ${WRKSRC} @@ -49,4 +55,4 @@ do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/math/coin-or-metis/Makefile b/math/coin-or-metis/Makefile index 427f7dfdbaaa..2233cf802593 100644 --- a/math/coin-or-metis/Makefile +++ b/math/coin-or-metis/Makefile @@ -24,6 +24,9 @@ GH_PROJECT= ThirdParty-Metis GNU_CONFIGURE= yes +# Adaption of the upstream fix for Clang/Flang +# https://github.com/coin-or-tools/ThirdParty-Metis/commit/5ace49007591f11b64f70183102549d3a9721d4b +CFLAGS= -Wno-implicit-function-declaration INSTALL_TARGET= install-strip METIS_VERSION= 4.0.3 # from the script get.Metis diff --git a/math/hsl/Makefile b/math/hsl/Makefile index c19d7dae3f87..f86dcd5285ec 100644 --- a/math/hsl/Makefile +++ b/math/hsl/Makefile @@ -10,7 +10,9 @@ WWW= https://github.com/coin-or-tools/ThirdParty-HSL LICENSE= EPL -USES= fortran gmake libtool pkgconfig +# Flang can't be used because the project bundles too old libtool and +# running autoreconf is too painful +USES= fortran:gfortran gmake libtool pkgconfig USE_LDCONFIG= yes USE_GITHUB= yes diff --git a/misc/freebsd-release-manifests/Makefile b/misc/freebsd-release-manifests/Makefile index cf210337878e..a661ef7db1d7 100644 --- a/misc/freebsd-release-manifests/Makefile +++ b/misc/freebsd-release-manifests/Makefile @@ -1,5 +1,5 @@ PORTNAME= freebsd-release-manifests -DISTVERSION= 20250617 +DISTVERSION= 20250907 CATEGORIES= misc MASTER_SITES= # DISTFILES= # diff --git a/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-15.0-ALPHA1 b/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-15.0-ALPHA1 new file mode 100644 index 000000000000..46c6075781ed --- /dev/null +++ b/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-15.0-ALPHA1 @@ -0,0 +1,9 @@ +base-dbg.txz 4fdc7e28092fbea4a3069de8c468dcd8c78aa9b460ff9cce62a8d0724d720a23 1751 base_dbg "Base system debug info" off +base.txz f0c51c566fc27598aa26a859fd87f50834c0b4dec10030230c9acd3ff3bc66c3 29618 base "Base system (MANDATORY)" on +kernel-dbg.txz c36093ea1871836758550d1f1c09899f34496b702ebff8d9bc2ca09ad92e3dca 854 kernel_dbg "Kernel debug info" on +kernel.txz 7a3c7b475cbda8c441eb4d56098f1f6fa7a11ce54926d58418980f2f552a1e89 857 kernel "Kernel (MANDATORY)" on +lib32-dbg.txz 87e14207e8b4a2d9f9f2e66e92cd7ad83de0dffbdb4ba6e47c1a4c932d4142b6 236 lib32_dbg "32-bit compatibility libraries (Debugging)" off +lib32.txz bafd132ca285aac94973e45800ddf5af8e18702be7a4f818a51b721b2d0d5c6c 718 lib32 "32-bit compatibility libraries" on +ports.txz 87273fc919024af2ef1792b6e3ce6689df858f2d8db7155ce900d44e5e3ee689 209877 ports "Ports tree" off +src.txz 8a6b11539b54ddc18933b7b385c19fa2f53c7c41886eac83c323a58410121828 117801 src "System source tree" off +tests.txz e6c6035dda2b36518c2796e3181f20c56327024b96a5271017065190913ecc6e 7522 tests "Test suite" off diff --git a/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-15.0-ALPHA1 b/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-15.0-ALPHA1 new file mode 100644 index 000000000000..68bb8c8bac22 --- /dev/null +++ b/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-15.0-ALPHA1 @@ -0,0 +1,9 @@ +base-dbg.txz a6e8881d3609e488b863fbb4dc0330ef06f747936576128cd37c8fcc3cf89671 1737 base_dbg "Base system debug info" off +base.txz 20157641153809c8da5ebb945f29133cce66fa2657e5765dfc58bb8a50f62cde 29349 base "Base system (MANDATORY)" on +kernel-dbg.txz 75f845ec1f44237cbf356b323132104c0e5d5bdd133fd15d246ce424a82db4b4 718 kernel_dbg "Kernel debug info" on +kernel.txz 3e53bcc1e24c6890ff2dd3654d9ee5953bcc804962e8ab505d592540f2b188c1 787 kernel "Kernel (MANDATORY)" on +lib32-dbg.txz 961a022235abe14ba983ad74b572165c384494372ab9c57cc7c7c8528a7010ca 233 lib32_dbg "32-bit compatibility libraries (Debugging)" off +lib32.txz 12c177106426f02ce1fe7970bd1ac63c0300bbc99abdfb531c03c380fa06e87a 702 lib32 "32-bit compatibility libraries" on +ports.txz 87273fc919024af2ef1792b6e3ce6689df858f2d8db7155ce900d44e5e3ee689 209877 ports "Ports tree" off +src.txz 8a6b11539b54ddc18933b7b385c19fa2f53c7c41886eac83c323a58410121828 117801 src "System source tree" off +tests.txz b770dd2a0af9a1f4a8dbb53b6178f547bdbcef1750b5f2bb41c9fd6f66501a18 7520 tests "Test suite" off diff --git a/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-15.0-ALPHA1 b/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-15.0-ALPHA1 new file mode 100644 index 000000000000..b32719f35135 --- /dev/null +++ b/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-15.0-ALPHA1 @@ -0,0 +1,7 @@ +base-dbg.txz b8b95c89ad6c0ec749d39c624eb0c6ca1d7a7d24c492776b31f6d826400589de 1711 base_dbg "Base system debug info" off +base.txz b7c9832388b59bf1ded7be95a3d887dcf1c66b446248e3ebe7928144a52cc162 29112 base "Base system (MANDATORY)" on +kernel-dbg.txz 0cc4b07d1a345b86f05e569cd081a412a5a91568061864e1780e3e478f91f597 664 kernel_dbg "Kernel debug info" on +kernel.txz 33063020b97ef768ce0657b9b3c43a9cf05bc507db8cc153dd4b097ce75d9307 665 kernel "Kernel (MANDATORY)" on +ports.txz 87273fc919024af2ef1792b6e3ce6689df858f2d8db7155ce900d44e5e3ee689 209877 ports "Ports tree" off +src.txz 8a6b11539b54ddc18933b7b385c19fa2f53c7c41886eac83c323a58410121828 117801 src "System source tree" off +tests.txz 1662e8359ae7675b8e3c6231aff738d5b1e4cfcbe83337e2219cf424d790316a 7521 tests "Test suite" off diff --git a/misc/freebsd-release-manifests/files/MANIFESTS/riscv-riscv64-15.0-ALPHA1 b/misc/freebsd-release-manifests/files/MANIFESTS/riscv-riscv64-15.0-ALPHA1 new file mode 100644 index 000000000000..31cb6ae9e0fd --- /dev/null +++ b/misc/freebsd-release-manifests/files/MANIFESTS/riscv-riscv64-15.0-ALPHA1 @@ -0,0 +1,7 @@ +base-dbg.txz b6d4ea1d627c42613c969257ae87c700b7dee27cf217715f40e85f52a637e5b2 1712 base_dbg "Base system debug info" off +base.txz fc75139c3402cf94354ceb54dc5b6f5f5bcc235cba9434c827eb7aa12fd1fdbe 29156 base "Base system (MANDATORY)" on +kernel-dbg.txz 0ae7323510f2c983e6a2b148ad9340b64fd8fa0a332533f5da76f89653072f2c 636 kernel_dbg "Kernel debug info" on +kernel.txz d0db3e17eca20561382ee289936f0f8e2d21422e75702cc7f563f7a00af05259 641 kernel "Kernel (MANDATORY)" on +ports.txz 87273fc919024af2ef1792b6e3ce6689df858f2d8db7155ce900d44e5e3ee689 209877 ports "Ports tree" off +src.txz 8a6b11539b54ddc18933b7b385c19fa2f53c7c41886eac83c323a58410121828 117801 src "System source tree" off +tests.txz 4a6ac1d1ad4f5bc6e4ff4c1bcedf157029c19e7126f79198600e924cb642da7a 7521 tests "Test suite" off diff --git a/misc/freebsd-release-manifests/pkg-plist b/misc/freebsd-release-manifests/pkg-plist index 3785e0c50f5c..168828b3413e 100644 --- a/misc/freebsd-release-manifests/pkg-plist +++ b/misc/freebsd-release-manifests/pkg-plist @@ -2,10 +2,12 @@ %%DATADIR%%/MANIFESTS/amd64-amd64-13.5-RELEASE %%DATADIR%%/MANIFESTS/amd64-amd64-14.2-RELEASE %%DATADIR%%/MANIFESTS/amd64-amd64-14.3-RELEASE +%%DATADIR%%/MANIFESTS/amd64-amd64-15.0-ALPHA1 %%DATADIR%%/MANIFESTS/arm64-aarch64-13.4-RELEASE %%DATADIR%%/MANIFESTS/arm64-aarch64-13.5-RELEASE %%DATADIR%%/MANIFESTS/arm64-aarch64-14.2-RELEASE %%DATADIR%%/MANIFESTS/arm64-aarch64-14.3-RELEASE +%%DATADIR%%/MANIFESTS/arm64-aarch64-15.0-ALPHA1 %%DATADIR%%/MANIFESTS/i386-i386-13.4-RELEASE %%DATADIR%%/MANIFESTS/i386-i386-13.5-RELEASE %%DATADIR%%/MANIFESTS/i386-i386-14.2-RELEASE @@ -22,6 +24,7 @@ %%DATADIR%%/MANIFESTS/powerpc-powerpc64le-13.5-RELEASE %%DATADIR%%/MANIFESTS/powerpc-powerpc64le-14.2-RELEASE %%DATADIR%%/MANIFESTS/powerpc-powerpc64le-14.3-RELEASE +%%DATADIR%%/MANIFESTS/powerpc-powerpc64le-15.0-ALPHA1 %%DATADIR%%/MANIFESTS/powerpc-powerpcspe-13.4-RELEASE %%DATADIR%%/MANIFESTS/powerpc-powerpcspe-13.5-RELEASE %%DATADIR%%/MANIFESTS/powerpc-powerpcspe-14.2-RELEASE @@ -30,3 +33,4 @@ %%DATADIR%%/MANIFESTS/riscv-riscv64-13.5-RELEASE %%DATADIR%%/MANIFESTS/riscv-riscv64-14.2-RELEASE %%DATADIR%%/MANIFESTS/riscv-riscv64-14.3-RELEASE +%%DATADIR%%/MANIFESTS/riscv-riscv64-15.0-ALPHA1 diff --git a/multimedia/aom/Makefile b/multimedia/aom/Makefile index b5dde536cff5..35b8e7b42569 100644 --- a/multimedia/aom/Makefile +++ b/multimedia/aom/Makefile @@ -1,5 +1,5 @@ PORTNAME= aom -DISTVERSION= 3.13.0 +DISTVERSION= 3.13.1 CATEGORIES= multimedia MASTER_SITES= https://storage.googleapis.com/${PORTNAME}-releases/ DISTNAME= lib${PORTNAME}-${DISTVERSION} diff --git a/multimedia/aom/distinfo b/multimedia/aom/distinfo index 86c297daf08f..84a4be7a359f 100644 --- a/multimedia/aom/distinfo +++ b/multimedia/aom/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756846798 -SHA256 (libaom-3.13.0.tar.gz) = 5fe4453a8ffba138a6705a2f6d07666146a706342ef835ee82bf9e70bf9a77d6 -SIZE (libaom-3.13.0.tar.gz) = 6253910 +TIMESTAMP = 1757110237 +SHA256 (libaom-3.13.1.tar.gz) = 19e45a5a7192d690565229983dad900e76b513a02306c12053fb9a262cbeca7d +SIZE (libaom-3.13.1.tar.gz) = 6253958 diff --git a/net/Makefile b/net/Makefile index 9d9795a651ce..54ac15598827 100644 --- a/net/Makefile +++ b/net/Makefile @@ -514,6 +514,7 @@ SUBDIR += nats-nsc SUBDIR += nats-server SUBDIR += nats-streaming-server + SUBDIR += nats-surveyor SUBDIR += nats-top SUBDIR += natscli SUBDIR += nbd-server diff --git a/net/chrony/Makefile b/net/chrony/Makefile index 68f89fcf6eae..7b2e1654d237 100644 --- a/net/chrony/Makefile +++ b/net/chrony/Makefile @@ -90,17 +90,6 @@ post-patch: ${REINPLACE_CMD} -e 's!%%PREFIX%%!${PREFIX}!g' \ -e 's!/var/lib!/var/db!g' \ ${PORTEXAMPLES:M*.conf.example*} -.if "4.8" == ${PORTVERSION} && empty(WITH_DEBUG) - # SCK_AcceptConnection sets the socket to non-blocking, - # and socket.test (built from socket.c and wildcarded) - # fails with EAGAIN; to see for yourself, build - # with WITH_DEBUG=yes set, so that you get --enable-debug - # for configure, and run test/unit/socket.test -d - # You can avoid that by running under truss, at least - # on FreeBSD 14.3 amd64. The same does not happen - # on Fedora Linux 42 x86_64 on the very same computer. - ${MV} ${WRKSRC}/test/unit/socket.c ${WRKSRC}/test/unit/socket.c.disabled -.endif post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/chronyc diff --git a/net/chrony/files/patch-test_unit_socket.c b/net/chrony/files/patch-test_unit_socket.c new file mode 100644 index 000000000000..fd9e71d17078 --- /dev/null +++ b/net/chrony/files/patch-test_unit_socket.c @@ -0,0 +1,30 @@ +commit 120bf44989391164c924e97d3142dc1352ab7970 +Author: Miroslav Lichvar <mlichvar@redhat.com> +Date: Thu Aug 28 09:33:34 2025 +0200 + + test: fix socket unit test to use non-blocking accepted sockets + + SCK_AcceptConnection() always returns a non-blocking socket. Clear the + O_NONBLOCK flag in the socket unit test, which relies on blocking, to + avoid failures. + + Reported-by: Matthias Andree <matthias.andree@gmx.de> + +--- test/unit/socket.c.orig 2025-08-27 12:05:31 UTC ++++ test/unit/socket.c +@@ -191,6 +191,7 @@ test_unit(void) + s3 = SCK_AcceptConnection(s1, &sa2); + TEST_CHECK(UTI_CompareIPs(&sa1.ip_addr, &sa2.ip_addr, NULL) == 0); + ++ fcntl(s3, F_SETFL, fcntl(s3, F_GETFL) & ~O_NONBLOCK); + send_and_recv(SCK_ADDR_IP, 1, 1, s3, s2); + + SCK_ShutdownConnection(s2); +@@ -227,6 +228,7 @@ test_unit(void) + s3 = SCK_AcceptConnection(s1, &sa2); + TEST_CHECK(sa2.ip_addr.family == IPADDR_UNSPEC); + ++ fcntl(s3, F_SETFL, fcntl(s3, F_GETFL) & ~O_NONBLOCK); + send_and_recv(SCK_ADDR_UNIX, 1, i % 2, s3, s2); + + if (i % 4) diff --git a/net/croc/Makefile b/net/croc/Makefile index b560c24008d9..a87170f86701 100644 --- a/net/croc/Makefile +++ b/net/croc/Makefile @@ -1,7 +1,6 @@ PORTNAME= croc -PORTVERSION= 10.0.13 +PORTVERSION= 10.2.4 DISTVERSIONPREFIX= v -PORTREVISION= 7 CATEGORIES= net MAINTAINER= olgeni@FreeBSD.org @@ -12,11 +11,10 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules +USE_RC_SUBR= croc GO_MODULE= github.com/schollz/croc/v10 -USE_RC_SUBR= croc - PLIST_FILES= bin/croc .include <bsd.port.mk> diff --git a/net/croc/distinfo b/net/croc/distinfo index 30d7f9410d5c..3caaeca4b939 100644 --- a/net/croc/distinfo +++ b/net/croc/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1727860010 -SHA256 (go/net_croc/croc-v10.0.13/v10.0.13.mod) = 2004d2aa2ff36dc27b5630af816af5876ab42294a26915bf17f86f784958cdcc -SIZE (go/net_croc/croc-v10.0.13/v10.0.13.mod) = 1341 -SHA256 (go/net_croc/croc-v10.0.13/v10.0.13.zip) = 04ec89bd9fe5537ff3f34968c5fcebe6da9eeb3aa8c16a6d2b1739a91584f25c -SIZE (go/net_croc/croc-v10.0.13/v10.0.13.zip) = 597747 +TIMESTAMP = 1757102771 +SHA256 (go/net_croc/croc-v10.2.4/v10.2.4.mod) = 01e604b4c84a83edd6500ba8ad4c84ede227cf89ebdea0e425372d2b4dfafc32 +SIZE (go/net_croc/croc-v10.2.4/v10.2.4.mod) = 1402 +SHA256 (go/net_croc/croc-v10.2.4/v10.2.4.zip) = 41169d0fc75bdf346d23c2728e43dcc9be5ab4a5f68af88f6c8554678e7781aa +SIZE (go/net_croc/croc-v10.2.4/v10.2.4.zip) = 599745 diff --git a/net/libpfctl/Makefile b/net/libpfctl/Makefile index e41fe9de1ef0..95ff4e77b830 100644 --- a/net/libpfctl/Makefile +++ b/net/libpfctl/Makefile @@ -1,5 +1,5 @@ PORTNAME= libpfctl -PORTVERSION= 0.16 +PORTVERSION= 0.17 CATEGORIES= net MASTER_SITES= LOCAL/kp/ @@ -13,7 +13,7 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/libpfctl -_LIBPFCTL_HASH= 28f618fcc2b4 +_LIBPFCTL_HASH= 7c448f5aab8b _LIBPFCTL_REV= 4 PLIST_FILES= \ @@ -23,7 +23,7 @@ PLIST_FILES= \ .include <bsd.port.pre.mk> -.if ${OSREL} == "15.0" +.if ${OSREL} == "16.0" DISTFILES= libpfctl-${_LIBPFCTL_HASH}.tar.gz .else DISTFILES= libpfctl-${OSREL}_${_LIBPFCTL_REV}.tar.gz @@ -36,7 +36,7 @@ do-install: ${LN} -s libpfctl.so.0 ${STAGEDIR}${PREFIX}/lib/libpfctl.so ${INSTALL_DATA} ${WRKSRC}/*.h ${STAGEDIR}${PREFIX}/include -_ALL_VERSIONS= 13.3 13.4 13.5 14.0 14.1 14.2 14.3 +_ALL_VERSIONS= 13.4 13.5 14.2 14.3 15.0 .if make(makesum) DISTFILES= .for version in ${_ALL_VERSIONS} diff --git a/net/libpfctl/distinfo b/net/libpfctl/distinfo index ac405a4e41e5..1c3935f26900 100644 --- a/net/libpfctl/distinfo +++ b/net/libpfctl/distinfo @@ -1,17 +1,13 @@ TIMESTAMP = 1746177054 -SHA256 (libpfctl-13.3_4.tar.gz) = 8dfb0e629f0e74def2e2e2b6b1225f957b75f4ebd98ac53d8c800f98667ccbe0 -SIZE (libpfctl-13.3_4.tar.gz) = 10111 SHA256 (libpfctl-13.4_4.tar.gz) = c29f57896e2274ab5c7d6836e5a58e9218c4bf83f2ce8953e3cd1944d01692ef SIZE (libpfctl-13.4_4.tar.gz) = 10104 SHA256 (libpfctl-13.5_4.tar.gz) = c017afbe6634ab2feb0ccc82273059d108325a23a09d0e0827879fc0a1c84237 SIZE (libpfctl-13.5_4.tar.gz) = 10104 -SHA256 (libpfctl-14.0_4.tar.gz) = 5aed025f23b76918ad76d7637df243e0627af1ff7cb498dea8dc4edf45e56db5 -SIZE (libpfctl-14.0_4.tar.gz) = 11682 -SHA256 (libpfctl-14.1_4.tar.gz) = 048e158da7cc1cbfcc8c965e6d3e6ac0d6e7a9572144e646fa0103738c3494d4 -SIZE (libpfctl-14.1_4.tar.gz) = 11692 SHA256 (libpfctl-14.2_4.tar.gz) = 527c63aa4b9e7eed513fa0c669878faea2e935f3e505dd83f8b6d7b45d3fa986 SIZE (libpfctl-14.2_4.tar.gz) = 11690 SHA256 (libpfctl-14.3_4.tar.gz) = 0dba9d47cb5990e3029641bca9958925f20b091456bb7fe140ce1f4e9e2c30ce SIZE (libpfctl-14.3_4.tar.gz) = 11678 -SHA256 (libpfctl-28f618fcc2b4.tar.gz) = 37d9b90491f30b4772bc1dae687cf5c0caa733485a68cc6b59b9f23b9bd6a5f5 -SIZE (libpfctl-28f618fcc2b4.tar.gz) = 20180 +SHA256 (libpfctl-15.0_4.tar.gz) = f05d9a636e4b361b98d9056eead54c396600d427c61b2faafefde4baabbc9481 +SIZE (libpfctl-15.0_4.tar.gz) = 20782 +SHA256 (libpfctl-7c448f5aab8b.tar.gz) = 74d71ef393a722db16d476788f1e3a007b0a793699677e1af39e23e30cf20fb6 +SIZE (libpfctl-7c448f5aab8b.tar.gz) = 20785 diff --git a/net/libpfctl/files/patch-Makefile b/net/libpfctl/files/patch-Makefile index 07cfdfaa6e54..6eac3be27fbd 100644 --- a/net/libpfctl/files/patch-Makefile +++ b/net/libpfctl/files/patch-Makefile @@ -1,7 +1,6 @@ --- Makefile.orig 2021-04-19 10:09:35 UTC +++ Makefile -@@ -2,7 +2,8 @@ - PACKAGE= lib${LIB} +@@ -2,6 +2,7 @@ LIB= pfctl -INTERNALLIB= true +SHLIB_MAJOR= 0 diff --git a/net/nats-surveyor/Makefile b/net/nats-surveyor/Makefile new file mode 100644 index 000000000000..188972a7b3fc --- /dev/null +++ b/net/nats-surveyor/Makefile @@ -0,0 +1,21 @@ +PORTNAME= nats-surveyor +DISTVERSIONPREFIX= v +DISTVERSION= 0.9.3 +CATEGORIES= net + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= NATS Monitoring, Simplified +WWW= https://github.com/nats-io/nats-surveyor + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go:modules +USE_GITHUB= yes +GH_ACCOUNT= nats-io + +GO_MODULE= github.com/nats-io/nats-surveyor + +PLIST_FILES= bin/nats-surveyor + +.include <bsd.port.mk> diff --git a/net/nats-surveyor/distinfo b/net/nats-surveyor/distinfo new file mode 100644 index 000000000000..b95604886d21 --- /dev/null +++ b/net/nats-surveyor/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1756977949 +SHA256 (go/net_nats-surveyor/nats-io-nats-surveyor-v0.9.3_GH0/v0.9.3.mod) = d485f7a573c0b5ddeb80b2ffb911bc53505ae59398f0a882af77197a65c0428d +SIZE (go/net_nats-surveyor/nats-io-nats-surveyor-v0.9.3_GH0/v0.9.3.mod) = 2137 +SHA256 (go/net_nats-surveyor/nats-io-nats-surveyor-v0.9.3_GH0/v0.9.3.zip) = 92cf535280757100f6f382bd7d02c67dea49b587277f9e8eef2b109e727288f6 +SIZE (go/net_nats-surveyor/nats-io-nats-surveyor-v0.9.3_GH0/v0.9.3.zip) = 154516 +SHA256 (go/net_nats-surveyor/nats-io-nats-surveyor-v0.9.3_GH0/nats-io-nats-surveyor-v0.9.3_GH0.tar.gz) = 08bc17831920bc036a502af30ce5c9c54d5fc0e04ab284351809981e48402f26 +SIZE (go/net_nats-surveyor/nats-io-nats-surveyor-v0.9.3_GH0/nats-io-nats-surveyor-v0.9.3_GH0.tar.gz) = 115067 diff --git a/net/nats-surveyor/pkg-descr b/net/nats-surveyor/pkg-descr new file mode 100644 index 000000000000..3e18f0fff55f --- /dev/null +++ b/net/nats-surveyor/pkg-descr @@ -0,0 +1,4 @@ +NATS Surveyor is a simplified monitoring tool for NATS infrastructure. +It provides real-time observability and monitoring capabilities for NATS +servers and clusters, making it easier to track performance, health, and +metrics across your NATS messaging system. diff --git a/net/ooni-probe-cli/Makefile b/net/ooni-probe-cli/Makefile index f66cb7e297a2..828cd8b3bfe9 100644 --- a/net/ooni-probe-cli/Makefile +++ b/net/ooni-probe-cli/Makefile @@ -1,7 +1,6 @@ PORTNAME= ooni-probe-cli DISTVERSIONPREFIX= v -DISTVERSION= 3.26.0 -PORTREVISION= 1 +DISTVERSION= 3.27.0 CATEGORIES= net www benchmarks MAINTAINER= rene@FreeBSD.org @@ -13,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss -USES= go:1.23,modules +USES= go:1.24,modules GO_BUILDFLAGS= -ldflags '-s -w -extldflags "-static"' GO_MODULE= github.com/ooni/probe-cli/v3 diff --git a/net/ooni-probe-cli/distinfo b/net/ooni-probe-cli/distinfo index 2b5b682ea806..64b77e90e387 100644 --- a/net/ooni-probe-cli/distinfo +++ b/net/ooni-probe-cli/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750044883 -SHA256 (go/net_ooni-probe-cli/ooni-probe-cli-v3.26.0/v3.26.0.mod) = 72a1a774d32322ec03b0e99873ee502c19e613fe6169cec08abe2da41ed45e62 -SIZE (go/net_ooni-probe-cli/ooni-probe-cli-v3.26.0/v3.26.0.mod) = 10620 -SHA256 (go/net_ooni-probe-cli/ooni-probe-cli-v3.26.0/v3.26.0.zip) = 83da081847b31673475abc69ac8ce2501f349d6f11560970dc88ba20328aac4c -SIZE (go/net_ooni-probe-cli/ooni-probe-cli-v3.26.0/v3.26.0.zip) = 3363044 +TIMESTAMP = 1757169776 +SHA256 (go/net_ooni-probe-cli/ooni-probe-cli-v3.27.0/v3.27.0.mod) = 97f899b3438b9f840b77acb48150837d93b66f55bfd66a2cca0859cc507a7042 +SIZE (go/net_ooni-probe-cli/ooni-probe-cli-v3.27.0/v3.27.0.mod) = 10624 +SHA256 (go/net_ooni-probe-cli/ooni-probe-cli-v3.27.0/v3.27.0.zip) = 79aee09bf96c3948a2c5d7e5bf8778e91e1bd1ddb34286b7140da21bc7b9340f +SIZE (go/net_ooni-probe-cli/ooni-probe-cli-v3.27.0/v3.27.0.zip) = 3368078 diff --git a/net/redpanda-connect/Makefile b/net/redpanda-connect/Makefile index 419662a22cba..fc02013018f9 100644 --- a/net/redpanda-connect/Makefile +++ b/net/redpanda-connect/Makefile @@ -1,7 +1,6 @@ PORTNAME= connect DISTVERSIONPREFIX= v -DISTVERSION= 4.61.0 -PORTREVISION= 2 +DISTVERSION= 4.63.0 CATEGORIES= net PKGNAMEPREFIX= redpanda- @@ -38,13 +37,15 @@ PLIST_FILES= "@dir(,,755) %%ETCDIR%%" \ OPTIONS_DEFINE= ENTERPRISE ENTERPRISE_DESC= Enable connectors under the RCL license -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> -post-patch: .if !${PORT_OPTIONS:MENTERPRISE} - @${PATCH} -d ${WRKSRC} < ${FILESDIR}/remove-enterprise-connectors.patch +EXTRA_PATCHES= ${FILESDIR}/extra-patch-public_components_all_package.go .endif +.include <bsd.port.pre.mk> + + post-install: @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${FILESDIR}/config.yaml ${STAGEDIR}${ETCDIR}/config.yaml.sample diff --git a/net/redpanda-connect/distinfo b/net/redpanda-connect/distinfo index 3affba249741..7927524f246d 100644 --- a/net/redpanda-connect/distinfo +++ b/net/redpanda-connect/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1752913928 -SHA256 (go/net_redpanda-connect/connect-v4.61.0/v4.61.0.mod) = 5e49767f388d02662a2e10ab7124c78522b5248bc5033826833aee04aeb1cd4e -SIZE (go/net_redpanda-connect/connect-v4.61.0/v4.61.0.mod) = 24341 -SHA256 (go/net_redpanda-connect/connect-v4.61.0/v4.61.0.zip) = ed997944cbe4fb225f86d94c7215a2f373cc9cf4a8bccfa4fd28fc67dafe8bd5 -SIZE (go/net_redpanda-connect/connect-v4.61.0/v4.61.0.zip) = 2825956 +TIMESTAMP = 1756802247 +SHA256 (go/net_redpanda-connect/connect-v4.63.0/v4.63.0.mod) = 33badbc44017dfad2b93750ec9e33e2eeaf56fc472fcd9c873e02e45c3894a9a +SIZE (go/net_redpanda-connect/connect-v4.63.0/v4.63.0.mod) = 24593 +SHA256 (go/net_redpanda-connect/connect-v4.63.0/v4.63.0.zip) = d10393fd3a96cc3b9c591f0bd88c2d28377941576ad7522e54e81dec70b71815 +SIZE (go/net_redpanda-connect/connect-v4.63.0/v4.63.0.zip) = 2852709 diff --git a/net/redpanda-connect/files/remove-enterprise-connectors.patch b/net/redpanda-connect/files/extra-patch-public_components_all_package.go index 1b2ed703f5d2..0e489a4c3db2 100644 --- a/net/redpanda-connect/files/remove-enterprise-connectors.patch +++ b/net/redpanda-connect/files/extra-patch-public_components_all_package.go @@ -1,21 +1,17 @@ ---- public/components/all/package.go.orig 2025-06-06 23:37:55.991872000 +0200 -+++ public/components/all/package.go 2025-06-06 23:38:14.046795000 +0200 -@@ -15,20 +15,4 @@ +--- public/components/all/package.go.orig ++++ public/components/all/package.go +@@ -15,16 +15,4 @@ import ( // Import all community components. _ "github.com/redpanda-data/connect/v4/public/components/community" - - // Import all enterprise components. -- _ "github.com/redpanda-data/connect/v4/public/components/aws/enterprise" -- _ "github.com/redpanda-data/connect/v4/public/components/cohere" - _ "github.com/redpanda-data/connect/v4/public/components/gateway" - _ "github.com/redpanda-data/connect/v4/public/components/gcp/enterprise" - _ "github.com/redpanda-data/connect/v4/public/components/google" - _ "github.com/redpanda-data/connect/v4/public/components/kafka/enterprise" - _ "github.com/redpanda-data/connect/v4/public/components/mongodb/enterprise" - _ "github.com/redpanda-data/connect/v4/public/components/mysql" -- _ "github.com/redpanda-data/connect/v4/public/components/ollama" -- _ "github.com/redpanda-data/connect/v4/public/components/openai" - _ "github.com/redpanda-data/connect/v4/public/components/postgresql" - _ "github.com/redpanda-data/connect/v4/public/components/slack" - _ "github.com/redpanda-data/connect/v4/public/components/snowflake" diff --git a/science/cdf/Makefile b/science/cdf/Makefile index edc94cf929c9..f1b4b8b150c5 100644 --- a/science/cdf/Makefile +++ b/science/cdf/Makefile @@ -23,7 +23,6 @@ MAKE_FLAGS= INSTALLDIR=${STAGEDIR}${PREFIX} OS=freebsd ENV=gnu \ FORTRAN=yes FC_freebsd=${F77} MAKE_JOBS_UNSAFE= yes TEST_TARGET= test # XXX: test segfaults -FFLAGS+= -std=legacy WRKSRC= ${WRKDIR}/cdf${VER}-dist SUB_FILES= pkg-message @@ -37,6 +36,12 @@ OPTIONS_DEFINE= DOCS EXAMPLES MAKE_ARGS+= OS=freebsd ENV=gnu all +.include <bsd.port.pre.mk> + +.if ${FORTRAN_DEFAULT} != flang +FFLAGS= -std=legacy +.endif + post-patch: .for def in ${DEFS} @${REINPLACE_CMD} -e 's|<path>|${PREFIX}|' \ @@ -51,4 +56,4 @@ post-install: ${SED} -i '' 's,${STAGEDIR},,g' ${STAGEDIR}${PREFIX}/bin/definitions.? ${RM} -f ${STAGEDIR}${PREFIX}/CDFLeapSeconds.txt -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/science/cgnslib/Makefile b/science/cgnslib/Makefile index 471819e7794c..45a191615689 100644 --- a/science/cgnslib/Makefile +++ b/science/cgnslib/Makefile @@ -23,7 +23,7 @@ MAKE_JOBS_UNSAFE= yes #CMAKE_ARGS= -DOpenGL_GL_PREFERENCE:STRING="GLVND" CMAKE_ARGS= -DOpenGL_GL_PREFERENCE:STRING="LEGACY" -FFLAGS+= -fPIC -std=legacy +FFLAGS= -fPIC TEST_TARGET= test OPTIONS_DEFINE= FORTRAN HDF5 TESTS TOOLS @@ -59,6 +59,10 @@ TOOLS_CMAKE_ON= -DTCL_INCLUDE_PATH:STRING="${TCL_INCLUDEDIR}" \ CFLAGS+= -Wno-error=incompatible-function-pointer-types .endif +.if ${FORTRAN_DEFAULT} != flang +FFLAGS+= -std=legacy +.endif + pre-configure: ${REINPLACE_CMD} -e 's|tk-private/||' ${WRKSRC}/src/cgnstools/tkogl/tkogl.c diff --git a/security/openvpn/Makefile b/security/openvpn/Makefile index 44f30253b5b2..690ac26738d8 100644 --- a/security/openvpn/Makefile +++ b/security/openvpn/Makefile @@ -1,6 +1,6 @@ PORTNAME= openvpn DISTVERSION= 2.6.14 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= security net net-vpn MASTER_SITES= https://swupdate.openvpn.org/community/releases/ \ https://build.openvpn.net/downloads/releases/ \ diff --git a/security/openvpn/files/patch-src_openvpn_dco__freebsd.c b/security/openvpn/files/patch-src_openvpn_dco__freebsd.c index 22c24baa9ec3..686fc6584be7 100644 --- a/security/openvpn/files/patch-src_openvpn_dco__freebsd.c +++ b/security/openvpn/files/patch-src_openvpn_dco__freebsd.c @@ -1,6 +1,6 @@ --- src/openvpn/dco_freebsd.c.orig 2025-04-02 06:53:10 UTC +++ src/openvpn/dco_freebsd.c -@@ -72,6 +72,67 @@ sockaddr_to_nvlist(const struct sockaddr *sa) +@@ -72,6 +72,61 @@ sockaddr_to_nvlist(const struct sockaddr *sa) return (nvl); } @@ -32,10 +32,7 @@ + + in->sin_len = sizeof(*in); + data = nvlist_get_binary(nvl, "address", &len); -+ if (len != sizeof(in->sin_addr)) -+ { -+ return (false); -+ } ++ ASSERT(len == sizeof(in->sin_addr)); + memcpy(&in->sin_addr, data, sizeof(in->sin_addr)); + in->sin_port = nvlist_get_number(nvl, "port"); + break; @@ -49,10 +46,7 @@ + + in6->sin6_len = sizeof(*in6); + data = nvlist_get_binary(nvl, "address", &len); -+ if (len != sizeof(in6->sin6_addr)) -+ { -+ return (false); -+ } ++ ASSERT(len == sizeof(in6->sin6_addr)); + memcpy(&in6->sin6_addr, data, sizeof(in6->sin6_addr)); + in6->sin6_port = nvlist_get_number(nvl, "port"); + break; @@ -68,7 +62,7 @@ int dco_new_peer(dco_context_t *dco, unsigned int peerid, int sd, struct sockaddr *localaddr, struct sockaddr *remoteaddr, -@@ -570,6 +631,25 @@ dco_do_read(dco_context_t *dco) +@@ -570,6 +625,25 @@ dco_do_read(dco_context_t *dco) case OVPN_NOTIF_ROTATE_KEY: dco->dco_message_type = OVPN_CMD_SWAP_KEYS; break; diff --git a/security/openvpn/files/patch-src_openvpn_init.c b/security/openvpn/files/patch-src_openvpn_init.c new file mode 100644 index 000000000000..0d09e6050236 --- /dev/null +++ b/security/openvpn/files/patch-src_openvpn_init.c @@ -0,0 +1,22 @@ +--- src/openvpn/init.c.orig 2025-04-02 06:53:10 UTC ++++ src/openvpn/init.c +@@ -330,7 +330,7 @@ management_callback_remote_entry_count(void *arg) + static unsigned int + management_callback_remote_entry_count(void *arg) + { +- assert(arg); ++ ASSERT(arg); + struct context *c = (struct context *) arg; + struct connection_list *l = c->options.connection_list; + +@@ -340,8 +340,8 @@ management_callback_remote_entry_get(void *arg, unsign + static bool + management_callback_remote_entry_get(void *arg, unsigned int index, char **remote) + { +- assert(arg); +- assert(remote); ++ ASSERT(arg); ++ ASSERT(remote); + + struct context *c = (struct context *) arg; + struct connection_list *l = c->options.connection_list; diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml index 0a19623ed18f..6a4e1eec9395 100644 --- a/security/vuxml/vuln/2025.xml +++ b/security/vuxml/vuln/2025.xml @@ -1,3 +1,42 @@ + <vuln vid="bda50cf1-8bcf-11f0-b3f7-a8a1599412c6"> + <topic>chromium -- multiple security fixes</topic> + <affects> + <package> + <name>chromium</name> + <range><lt>140.0.7339.80</lt></range> + </package> + <package> + <name>ungoogled-chromium</name> + <range><lt>140.0.7339.80</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Chrome Releases reports:</p> + <blockquote cite="https://chromereleases.googleblog.com/2025/09/stable-channel-update-for-desktop.html"> + <p>This update includes 6 security fixes:</p> + <ul> + <li>[434513380] High CVE-2025-9864: Use after free in V8. Reported by Pavel Kuzmin of Yandex Security Team on 2025-07-28</li> + <li>[437147699] Medium CVE-2025-9865: Inappropriate implementation in Toolbar. Reported by Khalil Zhani on 2025-08-07</li> + <li>[379337758] Medium CVE-2025-9866: Inappropriate implementation in Extensions. Reported by NDevTK on 2024-11-16</li> + <li>[415496161] Medium CVE-2025-9867: Inappropriate implementation in Downloads. Reported by Farras Givari on 2025-05-04</li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-9864</cvename> + <cvename>CVE-2025-9865</cvename> + <cvename>CVE-2025-9866</cvename> + <cvename>CVE-2025-9867</cvename> + <url>https://chromereleases.googleblog.com/2025/09/stable-channel-update-for-desktop.html</url> + </references> + <dates> + <discovery>2025-09-02</discovery> + <entry>2025-09-07</entry> + </dates> + </vuln> + <vuln vid="340dc4c1-895a-11f0-b6e5-4ccc6adda413"> <topic>exiv2 -- Denial-of-service</topic> <affects> diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index e888fb6dade3..7648cdc29b99 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,8 +1,7 @@ # note: If someone has a fix for a particular ARCH please feel free # to commit it. I (ler) don't have access to all the ARCH's PORTNAME= lsof -DISTVERSION= 4.99.4 -PORTREVISION= 2 +DISTVERSION= 4.99.5 PORTEPOCH= 8 CATEGORIES= sysutils @@ -15,27 +14,34 @@ LICENSE_NAME= lsof LICENSE_FILE= ${FILESDIR}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BUILD_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash + USES= compiler cpe shebangfix CPE_VENDOR= lsof_project USE_GITHUB= yes GH_ACCOUNT= lsof-org -BUILD_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash - SHEBANG_FILES= scripts/*.pl HAS_CONFIGURE= yes CFLAGS_powerpcspe= -DBOOKE +OPTIONS_DEFINE= NOSOCKSECURITY SECURITY OPTIONS_DEFINE_powerpc64= AIM BOOKE +OPTIONS_DEFAULT= OPTIONS_DEFAULT_powerpc64= AIM -AIM_DESC= Set for AIM hardware -BOOKE_DESC= Set for BOOKE hardware +AIM_DESC= Set for AIM hardware +BOOKE_DESC= Set for BOOKE hardware +NOSOCKSECURITY_DESC= Non-root users can only list their own files except sockets (Implies SECURITY) +SECURITY_DESC= Non-root users can only list their own files -AIM_CFLAGS= -DAIM -BOOKE_CFLAGS= -DBOOKE +AIM_CFLAGS= -DAIM +BOOKE_CFLAGS= -DBOOKE +NOSOCKSECURITY_IMPLIES= SECURITY +NOSOCKSECURITY_CFLAGS= -DHASNOSOCKSECURITY +SECURITY_CFLAGS= -DHASSECURITY .include <bsd.port.pre.mk> diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index a91b2c4dc35a..b749c95fc7a5 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1732211983 -SHA256 (lsof-org-lsof-4.99.4_GH0.tar.gz) = 90d02ae35cd14341bfb04ce80e0030767476b0fc414a0acb115d49e79b13d56c -SIZE (lsof-org-lsof-4.99.4_GH0.tar.gz) = 1135014 +TIMESTAMP = 1752848850 +SHA256 (lsof-org-lsof-4.99.5_GH0.tar.gz) = 3c591556c665196e0aada5982ff43c75e248187bad78bb1368d8fb9c1c527e6e +SIZE (lsof-org-lsof-4.99.5_GH0.tar.gz) = 1135415 diff --git a/sysutils/slurm-wlm/Makefile b/sysutils/slurm-wlm/Makefile index a676f4bb7ad2..b3532a0fbfd5 100644 --- a/sysutils/slurm-wlm/Makefile +++ b/sysutils/slurm-wlm/Makefile @@ -1,6 +1,6 @@ PORTNAME= slurm DISTVERSION= 23.11.7 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= sysutils MASTER_SITES= https://download.schedmd.com/slurm/ PKGNAMESUFFIX= -wlm diff --git a/sysutils/slurm-wlm/files/patch-src_slurmd_slurmd_slurmd.c b/sysutils/slurm-wlm/files/patch-src_slurmd_slurmd_slurmd.c new file mode 100644 index 000000000000..cb9dcc42879a --- /dev/null +++ b/sysutils/slurm-wlm/files/patch-src_slurmd_slurmd_slurmd.c @@ -0,0 +1,50 @@ +--- src/slurmd/slurmd/slurmd.c.orig 2024-05-21 17:19:51 UTC ++++ src/slurmd/slurmd/slurmd.c +@@ -2191,10 +2191,17 @@ _slurmd_init(void) + build_all_frontend_info(true); + + /* ++ * cgroups is unsupported on FreeBSD and would prevent slurmd from starting ++ */ ++#if defined(__FreeBSD__) ++ info("FreeBSD: Skipping cgroup_conf_init() - cgroups unsupported"); ++#else ++ /* + * This needs to happen before _read_config where we will try to read + * cgroup.conf values + */ + cgroup_conf_init(); ++#endif + + xcpuinfo_refresh_hwloc(original); + +@@ -2214,6 +2221,10 @@ _slurmd_init(void) + * defaults and command line. + */ + _read_config(); ++ ++#if defined(__FreeBSD__) ++ info("FreeBSD: Skipping cgroup_g_init() - cgroups unsupported"); ++#else + /* + * This needs to happen before _resource_spec_init where we will try to + * attach the slurmd pid to system cgroup, and after _read_config to +@@ -2223,6 +2234,7 @@ _slurmd_init(void) + error("Unable to initialize cgroup plugin"); + return SLURM_ERROR; + } ++#endif + + #ifndef HAVE_FRONT_END + if (!find_node_record(conf->node_name)) +@@ -2562,6 +2574,10 @@ static int _resource_spec_init(void) + */ + static int _resource_spec_init(void) + { ++#if defined(__FreeBSD__) ++ debug("FreeBSD: Skipping system cpuset and memory cgroup setup"); ++ return SLURM_SUCCESS; ++#endif + fini_system_cgroup(); /* Prevent memory leak */ + if (_core_spec_init() != SLURM_SUCCESS) + error("Resource spec: core specialization disabled"); diff --git a/sysutils/usermin/Makefile b/sysutils/usermin/Makefile index e4c2395741aa..5c18a12d1069 100644 --- a/sysutils/usermin/Makefile +++ b/sysutils/usermin/Makefile @@ -1,5 +1,5 @@ PORTNAME= usermin -PORTVERSION= 2.302 +PORTVERSION= 2.400 CATEGORIES= sysutils MASTER_SITES= http://www.webmin.com/uupdates/:up \ SF/webadmin/${PORTNAME}/${PORTVERSION}:sf diff --git a/sysutils/usermin/distinfo b/sysutils/usermin/distinfo index 1799cc515aa9..de088b15ed3e 100644 --- a/sysutils/usermin/distinfo +++ b/sysutils/usermin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750756861 -SHA256 (usermin-2.302.tar.gz) = 55ce97852f6de533605284d0dd8e43e90e5851f4b4bc0264b2bf86cc65d7f658 -SIZE (usermin-2.302.tar.gz) = 16244927 +TIMESTAMP = 1757088078 +SHA256 (usermin-2.400.tar.gz) = 38d31498ceef372f21aa987cde2b5fb07a4e9eb027d4eb805c486b8f79b7696a +SIZE (usermin-2.400.tar.gz) = 16255073 diff --git a/sysutils/usermin/pkg-plist b/sysutils/usermin/pkg-plist index 696f5cac11ce..e739f8c3be0f 100644 --- a/sysutils/usermin/pkg-plist +++ b/sysutils/usermin/pkg-plist @@ -190,6 +190,7 @@ lib/usermin/authentic-theme/extensions/csf/csf-lib.pl lib/usermin/authentic-theme/extensions/csf/csf.min.css lib/usermin/authentic-theme/extensions/csf/csf.min.css.gz lib/usermin/authentic-theme/extensions/csf/csf.min.js +lib/usermin/authentic-theme/extensions/csf/csf.min.js.LEGAL.txt lib/usermin/authentic-theme/extensions/csf/csf.min.js.gz lib/usermin/authentic-theme/extensions/file-manager/acls.cgi lib/usermin/authentic-theme/extensions/file-manager/bookmark.cgi @@ -209,8 +210,10 @@ lib/usermin/authentic-theme/extensions/file-manager/extract.cgi lib/usermin/authentic-theme/extensions/file-manager/fetcher.cgi lib/usermin/authentic-theme/extensions/file-manager/file-manager-lib.pl lib/usermin/authentic-theme/extensions/file-manager/file-manager-reinit.min.js +lib/usermin/authentic-theme/extensions/file-manager/file-manager-reinit.min.js.LEGAL.txt lib/usermin/authentic-theme/extensions/file-manager/file-manager-reinit.min.js.gz lib/usermin/authentic-theme/extensions/file-manager/file-manager.min.js +lib/usermin/authentic-theme/extensions/file-manager/file-manager.min.js.LEGAL.txt lib/usermin/authentic-theme/extensions/file-manager/file-manager.min.js.gz lib/usermin/authentic-theme/extensions/file-manager/gpg.cgi lib/usermin/authentic-theme/extensions/file-manager/http_download.cgi @@ -226,12 +229,14 @@ lib/usermin/authentic-theme/extensions/mail/mail-lib.pl lib/usermin/authentic-theme/extensions/mail/mail.min.css lib/usermin/authentic-theme/extensions/mail/mail.min.css.gz lib/usermin/authentic-theme/extensions/mail/mail.min.js +lib/usermin/authentic-theme/extensions/mail/mail.min.js.LEGAL.txt lib/usermin/authentic-theme/extensions/mail/mail.min.js.gz lib/usermin/authentic-theme/extensions/mail/mail.src.js lib/usermin/authentic-theme/extensions/mail/message.cgi lib/usermin/authentic-theme/extensions/mail/messages.cgi lib/usermin/authentic-theme/extensions/mail/search.cgi lib/usermin/authentic-theme/extensions/sql.min.js +lib/usermin/authentic-theme/extensions/sql.min.js.LEGAL.txt lib/usermin/authentic-theme/extensions/sql.min.js.gz lib/usermin/authentic-theme/extensions/stats/stats.min.css lib/usermin/authentic-theme/extensions/stats/stats.min.js @@ -459,6 +464,7 @@ lib/usermin/authentic-theme/images/modules/bind8/slaves.gif lib/usermin/authentic-theme/images/modules/bind8/soa.gif lib/usermin/authentic-theme/images/modules/bind8/stub.gif lib/usermin/authentic-theme/images/modules/bind8/text.gif +lib/usermin/authentic-theme/images/modules/bind8/tls.gif lib/usermin/authentic-theme/images/modules/bind8/view.gif lib/usermin/authentic-theme/images/modules/bind8/whois.gif lib/usermin/authentic-theme/images/modules/bind8/zonedef.gif @@ -6545,7 +6551,8 @@ lib/usermin/mysql/config-aix lib/usermin/mysql/config-cobalt-linux lib/usermin/mysql/config-coherent-linux lib/usermin/mysql/config-debian-linux -lib/usermin/mysql/config-debian-linux-10.0-ALL +lib/usermin/mysql/config-debian-linux-10.0-12.0 +lib/usermin/mysql/config-debian-linux-13.0-ALL lib/usermin/mysql/config-debian-linux-2.2-9.0 lib/usermin/mysql/config-freebsd lib/usermin/mysql/config-freebsd-8-ALL diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile index 8380f882fac6..28451907ada8 100644 --- a/sysutils/webmin/Makefile +++ b/sysutils/webmin/Makefile @@ -1,6 +1,5 @@ PORTNAME= webmin -PORTVERSION= 2.402 -PORTREVISION= 1 +PORTVERSION= 2.500 CATEGORIES= sysutils MASTER_SITES= http://download.webmin.com/updates/:up \ SF/webadmin/${PORTNAME}/${PORTVERSION}:sf diff --git a/sysutils/webmin/distinfo b/sysutils/webmin/distinfo index c45abd5bcd81..1594e331c501 100644 --- a/sysutils/webmin/distinfo +++ b/sysutils/webmin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750225206 -SHA256 (webmin-2.402.tar.gz) = ced99a948411e255549f4ce8b730820387a50379d755e802ff90ef6ae5deaca5 -SIZE (webmin-2.402.tar.gz) = 38515900 +TIMESTAMP = 1757117581 +SHA256 (webmin-2.500.tar.gz) = aa6b898be7b21847e9cf9bdddb1f13d93b2ccc7dca604b2478f4683641669759 +SIZE (webmin-2.500.tar.gz) = 38527403 diff --git a/sysutils/webmin/pkg-plist b/sysutils/webmin/pkg-plist index 1a8fd74b32ba..f41930766f5f 100644 --- a/sysutils/webmin/pkg-plist +++ b/sysutils/webmin/pkg-plist @@ -950,6 +950,7 @@ lib/webmin/authentic-theme/extensions/csf/csf-lib.pl lib/webmin/authentic-theme/extensions/csf/csf.min.css lib/webmin/authentic-theme/extensions/csf/csf.min.css.gz lib/webmin/authentic-theme/extensions/csf/csf.min.js +lib/webmin/authentic-theme/extensions/csf/csf.min.js.LEGAL.txt lib/webmin/authentic-theme/extensions/csf/csf.min.js.gz lib/webmin/authentic-theme/extensions/file-manager/acls.cgi lib/webmin/authentic-theme/extensions/file-manager/bookmark.cgi @@ -969,8 +970,10 @@ lib/webmin/authentic-theme/extensions/file-manager/extract.cgi lib/webmin/authentic-theme/extensions/file-manager/fetcher.cgi lib/webmin/authentic-theme/extensions/file-manager/file-manager-lib.pl lib/webmin/authentic-theme/extensions/file-manager/file-manager-reinit.min.js +lib/webmin/authentic-theme/extensions/file-manager/file-manager-reinit.min.js.LEGAL.txt lib/webmin/authentic-theme/extensions/file-manager/file-manager-reinit.min.js.gz lib/webmin/authentic-theme/extensions/file-manager/file-manager.min.js +lib/webmin/authentic-theme/extensions/file-manager/file-manager.min.js.LEGAL.txt lib/webmin/authentic-theme/extensions/file-manager/file-manager.min.js.gz lib/webmin/authentic-theme/extensions/file-manager/gpg.cgi lib/webmin/authentic-theme/extensions/file-manager/http_download.cgi @@ -986,12 +989,14 @@ lib/webmin/authentic-theme/extensions/mail/mail-lib.pl lib/webmin/authentic-theme/extensions/mail/mail.min.css lib/webmin/authentic-theme/extensions/mail/mail.min.css.gz lib/webmin/authentic-theme/extensions/mail/mail.min.js +lib/webmin/authentic-theme/extensions/mail/mail.min.js.LEGAL.txt lib/webmin/authentic-theme/extensions/mail/mail.min.js.gz lib/webmin/authentic-theme/extensions/mail/mail.src.js lib/webmin/authentic-theme/extensions/mail/message.cgi lib/webmin/authentic-theme/extensions/mail/messages.cgi lib/webmin/authentic-theme/extensions/mail/search.cgi lib/webmin/authentic-theme/extensions/sql.min.js +lib/webmin/authentic-theme/extensions/sql.min.js.LEGAL.txt lib/webmin/authentic-theme/extensions/sql.min.js.gz lib/webmin/authentic-theme/extensions/stats/stats.min.css lib/webmin/authentic-theme/extensions/stats/stats.min.js @@ -1158,6 +1163,7 @@ lib/webmin/authentic-theme/images/modules/bind8/slaves.gif lib/webmin/authentic-theme/images/modules/bind8/soa.gif lib/webmin/authentic-theme/images/modules/bind8/stub.gif lib/webmin/authentic-theme/images/modules/bind8/text.gif +lib/webmin/authentic-theme/images/modules/bind8/tls.gif lib/webmin/authentic-theme/images/modules/bind8/view.gif lib/webmin/authentic-theme/images/modules/bind8/whois.gif lib/webmin/authentic-theme/images/modules/bind8/zonedef.gif @@ -8261,6 +8267,7 @@ lib/webmin/firewalld/config.info.de lib/webmin/firewalld/config.info.fr lib/webmin/firewalld/config.info.no lib/webmin/firewalld/config.info.pl +lib/webmin/firewalld/config_info.pl lib/webmin/firewalld/create_zone.cgi lib/webmin/firewalld/default_zone.cgi lib/webmin/firewalld/delete_rules.cgi @@ -13474,7 +13481,8 @@ lib/webmin/mysql/config-aix lib/webmin/mysql/config-cobalt-linux lib/webmin/mysql/config-coherent-linux lib/webmin/mysql/config-debian-linux -lib/webmin/mysql/config-debian-linux-10.0-ALL +lib/webmin/mysql/config-debian-linux-10.0-12.0 +lib/webmin/mysql/config-debian-linux-13.0-ALL lib/webmin/mysql/config-debian-linux-2.2-9.0 lib/webmin/mysql/config-freebsd lib/webmin/mysql/config-freebsd-8-ALL @@ -19854,7 +19862,6 @@ lib/webmin/status/alive-monitor.pl lib/webmin/status/apache-monitor.pl lib/webmin/status/backup_config.pl lib/webmin/status/bind8-monitor.pl -lib/webmin/status/cfengine-monitor.pl lib/webmin/status/cgi_args.pl lib/webmin/status/change-monitor.pl lib/webmin/status/config @@ -19893,7 +19900,6 @@ lib/webmin/status/delete_mons.cgi lib/webmin/status/delete_tmpls.cgi lib/webmin/status/dhcpd-monitor.pl lib/webmin/status/dns-monitor.pl -lib/webmin/status/dnsadmin-monitor.pl lib/webmin/status/dovecot-monitor.pl lib/webmin/status/du-monitor.pl lib/webmin/status/edit_mon.cgi @@ -19920,7 +19926,6 @@ lib/webmin/status/imap-monitor.pl lib/webmin/status/index.cgi lib/webmin/status/inetd-monitor.pl lib/webmin/status/init-monitor.pl -lib/webmin/status/jabber-monitor.pl lib/webmin/status/lang/ar.auto lib/webmin/status/lang/bg.auto lib/webmin/status/lang/ca @@ -20043,8 +20048,8 @@ lib/webmin/status/mon-monitor.pl lib/webmin/status/monitor.pl lib/webmin/status/mysql-monitor.pl lib/webmin/status/nfs-monitor.pl -lib/webmin/status/nut-monitor.pl lib/webmin/status/oldfile-monitor.pl +lib/webmin/status/phpini-monitor.pl lib/webmin/status/ping-monitor.pl lib/webmin/status/portsentry-monitor.pl lib/webmin/status/postfix-monitor.pl diff --git a/textproc/Makefile b/textproc/Makefile index e72bbe2b3ce0..48f5f84fcced 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -92,6 +92,7 @@ SUBDIR += castxml SUBDIR += catdoc SUBDIR += cg3 + SUBDIR += cgrep SUBDIR += chkascii SUBDIR += choose SUBDIR += chpp @@ -272,7 +273,6 @@ SUBDIR += highlight SUBDIR += hil-aspell SUBDIR += hr-aspell - SUBDIR += hs-cgrep SUBDIR += hs-lhs2tex SUBDIR += hs-pandoc SUBDIR += hs-pandoc-crossref diff --git a/textproc/R-cran-DT/Makefile b/textproc/R-cran-DT/Makefile index 688245dcd10f..cb788fd2409a 100644 --- a/textproc/R-cran-DT/Makefile +++ b/textproc/R-cran-DT/Makefile @@ -1,5 +1,5 @@ PORTNAME= DT -PORTVERSION= 0.33 +PORTVERSION= 0.34.0 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -7,12 +7,11 @@ MAINTAINER= tota@FreeBSD.org COMMENT= Wrapper of the JavaScript Library 'DataTables' WWW= https://cran.r-project.org/web/packages/DT/ -LICENSE= GPLv3 +LICENSE= MIT RUN_DEPENDS= R-cran-crosstalk>0:www/R-cran-crosstalk \ R-cran-htmltools>=0.3.6:textproc/R-cran-htmltools \ R-cran-htmlwidgets>=1.3:www/R-cran-htmlwidgets \ - R-cran-httpuv>0:www/R-cran-httpuv \ R-cran-jquerylib>0:www/R-cran-jquerylib \ R-cran-jsonlite>=0.9.16:converters/R-cran-jsonlite \ R-cran-magrittr>0:devel/R-cran-magrittr \ diff --git a/textproc/R-cran-DT/distinfo b/textproc/R-cran-DT/distinfo index 63a328c81193..c5ac2185737f 100644 --- a/textproc/R-cran-DT/distinfo +++ b/textproc/R-cran-DT/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712411292 -SHA256 (DT_0.33.tar.gz) = e145dadb1ce3db7c837f4313a8b5615b5b8ae63063ec2df93e528529717b27b8 -SIZE (DT_0.33.tar.gz) = 1675674 +TIMESTAMP = 1757149833 +SHA256 (DT_0.34.0.tar.gz) = 8862025ef26af65b53f072adb1d133c25c5f96a812e7ae0aa822baa71249f1f2 +SIZE (DT_0.34.0.tar.gz) = 1664306 diff --git a/textproc/hs-cgrep/Makefile b/textproc/cgrep/Makefile index 507372d7649a..da3cc506a62c 100644 --- a/textproc/hs-cgrep/Makefile +++ b/textproc/cgrep/Makefile @@ -1,6 +1,7 @@ -PORTNAME= hs-cgrep -DISTVERSION= 8.1.0 -CATEGORIES= textproc haskell +PORTNAME= cgrep +PORTVERSION= 8.1.0 +PORTREVISION= 1 +CATEGORIES= textproc MAINTAINER= lwhsu@FreeBSD.org COMMENT= Context-aware grep for source codes diff --git a/textproc/hs-cgrep/distinfo b/textproc/cgrep/distinfo index 948b5059307c..948b5059307c 100644 --- a/textproc/hs-cgrep/distinfo +++ b/textproc/cgrep/distinfo diff --git a/textproc/hs-cgrep/files/patch-__cabal__deps_rawfilepath-1.1.0_cbits_runProcess.c b/textproc/cgrep/files/patch-__cabal__deps_rawfilepath-1.1.0_cbits_runProcess.c index 3138ffa8ac60..3138ffa8ac60 100644 --- a/textproc/hs-cgrep/files/patch-__cabal__deps_rawfilepath-1.1.0_cbits_runProcess.c +++ b/textproc/cgrep/files/patch-__cabal__deps_rawfilepath-1.1.0_cbits_runProcess.c diff --git a/textproc/hs-cgrep/pkg-descr b/textproc/cgrep/pkg-descr index 66346077e741..66346077e741 100644 --- a/textproc/hs-cgrep/pkg-descr +++ b/textproc/cgrep/pkg-descr diff --git a/textproc/otree/Makefile b/textproc/otree/Makefile index 8a085f61d659..40d55a654485 100644 --- a/textproc/otree/Makefile +++ b/textproc/otree/Makefile @@ -1,7 +1,6 @@ PORTNAME= otree DISTVERSIONPREFIX= v -DISTVERSION= 0.5.2 -PORTREVISION= 1 +DISTVERSION= 0.6.1 CATEGORIES= textproc MAINTAINER= olgeni@FreeBSD.org @@ -63,6 +62,9 @@ CARGO_CRATES= aho-corasick-1.1.3 \ fsevent-sys-4.1.0 \ getrandom-0.2.16 \ hashbrown-0.15.5 \ + hcl-edit-0.9.1 \ + hcl-primitives-0.1.9 \ + hcl-rs-0.19.2 \ heck-0.5.0 \ humansize-2.1.3 \ ident_case-1.0.1 \ @@ -76,6 +78,7 @@ CARGO_CRATES= aho-corasick-1.1.3 \ itoa-1.0.15 \ kqueue-1.1.1 \ kqueue-sys-1.0.4 \ + kstring-2.0.2 \ libc-0.2.175 \ libm-0.2.15 \ libredox-0.1.9 \ @@ -100,6 +103,7 @@ CARGO_CRATES= aho-corasick-1.1.3 \ parking_lot_core-0.9.11 \ paste-1.0.15 \ powerfmt-0.2.0 \ + pratt-0.4.0 \ proc-macro2-1.0.101 \ quick-xml-0.38.3 \ quote-1.0.40 \ @@ -145,12 +149,14 @@ CARGO_CRATES= aho-corasick-1.1.3 \ toml_parser-1.0.2 \ toml_writer-1.0.2 \ tui-textarea-0.7.0 \ + tui-tree-widget-0.23.1 \ unicode-ident-1.0.18 \ unicode-segmentation-1.12.0 \ unicode-truncate-1.1.0 \ unicode-width-0.1.14 \ unicode-width-0.2.0 \ utf8parse-0.2.2 \ + vecmap-rs-0.2.3 \ vergen-9.0.6 \ vergen-lib-0.1.6 \ version_check-0.9.5 \ @@ -186,8 +192,7 @@ CARGO_CRATES= aho-corasick-1.1.3 \ windows_x86_64_gnullvm-0.53.0 \ windows_x86_64_msvc-0.52.6 \ windows_x86_64_msvc-0.53.0 \ - winnow-0.7.13 \ - tui-tree-widget@git+https://github.com/fioncat/tui-rs-tree-widget?branch=main\#407fd9005271d93ae2411ec0231a51e7f5e070f9 + winnow-0.7.13 PLIST_FILES= bin/otree diff --git a/textproc/otree/distinfo b/textproc/otree/distinfo index cedf0030540c..a41c5f0b3c5a 100644 --- a/textproc/otree/distinfo +++ b/textproc/otree/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1756109664 +TIMESTAMP = 1757117593 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 SHA256 (rust/crates/allocator-api2-0.2.21.crate) = 683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923 @@ -95,6 +95,12 @@ SHA256 (rust/crates/getrandom-0.2.16.crate) = 335ff9f135e4384c8150d6f27c6daed433 SIZE (rust/crates/getrandom-0.2.16.crate) = 40163 SHA256 (rust/crates/hashbrown-0.15.5.crate) = 9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1 SIZE (rust/crates/hashbrown-0.15.5.crate) = 140908 +SHA256 (rust/crates/hcl-edit-0.9.1.crate) = 95f32dc8e2ac2efd3726a759c0e1cd91315465d75a191468dcd8f885f384cad0 +SIZE (rust/crates/hcl-edit-0.9.1.crate) = 66718 +SHA256 (rust/crates/hcl-primitives-0.1.9.crate) = f097693bfc799cc5043956e93a28c51ca4e72f2c3daa21f65a5b0a28510df1f2 +SIZE (rust/crates/hcl-primitives-0.1.9.crate) = 16977 +SHA256 (rust/crates/hcl-rs-0.19.2.crate) = 87112599bbc3476dc61061583cc6c0d4f305f0820d4cf3e4cda46199248dd781 +SIZE (rust/crates/hcl-rs-0.19.2.crate) = 107530 SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea SIZE (rust/crates/heck-0.5.0.crate) = 11517 SHA256 (rust/crates/humansize-2.1.3.crate) = 6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7 @@ -121,6 +127,8 @@ SHA256 (rust/crates/kqueue-1.1.1.crate) = eac30106d7dce88daf4a3fcb4879ea939476d5 SIZE (rust/crates/kqueue-1.1.1.crate) = 21504 SHA256 (rust/crates/kqueue-sys-1.0.4.crate) = ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b SIZE (rust/crates/kqueue-sys-1.0.4.crate) = 7160 +SHA256 (rust/crates/kstring-2.0.2.crate) = 558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1 +SIZE (rust/crates/kstring-2.0.2.crate) = 23044 SHA256 (rust/crates/libc-0.2.175.crate) = 6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543 SIZE (rust/crates/libc-0.2.175.crate) = 788728 SHA256 (rust/crates/libm-0.2.15.crate) = f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de @@ -169,6 +177,8 @@ SHA256 (rust/crates/paste-1.0.15.crate) = 57c0d7b74b563b49d38dae00a0c37d4d6de9b4 SIZE (rust/crates/paste-1.0.15.crate) = 18374 SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 SIZE (rust/crates/powerfmt-0.2.0.crate) = 15165 +SHA256 (rust/crates/pratt-0.4.0.crate) = 17e0a4425d076f0718b820673a38fbf3747080c61017eeb0dd79bc7e472b8bb8 +SIZE (rust/crates/pratt-0.4.0.crate) = 4716 SHA256 (rust/crates/proc-macro2-1.0.101.crate) = 89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de SIZE (rust/crates/proc-macro2-1.0.101.crate) = 53886 SHA256 (rust/crates/quick-xml-0.38.3.crate) = 42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89 @@ -259,6 +269,8 @@ SHA256 (rust/crates/toml_writer-1.0.2.crate) = fcc842091f2def52017664b53082ecbbe SIZE (rust/crates/toml_writer-1.0.2.crate) = 16988 SHA256 (rust/crates/tui-textarea-0.7.0.crate) = 0a5318dd619ed73c52a9417ad19046724effc1287fb75cdcc4eca1d6ac1acbae SIZE (rust/crates/tui-textarea-0.7.0.crate) = 67947 +SHA256 (rust/crates/tui-tree-widget-0.23.1.crate) = c14c4488e071617f5b5922222193cdf6725835e492c6229557af85d3c1a4e903 +SIZE (rust/crates/tui-tree-widget-0.23.1.crate) = 22330 SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512 SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743 SHA256 (rust/crates/unicode-segmentation-1.12.0.crate) = f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493 @@ -271,6 +283,8 @@ SHA256 (rust/crates/unicode-width-0.2.0.crate) = 1fc81956842c57dac11422a97c3b819 SIZE (rust/crates/unicode-width-0.2.0.crate) = 271509 SHA256 (rust/crates/utf8parse-0.2.2.crate) = 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 SIZE (rust/crates/utf8parse-0.2.2.crate) = 13499 +SHA256 (rust/crates/vecmap-rs-0.2.3.crate) = 67cfc542f75493f412a51c02af26f58f710ab0e2204d264135054377244276be +SIZE (rust/crates/vecmap-rs-0.2.3.crate) = 35738 SHA256 (rust/crates/vergen-9.0.6.crate) = 6b2bf58be11fc9414104c6d3a2e464163db5ef74b12296bda593cac37b6e4777 SIZE (rust/crates/vergen-9.0.6.crate) = 33160 SHA256 (rust/crates/vergen-lib-0.1.6.crate) = 9b07e6010c0f3e59fcb164e0163834597da68d1f864e2b8ca49f74de01e9c166 @@ -343,7 +357,5 @@ SHA256 (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 271414315aff87387382ec3d SIZE (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 834400 SHA256 (rust/crates/winnow-0.7.13.crate) = 21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf SIZE (rust/crates/winnow-0.7.13.crate) = 174454 -SHA256 (fioncat-tui-rs-tree-widget-407fd9005271d93ae2411ec0231a51e7f5e070f9_GH0.tar.gz) = e44af6b888a26d610a385bbcb05a79cfdc15f1cc614c63211134615715a5ec13 -SIZE (fioncat-tui-rs-tree-widget-407fd9005271d93ae2411ec0231a51e7f5e070f9_GH0.tar.gz) = 26382 -SHA256 (fioncat-otree-v0.5.2_GH0.tar.gz) = b2c64f29272a6f141243f01837111dcfde5f1219e40304dbab0eaca92cde07b6 -SIZE (fioncat-otree-v0.5.2_GH0.tar.gz) = 194542 +SHA256 (fioncat-otree-v0.6.1_GH0.tar.gz) = 1c95f78c1b432b4a62392c971bc28eda8bc6754ec53e0701de1c42417c058bdf +SIZE (fioncat-otree-v0.6.1_GH0.tar.gz) = 200631 diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 49811a24864d..8e5e9b009395 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -1,5 +1,5 @@ PORTNAME= chromium -PORTVERSION= 139.0.7258.154 +PORTVERSION= 140.0.7339.80 PULSEMV= 16 PULSEV= ${PULSEMV}.1 CATEGORIES= www wayland diff --git a/www/chromium/distinfo b/www/chromium/distinfo index 90d3216e01bf..7c6c9190d758 100644 --- a/www/chromium/distinfo +++ b/www/chromium/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1756814554 -SHA256 (chromium-139.0.7258.154.tar.xz) = bb83f7425e33f2a94179c4704335fbad14d4707dce9f58abe90d862b746f3d9f -SIZE (chromium-139.0.7258.154.tar.xz) = 7312393832 +TIMESTAMP = 1756995431 +SHA256 (chromium-140.0.7339.80.tar.xz) = 2a58c3d8b46bb9bbce5cf47d6582545b5116bc0746979d526ad4cd0b924b98c0 +SIZE (chromium-140.0.7339.80.tar.xz) = 7411053124 SHA256 (pulseaudio-16.1.tar.gz) = 027266c62f2a84422ac45fa721a649508f0f1628fb1fd9242315ac54ce2d7c92 SIZE (pulseaudio-16.1.tar.gz) = 2763111 -SHA256 (chromium-139.0.7258.154-testdata.tar.xz) = e4d1b30d16ddea7d0931b0f9168b7bde1a0450ae9f32d7be4278e925a7efbca9 -SIZE (chromium-139.0.7258.154-testdata.tar.xz) = 924873688 +SHA256 (chromium-140.0.7339.80-testdata.tar.xz) = 7380f82bff4590e89f921ed0c98adee7c84df0dbce2ee9820d42a8407881b338 +SIZE (chromium-140.0.7339.80-testdata.tar.xz) = 925095940 diff --git a/www/chromium/files/patch-BUILD.gn b/www/chromium/files/patch-BUILD.gn index cd7d9fcdd2cb..78a12e7809c2 100644 --- a/www/chromium/files/patch-BUILD.gn +++ b/www/chromium/files/patch-BUILD.gn @@ -1,6 +1,6 @@ ---- BUILD.gn.orig 2025-08-07 06:57:29 UTC +--- BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ BUILD.gn -@@ -71,7 +71,7 @@ declare_args() { +@@ -68,7 +68,7 @@ declare_args() { root_extra_deps = [] } @@ -9,7 +9,7 @@ # An official (maximally optimized!) component (optimized for build times) # build doesn't make sense and usually doesn't work. assert(!is_component_build) -@@ -103,7 +103,6 @@ group("gn_all") { +@@ -101,7 +101,6 @@ group("gn_all") { "//codelabs", "//components:components_unittests", "//components/gwp_asan:gwp_asan_unittests", @@ -17,7 +17,7 @@ "//net:net_unittests", "//sandbox:sandbox_unittests", "//services:services_unittests", -@@ -448,7 +447,7 @@ group("gn_all") { +@@ -441,7 +440,7 @@ group("gn_all") { } } @@ -26,7 +26,7 @@ deps += [ "//third_party/breakpad:breakpad_unittests", "//third_party/breakpad:core-2-minidump", -@@ -635,6 +634,15 @@ group("gn_all") { +@@ -607,6 +606,15 @@ group("gn_all") { } } @@ -42,7 +42,7 @@ if (is_mac) { deps += [ "//third_party/breakpad:dump_syms($host_system_allocator_toolchain)", -@@ -683,7 +691,7 @@ group("gn_all") { +@@ -655,7 +663,7 @@ group("gn_all") { } } @@ -51,7 +51,7 @@ # The official builders use this binary from the default toolchain's # output directory after building in order to upload the symbols of that # binary. They build the binary like `ninja symupload` which requires the -@@ -718,7 +726,7 @@ group("gn_all") { +@@ -690,7 +698,7 @@ group("gn_all") { ] } @@ -60,7 +60,7 @@ deps += [ "//third_party/crashpad/crashpad:crashpad_tests", "//third_party/crashpad/crashpad/handler:crashpad_handler", -@@ -1126,7 +1134,7 @@ if (use_blink && !is_cronet_build) { +@@ -1093,7 +1101,7 @@ if (use_blink && !is_cronet_build) { "//third_party/blink/public:all_blink", ] @@ -69,7 +69,7 @@ deps += [ ":chrome_wpt_tests", ":headless_shell_wpt", -@@ -1279,7 +1287,7 @@ if (use_blink && !is_cronet_build) { +@@ -1246,7 +1254,7 @@ if (use_blink && !is_cronet_build) { data_deps += [ "//content/web_test:web_test_common_mojom_js_data_deps" ] } @@ -78,7 +78,7 @@ # Using the default toolchain for this tool, as it's run during tests not # during the build. This places a symlink in the root_build_dir for scrips # to use. -@@ -1293,7 +1301,7 @@ if (use_blink && !is_cronet_build) { +@@ -1260,7 +1268,7 @@ if (use_blink && !is_cronet_build) { data_deps += [ "//third_party/breakpad:dump_syms" ] } @@ -87,7 +87,7 @@ # Using the default toolchain for this tool, as it's run during tests not # during the build. This places a symlink in the root_build_dir for scrips # to use. -@@ -1744,7 +1752,7 @@ group("chromium_builder_perf") { +@@ -1714,7 +1722,7 @@ group("chromium_builder_perf") { data_deps += [ "//chrome/test:performance_browser_tests" ] } diff --git a/www/chromium/files/patch-ash_display_mirror__window__controller.cc b/www/chromium/files/patch-ash_display_mirror__window__controller.cc new file mode 100644 index 000000000000..44b24e1371f3 --- /dev/null +++ b/www/chromium/files/patch-ash_display_mirror__window__controller.cc @@ -0,0 +1,14 @@ +--- ash/display/mirror_window_controller.cc.orig 2025-09-06 10:01:20 UTC ++++ ash/display/mirror_window_controller.cc +@@ -283,7 +283,11 @@ void MirrorWindowController::UpdateWindow( + if (!base::Contains(display_info_list, iter->first, + &display::ManagedDisplayInfo::id)) { + CloseAndDeleteHost(iter->second, true); ++#if defined(__llvm__) ++ mirroring_host_info_map_.erase(iter++); ++#else + iter = mirroring_host_info_map_.erase(iter); ++#endif + } else { + ++iter; + } diff --git a/www/chromium/files/patch-base_BUILD.gn b/www/chromium/files/patch-base_BUILD.gn index e92a9d180ccb..be004e54dca3 100644 --- a/www/chromium/files/patch-base_BUILD.gn +++ b/www/chromium/files/patch-base_BUILD.gn @@ -1,6 +1,6 @@ ---- base/BUILD.gn.orig 2025-08-07 06:57:29 UTC +--- base/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ base/BUILD.gn -@@ -1102,11 +1102,26 @@ component("base") { +@@ -1110,11 +1110,26 @@ component("base") { # Needed for <atomic> if using newer C++ library than sysroot, except if # building inside the cros_sdk environment - use host_toolchain as a # more robust check for this. @@ -28,7 +28,7 @@ if (use_allocator_shim) { if (is_apple) { sources += [ "allocator/early_zone_registration_apple.h" ] -@@ -1126,7 +1141,7 @@ component("base") { +@@ -1134,7 +1149,7 @@ component("base") { # Allow more direct string conversions on platforms with native utf8 # strings @@ -37,7 +37,7 @@ defines += [ "SYSTEM_NATIVE_UTF8" ] } -@@ -2137,6 +2152,22 @@ component("base") { +@@ -2143,6 +2158,22 @@ component("base") { ] } @@ -60,7 +60,7 @@ # iOS if (is_ios) { sources += [ -@@ -2305,6 +2336,33 @@ component("base") { +@@ -2317,6 +2348,33 @@ component("base") { } } @@ -94,7 +94,7 @@ if (use_blink) { sources += [ "files/file_path_watcher.cc", -@@ -2694,7 +2752,7 @@ buildflag_header("protected_memory_buildflags") { +@@ -2723,7 +2781,7 @@ buildflag_header("protected_memory_buildflags") { header = "protected_memory_buildflags.h" header_dir = "base/memory" @@ -103,7 +103,7 @@ (is_win || is_linux || is_android || is_mac) flags = [ "PROTECTED_MEMORY_ENABLED=$protected_memory_enabled" ] -@@ -3200,7 +3258,7 @@ if (is_apple) { +@@ -3229,7 +3287,7 @@ if (is_apple) { } } @@ -112,7 +112,7 @@ # This test must compile with -fstack-protector-all source_set("stack_canary_linux_unittests") { testonly = true -@@ -3885,7 +3943,7 @@ test("base_unittests") { +@@ -3922,7 +3980,7 @@ test("base_unittests") { ] } @@ -121,7 +121,7 @@ sources += [ "debug/proc_maps_linux_unittest.cc", "files/scoped_file_linux_unittest.cc", -@@ -3909,7 +3967,7 @@ test("base_unittests") { +@@ -3946,7 +4004,7 @@ test("base_unittests") { "posix/file_descriptor_shuffle_unittest.cc", "posix/unix_domain_socket_unittest.cc", ] @@ -130,7 +130,7 @@ sources += [ "profiler/stack_base_address_posix_unittest.cc", "profiler/stack_copier_signal_unittest.cc", -@@ -3920,7 +3978,7 @@ test("base_unittests") { +@@ -3957,7 +4015,7 @@ test("base_unittests") { # Allow more direct string conversions on platforms with native utf8 # strings @@ -139,7 +139,7 @@ defines += [ "SYSTEM_NATIVE_UTF8" ] } -@@ -4108,7 +4166,7 @@ test("base_unittests") { +@@ -4144,7 +4202,7 @@ test("base_unittests") { deps += [ ":base_profiler_test_support_library" ] } diff --git a/www/chromium/files/patch-base_allocator_dispatcher_tls.h b/www/chromium/files/patch-base_allocator_dispatcher_tls.h index e9673222f13b..dfc04c58133e 100644 --- a/www/chromium/files/patch-base_allocator_dispatcher_tls.h +++ b/www/chromium/files/patch-base_allocator_dispatcher_tls.h @@ -1,6 +1,6 @@ ---- base/allocator/dispatcher/tls.h.orig 2025-02-19 07:43:18 UTC +--- base/allocator/dispatcher/tls.h.orig 2025-09-06 10:01:20 UTC +++ base/allocator/dispatcher/tls.h -@@ -81,7 +81,7 @@ struct BASE_EXPORT MMapAllocator { +@@ -86,7 +86,7 @@ struct BASE_EXPORT MMapAllocator { constexpr static size_t AllocationChunkSize = 16384; #elif BUILDFLAG(IS_ANDROID) && defined(ARCH_CPU_64_BITS) constexpr static size_t AllocationChunkSize = 16384; diff --git a/www/chromium/files/patch-base_allocator_partition__alloc__features.cc b/www/chromium/files/patch-base_allocator_partition__alloc__features.cc index 82100b068dd4..4eacab770802 100644 --- a/www/chromium/files/patch-base_allocator_partition__alloc__features.cc +++ b/www/chromium/files/patch-base_allocator_partition__alloc__features.cc @@ -1,6 +1,6 @@ ---- base/allocator/partition_alloc_features.cc.orig 2025-08-07 06:57:29 UTC +--- base/allocator/partition_alloc_features.cc.orig 2025-09-06 10:01:20 UTC +++ base/allocator/partition_alloc_features.cc -@@ -164,7 +164,7 @@ BASE_FEATURE(kPartitionAllocEventuallyZeroFreedMemory, +@@ -154,7 +154,7 @@ BASE_FEATURE(kPartitionAllocEventuallyZeroFreedMemory, // disabled elsewhere (for now). Does not apply to Windows. BASE_FEATURE(kPartitionAllocFewerMemoryRegions, "PartitionAllocFewerMemoryRegions", @@ -9,12 +9,3 @@ FEATURE_ENABLED_BY_DEFAULT); #else FEATURE_DISABLED_BY_DEFAULT); -@@ -489,7 +489,7 @@ BASE_FEATURE(kPartitionAllocAdjustSizeWhenInForeground - #if PA_CONFIG(ENABLE_SHADOW_METADATA) - BASE_FEATURE(kPartitionAllocShadowMetadata, - "PartitionAllocShadowMetadata", --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - FEATURE_ENABLED_BY_DEFAULT); - #else - FEATURE_DISABLED_BY_DEFAULT); diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_partition__alloc.gni b/www/chromium/files/patch-base_allocator_partition__allocator_partition__alloc.gni index 6ccf86bde414..8aa682948e08 100644 --- a/www/chromium/files/patch-base_allocator_partition__allocator_partition__alloc.gni +++ b/www/chromium/files/patch-base_allocator_partition__allocator_partition__alloc.gni @@ -1,24 +1,15 @@ ---- base/allocator/partition_allocator/partition_alloc.gni.orig 2025-08-07 06:57:29 UTC +--- base/allocator/partition_allocator/partition_alloc.gni.orig 2025-09-06 10:01:20 UTC +++ base/allocator/partition_allocator/partition_alloc.gni @@ -87,7 +87,7 @@ if (current_cpu == "x64" || current_cpu == "arm64" || # TODO(crbug.com/329199197): Clean this up when experiments are complete. use_large_empty_slot_span_ring = true -has_memory_tagging = current_cpu == "arm64" && is_clang && !is_asan && -+has_memory_tagging = current_cpu == "arm64" && is_clang && !is_asan && !is_bsd && ++has_memory_tagging = current_cpu == "arm64" && !is_bsd && is_clang && !is_asan && !is_hwasan && (is_linux || is_android) declare_args() { -@@ -340,7 +340,7 @@ declare_args() { - declare_args() { - # Shadow metadata is still under development and only supports Linux - # for now. -- enable_shadow_metadata = is_linux && has_64_bit_pointers -+ enable_shadow_metadata = !is_bsd && is_linux && has_64_bit_pointers - } - - declare_args() { -@@ -483,7 +483,7 @@ assert(!use_asan_backup_ref_ptr || use_raw_ptr_hookabl +@@ -493,7 +493,7 @@ assert(!use_asan_backup_ref_ptr || use_raw_ptr_hookabl # dependencies that use partition_allocator are compiled in AOSP against a # version of glibc that does not include pkeys syscall numbers. is_pkeys_available = diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_BUILD.gn b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_BUILD.gn index 90dd58e8082d..3cb07694e293 100644 --- a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_BUILD.gn +++ b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_BUILD.gn @@ -1,6 +1,6 @@ ---- base/allocator/partition_allocator/src/partition_alloc/BUILD.gn.orig 2025-08-07 06:57:29 UTC +--- base/allocator/partition_allocator/src/partition_alloc/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ base/allocator/partition_allocator/src/partition_alloc/BUILD.gn -@@ -893,7 +893,7 @@ if (is_clang_or_gcc) { +@@ -906,7 +906,7 @@ if (is_clang_or_gcc) { configs -= [ partition_alloc_enable_arc_config ] } } diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_address__space__randomization.h b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_address__space__randomization.h index a91fb1bc8acf..75d7d71da3dc 100644 --- a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_address__space__randomization.h +++ b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_address__space__randomization.h @@ -1,6 +1,6 @@ ---- base/allocator/partition_allocator/src/partition_alloc/address_space_randomization.h.orig 2024-07-30 11:12:21 UTC +--- base/allocator/partition_allocator/src/partition_alloc/address_space_randomization.h.orig 2025-09-06 10:01:20 UTC +++ base/allocator/partition_allocator/src/partition_alloc/address_space_randomization.h -@@ -38,7 +38,7 @@ AslrMask(uintptr_t bits) { +@@ -43,7 +43,7 @@ AslrMask(uintptr_t bits) { #if PA_BUILDFLAG(PA_ARCH_CPU_64_BITS) @@ -9,7 +9,7 @@ // We shouldn't allocate system pages at all for sanitizer builds. However, // we do, and if random hint addresses interfere with address ranges -@@ -125,7 +125,7 @@ AslrMask(uintptr_t bits) { +@@ -130,7 +130,7 @@ AslrMask(uintptr_t bits) { return AslrAddress(0x20000000ULL); } #elif PA_BUILDFLAG(PA_ARCH_CPU_ARM64) diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator.h b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator.h index 45292e4e1220..9481bd46bdc6 100644 --- a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator.h +++ b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator.h @@ -1,6 +1,6 @@ ---- base/allocator/partition_allocator/src/partition_alloc/page_allocator.h.orig 2025-08-07 06:57:29 UTC +--- base/allocator/partition_allocator/src/partition_alloc/page_allocator.h.orig 2025-09-06 10:01:20 UTC +++ base/allocator/partition_allocator/src/partition_alloc/page_allocator.h -@@ -273,7 +273,7 @@ bool DecommitAndZeroSystemPages(void* address, +@@ -278,7 +278,7 @@ bool DecommitAndZeroSystemPages(void* address, // recommitted. Do not assume that this will not change over time. constexpr PA_COMPONENT_EXPORT( PARTITION_ALLOC) bool DecommittedMemoryIsAlwaysZeroed() { diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__constants.h b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__constants.h index 9253c611d00c..f880ba27d221 100644 --- a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__constants.h +++ b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__constants.h @@ -1,6 +1,6 @@ ---- base/allocator/partition_allocator/src/partition_alloc/page_allocator_constants.h.orig 2025-02-19 07:43:18 UTC +--- base/allocator/partition_allocator/src/partition_alloc/page_allocator_constants.h.orig 2025-09-06 10:01:20 UTC +++ base/allocator/partition_allocator/src/partition_alloc/page_allocator_constants.h -@@ -26,8 +26,8 @@ +@@ -31,8 +31,8 @@ #define PAGE_ALLOCATOR_CONSTANTS_DECLARE_CONSTEXPR __attribute__((const)) #elif (PA_BUILDFLAG(IS_ANDROID) && PA_BUILDFLAG(PA_ARCH_CPU_64_BITS)) || \ diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__internals__posix.cc b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__internals__posix.cc index 05c2b846c157..88c53f45a67d 100644 --- a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__internals__posix.cc +++ b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__internals__posix.cc @@ -1,6 +1,6 @@ ---- base/allocator/partition_allocator/src/partition_alloc/page_allocator_internals_posix.cc.orig 2025-01-15 09:18:26 UTC +--- base/allocator/partition_allocator/src/partition_alloc/page_allocator_internals_posix.cc.orig 2025-09-06 10:01:20 UTC +++ base/allocator/partition_allocator/src/partition_alloc/page_allocator_internals_posix.cc -@@ -39,7 +39,7 @@ uint32_t SecTaskGetCodeSignStatus(SecTaskRef task) API +@@ -44,7 +44,7 @@ uint32_t SecTaskGetCodeSignStatus(SecTaskRef task) API #if PA_BUILDFLAG(HAS_MEMORY_TAGGING) || \ (defined(__ARM_FEATURE_BTI_DEFAULT) && (__ARM_FEATURE_BTI_DEFAULT == 1) && \ diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__internals__posix.h b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__internals__posix.h index 3fba15f04c89..2dd6b4cfe14c 100644 --- a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__internals__posix.h +++ b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__internals__posix.h @@ -1,6 +1,6 @@ ---- base/allocator/partition_allocator/src/partition_alloc/page_allocator_internals_posix.h.orig 2025-05-28 14:55:43 UTC +--- base/allocator/partition_allocator/src/partition_alloc/page_allocator_internals_posix.h.orig 2025-09-06 10:01:20 UTC +++ base/allocator/partition_allocator/src/partition_alloc/page_allocator_internals_posix.h -@@ -317,8 +317,12 @@ bool TryRecommitSystemPagesInternal( +@@ -322,8 +322,12 @@ bool TryRecommitSystemPagesInternal( void DiscardSystemPagesInternal(uintptr_t address, size_t length) { void* ptr = reinterpret_cast<void*>(address); diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_debug_proc__maps__linux.cc b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_debug_proc__maps__linux.cc index f8aa0f73aaae..a541994efa17 100644 --- a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_debug_proc__maps__linux.cc +++ b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_debug_proc__maps__linux.cc @@ -1,6 +1,6 @@ ---- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/debug/proc_maps_linux.cc.orig 2025-07-02 06:08:04 UTC +--- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/debug/proc_maps_linux.cc.orig 2025-09-06 10:01:20 UTC +++ base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/debug/proc_maps_linux.cc -@@ -15,7 +15,7 @@ +@@ -19,7 +19,7 @@ #include "partition_alloc/partition_alloc_check.h" #if PA_BUILDFLAG(IS_LINUX) || PA_BUILDFLAG(IS_CHROMEOS) || \ diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_debug_stack__trace__posix.cc b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_debug_stack__trace__posix.cc index dc95a41a0378..1a7f78ac4f45 100644 --- a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_debug_stack__trace__posix.cc +++ b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_debug_stack__trace__posix.cc @@ -1,6 +1,6 @@ ---- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/debug/stack_trace_posix.cc.orig 2024-07-30 11:12:21 UTC +--- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/debug/stack_trace_posix.cc.orig 2025-09-06 10:01:20 UTC +++ base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/debug/stack_trace_posix.cc -@@ -13,11 +13,11 @@ +@@ -18,11 +18,11 @@ #include "partition_alloc/partition_alloc_base/posix/eintr_wrapper.h" #include "partition_alloc/partition_alloc_base/strings/safe_sprintf.h" @@ -14,7 +14,7 @@ #include <dlfcn.h> #endif -@@ -25,7 +25,7 @@ namespace partition_alloc::internal::base::debug { +@@ -30,7 +30,7 @@ namespace partition_alloc::internal::base::debug { namespace { @@ -23,7 +23,7 @@ // On Android the 'open' function has two versions: // int open(const char *pathname, int flags); -@@ -369,7 +369,7 @@ void PrintStackTraceInternal(const void** trace, size_ +@@ -374,7 +374,7 @@ void PrintStackTraceInternal(const void** trace, size_ } #endif // !PA_BUILDFLAG(IS_APPLE) diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_rand__util__posix.cc b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_rand__util__posix.cc index e24b29f35988..51a5a958bb13 100644 --- a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_rand__util__posix.cc +++ b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_rand__util__posix.cc @@ -1,6 +1,6 @@ ---- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/rand_util_posix.cc.orig 2024-07-30 11:12:21 UTC +--- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/rand_util_posix.cc.orig 2025-09-06 10:01:20 UTC +++ base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/rand_util_posix.cc -@@ -102,6 +102,10 @@ void RandBytes(void* output, size_t output_length) { +@@ -107,6 +107,10 @@ void RandBytes(void* output, size_t output_length) { if (getentropy(output, output_length) == 0) { return; } diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread.h b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread.h index 10a2c6a426b3..3929331f20c0 100644 --- a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread.h +++ b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread.h @@ -1,6 +1,6 @@ ---- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/threading/platform_thread.h.orig 2024-07-30 11:12:21 UTC +--- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/threading/platform_thread.h.orig 2025-09-06 10:01:20 UTC +++ base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/threading/platform_thread.h -@@ -37,6 +37,8 @@ typedef DWORD PlatformThreadId; +@@ -43,6 +43,8 @@ typedef DWORD PlatformThreadId; typedef zx_handle_t PlatformThreadId; #elif PA_BUILDFLAG(IS_APPLE) typedef mach_port_t PlatformThreadId; diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread__internal__posix.h b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread__internal__posix.h index 0fc3aad100bb..107a428fe85d 100644 --- a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread__internal__posix.h +++ b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread__internal__posix.h @@ -1,6 +1,6 @@ ---- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/threading/platform_thread_internal_posix.h.orig 2024-07-30 11:12:21 UTC +--- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/threading/platform_thread_internal_posix.h.orig 2025-09-06 10:01:20 UTC +++ base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/threading/platform_thread_internal_posix.h -@@ -10,7 +10,7 @@ +@@ -15,7 +15,7 @@ namespace partition_alloc::internal::base::internal { diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread__posix.cc b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread__posix.cc index d9bac77867cb..109676a94d16 100644 --- a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread__posix.cc +++ b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread__posix.cc @@ -1,6 +1,6 @@ ---- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/threading/platform_thread_posix.cc.orig 2025-05-05 10:57:53 UTC +--- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/threading/platform_thread_posix.cc.orig 2025-09-06 10:01:20 UTC +++ base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/threading/platform_thread_posix.cc -@@ -18,7 +18,7 @@ +@@ -23,7 +23,7 @@ #include "partition_alloc/partition_alloc_base/logging.h" #include "partition_alloc/partition_alloc_base/threading/platform_thread_internal_posix.h" diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__config.h b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__config.h index e4cfcf24bd5c..b96338086a5c 100644 --- a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__config.h +++ b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__config.h @@ -1,15 +1,15 @@ ---- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_config.h.orig 2025-07-02 06:08:04 UTC +--- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_config.h.orig 2025-09-06 10:01:20 UTC +++ base/allocator/partition_allocator/src/partition_alloc/partition_alloc_config.h -@@ -164,7 +164,7 @@ constexpr bool kUseLazyCommit = false; +@@ -169,7 +169,7 @@ constexpr bool kUseLazyCommit = false; // This may be required on more platforms in the future. #define PA_CONFIG_HAS_ATFORK_HANDLER() \ (PA_BUILDFLAG(IS_APPLE) || PA_BUILDFLAG(IS_LINUX) || \ - PA_BUILDFLAG(IS_CHROMEOS)) + PA_BUILDFLAG(IS_CHROMEOS) || PA_BUILDFLAG(IS_BSD)) - // Enable shadow metadata. - // -@@ -227,7 +227,7 @@ constexpr bool kUseLazyCommit = false; + #if PA_BUILDFLAG(MOVE_METADATA_OUT_OF_GIGACAGE_FOR_64_BITS_POINTERS) && \ + PA_BUILDFLAG(HAS_64_BIT_POINTERS) +@@ -226,7 +226,7 @@ constexpr bool kUseLazyCommit = false; // Also enabled on ARM64 macOS and iOS, as the 16kiB pages on this platform lead // to larger slot spans. #if PA_BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__constants.h b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__constants.h index 870385c2cbc6..1869170c190b 100644 --- a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__constants.h +++ b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__constants.h @@ -1,6 +1,6 @@ ---- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_constants.h.orig 2025-07-02 06:08:04 UTC +--- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_constants.h.orig 2025-09-06 10:01:20 UTC +++ base/allocator/partition_allocator/src/partition_alloc/partition_alloc_constants.h -@@ -308,7 +308,7 @@ PA_DEFINE_OPERATORS_FOR_FLAGS(PoolHandleMask); +@@ -313,7 +313,7 @@ PA_DEFINE_OPERATORS_FOR_FLAGS(PoolHandleMask); // 8GB for each of the glued pools). #if PA_BUILDFLAG(HAS_64_BIT_POINTERS) #if PA_BUILDFLAG(IS_ANDROID) || PA_BUILDFLAG(IS_IOS) || \ @@ -9,7 +9,7 @@ constexpr size_t kPoolMaxSize = 8 * kGiB; #else constexpr size_t kPoolMaxSize = 16 * kGiB; -@@ -392,7 +392,7 @@ PA_ALWAYS_INLINE constexpr size_t MaxDirectMapped() { +@@ -397,7 +397,7 @@ PA_ALWAYS_INLINE constexpr size_t MaxDirectMapped() { // TODO(casey.smalley@arm.com): under 64k pages we can end up in a situation // where a normal slot span will be large enough to contain multiple items, // but the address will go over the final partition page after being aligned. diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__forward.h b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__forward.h index a643336a705f..6754997eb021 100644 --- a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__forward.h +++ b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__forward.h @@ -1,6 +1,6 @@ ---- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_forward.h.orig 2025-07-02 06:08:04 UTC +--- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_forward.h.orig 2025-09-06 10:01:20 UTC +++ base/allocator/partition_allocator/src/partition_alloc/partition_alloc_forward.h -@@ -29,9 +29,13 @@ namespace internal { +@@ -34,9 +34,13 @@ namespace internal { // the second one 16. We could technically return something different for // malloc() and operator new(), but this would complicate things, and most of // our allocations are presumably coming from operator new() anyway. diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__root.cc b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__root.cc index 42f6820e2049..27075a7bd886 100644 --- a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__root.cc +++ b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__root.cc @@ -1,15 +1,15 @@ ---- base/allocator/partition_allocator/src/partition_alloc/partition_root.cc.orig 2025-08-07 06:57:29 UTC +--- base/allocator/partition_allocator/src/partition_alloc/partition_root.cc.orig 2025-09-06 10:01:20 UTC +++ base/allocator/partition_allocator/src/partition_alloc/partition_root.cc -@@ -47,7 +47,7 @@ +@@ -51,7 +51,7 @@ #include "wow64apiset.h" #endif -#if PA_BUILDFLAG(IS_LINUX) || PA_BUILDFLAG(IS_CHROMEOS) +#if PA_BUILDFLAG(IS_LINUX) || PA_BUILDFLAG(IS_CHROMEOS) || PA_BUILDFLAG(IS_BSD) #include <pthread.h> - #if PA_CONFIG(ENABLE_SHADOW_METADATA) - #include <sys/mman.h> -@@ -301,7 +301,7 @@ void PartitionAllocMallocInitOnce() { + #endif // PA_BUILDFLAG(IS_LINUX) || PA_BUILDFLAG(IS_CHROMEOS) + +@@ -300,7 +300,7 @@ void PartitionAllocMallocInitOnce() { return; } @@ -18,7 +18,7 @@ // When fork() is called, only the current thread continues to execute in the // child process. If the lock is held, but *not* by this thread when fork() is // called, we have a deadlock. -@@ -1073,7 +1073,7 @@ void PartitionRoot::Init(PartitionOptions opts) { +@@ -1006,7 +1006,7 @@ void PartitionRoot::Init(PartitionOptions opts) { // apple OSes. PA_CHECK((internal::SystemPageSize() == (size_t{1} << 12)) || (internal::SystemPageSize() == (size_t{1} << 14))); diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__root.h b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__root.h new file mode 100644 index 000000000000..ea16e2d2d739 --- /dev/null +++ b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__root.h @@ -0,0 +1,11 @@ +--- base/allocator/partition_allocator/src/partition_alloc/partition_root.h.orig 2025-09-06 10:01:20 UTC ++++ base/allocator/partition_allocator/src/partition_alloc/partition_root.h +@@ -197,7 +197,7 @@ struct PartitionOptions { + // system to configure PartitionAlloc. + EnableToggle fewer_memory_regions = + #if PA_BUILDFLAG(IS_LINUX) || PA_BUILDFLAG(IS_ANDROID) || \ +- PA_BUILDFLAG(IS_CHROMEOS) ++ PA_BUILDFLAG(IS_CHROMEOS) || PA_BUILDFLAG(IS_BSD) + kEnabled; + #else + kDisabled; diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_spinning__mutex.cc b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_spinning__mutex.cc index 43924605b160..5d863f3225f7 100644 --- a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_spinning__mutex.cc +++ b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_spinning__mutex.cc @@ -1,6 +1,6 @@ ---- base/allocator/partition_allocator/src/partition_alloc/spinning_mutex.cc.orig 2025-05-28 14:55:43 UTC +--- base/allocator/partition_allocator/src/partition_alloc/spinning_mutex.cc.orig 2025-09-06 10:01:20 UTC +++ base/allocator/partition_allocator/src/partition_alloc/spinning_mutex.cc -@@ -19,7 +19,16 @@ +@@ -24,7 +24,16 @@ #endif #if PA_CONFIG(HAS_LINUX_KERNEL) @@ -17,7 +17,7 @@ #include <sys/syscall.h> #include <unistd.h> -@@ -92,8 +101,16 @@ PA_ALWAYS_INLINE long FutexSyscall(volatile void* ftx, +@@ -97,8 +106,16 @@ PA_ALWAYS_INLINE long FutexSyscall(volatile void* ftx, int saved_errno = errno; errno = 0; diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_stack_stack.cc b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_stack_stack.cc index 9663a41a0c99..768b84dd5262 100644 --- a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_stack_stack.cc +++ b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_stack_stack.cc @@ -1,6 +1,6 @@ ---- base/allocator/partition_allocator/src/partition_alloc/stack/stack.cc.orig 2024-07-30 11:12:21 UTC +--- base/allocator/partition_allocator/src/partition_alloc/stack/stack.cc.orig 2025-09-06 10:01:20 UTC +++ base/allocator/partition_allocator/src/partition_alloc/stack/stack.cc -@@ -18,6 +18,10 @@ +@@ -23,6 +23,10 @@ #include <pthread.h> #endif @@ -11,7 +11,7 @@ #if PA_BUILDFLAG(PA_LIBC_GLIBC) extern "C" void* __libc_stack_end; #endif -@@ -48,6 +52,36 @@ void* GetStackTop() { +@@ -53,6 +57,36 @@ void* GetStackTop() { void* GetStackTop() { return pthread_get_stackaddr_np(pthread_self()); diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_thread__isolation_pkey.cc b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_thread__isolation_pkey.cc index ece8431f1d85..2dfe6df53365 100644 --- a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_thread__isolation_pkey.cc +++ b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_thread__isolation_pkey.cc @@ -1,6 +1,6 @@ ---- base/allocator/partition_allocator/src/partition_alloc/thread_isolation/pkey.cc.orig 2024-07-30 11:12:21 UTC +--- base/allocator/partition_allocator/src/partition_alloc/thread_isolation/pkey.cc.orig 2025-09-06 10:01:20 UTC +++ base/allocator/partition_allocator/src/partition_alloc/thread_isolation/pkey.cc -@@ -16,7 +16,7 @@ +@@ -21,7 +21,7 @@ #include "partition_alloc/partition_alloc_check.h" #include "partition_alloc/thread_isolation/thread_isolation.h" diff --git a/www/chromium/files/patch-base_atomicops.h b/www/chromium/files/patch-base_atomicops.h index bc93807b8582..7f6e237768f8 100644 --- a/www/chromium/files/patch-base_atomicops.h +++ b/www/chromium/files/patch-base_atomicops.h @@ -1,6 +1,6 @@ ---- base/atomicops.h.orig 2025-02-19 07:43:18 UTC +--- base/atomicops.h.orig 2025-09-06 10:01:20 UTC +++ base/atomicops.h -@@ -74,7 +74,11 @@ typedef intptr_t Atomic64; +@@ -72,7 +72,11 @@ typedef intptr_t Atomic64; // Use AtomicWord for a machine-sized pointer. It will use the Atomic32 or // Atomic64 routines below, depending on your architecture. diff --git a/www/chromium/files/patch-base_debug_stack__trace__posix.cc b/www/chromium/files/patch-base_debug_stack__trace__posix.cc index d9d357a06731..f1884d7de037 100644 --- a/www/chromium/files/patch-base_debug_stack__trace__posix.cc +++ b/www/chromium/files/patch-base_debug_stack__trace__posix.cc @@ -1,4 +1,4 @@ ---- base/debug/stack_trace_posix.cc.orig 2025-03-05 08:14:56 UTC +--- base/debug/stack_trace_posix.cc.orig 2025-09-06 10:01:20 UTC +++ base/debug/stack_trace_posix.cc @@ -51,7 +51,7 @@ // execinfo.h and backtrace(3) are really only present in glibc and in macOS @@ -21,7 +21,7 @@ #include "base/debug/proc_maps_linux.h" #endif -@@ -329,7 +331,7 @@ void PrintToStderr(const char* output) { +@@ -327,7 +329,7 @@ void PrintToStderr(const char* output) { std::ignore = HANDLE_EINTR(write(STDERR_FILENO, output, strlen(output))); } @@ -30,7 +30,7 @@ void AlarmSignalHandler(int signal, siginfo_t* info, void* void_context) { // We have seen rare cases on AMD linux where the default signal handler // either does not run or a thread (Probably an AMD driver thread) prevents -@@ -346,7 +348,11 @@ void AlarmSignalHandler(int signal, siginfo_t* info, v +@@ -344,7 +346,11 @@ void AlarmSignalHandler(int signal, siginfo_t* info, v "Warning: Default signal handler failed to terminate process.\n"); PrintToStderr("Calling exit_group() directly to prevent timeout.\n"); // See: https://man7.org/linux/man-pages/man2/exit_group.2.html @@ -42,7 +42,7 @@ } #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_ANDROID) || // BUILDFLAG(IS_CHROMEOS) -@@ -552,7 +558,7 @@ void StackDumpSignalHandler(int signal, siginfo_t* inf +@@ -548,7 +554,7 @@ void StackDumpSignalHandler(int signal, siginfo_t* inf _exit(EXIT_FAILURE); } @@ -51,7 +51,7 @@ // Set an alarm to trigger in case the default handler does not terminate // the process. See 'AlarmSignalHandler' for more details. struct sigaction action; -@@ -577,6 +583,7 @@ void StackDumpSignalHandler(int signal, siginfo_t* inf +@@ -573,6 +579,7 @@ void StackDumpSignalHandler(int signal, siginfo_t* inf // signals that do not re-raise autonomously), such as signals delivered via // kill() and asynchronous hardware faults such as SEGV_MTEAERR, which would // otherwise be lost when re-raising the signal via raise(). @@ -59,7 +59,7 @@ long retval = syscall(SYS_rt_tgsigqueueinfo, getpid(), syscall(SYS_gettid), info->si_signo, info); if (retval == 0) { -@@ -591,6 +598,7 @@ void StackDumpSignalHandler(int signal, siginfo_t* inf +@@ -587,6 +594,7 @@ void StackDumpSignalHandler(int signal, siginfo_t* inf if (errno != EPERM) { _exit(EXIT_FAILURE); } @@ -67,7 +67,7 @@ #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_ANDROID) || // BUILDFLAG(IS_CHROMEOS) -@@ -783,6 +791,7 @@ class SandboxSymbolizeHelper { +@@ -779,6 +787,7 @@ class SandboxSymbolizeHelper { return -1; } @@ -75,7 +75,7 @@ // This class is copied from // third_party/crashpad/crashpad/util/linux/scoped_pr_set_dumpable.h. // It aims at ensuring the process is dumpable before opening /proc/self/mem. -@@ -875,11 +884,15 @@ class SandboxSymbolizeHelper { +@@ -871,11 +880,15 @@ class SandboxSymbolizeHelper { r.base = cur_base; } } @@ -91,7 +91,7 @@ // Reads /proc/self/maps. std::string contents; if (!ReadProcMaps(&contents)) { -@@ -897,6 +910,7 @@ class SandboxSymbolizeHelper { +@@ -893,6 +906,7 @@ class SandboxSymbolizeHelper { is_initialized_ = true; return true; diff --git a/www/chromium/files/patch-base_files_file__util__posix.cc b/www/chromium/files/patch-base_files_file__util__posix.cc index eadece532674..60089705b304 100644 --- a/www/chromium/files/patch-base_files_file__util__posix.cc +++ b/www/chromium/files/patch-base_files_file__util__posix.cc @@ -1,6 +1,6 @@ ---- base/files/file_util_posix.cc.orig 2025-05-05 10:57:53 UTC +--- base/files/file_util_posix.cc.orig 2025-09-06 10:01:20 UTC +++ base/files/file_util_posix.cc -@@ -934,6 +934,7 @@ bool CreateNewTempDirectory(const FilePath::StringType +@@ -941,6 +941,7 @@ bool CreateNewTempDirectory(const FilePath::StringType bool CreateDirectoryAndGetError(const FilePath& full_path, File::Error* error) { ScopedBlockingCall scoped_blocking_call( FROM_HERE, BlockingType::MAY_BLOCK); // For call to mkdir(). @@ -8,7 +8,7 @@ // Avoid checking subdirs if directory already exists. if (DirectoryExists(full_path)) { -@@ -943,8 +944,8 @@ bool CreateDirectoryAndGetError(const FilePath& full_p +@@ -950,8 +951,8 @@ bool CreateDirectoryAndGetError(const FilePath& full_p // Collect a list of all missing directories. std::vector<FilePath> missing_subpaths({full_path}); FilePath last_path = full_path; @@ -19,11 +19,11 @@ if (DirectoryExists(path)) { break; } -@@ -962,21 +963,14 @@ bool CreateDirectoryAndGetError(const FilePath& full_p +@@ -969,21 +970,14 @@ bool CreateDirectoryAndGetError(const FilePath& full_p } #endif // BUILDFLAG(IS_CHROMEOS) -- if (mkdir(subpath.value().c_str(), mode) == 0) { +- if (File::Mkdir(subpath, mode) == 0) { - continue; - } - // Mkdir failed, but it might have failed with EEXIST, or some other error diff --git a/www/chromium/files/patch-base_files_file__util__unittest.cc b/www/chromium/files/patch-base_files_file__util__unittest.cc index a0fc114b60bc..1103edb5b93c 100644 --- a/www/chromium/files/patch-base_files_file__util__unittest.cc +++ b/www/chromium/files/patch-base_files_file__util__unittest.cc @@ -1,6 +1,6 @@ ---- base/files/file_util_unittest.cc.orig 2025-04-04 08:52:13 UTC +--- base/files/file_util_unittest.cc.orig 2025-09-06 10:01:20 UTC +++ base/files/file_util_unittest.cc -@@ -3920,7 +3920,7 @@ TEST_F(FileUtilTest, ReadFileToStringWithNamedPipe) { +@@ -4101,7 +4101,7 @@ TEST_F(FileUtilTest, ReadFileToStringWithNamedPipe) { } #endif // BUILDFLAG(IS_WIN) @@ -9,7 +9,7 @@ TEST_F(FileUtilTest, ReadFileToStringWithProcFileSystem) { FilePath file_path("/proc/cpuinfo"); std::string data = "temp"; -@@ -4505,6 +4505,19 @@ TEST_F(FileUtilTest, CreateDirectoryOnlyCheckMissingSu +@@ -4686,6 +4686,19 @@ TEST_F(FileUtilTest, CreateDirectoryOnlyCheckMissingSu #endif // BUILDFLAG(IS_ANDROID) @@ -29,7 +29,7 @@ #if BUILDFLAG(IS_WIN) && BUILDFLAG(GOOGLE_CHROME_BRANDING) && \ defined(ARCH_CPU_32_BITS) // TODO(crbug.com/327582285): Re-enable these tests. They may be failing due to -@@ -4671,7 +4684,7 @@ TEST(FileUtilMultiThreadedTest, MultiThreadedTempFiles +@@ -4852,7 +4865,7 @@ TEST(FileUtilMultiThreadedTest, MultiThreadedTempFiles NULL); #else size_t bytes_written = diff --git a/www/chromium/files/patch-base_process_launch.h b/www/chromium/files/patch-base_process_launch.h index 077ee0ab0d0f..8ce0a7204658 100644 --- a/www/chromium/files/patch-base_process_launch.h +++ b/www/chromium/files/patch-base_process_launch.h @@ -1,6 +1,6 @@ ---- base/process/launch.h.orig 2025-05-28 14:55:43 UTC +--- base/process/launch.h.orig 2025-09-06 10:01:20 UTC +++ base/process/launch.h -@@ -245,7 +245,7 @@ struct BASE_EXPORT LaunchOptions { +@@ -234,7 +234,7 @@ struct BASE_EXPORT LaunchOptions { bool clear_environment = false; #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_POSIX) || BUILDFLAG(IS_FUCHSIA) diff --git a/www/chromium/files/patch-base_process_process__metrics.cc b/www/chromium/files/patch-base_process_process__metrics.cc index 486883bcb987..b49201a3c787 100644 --- a/www/chromium/files/patch-base_process_process__metrics.cc +++ b/www/chromium/files/patch-base_process_process__metrics.cc @@ -1,4 +1,4 @@ ---- base/process/process_metrics.cc.orig 2025-02-19 07:43:18 UTC +--- base/process/process_metrics.cc.orig 2025-09-06 10:01:20 UTC +++ base/process/process_metrics.cc @@ -17,7 +17,7 @@ namespace base { namespace { @@ -18,28 +18,17 @@ GetSystemMemoryInfo(&system_metrics.memory_info_); GetVmStatInfo(&system_metrics.vmstat_info_); GetSystemDiskInfo(&system_metrics.disk_info_); -@@ -73,7 +73,7 @@ Value::Dict SystemMetrics::ToDict() const { - Value::Dict res; - - res.Set("committed_memory", static_cast<int>(committed_memory_)); --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) - Value::Dict meminfo = memory_info_.ToDict(); - meminfo.Merge(vmstat_info_.ToDict()); - res.Set("meminfo", std::move(meminfo)); -@@ -100,7 +100,6 @@ std::unique_ptr<ProcessMetrics> ProcessMetrics::Create +@@ -79,7 +79,7 @@ std::unique_ptr<ProcessMetrics> ProcessMetrics::Create #endif // !BUILDFLAG(IS_MAC) } -#if !BUILDFLAG(IS_FREEBSD) || !BUILDFLAG(IS_POSIX) ++#if BUILDFLAG(IS_POSIX) double ProcessMetrics::GetPlatformIndependentCPUUsage( TimeDelta cumulative_cpu) { TimeTicks time = TimeTicks::Now(); -@@ -130,10 +129,9 @@ ProcessMetrics::GetPlatformIndependentCPUUsage() { - return GetPlatformIndependentCPUUsage(cpu_usage); - }); - } --#endif +@@ -112,7 +112,7 @@ ProcessMetrics::GetPlatformIndependentCPUUsage() { + #endif #if BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ - BUILDFLAG(IS_AIX) diff --git a/www/chromium/files/patch-base_process_process__metrics.h b/www/chromium/files/patch-base_process_process__metrics.h index 07463e92edbf..deebade4b6c6 100644 --- a/www/chromium/files/patch-base_process_process__metrics.h +++ b/www/chromium/files/patch-base_process_process__metrics.h @@ -1,4 +1,4 @@ ---- base/process/process_metrics.h.orig 2025-02-19 07:43:18 UTC +--- base/process/process_metrics.h.orig 2025-09-06 10:01:20 UTC +++ base/process/process_metrics.h @@ -39,7 +39,7 @@ #endif @@ -68,7 +68,7 @@ // Data about system-wide memory consumption. Values are in KB. Available on // Windows, Mac, Linux, Android and Chrome OS. // -@@ -345,7 +343,7 @@ struct BASE_EXPORT SystemMemoryInfoKB { +@@ -342,7 +340,7 @@ struct BASE_EXPORT SystemMemoryInfoKB { #endif #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || \ @@ -77,7 +77,7 @@ // This provides an estimate of available memory as described here: // https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=34e431b0ae398fc54ea69ff85ec700722c9da773 // NOTE: this is ONLY valid in kernels 3.14 and up. Its value will always -@@ -360,7 +358,7 @@ struct BASE_EXPORT SystemMemoryInfoKB { +@@ -357,7 +355,7 @@ struct BASE_EXPORT SystemMemoryInfoKB { #endif #if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ @@ -86,7 +86,7 @@ int buffers = 0; int cached = 0; int active_anon = 0; -@@ -397,7 +395,7 @@ BASE_EXPORT bool GetSystemMemoryInfo(SystemMemoryInfoK +@@ -394,7 +392,7 @@ BASE_EXPORT bool GetSystemMemoryInfo(SystemMemoryInfoK // BUILDFLAG(IS_FUCHSIA) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || \ @@ -95,7 +95,7 @@ // Parse the data found in /proc/<pid>/stat and return the sum of the // CPU-related ticks. Returns -1 on parse error. // Exposed for testing. -@@ -591,7 +589,7 @@ class BASE_EXPORT SystemMetrics { +@@ -570,7 +568,7 @@ class BASE_EXPORT SystemMetrics { FRIEND_TEST_ALL_PREFIXES(SystemMetricsTest, SystemMetrics); size_t committed_memory_; diff --git a/www/chromium/files/patch-base_process_process__metrics__freebsd.cc b/www/chromium/files/patch-base_process_process__metrics__freebsd.cc index 5eb60b3d9b11..27c09519dce9 100644 --- a/www/chromium/files/patch-base_process_process__metrics__freebsd.cc +++ b/www/chromium/files/patch-base_process_process__metrics__freebsd.cc @@ -1,4 +1,4 @@ ---- base/process/process_metrics_freebsd.cc.orig 2025-08-07 06:57:29 UTC +--- base/process/process_metrics_freebsd.cc.orig 2025-09-06 10:01:20 UTC +++ base/process/process_metrics_freebsd.cc @@ -3,41 +3,92 @@ // found in the LICENSE file. @@ -104,11 +104,10 @@ } size_t GetSystemCommitCharge() { -@@ -64,6 +115,176 @@ size_t GetSystemCommitCharge() { - pagesize = getpagesize(); +@@ -65,5 +116,118 @@ size_t GetSystemCommitCharge() { return mem_total - (mem_free * pagesize) - (mem_inactive * pagesize); -+} + } + +int64_t GetNumberOfThreads(ProcessHandle process) { + // Taken from FreeBSD top (usr.bin/top/machine.c) @@ -222,62 +221,5 @@ +SystemDiskInfo::SystemDiskInfo(const SystemDiskInfo& other) = default; + +SystemDiskInfo& SystemDiskInfo::operator=(const SystemDiskInfo&) = default; -+ -+Value::Dict SystemDiskInfo::ToDict() const { -+ Value::Dict res; -+ -+ // Write out uint64_t variables as doubles. -+ // Note: this may discard some precision, but for JS there's no other option. -+ res.Set("reads", static_cast<double>(reads)); -+ res.Set("reads_merged", static_cast<double>(reads_merged)); -+ res.Set("sectors_read", static_cast<double>(sectors_read)); -+ res.Set("read_time", static_cast<double>(read_time)); -+ res.Set("writes", static_cast<double>(writes)); -+ res.Set("writes_merged", static_cast<double>(writes_merged)); -+ res.Set("sectors_written", static_cast<double>(sectors_written)); -+ res.Set("write_time", static_cast<double>(write_time)); -+ res.Set("io", static_cast<double>(io)); -+ res.Set("io_time", static_cast<double>(io_time)); -+ res.Set("weighted_io_time", static_cast<double>(weighted_io_time)); -+ -+ NOTIMPLEMENTED(); -+ -+ return res; -+} -+ -+Value::Dict SystemMemoryInfoKB::ToDict() const { -+ Value::Dict res; -+ res.Set("total", total); -+ res.Set("free", free); -+ res.Set("available", available); -+ res.Set("buffers", buffers); -+ res.Set("cached", cached); -+ res.Set("active_anon", active_anon); -+ res.Set("inactive_anon", inactive_anon); -+ res.Set("active_file", active_file); -+ res.Set("inactive_file", inactive_file); -+ res.Set("swap_total", swap_total); -+ res.Set("swap_free", swap_free); -+ res.Set("swap_used", swap_total - swap_free); -+ res.Set("dirty", dirty); -+ res.Set("reclaimable", reclaimable); -+ -+ NOTIMPLEMENTED(); -+ -+ return res; -+} -+ -+Value::Dict VmStatInfo::ToDict() const { -+ Value::Dict res; -+ // TODO(crbug.com/1334256): Make base::Value able to hold uint64_t and remove -+ // casts below. -+ res.Set("pswpin", static_cast<int>(pswpin)); -+ res.Set("pswpout", static_cast<int>(pswpout)); -+ res.Set("pgmajfault", static_cast<int>(pgmajfault)); -+ -+ NOTIMPLEMENTED(); -+ -+ return res; - } } // namespace base diff --git a/www/chromium/files/patch-base_process_process__metrics__openbsd.cc b/www/chromium/files/patch-base_process_process__metrics__openbsd.cc index 6919e9ea73e3..8d71823e310d 100644 --- a/www/chromium/files/patch-base_process_process__metrics__openbsd.cc +++ b/www/chromium/files/patch-base_process_process__metrics__openbsd.cc @@ -1,4 +1,4 @@ ---- base/process/process_metrics_openbsd.cc.orig 2025-08-07 06:57:29 UTC +--- base/process/process_metrics_openbsd.cc.orig 2025-09-06 10:01:20 UTC +++ base/process/process_metrics_openbsd.cc @@ -6,73 +6,85 @@ @@ -122,7 +122,7 @@ struct vmtotal vmtotal; unsigned long mem_total, mem_free, mem_inactive; size_t len = sizeof(vmtotal); -@@ -85,9 +97,115 @@ size_t GetSystemCommitCharge() { +@@ -85,9 +97,60 @@ size_t GetSystemCommitCharge() { mem_free = vmtotal.t_free; mem_inactive = vmtotal.t_vm - vmtotal.t_avm; @@ -130,7 +130,7 @@ + pagesize = checked_cast<size_t>(getpagesize()); return mem_total - (mem_free * pagesize) - (mem_inactive * pagesize); -+} + } + +int ProcessMetrics::GetOpenFdCount() const { + return (process_ == getpid()) ? getdtablecount() : -1; @@ -165,39 +165,6 @@ + return 0; +} + -+Value::Dict SystemMemoryInfoKB::ToDict() const { -+ Value::Dict res; -+ res.Set("total", total); -+ res.Set("free", free); -+ res.Set("available", available); -+ res.Set("buffers", buffers); -+ res.Set("cached", cached); -+ res.Set("active_anon", active_anon); -+ res.Set("inactive_anon", inactive_anon); -+ res.Set("active_file", active_file); -+ res.Set("inactive_file", inactive_file); -+ res.Set("swap_total", swap_total); -+ res.Set("swap_free", swap_free); -+ res.Set("swap_used", swap_total - swap_free); -+ res.Set("dirty", dirty); -+ res.Set("reclaimable", reclaimable); -+ -+ NOTIMPLEMENTED(); -+ -+ return res; -+} -+ -+Value::Dict VmStatInfo::ToDict() const { -+ Value::Dict res; -+ res.Set("pswpin", static_cast<int>(pswpin)); -+ res.Set("pswpout", static_cast<int>(pswpout)); -+ res.Set("pgmajfault", static_cast<int>(pgmajfault)); -+ -+ NOTIMPLEMENTED(); -+ -+ return res; -+} -+ +SystemDiskInfo::SystemDiskInfo() { + reads = 0; + reads_merged = 0; @@ -215,27 +182,5 @@ +SystemDiskInfo::SystemDiskInfo(const SystemDiskInfo&) = default; + +SystemDiskInfo& SystemDiskInfo::operator=(const SystemDiskInfo&) = default; -+ -+Value::Dict SystemDiskInfo::ToDict() const { -+ Value::Dict res; -+ -+ // Write out uint64_t variables as doubles. -+ // Note: this may discard some precision, but for JS there's no other option. -+ res.Set("reads", static_cast<double>(reads)); -+ res.Set("reads_merged", static_cast<double>(reads_merged)); -+ res.Set("sectors_read", static_cast<double>(sectors_read)); -+ res.Set("read_time", static_cast<double>(read_time)); -+ res.Set("writes", static_cast<double>(writes)); -+ res.Set("writes_merged", static_cast<double>(writes_merged)); -+ res.Set("sectors_written", static_cast<double>(sectors_written)); -+ res.Set("write_time", static_cast<double>(write_time)); -+ res.Set("io", static_cast<double>(io)); -+ res.Set("io_time", static_cast<double>(io_time)); -+ res.Set("weighted_io_time", static_cast<double>(weighted_io_time)); -+ -+ NOTIMPLEMENTED(); -+ -+ return res; - } } // namespace base diff --git a/www/chromium/files/patch-base_rand__util.h b/www/chromium/files/patch-base_rand__util.h index e99ae5fb2272..bec594b9f46b 100644 --- a/www/chromium/files/patch-base_rand__util.h +++ b/www/chromium/files/patch-base_rand__util.h @@ -1,6 +1,6 @@ ---- base/rand_util.h.orig 2025-08-07 06:57:29 UTC +--- base/rand_util.h.orig 2025-09-06 10:01:20 UTC +++ base/rand_util.h -@@ -210,7 +210,7 @@ void RandomShuffle(Itr first, Itr last) { +@@ -213,7 +213,7 @@ void RandomShuffle(Itr first, Itr last) { std::shuffle(first, last, RandomBitGenerator()); } diff --git a/www/chromium/files/patch-base_system_sys__info__posix.cc b/www/chromium/files/patch-base_system_sys__info__posix.cc index e229baa6f240..5cd61fd2db25 100644 --- a/www/chromium/files/patch-base_system_sys__info__posix.cc +++ b/www/chromium/files/patch-base_system_sys__info__posix.cc @@ -1,6 +1,6 @@ ---- base/system/sys_info_posix.cc.orig 2025-05-05 10:57:53 UTC +--- base/system/sys_info_posix.cc.orig 2025-09-06 10:01:20 UTC +++ base/system/sys_info_posix.cc -@@ -143,7 +143,7 @@ void GetKernelVersionNumbers(int32_t* major_version, +@@ -144,7 +144,7 @@ void GetKernelVersionNumbers(int32_t* major_version, namespace base { @@ -9,7 +9,7 @@ // static int SysInfo::NumberOfProcessors() { #if BUILDFLAG(IS_MAC) -@@ -199,7 +199,7 @@ int SysInfo::NumberOfProcessors() { +@@ -200,7 +200,7 @@ int SysInfo::NumberOfProcessors() { return cached_num_cpus; } @@ -18,7 +18,7 @@ // static uint64_t SysInfo::AmountOfVirtualMemory() { -@@ -285,6 +285,8 @@ std::string SysInfo::OperatingSystemArchitecture() { +@@ -286,6 +286,8 @@ std::string SysInfo::OperatingSystemArchitecture() { arch = "x86"; } else if (arch == "amd64") { arch = "x86_64"; diff --git a/www/chromium/files/patch-base_task_thread__pool_environment__config__unittest.cc b/www/chromium/files/patch-base_task_thread__pool_environment__config__unittest.cc index 7e08e802f5cb..18f8b7098301 100644 --- a/www/chromium/files/patch-base_task_thread__pool_environment__config__unittest.cc +++ b/www/chromium/files/patch-base_task_thread__pool_environment__config__unittest.cc @@ -1,20 +1,20 @@ ---- base/task/thread_pool/environment_config_unittest.cc.orig 2025-08-07 06:57:29 UTC +--- base/task/thread_pool/environment_config_unittest.cc.orig 2025-09-06 10:01:20 UTC +++ base/task/thread_pool/environment_config_unittest.cc @@ -14,7 +14,7 @@ TEST(ThreadPoolEnvironmentConfig, CanUseBackgroundPrio #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) EXPECT_TRUE(CanUseBackgroundThreadTypeForWorkerThread()); #elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_ANDROID) || \ -- BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_NACL) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_NACL) || BUILDFLAG(IS_BSD) +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) EXPECT_FALSE(CanUseBackgroundThreadTypeForWorkerThread()); #else #error Platform doesn't match any block -@@ -23,7 +23,7 @@ TEST(ThreadPoolEnvironmentConfig, CanUseBackgroundPrio +@@ -22,7 +22,7 @@ TEST(ThreadPoolEnvironmentConfig, CanUseBackgroundPrio + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_ANDROID) EXPECT_TRUE(CanUseUtilityThreadTypeForWorkerThread()); - #elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_FUCHSIA) || \ -- BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_NACL) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_NACL) || BUILDFLAG(IS_BSD) +-#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_CHROMEOS) ++#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) EXPECT_FALSE(CanUseUtilityThreadTypeForWorkerThread()); #else #error Platform doesn't match any block diff --git a/www/chromium/files/patch-base_threading_platform__thread__internal__posix.cc b/www/chromium/files/patch-base_threading_platform__thread__internal__posix.cc index d7eea4e02a09..3b9b43bd6311 100644 --- a/www/chromium/files/patch-base_threading_platform__thread__internal__posix.cc +++ b/www/chromium/files/patch-base_threading_platform__thread__internal__posix.cc @@ -1,11 +1,21 @@ ---- base/threading/platform_thread_internal_posix.cc.orig 2025-08-07 06:57:29 UTC +--- base/threading/platform_thread_internal_posix.cc.orig 2025-09-06 10:01:20 UTC +++ base/threading/platform_thread_internal_posix.cc -@@ -31,7 +31,7 @@ ThreadPriorityForTest NiceValueToThreadPriorityForTest +@@ -31,6 +31,10 @@ ThreadPriorityForTest NiceValueToThreadPriorityForTest } int GetCurrentThreadNiceValue() { --#if BUILDFLAG(IS_NACL) -+#if BUILDFLAG(IS_NACL) || BUILDFLAG(IS_BSD) - NOTIMPLEMENTED(); - return 0; - #else ++#if BUILDFLAG(IS_BSD) ++ NOTIMPLEMENTED(); ++ return 0; ++#else + // Need to clear errno before calling getpriority(): + // http://man7.org/linux/man-pages/man2/getpriority.2.html + errno = 0; +@@ -42,6 +46,7 @@ int GetCurrentThreadNiceValue() { + } + + return nice_value; ++#endif + } + + } // namespace base::internal diff --git a/www/chromium/files/patch-base_threading_platform__thread__posix.cc b/www/chromium/files/patch-base_threading_platform__thread__posix.cc index 08739a1c693c..a5a54bc38a4a 100644 --- a/www/chromium/files/patch-base_threading_platform__thread__posix.cc +++ b/www/chromium/files/patch-base_threading_platform__thread__posix.cc @@ -1,21 +1,23 @@ ---- base/threading/platform_thread_posix.cc.orig 2025-08-07 06:57:29 UTC +--- base/threading/platform_thread_posix.cc.orig 2025-09-06 10:01:20 UTC +++ base/threading/platform_thread_posix.cc -@@ -79,11 +79,11 @@ void* ThreadFunc(void* params) { +@@ -79,6 +79,7 @@ void* ThreadFunc(void* params) { base::DisallowSingleton(); } --#if PA_BUILDFLAG(USE_PARTITION_ALLOC_AS_MALLOC) -+#if PA_BUILDFLAG(USE_PARTITION_ALLOC_AS_MALLOC) && !BUILDFLAG(IS_BSD) ++#if !BUILDFLAG(IS_BSD) + #if PA_BUILDFLAG(USE_PARTITION_ALLOC_AS_MALLOC) partition_alloc::internal::StackTopRegistry::Get().NotifyThreadCreated(); #endif +@@ -92,6 +93,7 @@ void* ThreadFunc(void* params) { + // where they were created. This explicitly sets the priority of all new + // threads. + PlatformThread::SetCurrentThreadType(thread_params->thread_type); ++#endif + } + + ThreadIdNameManager::GetInstance()->RegisterThread( +@@ -266,6 +268,8 @@ PlatformThreadId PlatformThreadBase::CurrentId() { --#if !BUILDFLAG(IS_NACL) -+#if !BUILDFLAG(IS_NACL) && !BUILDFLAG(IS_BSD) - #if BUILDFLAG(IS_APPLE) - PlatformThread::SetCurrentThreadRealtimePeriodValue( - delegate->GetRealtimePeriod()); -@@ -272,6 +272,8 @@ PlatformThreadId PlatformThreadBase::CurrentId() { - return PlatformThreadId(reinterpret_cast<int32_t>(pthread_self())); #elif BUILDFLAG(IS_POSIX) && BUILDFLAG(IS_AIX) return PlatformThreadId(pthread_self()); +#elif BUILDFLAG(IS_BSD) @@ -23,31 +25,58 @@ #elif BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_AIX) return PlatformThreadId(reinterpret_cast<int64_t>(pthread_self())); #endif -@@ -365,7 +367,7 @@ void PlatformThreadBase::Detach(PlatformThreadHandle t +@@ -359,6 +363,9 @@ void PlatformThreadBase::Detach(PlatformThreadHandle t // static bool PlatformThreadBase::CanChangeThreadType(ThreadType from, ThreadType to) { --#if BUILDFLAG(IS_NACL) -+#if BUILDFLAG(IS_NACL) || BUILDFLAG(IS_BSD) - return false; - #else ++#if BUILDFLAG(IS_BSD) ++ return false; ++#else if (from >= to) { -@@ -386,6 +388,9 @@ void SetCurrentThreadTypeImpl(ThreadType thread_type, + // Decreasing thread priority on POSIX is always allowed. + return true; +@@ -368,12 +375,18 @@ bool PlatformThreadBase::CanChangeThreadType(ThreadTyp + } + + return internal::CanLowerNiceTo(internal::ThreadTypeToNiceValue(to)); ++#endif + } + + namespace internal { + + void SetCurrentThreadTypeImpl(ThreadType thread_type, MessagePumpType pump_type_hint) { - #if BUILDFLAG(IS_NACL) - NOTIMPLEMENTED(); -+// avoid pledge(2) violation -+#elif BUILDFLAG(IS_BSD) ++#if BUILDFLAG(IS_BSD) ++ // pledge(2) violation + NOTIMPLEMENTED(); - #else ++ return; ++#else if (internal::SetCurrentThreadTypeForPlatform(thread_type, pump_type_hint)) { return; -@@ -409,7 +414,7 @@ void SetCurrentThreadTypeImpl(ThreadType thread_type, + } +@@ -389,12 +402,17 @@ void SetCurrentThreadTypeImpl(ThreadType thread_type, + DVPLOG(1) << "Failed to set nice value of thread (" + << PlatformThread::CurrentId() << ") to " << nice_setting; + } ++#endif + } + + } // namespace internal // static ThreadPriorityForTest PlatformThreadBase::GetCurrentThreadPriorityForTest() { --#if BUILDFLAG(IS_NACL) -+#if BUILDFLAG(IS_NACL) || BUILDFLAG(IS_BSD) - NOTIMPLEMENTED(); - return ThreadPriorityForTest::kNormal; - #else ++#if BUILDFLAG(IS_BSD) ++ NOTIMPLEMENTED(); ++ return ThreadPriorityForTest::kNormal; ++#else + // Mirrors SetCurrentThreadPriority()'s implementation. + auto platform_specific_priority = + internal::GetCurrentThreadPriorityForPlatformForTest(); // IN-TEST +@@ -405,6 +423,7 @@ ThreadPriorityForTest PlatformThreadBase::GetCurrentTh + int nice_value = internal::GetCurrentThreadNiceValue(); + + return internal::NiceValueToThreadPriorityForTest(nice_value); // IN-TEST ++#endif + } + + #endif // !BUILDFLAG(IS_APPLE) && !BUILDFLAG(IS_FUCHSIA) diff --git a/www/chromium/files/patch-base_time_time__now__posix.cc b/www/chromium/files/patch-base_time_time__now__posix.cc index 965e6c4e02c9..52244c9d6d63 100644 --- a/www/chromium/files/patch-base_time_time__now__posix.cc +++ b/www/chromium/files/patch-base_time_time__now__posix.cc @@ -1,11 +1,14 @@ ---- base/time/time_now_posix.cc.orig 2025-01-15 09:18:26 UTC +--- base/time/time_now_posix.cc.orig 2025-09-06 10:01:20 UTC +++ base/time/time_now_posix.cc -@@ -27,7 +27,7 @@ - #endif +@@ -110,7 +110,11 @@ std::optional<TimeTicks> MaybeTimeTicksNowIgnoringOver + } + + TimeTicks TimeTicksLowResolutionNowIgnoringOverride() { ++#if BUILDFLAG(IS_BSD) ++ return TimeTicks() + Microseconds(ClockNow(CLOCK_MONOTONIC)); ++#else + return TimeTicks() + Microseconds(ClockNow(CLOCK_MONOTONIC_COARSE)); ++#endif + } + } // namespace subtle - // NaCl doesn't support CLOCK_MONOTONIC_COARSE. --#if BUILDFLAG(IS_NACL) -+#if BUILDFLAG(IS_NACL) || BUILDFLAG(IS_BSD) - #define TIMETICKS_LOW_RESOLUTION_CLOCK CLOCK_MONOTONIC - #else - #define TIMETICKS_LOW_RESOLUTION_CLOCK CLOCK_MONOTONIC_COARSE diff --git a/www/chromium/files/patch-base_trace__event_process__memory__dump.cc b/www/chromium/files/patch-base_trace__event_process__memory__dump.cc index 375994964dc7..0d1ed52f14bc 100644 --- a/www/chromium/files/patch-base_trace__event_process__memory__dump.cc +++ b/www/chromium/files/patch-base_trace__event_process__memory__dump.cc @@ -1,4 +1,4 @@ ---- base/trace_event/process_memory_dump.cc.orig 2025-08-07 06:57:29 UTC +--- base/trace_event/process_memory_dump.cc.orig 2025-09-06 10:01:20 UTC +++ base/trace_event/process_memory_dump.cc @@ -47,7 +47,7 @@ #include <Psapi.h> @@ -9,7 +9,7 @@ #include <tuple> #include "base/notreached.h" -@@ -119,7 +119,7 @@ std::optional<size_t> ProcessMemoryDump::CountResident +@@ -116,7 +116,7 @@ std::optional<size_t> ProcessMemoryDump::CountResident #if BUILDFLAG(IS_WIN) auto vec = base::HeapArray<PSAPI_WORKING_SET_EX_INFORMATION>::WithSize(max_vec_size); @@ -18,7 +18,7 @@ auto vec = base::HeapArray<char>::WithSize(max_vec_size); #elif BUILDFLAG(IS_POSIX) || BUILDFLAG(IS_FUCHSIA) auto vec = base::HeapArray<unsigned char>::WithSize(max_vec_size); -@@ -143,7 +143,7 @@ std::optional<size_t> ProcessMemoryDump::CountResident +@@ -140,7 +140,7 @@ std::optional<size_t> ProcessMemoryDump::CountResident for (size_t i = 0; i < page_count; i++) { resident_page_count += vec[i].VirtualAttributes.Valid; } diff --git a/www/chromium/files/patch-build_config_BUILD.gn b/www/chromium/files/patch-build_config_BUILD.gn index 84a0fde9befa..27db3e56b6eb 100644 --- a/www/chromium/files/patch-build_config_BUILD.gn +++ b/www/chromium/files/patch-build_config_BUILD.gn @@ -1,6 +1,6 @@ ---- build/config/BUILD.gn.orig 2025-01-15 09:18:26 UTC +--- build/config/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ build/config/BUILD.gn -@@ -215,6 +215,10 @@ config("default_libs") { +@@ -209,6 +209,10 @@ config("default_libs") { # Targets should choose to explicitly link frameworks they require. Since # linking can have run-time side effects, nothing should be listed here. libs = [] diff --git a/www/chromium/files/patch-build_config_BUILDCONFIG.gn b/www/chromium/files/patch-build_config_BUILDCONFIG.gn index e52328c8c154..c07dd880c4a1 100644 --- a/www/chromium/files/patch-build_config_BUILDCONFIG.gn +++ b/www/chromium/files/patch-build_config_BUILDCONFIG.gn @@ -1,4 +1,4 @@ ---- build/config/BUILDCONFIG.gn.orig 2025-08-07 06:57:29 UTC +--- build/config/BUILDCONFIG.gn.orig 2025-09-06 10:01:20 UTC +++ build/config/BUILDCONFIG.gn @@ -136,7 +136,8 @@ declare_args() { is_official_build = false @@ -41,5 +41,5 @@ +is_freebsd = current_os == "freebsd" +is_bsd = current_os == "openbsd" || current_os == "freebsd" is_mac = current_os == "mac" - is_nacl = current_os == "nacl" - is_wasm = current_os == "emscripten" + + # TODO(crbug.com/40511454): Remove is_nacl from all build files, then diff --git a/www/chromium/files/patch-build_config_clang_BUILD.gn b/www/chromium/files/patch-build_config_clang_BUILD.gn index d3d9282fe0d3..5818eacc270b 100644 --- a/www/chromium/files/patch-build_config_clang_BUILD.gn +++ b/www/chromium/files/patch-build_config_clang_BUILD.gn @@ -1,6 +1,6 @@ ---- build/config/clang/BUILD.gn.orig 2025-08-07 06:57:29 UTC +--- build/config/clang/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ build/config/clang/BUILD.gn -@@ -265,7 +265,12 @@ template("clang_lib") { +@@ -268,7 +268,12 @@ template("clang_lib") { # Adds a dependency on the Clang runtime library clang_rt.builtins. clang_lib("compiler_builtins") { diff --git a/www/chromium/files/patch-build_config_compiler_BUILD.gn b/www/chromium/files/patch-build_config_compiler_BUILD.gn index 3791b3b71264..a4410d921ba7 100644 --- a/www/chromium/files/patch-build_config_compiler_BUILD.gn +++ b/www/chromium/files/patch-build_config_compiler_BUILD.gn @@ -1,24 +1,24 @@ ---- build/config/compiler/BUILD.gn.orig 2025-08-07 06:57:29 UTC +--- build/config/compiler/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ build/config/compiler/BUILD.gn -@@ -199,7 +199,7 @@ declare_args() { +@@ -194,7 +194,7 @@ declare_args() { # This greatly reduces the size of debug builds, at the cost of # debugging information which is required by some specialized # debugging tools. -- simple_template_names = is_clang && !is_nacl && !is_win && !is_apple -+ simple_template_names = is_clang && !is_nacl && !is_win && !is_apple && !is_bsd - } +- simple_template_names = is_clang && !is_win && !is_apple ++ simple_template_names = is_clang && !is_win && !is_apple && !is_bsd - declare_args() { -@@ -248,7 +248,7 @@ assert(!(llvm_force_head_revision && use_remoteexec && + # This switch is used to enable -Wexit-time-destructors by default. This + # warning serves as a flip switch to allow a gradual migration of targets +@@ -272,7 +272,7 @@ assert(!(llvm_force_head_revision && use_remoteexec && # Since this is referenced both when passing the file and when deciding which # warnings to enable, store it in a separate variable here. use_clang_warning_suppression_file = -- !is_nacl && default_toolchain != "//build/toolchain/cros:target" && -+ !is_bsd && !is_nacl && default_toolchain != "//build/toolchain/cros:target" && +- default_toolchain != "//build/toolchain/cros:target" && ++ !is_bsd && default_toolchain != "//build/toolchain/cros:target" && !llvm_android_mainline && is_clang && clang_warning_suppression_file != "" # default_include_dirs --------------------------------------------------------- -@@ -266,13 +266,16 @@ config("default_include_dirs") { +@@ -290,13 +290,16 @@ config("default_include_dirs") { # Compiler instrumentation can introduce dependencies in DSOs to symbols in # the executable they are loaded into, so they are unresolved at link-time. config("no_unresolved_symbols") { @@ -36,7 +36,7 @@ } # compiler --------------------------------------------------------------------- -@@ -531,6 +534,10 @@ config("compiler") { +@@ -564,6 +567,10 @@ config("compiler") { } } @@ -47,61 +47,52 @@ # Linux-specific compiler flags setup. # ------------------------------------ if (use_icf && (!is_apple || use_lld)) { -@@ -602,7 +609,7 @@ config("compiler") { +@@ -639,7 +646,7 @@ config("compiler") { ldflags += [ "-Wl,-z,keep-text-section-prefix" ] } -- if (is_clang && !is_nacl) { -+ if (is_clang && !is_nacl && !is_bsd) { +- if (is_clang) { ++ if (is_clang && !is_bsd) { cflags += [ "-fcrash-diagnostics-dir=" + clang_diagnostic_dir ] if (save_reproducers_on_lld_crash && use_lld) { ldflags += [ -@@ -1254,7 +1261,7 @@ config("compiler_cpu_abi") { +@@ -1281,7 +1288,7 @@ config("compiler_cpu_abi") { + # CPU architecture. We may or may not be doing a cross compile now, so for # simplicity we always explicitly set the architecture. if (current_cpu == "x64") { - if (is_clang && !is_android && !is_nacl && !is_fuchsia && -- !is_chromeos_device) { -+ !is_chromeos_device && !is_bsd) { +- if (is_clang && !is_android && !is_fuchsia && !is_chromeos_device) { ++ if (is_clang && !is_android && !is_fuchsia && !is_chromeos_device && !is_bsd) { cflags += [ "--target=x86_64-unknown-linux-gnu" ] ldflags += [ "--target=x86_64-unknown-linux-gnu" ] } else { -@@ -1263,7 +1270,7 @@ config("compiler_cpu_abi") { +@@ -1290,7 +1297,7 @@ config("compiler_cpu_abi") { } cflags += [ "-msse3" ] } else if (current_cpu == "x86") { -- if (is_clang && !is_android && !is_nacl && !is_chromeos_device) { -+ if (is_clang && !is_android && !is_nacl && !is_chromeos_device && !is_bsd) { +- if (is_clang && !is_android && !is_chromeos_device) { ++ if (is_clang && !is_android && !is_chromeos_device && !Is_bsd) { cflags += [ "--target=i386-unknown-linux-gnu" ] ldflags += [ "--target=i386-unknown-linux-gnu" ] } else { -@@ -1277,7 +1284,7 @@ config("compiler_cpu_abi") { - ] - } +@@ -1302,7 +1309,7 @@ config("compiler_cpu_abi") { + "-msse3", + ] } else if (current_cpu == "arm") { -- if (is_clang && !is_android && !is_nacl && !is_chromeos_device) { -+ if (is_clang && !is_android && !is_nacl && !is_chromeos_device && !is_bsd) { +- if (is_clang && !is_android && !is_chromeos_device) { ++ if (is_clang && !is_android && !is_chromeos_device && !is_bsd) { cflags += [ "--target=arm-linux-gnueabihf" ] ldflags += [ "--target=arm-linux-gnueabihf" ] } -@@ -1292,7 +1299,7 @@ config("compiler_cpu_abi") { +@@ -1314,7 +1321,7 @@ config("compiler_cpu_abi") { + cflags += [ "-mtune=$arm_tune" ] } } else if (current_cpu == "arm64") { - if (is_clang && !is_android && !is_nacl && !is_fuchsia && -- !is_chromeos_device) { -+ !is_chromeos_device && !is_bsd) { +- if (is_clang && !is_android && !is_fuchsia && !is_chromeos_device) { ++ if (is_clang && !is_android && !is_fuchsia && !is_chromeos_device && !is_bsd) { cflags += [ "--target=aarch64-linux-gnu" ] ldflags += [ "--target=aarch64-linux-gnu" ] } -@@ -1638,7 +1645,7 @@ config("compiler_deterministic") { - # different build directory like "out/feature_a" and "out/feature_b" if - # we build same files with same compile flag. - # Other paths are already given in relative, no need to normalize them. -- if (is_nacl) { -+ if (is_nacl || is_bsd) { - # TODO(https://crbug.com/1231236): Use -ffile-compilation-dir= here. - cflags += [ - "-Xclang", -@@ -1704,7 +1711,7 @@ config("compiler_deterministic") { +@@ -1713,7 +1720,7 @@ config("compiler_deterministic") { } config("clang_revision") { @@ -110,17 +101,17 @@ current_os != "zos") { _perform_consistency_checks = current_toolchain == default_toolchain if (llvm_force_head_revision) { -@@ -2139,9 +2146,6 @@ config("default_warnings") { +@@ -2134,9 +2141,6 @@ config("default_warnings") { - # TODO(crbug.com/40284799): Fix and re-enable. - "-Wno-thread-safety-reference-return", + # TODO(crbug.com/40284799): Fix and re-enable. + "-Wno-thread-safety-reference-return", - -- # TODO(crbug.com/376641662): Fix and re-enable. -- "-Wno-nontrivial-memcall", - ] +- # TODO(crbug.com/376641662): Fix and re-enable. +- "-Wno-nontrivial-memcall", + ] - cflags_cc += [ -@@ -2946,7 +2950,7 @@ config("afdo_optimize_size") { + cflags_cc += [ +@@ -2920,7 +2924,7 @@ config("afdo_optimize_size") { # There are some targeted places that AFDO regresses, so we provide a separate # config to allow AFDO to be disabled per-target. config("afdo") { @@ -129,7 +120,7 @@ cflags = [] if (clang_emit_debug_info_for_profiling) { # Add the following flags to generate debug info for profiling. -@@ -2973,7 +2977,7 @@ config("afdo") { +@@ -2947,7 +2951,7 @@ config("afdo") { cflags += [ "-Wno-backend-plugin" ] inputs = [ _clang_sample_profile ] } @@ -138,12 +129,3 @@ cflags = [ "-fauto-profile=${auto_profile_path}" ] inputs = [ auto_profile_path ] } -@@ -3162,7 +3166,7 @@ config("symbols") { - cflags += [ "-gomit-unreferenced-methods" ] - } - -- if (is_clang && (!is_nacl || is_nacl_saigo)) { -+ if (is_clang && (!is_nacl || is_nacl_saigo) && !is_bsd) { - if (is_apple) { - # TODO(crbug.com/40117949): Investigate missing debug info on mac. - # Make sure we don't use constructor homing on mac. diff --git a/www/chromium/files/patch-build_config_rust.gni b/www/chromium/files/patch-build_config_rust.gni index b037f6e4a95b..74d87078309c 100644 --- a/www/chromium/files/patch-build_config_rust.gni +++ b/www/chromium/files/patch-build_config_rust.gni @@ -1,6 +1,6 @@ ---- build/config/rust.gni.orig 2025-07-02 06:08:04 UTC +--- build/config/rust.gni.orig 2025-09-06 10:01:20 UTC +++ build/config/rust.gni -@@ -373,7 +373,11 @@ if (is_linux || is_chromeos) { +@@ -369,7 +369,11 @@ if (is_linux || is_chromeos) { } } diff --git a/www/chromium/files/patch-build_nocompile.gni b/www/chromium/files/patch-build_nocompile.gni deleted file mode 100644 index 64296d2e06a3..000000000000 --- a/www/chromium/files/patch-build_nocompile.gni +++ /dev/null @@ -1,11 +0,0 @@ ---- build/nocompile.gni.orig 2025-02-19 07:43:18 UTC -+++ build/nocompile.gni -@@ -55,7 +55,7 @@ if (is_win) { - } - - declare_args() { -- enable_nocompile_tests = is_clang && !is_nacl -+ enable_nocompile_tests = is_clang && !is_nacl && !is_bsd - } - - if (enable_nocompile_tests) { diff --git a/www/chromium/files/patch-build_toolchain_gcc__toolchain.gni b/www/chromium/files/patch-build_toolchain_gcc__toolchain.gni index 8c544b43738a..ff9a487fa51f 100644 --- a/www/chromium/files/patch-build_toolchain_gcc__toolchain.gni +++ b/www/chromium/files/patch-build_toolchain_gcc__toolchain.gni @@ -1,6 +1,6 @@ ---- build/toolchain/gcc_toolchain.gni.orig 2025-04-04 08:52:13 UTC +--- build/toolchain/gcc_toolchain.gni.orig 2025-09-06 10:01:20 UTC +++ build/toolchain/gcc_toolchain.gni -@@ -56,6 +56,13 @@ if (enable_resource_allowlist_generation) { +@@ -49,6 +49,13 @@ if (enable_resource_allowlist_generation) { "enable_resource_allowlist_generation=true does not work for target_os=$target_os") } @@ -14,7 +14,7 @@ # This template defines a toolchain for something that works like gcc # (including clang). # -@@ -896,22 +903,12 @@ template("gcc_toolchain") { +@@ -893,22 +900,12 @@ template("gcc_toolchain") { # actually just be doing a native compile. template("clang_toolchain") { gcc_toolchain(target_name) { diff --git a/www/chromium/files/patch-build_toolchain_toolchain.gni b/www/chromium/files/patch-build_toolchain_toolchain.gni index 11f7d267813f..bd09ade2ab14 100644 --- a/www/chromium/files/patch-build_toolchain_toolchain.gni +++ b/www/chromium/files/patch-build_toolchain_toolchain.gni @@ -1,6 +1,6 @@ ---- build/toolchain/toolchain.gni.orig 2025-07-02 06:08:04 UTC +--- build/toolchain/toolchain.gni.orig 2025-09-06 10:01:20 UTC +++ build/toolchain/toolchain.gni -@@ -60,7 +60,7 @@ if (host_os == "mac") { +@@ -63,7 +63,7 @@ if (host_os == "mac") { host_shlib_extension = ".dylib" } else if (host_os == "win") { host_shlib_extension = ".dll" diff --git a/www/chromium/files/patch-cc_base_features.cc b/www/chromium/files/patch-cc_base_features.cc index ff7dff601475..ed2fe88a01d6 100644 --- a/www/chromium/files/patch-cc_base_features.cc +++ b/www/chromium/files/patch-cc_base_features.cc @@ -1,6 +1,6 @@ ---- cc/base/features.cc.orig 2025-05-28 14:55:43 UTC +--- cc/base/features.cc.orig 2025-09-06 10:01:20 UTC +++ cc/base/features.cc -@@ -52,7 +52,7 @@ const base::FeatureParam<int> kDeferImplInvalidationFr +@@ -55,7 +55,7 @@ const base::FeatureParam<int> kDeferImplInvalidationFr // be using a separate flag to control the launch on GL. BASE_FEATURE(kUseDMSAAForTiles, "UseDMSAAForTiles", diff --git a/www/chromium/files/patch-chrome_app_chrome__main__delegate.cc b/www/chromium/files/patch-chrome_app_chrome__main__delegate.cc index f1761d090bbe..c978b28e7c2c 100644 --- a/www/chromium/files/patch-chrome_app_chrome__main__delegate.cc +++ b/www/chromium/files/patch-chrome_app_chrome__main__delegate.cc @@ -1,15 +1,6 @@ ---- chrome/app/chrome_main_delegate.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/app/chrome_main_delegate.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/app/chrome_main_delegate.cc -@@ -146,7 +146,7 @@ - #include "components/webui/about/credit_utils.h" - #endif - --#if BUILDFLAG(ENABLE_NACL) && (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) -+#if BUILDFLAG(ENABLE_NACL) && (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) && !BUILDFLAG(IS_BSD) - #include "components/nacl/common/nacl_paths.h" - #include "components/nacl/zygote/nacl_fork_delegate_linux.h" - #endif -@@ -186,17 +186,17 @@ +@@ -179,17 +179,17 @@ #include "v8/include/v8.h" #endif @@ -30,7 +21,7 @@ #include "chrome/browser/policy/policy_path_parser.h" #include "components/crash/core/app/crashpad.h" #endif -@@ -314,7 +314,7 @@ void AdjustLinuxOOMScore(const std::string& process_ty +@@ -294,7 +294,7 @@ void AdjustLinuxOOMScore(const std::string& process_ty // and resources loaded. bool SubprocessNeedsResourceBundle(const std::string& process_type) { return @@ -39,7 +30,7 @@ // The zygote process opens the resources for the renderers. process_type == switches::kZygoteProcess || #endif -@@ -397,7 +397,7 @@ bool HandleVersionSwitches(const base::CommandLine& co +@@ -373,7 +373,7 @@ bool HandleVersionSwitches(const base::CommandLine& co return false; } @@ -48,7 +39,7 @@ // Show the man page if --help or -h is on the command line. void HandleHelpSwitches(const base::CommandLine& command_line) { if (command_line.HasSwitch(switches::kHelp) || -@@ -409,7 +409,7 @@ void HandleHelpSwitches(const base::CommandLine& comma +@@ -385,7 +385,7 @@ void HandleHelpSwitches(const base::CommandLine& comma } #endif // BUILDFLAG(IS_LINUX) @@ -57,7 +48,7 @@ void SIGTERMProfilingShutdown(int signal) { content::Profiling::Stop(); struct sigaction sigact; -@@ -491,7 +491,7 @@ std::optional<int> AcquireProcessSingleton( +@@ -467,7 +467,7 @@ std::optional<int> AcquireProcessSingleton( // process can be exited. ChromeProcessSingleton::CreateInstance(user_data_dir); @@ -66,7 +57,7 @@ // Read the xdg-activation token and set it in the command line for the // duration of the notification in order to ensure this is propagated to an // already running browser process if it exists. -@@ -569,7 +569,7 @@ void InitializeUserDataDir(base::CommandLine* command_ +@@ -545,7 +545,7 @@ void InitializeUserDataDir(base::CommandLine* command_ std::string process_type = command_line->GetSwitchValueASCII(switches::kProcessType); @@ -75,7 +66,7 @@ // On Linux, Chrome does not support running multiple copies under different // DISPLAYs, so the profile directory can be specified in the environment to // support the virtual desktop use-case. -@@ -667,7 +667,7 @@ void RecordMainStartupMetrics(const StartupTimestamps& +@@ -643,7 +643,7 @@ void RecordMainStartupMetrics(const StartupTimestamps& #endif #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || \ @@ -84,7 +75,7 @@ // Record the startup process creation time on supported platforms. On Android // this is recorded in ChromeMainDelegateAndroid. startup_metric_utils::GetCommon().RecordStartupProcessCreationTime( -@@ -826,7 +826,7 @@ std::optional<int> ChromeMainDelegate::PostEarlyInitia +@@ -802,7 +802,7 @@ std::optional<int> ChromeMainDelegate::PostEarlyInitia #if BUILDFLAG(IS_OZONE) // Initialize Ozone platform and add required feature flags as per platform's // properties. @@ -93,7 +84,7 @@ ui::SetOzonePlatformForLinuxIfNeeded(*base::CommandLine::ForCurrentProcess()); #endif ui::OzonePlatform::PreEarlyInitialization(); -@@ -981,7 +981,7 @@ void ChromeMainDelegate::CommonEarlyInitialization() { +@@ -957,7 +957,7 @@ void ChromeMainDelegate::CommonEarlyInitialization() { const bool is_canary_dev = IsCanaryDev(); const bool emit_crashes = #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -102,7 +93,7 @@ is_canary_dev; #else false; -@@ -1129,7 +1129,7 @@ std::optional<int> ChromeMainDelegate::BasicStartupCom +@@ -1105,7 +1105,7 @@ std::optional<int> ChromeMainDelegate::BasicStartupCom return 0; // Got a --credits switch; exit with a success error code. } @@ -111,16 +102,7 @@ // This will directly exit if the user asked for help. HandleHelpSwitches(command_line); #endif -@@ -1154,7 +1154,7 @@ std::optional<int> ChromeMainDelegate::BasicStartupCom - ash::RegisterPathProvider(); - chromeos::dbus_paths::RegisterPathProvider(); - #endif --#if BUILDFLAG(ENABLE_NACL) && (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) -+#if BUILDFLAG(ENABLE_NACL) && (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)) - nacl::RegisterPathProvider(); - #endif - -@@ -1445,7 +1445,7 @@ void ChromeMainDelegate::PreSandboxStartup() { +@@ -1409,7 +1409,7 @@ void ChromeMainDelegate::PreSandboxStartup() { CHECK(!loaded_locale.empty()) << "Locale could not be found for " << locale; } @@ -129,19 +111,3 @@ // Zygote needs to call InitCrashReporter() in RunZygote(). if (process_type != switches::kZygoteProcess && !command_line.HasSwitch(switches::kDisableCrashpadForTesting)) { -@@ -1533,13 +1533,13 @@ std::variant<int, content::MainFunctionParams> ChromeM - #else - - #if BUILDFLAG(IS_MAC) || (BUILDFLAG(ENABLE_NACL) && !BUILDFLAG(IS_LINUX) && \ -- !BUILDFLAG(IS_CHROMEOS)) -+ !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_BSD)) - static const MainFunction kMainFunctions[] = { - #if BUILDFLAG(IS_MAC) - {switches::kRelauncherProcess, mac_relauncher::internal::RelauncherMain}, - {switches::kCodeSignCloneCleanupProcess, - code_sign_clone_manager::internal::ChromeCodeSignCloneCleanupMain}, --#elif BUILDFLAG(ENABLE_NACL) && !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS) -+#elif BUILDFLAG(ENABLE_NACL) && !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_BSD) - // This entry is not needed on Linux, where the NaCl loader - // process is launched via nacl_helper instead. - {switches::kNaClLoaderProcess, NaClMain}, diff --git a/www/chromium/files/patch-chrome_app_settings__strings.grdp b/www/chromium/files/patch-chrome_app_settings__strings.grdp new file mode 100644 index 000000000000..6c93f8f8346c --- /dev/null +++ b/www/chromium/files/patch-chrome_app_settings__strings.grdp @@ -0,0 +1,16 @@ +--- chrome/app/settings_strings.grdp.orig 2025-09-06 10:01:20 UTC ++++ chrome/app/settings_strings.grdp +@@ -240,11 +240,9 @@ + <message name="IDS_SETTINGS_RESET_TO_DEFAULT" desc="Name of the control which resets a browser setting back to the default value"> + Reset to default + </message> +- <if expr="not is_linux"> +- <message name="IDS_SETTINGS_RESET_TO_DEFAULT_THEME" desc="Accessibility label of the button which resets the browser theme back to the default value"> ++ <message name="IDS_SETTINGS_RESET_TO_DEFAULT_THEME" desc="Accessibility label of the button which resets the browser theme back to the default value"> + Reset to default theme +- </message> +- </if> ++ </message> + <message name="IDS_SETTINGS_CUSTOMIZE_TOOLBAR" desc="Text of the button which allows you to customize your toolbar."> + Customize your toolbar + </message> diff --git a/www/chromium/files/patch-chrome_browser_BUILD.gn b/www/chromium/files/patch-chrome_browser_BUILD.gn index 92d40613e379..60bb755e81ca 100644 --- a/www/chromium/files/patch-chrome_browser_BUILD.gn +++ b/www/chromium/files/patch-chrome_browser_BUILD.gn @@ -1,6 +1,6 @@ ---- chrome/browser/BUILD.gn.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/BUILD.gn -@@ -7056,6 +7056,13 @@ static_library("browser") { +@@ -7039,6 +7039,13 @@ static_library("browser") { [ "//third_party/webrtc/modules/desktop_capture:pipewire_config" ] } diff --git a/www/chromium/files/patch-chrome_browser_about__flags.cc b/www/chromium/files/patch-chrome_browser_about__flags.cc index b559f20edefc..61ee0bf892d2 100644 --- a/www/chromium/files/patch-chrome_browser_about__flags.cc +++ b/www/chromium/files/patch-chrome_browser_about__flags.cc @@ -1,25 +1,13 @@ ---- chrome/browser/about_flags.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/about_flags.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/about_flags.cc -@@ -265,7 +265,7 @@ - #include "extensions/common/extension_features.h" +@@ -328,12 +328,12 @@ + #include "components/stylus_handwriting/win/features.h" #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) #include "base/allocator/buildflags.h" - #endif - -@@ -354,7 +354,7 @@ - #include "device/vr/public/cpp/switches.h" - #endif - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) #include "ui/ozone/public/ozone_switches.h" - #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) - -@@ -364,7 +364,7 @@ - #include "chrome/browser/win/mica_titlebar.h" #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) @@ -27,25 +15,7 @@ #include "chrome/browser/contextual_cueing/contextual_cueing_features.h" // nogncheck #include "chrome/browser/enterprise/profile_management/profile_management_features.h" #include "chrome/browser/enterprise/webstore/features.h" -@@ -376,7 +376,7 @@ - #include "components/user_education/common/user_education_features.h" // nogncheck - #endif - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - #include "chrome/browser/ui/ui_features.h" - #include "ui/base/ui_base_features.h" - #endif -@@ -537,7 +537,7 @@ const FeatureEntry::FeatureVariation kDXGIWaitableSwap - {"Max 3 Frames", &kDXGIWaitableSwapChain3Frames, 1, nullptr}}; - #endif - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - const FeatureEntry::Choice kOzonePlatformHintRuntimeChoices[] = { - {flag_descriptions::kOzonePlatformHintChoiceDefault, "", ""}, - {flag_descriptions::kOzonePlatformHintChoiceAuto, -@@ -958,6 +958,26 @@ const FeatureEntry::FeatureVariation +@@ -904,6 +904,26 @@ const FeatureEntry::FeatureVariation std::size(kWebIdentityDigitalIdentityCredentialHighRiskDialogParam), nullptr}}; @@ -72,16 +42,7 @@ const FeatureEntry::FeatureParam kClipboardMaximumAge60Seconds[] = { {"UIClipboardMaximumAge", "60"}}; const FeatureEntry::FeatureParam kClipboardMaximumAge90Seconds[] = { -@@ -1331,7 +1351,7 @@ constexpr FeatureEntry::FeatureVariation - #endif // !BUILDFLAG(IS_ANDROID) - - #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ -- BUILDFLAG(IS_WIN) -+ BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - const FeatureEntry::FeatureParam kHistoryEmbeddingsAtKeywordAcceleration[]{ - {"AtKeywordAcceleration", "true"}, - }; -@@ -1369,7 +1389,7 @@ const FeatureEntry::FeatureVariation kRemotePageMetada +@@ -1284,7 +1304,7 @@ const FeatureEntry::FeatureVariation kRemotePageMetada }; #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -90,7 +51,7 @@ // A limited number of combinations of the rich autocompletion params. const FeatureEntry::FeatureParam kOmniboxRichAutocompletionAggressive1[] = { -@@ -3888,7 +3908,7 @@ const FeatureEntry::FeatureVariation +@@ -3920,7 +3940,7 @@ const FeatureEntry::FeatureVariation #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -99,7 +60,7 @@ const flags_ui::FeatureEntry::FeatureParam kPwaNavigationCapturingDefaultOn[] = {{"link_capturing_state", "on_by_default"}}; const flags_ui::FeatureEntry::FeatureParam kPwaNavigationCapturingDefaultOff[] = -@@ -4323,7 +4343,7 @@ const FeatureEntry::FeatureVariation kSkiaGraphiteVari +@@ -4216,7 +4236,7 @@ const FeatureEntry::FeatureVariation kSkiaGraphiteVari std::size(kSkiaGraphite_DebugLabelsEnabled), nullptr}, }; @@ -108,7 +69,7 @@ const FeatureEntry::FeatureParam kTranslationAPI_SkipLanguagePackLimit[] = { {"TranslationAPIAcceptLanguagesCheck", "false"}, {"TranslationAPILimitLanguagePackCount", "false"}}; -@@ -4364,7 +4384,7 @@ const FeatureEntry::FeatureVariation +@@ -4257,7 +4277,7 @@ const FeatureEntry::FeatureVariation 1, nullptr}, }; @@ -117,7 +78,7 @@ const FeatureEntry::FeatureParam kContextualCueingEnabledNoEngagementCap[] = { {"BackoffTime", "0h"}, {"BackoffMultiplierBase", "0.0"}, -@@ -5399,7 +5419,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -5468,7 +5488,7 @@ const FeatureEntry kFeatureEntries[] = { }, #endif // BUILDFLAG(IS_WIN) @@ -126,7 +87,7 @@ { "fluent-overlay-scrollbars", flag_descriptions::kFluentOverlayScrollbarsName, -@@ -5700,7 +5720,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -5767,7 +5787,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kEnableIsolatedWebAppDevModeName, flag_descriptions::kEnableIsolatedWebAppDevModeDescription, kOsDesktop, FEATURE_VALUE_TYPE(features::kIsolatedWebAppDevMode)}, @@ -135,7 +96,7 @@ {"enable-iwa-key-distribution-component", flag_descriptions::kEnableIwaKeyDistributionComponentName, flag_descriptions::kEnableIwaKeyDistributionComponentDescription, -@@ -5920,7 +5940,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -5981,7 +6001,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(media::kUseSCContentSharingPicker)}, #endif // BUILDFLAG(IS_MAC) @@ -144,7 +105,7 @@ {"pulseaudio-loopback-for-cast", flag_descriptions::kPulseaudioLoopbackForCastName, flag_descriptions::kPulseaudioLoopbackForCastDescription, kOsLinux, -@@ -5961,6 +5981,16 @@ const FeatureEntry kFeatureEntries[] = { +@@ -6014,6 +6034,16 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kWaylandSessionManagementName, flag_descriptions::kWaylandSessionManagementDescription, kOsLinux, FEATURE_VALUE_TYPE(features::kWaylandSessionManagement)}, @@ -161,7 +122,7 @@ #endif // BUILDFLAG(IS_LINUX) #if BUILDFLAG(ENABLE_VR) -@@ -6880,7 +6910,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -6915,7 +6945,7 @@ const FeatureEntry kFeatureEntries[] = { "MlUrlScoring")}, #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -170,7 +131,7 @@ {"contextual-search-box-uses-contextual-search-provider", flag_descriptions::kContextualSearchBoxUsesContextualSearchProviderName, flag_descriptions:: -@@ -7245,7 +7275,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -7314,7 +7344,7 @@ const FeatureEntry kFeatureEntries[] = { kNumSrpZpsRelatedSearches, "PowerTools")}, #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -178,26 +139,17 @@ + BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) {"history-embeddings", flag_descriptions::kHistoryEmbeddingsName, flag_descriptions::kHistoryEmbeddingsDescription, kOsDesktop, - FEATURE_WITH_PARAMS_VALUE_TYPE(history_embeddings::kHistoryEmbeddings, -@@ -7761,7 +7791,7 @@ const FeatureEntry kFeatureEntries[] = { + FEATURE_VALUE_TYPE(history_embeddings::kHistoryEmbeddings)}, +@@ -7819,7 +7849,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(printing::features::kAddPrinterViaPrintscanmgr)}, #endif // BUILDFLAG(IS_CHROMEOS) --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) {"cups-ipp-printing-backend", flag_descriptions::kCupsIppPrintingBackendName, flag_descriptions::kCupsIppPrintingBackendDescription, kOsDesktop, -@@ -8061,7 +8091,7 @@ const FeatureEntry kFeatureEntries[] = { - flag_descriptions::kSupportToolScreenshotDescription, kOsDesktop, - FEATURE_VALUE_TYPE(features::kSupportToolScreenshot)}, - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) - {"wasm-tts-component-updater-enabled", - flag_descriptions::kWasmTtsComponentUpdaterEnabledName, - flag_descriptions::kWasmTtsComponentUpdaterEnabledDescription, kOsDesktop, -@@ -8750,7 +8780,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -8780,7 +8810,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(media::kGlobalMediaControlsUpdatedUI)}, #endif // !BUILDFLAG(IS_CHROMEOS) @@ -206,7 +158,7 @@ {"enable-network-service-sandbox", flag_descriptions::kEnableNetworkServiceSandboxName, flag_descriptions::kEnableNetworkServiceSandboxDescription, -@@ -9400,7 +9430,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -9407,7 +9437,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(ash::features::kWallpaperGooglePhotosSharedAlbums)}, #endif // BUILDFLAG(IS_CHROMEOS) @@ -215,7 +167,7 @@ {"enable-get-all-screens-media", flag_descriptions::kGetAllScreensMediaName, flag_descriptions::kGetAllScreensMediaDescription, kOsCrOS | kOsLinux, FEATURE_VALUE_TYPE(blink::features::kGetAllScreensMedia)}, -@@ -9425,7 +9455,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -9432,7 +9462,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kGlobalVaapiLockDescription, kOsCrOS | kOsLinux, FEATURE_VALUE_TYPE(media::kGlobalVaapiLock)}, @@ -224,7 +176,7 @@ { "ui-debug-tools", flag_descriptions::kUIDebugToolsName, -@@ -9892,7 +9922,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -9888,7 +9918,7 @@ const FeatureEntry kFeatureEntries[] = { #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -233,7 +185,7 @@ {"media-session-enter-picture-in-picture", flag_descriptions::kMediaSessionEnterPictureInPictureName, flag_descriptions::kMediaSessionEnterPictureInPictureDescription, -@@ -10065,7 +10095,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -10074,7 +10104,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kReduceTransferSizeUpdatedIPCDescription, kOsAll, FEATURE_VALUE_TYPE(network::features::kReduceTransferSizeUpdatedIPC)}, @@ -242,7 +194,7 @@ {"reduce-user-agent-data-linux-platform-version", flag_descriptions::kReduceUserAgentDataLinuxPlatformVersionName, flag_descriptions::kReduceUserAgentDataLinuxPlatformVersionDescription, -@@ -10581,7 +10611,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -10573,7 +10603,7 @@ const FeatureEntry kFeatureEntries[] = { kOsDesktop | kOsAndroid, FEATURE_VALUE_TYPE(features::kProcessPerSiteUpToMainFrameThreshold)}, @@ -251,16 +203,16 @@ {"camera-mic-effects", flag_descriptions::kCameraMicEffectsName, flag_descriptions::kCameraMicEffectsDescription, static_cast<unsigned short>(kOsMac | kOsWin | kOsLinux), -@@ -10712,7 +10742,7 @@ const FeatureEntry kFeatureEntries[] = { - FEATURE_VALUE_TYPE(chrome::android::kReadAloudTapToSeek)}, - #endif +@@ -10696,7 +10726,7 @@ const FeatureEntry kFeatureEntries[] = { + flag_descriptions::kRcapsDynamicProfileCountryDescription, kOsAll, + FEATURE_VALUE_TYPE(switches::kDynamicProfileCountry)}, -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) {"third-party-profile-management", flag_descriptions::kThirdPartyProfileManagementName, flag_descriptions::kThirdPartyProfileManagementDescription, -@@ -10741,7 +10771,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -10725,7 +10755,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -269,7 +221,16 @@ {"enable-user-navigation-capturing-pwa", flag_descriptions::kPwaNavigationCapturingName, flag_descriptions::kPwaNavigationCapturingDescription, -@@ -11481,7 +11511,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -11290,7 +11320,7 @@ const FeatureEntry kFeatureEntries[] = { + PLATFORM_FEATURE_NAME_TYPE("CrOSLateBootGravedigger")}, + #endif // BUILDFLAG(IS_CHROMEOS) + +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) + {"replace-sync-promos-with-sign-in-promos-desktop", + flag_descriptions::kReplaceSyncPromosWithSignInPromosName, + flag_descriptions::kReplaceSyncPromosWithSignInPromosDescription, +@@ -11449,7 +11479,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kCanvasHibernationDescription, kOsAll, FEATURE_VALUE_TYPE(blink::features::kCanvas2DHibernation)}, @@ -278,16 +239,16 @@ {"enable-history-sync-optin", flag_descriptions::kEnableHistorySyncOptinName, flag_descriptions::kEnableHistorySyncOptinDescription, -@@ -11592,7 +11622,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -11552,7 +11582,7 @@ const FeatureEntry kFeatureEntries[] = { "HistoryOptInEducationalTipVariations")}, #endif // BUILDFLAG(IS_ANDROID) -#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) +#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - {"supervised-profile-safe-search", - flag_descriptions::kSupervisedProfileSafeSearchName, - flag_descriptions::kSupervisedProfileSafeSearchDescription, -@@ -11841,7 +11871,7 @@ const FeatureEntry kFeatureEntries[] = { + {"supervised-user-local-web-approvals", + flag_descriptions::kSupervisedUserLocalWebApprovalsName, + flag_descriptions::kSupervisedUserLocalWebApprovalsDescription, +@@ -11778,7 +11808,7 @@ const FeatureEntry kFeatureEntries[] = { segmentation_platform::features::kSegmentationSurveyPage)}, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -296,7 +257,7 @@ {"autofill-enable-buy-now-pay-later", flag_descriptions::kAutofillEnableBuyNowPayLaterName, flag_descriptions::kAutofillEnableBuyNowPayLaterDescription, kOsDesktop, -@@ -11942,7 +11972,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -11877,7 +11907,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE( autofill::features::kAutofillEnableCardInfoRuntimeRetrieval)}, @@ -305,7 +266,7 @@ {"translation-api", flag_descriptions::kTranslationAPIName, flag_descriptions::kTranslationAPIDescription, kOsMac | kOsWin | kOsLinux, FEATURE_WITH_PARAMS_VALUE_TYPE(blink::features::kTranslationAPI, -@@ -11976,7 +12006,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -11911,7 +11941,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE( password_manager::features::kPasswordFormClientsideClassifier)}, @@ -314,7 +275,7 @@ {"contextual-cueing", flag_descriptions::kContextualCueingName, flag_descriptions::kContextualCueingDescription, kOsLinux | kOsMac | kOsWin, -@@ -12310,7 +12340,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12241,7 +12271,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(ui::kUseNewEtc1Encoder)}, #endif // !BUILDFLAG(IS_ANDROID) @@ -323,7 +284,7 @@ {"automatic-usb-detach", flag_descriptions::kAutomaticUsbDetachName, flag_descriptions::kAutomaticUsbDetachDescription, kOsAndroid | kOsLinux, FEATURE_VALUE_TYPE(features::kAutomaticUsbDetach)}, -@@ -12354,7 +12384,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12285,7 +12315,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // !BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -332,8 +293,8 @@ {"autofill-enable-amount-extraction-desktop", flag_descriptions::kAutofillEnableAmountExtractionDesktopName, flag_descriptions::kAutofillEnableAmountExtractionDesktopDescription, -@@ -12374,7 +12404,7 @@ const FeatureEntry kFeatureEntries[] = { - FEATURE_VALUE_TYPE(blink::features::kClipboardContentsId)}, +@@ -12305,7 +12335,7 @@ const FeatureEntry kFeatureEntries[] = { + FEATURE_VALUE_TYPE(blink::features::kClipboardChangeEvent)}, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS) @@ -341,7 +302,7 @@ {"autofill-enable-amount-extraction-allowlist-desktop", flag_descriptions::kAutofillEnableAmountExtractionAllowlistDesktopName, flag_descriptions:: -@@ -12492,7 +12522,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12437,7 +12467,7 @@ const FeatureEntry kFeatureEntries[] = { apps::chrome_app_deprecation::kAllowUserInstalledChromeApps)}, #endif // BUILDFLAG(IS_CHROMEOS) @@ -350,7 +311,7 @@ {"chrome-web-store-navigation-throttle", flag_descriptions::kChromeWebStoreNavigationThrottleName, flag_descriptions::kChromeWebStoreNavigationThrottleDescription, -@@ -12528,7 +12558,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12473,7 +12503,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -359,16 +320,16 @@ {"autofill-enable-amount-extraction-testing", flag_descriptions::kAutofillEnableAmountExtractionTestingName, flag_descriptions::kAutofillEnableAmountExtractionTestingDescription, -@@ -12543,7 +12573,7 @@ const FeatureEntry kFeatureEntries[] = { - flag_descriptions::kEnableWebAppUpdateTokenParsingDescription, kOsAll, - FEATURE_VALUE_TYPE(features::kWebAppEnableUpdateTokenParsing)}, +@@ -12488,7 +12518,7 @@ const FeatureEntry kFeatureEntries[] = { + flag_descriptions::kEnableWebAppPredictableAppUpdatingDescription, kOsAll, + FEATURE_VALUE_TYPE(features::kWebAppPredictableAppUpdating)}, -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) {"root-scrollbar-follows-browser-theme", flag_descriptions::kRootScrollbarFollowsTheme, flag_descriptions::kRootScrollbarFollowsThemeDescription, -@@ -12792,7 +12822,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12739,7 +12769,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -377,7 +338,7 @@ {"tab-group-home", tabs::flag_descriptions::kTabGroupHomeName, tabs::flag_descriptions::kTabGroupHomeDescription, kOsDesktop, FEATURE_VALUE_TYPE(tabs::kTabGroupHome)}, -@@ -12878,7 +12908,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12825,7 +12855,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -386,8 +347,8 @@ {"enable-site-search-allow-user-override-policy", flag_descriptions::kEnableSiteSearchAllowUserOverridePolicyName, flag_descriptions::kEnableSiteSearchAllowUserOverridePolicyDescription, -@@ -13008,7 +13038,7 @@ const FeatureEntry kFeatureEntries[] = { - FEATURE_VALUE_TYPE(blink::features::kWebAppInstallation)}, +@@ -12948,7 +12978,7 @@ const FeatureEntry kFeatureEntries[] = { + #endif // !BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ - BUILDFLAG(IS_WIN) @@ -395,7 +356,7 @@ {"lens-search-side-panel-default-width-change", flag_descriptions::kLensSearchSidePanelDefaultWidthChangeName, flag_descriptions::kLensSearchSidePanelDefaultWidthChangeDescription, -@@ -13032,7 +13062,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12972,7 +13002,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -404,7 +365,7 @@ {"autofill-enable-buy-now-pay-later-for-klarna", flag_descriptions::kAutofillEnableBuyNowPayLaterForKlarnaName, flag_descriptions::kAutofillEnableBuyNowPayLaterForKlarnaDescription, -@@ -13073,7 +13103,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13010,7 +13040,7 @@ const FeatureEntry kFeatureEntries[] = { autofill::features::kAutofillEnableDownstreamCardAwarenessIph)}, #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -413,3 +374,12 @@ {"enable-lens-overlay-back-to-page", flag_descriptions::kLensOverlayBackToPageName, flag_descriptions::kLensOverlayBackToPageDescription, kOsDesktop, +@@ -13059,7 +13089,7 @@ const FeatureEntry kFeatureEntries[] = { + #endif // BUILDFLAG(ENABLE_DICE_SUPPORT) + + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + {"autofill-enable-buy-now-pay-later-for-externally-linked", + flag_descriptions::kAutofillEnableBuyNowPayLaterForExternallyLinkedName, + flag_descriptions:: diff --git a/www/chromium/files/patch-chrome_browser_background_glic_glic__status__icon.cc b/www/chromium/files/patch-chrome_browser_background_glic_glic__status__icon.cc index 3b76127eb94b..3fe061a8e5fb 100644 --- a/www/chromium/files/patch-chrome_browser_background_glic_glic__status__icon.cc +++ b/www/chromium/files/patch-chrome_browser_background_glic_glic__status__icon.cc @@ -1,6 +1,6 @@ ---- chrome/browser/background/glic/glic_status_icon.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/background/glic/glic_status_icon.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/background/glic/glic_status_icon.cc -@@ -92,7 +92,7 @@ GlicStatusIcon::GlicStatusIcon(GlicController* control +@@ -93,7 +93,7 @@ GlicStatusIcon::GlicStatusIcon(GlicController* control if (!status_icon_) { return; } @@ -9,7 +9,7 @@ // Set a vector icon for proper themeing on Linux. status_icon_->SetIcon( GlicVectorIconManager::GetVectorIcon(IDR_GLIC_BUTTON_VECTOR_ICON)); -@@ -134,7 +134,7 @@ GlicStatusIcon::~GlicStatusIcon() { +@@ -135,7 +135,7 @@ GlicStatusIcon::~GlicStatusIcon() { context_menu_ = nullptr; if (status_icon_) { @@ -18,7 +18,7 @@ status_icon_->RemoveObserver(this); #endif std::unique_ptr<StatusIcon> removed_icon = -@@ -242,7 +242,7 @@ void GlicStatusIcon::UpdateHotkey(const ui::Accelerato +@@ -243,7 +243,7 @@ void GlicStatusIcon::UpdateHotkey(const ui::Accelerato } void GlicStatusIcon::UpdateVisibilityOfExitInContextMenu() { @@ -27,7 +27,7 @@ if (context_menu_) { const bool is_visible = BrowserList::GetInstance()->empty(); const std::optional<size_t> index = -@@ -292,7 +292,7 @@ std::unique_ptr<StatusIconMenuModel> GlicStatusIcon::C +@@ -293,7 +293,7 @@ std::unique_ptr<StatusIconMenuModel> GlicStatusIcon::C menu->AddItem(IDC_GLIC_STATUS_ICON_MENU_SETTINGS, l10n_util::GetStringUTF16(IDS_GLIC_STATUS_ICON_MENU_SETTINGS)); diff --git a/www/chromium/files/patch-chrome_browser_browser__features.cc b/www/chromium/files/patch-chrome_browser_browser__features.cc index 9789ae5d2925..109cd661eb8e 100644 --- a/www/chromium/files/patch-chrome_browser_browser__features.cc +++ b/www/chromium/files/patch-chrome_browser_browser__features.cc @@ -1,6 +1,6 @@ ---- chrome/browser/browser_features.cc.orig 2025-07-02 06:08:04 UTC +--- chrome/browser/browser_features.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/browser_features.cc -@@ -75,7 +75,7 @@ BASE_FEATURE(kClearUserDataUponProfileDestruction, +@@ -80,7 +80,7 @@ BASE_FEATURE(kClearUserDataUponProfileDestruction, "ClearUserDataUponProfileDestruction", base::FEATURE_ENABLED_BY_DEFAULT); @@ -9,7 +9,7 @@ // Enables usage of os_crypt_async::SecretPortalKeyProvider. Once // `kSecretPortalKeyProviderUseForEncryption` is enabled, this flag cannot be // disabled without losing data. -@@ -94,7 +94,7 @@ BASE_FEATURE(kUseFreedesktopSecretKeyProvider, +@@ -99,7 +99,7 @@ BASE_FEATURE(kUseFreedesktopSecretKeyProvider, // the browser exits. BASE_FEATURE(kDestroyProfileOnBrowserClose, "DestroyProfileOnBrowserClose", @@ -18,7 +18,7 @@ base::FEATURE_ENABLED_BY_DEFAULT); #else base::FEATURE_DISABLED_BY_DEFAULT); -@@ -232,7 +232,7 @@ BASE_FEATURE(kSandboxExternalProtocolBlockedWarning, +@@ -241,7 +241,7 @@ BASE_FEATURE(kSandboxExternalProtocolBlockedWarning, "SandboxExternalProtocolBlockedWarning", base::FEATURE_ENABLED_BY_DEFAULT); diff --git a/www/chromium/files/patch-chrome_browser_browser__features.h b/www/chromium/files/patch-chrome_browser_browser__features.h index d65bb867aeb8..966de3149890 100644 --- a/www/chromium/files/patch-chrome_browser_browser__features.h +++ b/www/chromium/files/patch-chrome_browser_browser__features.h @@ -1,6 +1,6 @@ ---- chrome/browser/browser_features.h.orig 2025-07-02 06:08:04 UTC +--- chrome/browser/browser_features.h.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/browser_features.h -@@ -38,7 +38,7 @@ BASE_DECLARE_FEATURE(kCertificateTransparencyAskBefore +@@ -39,7 +39,7 @@ BASE_DECLARE_FEATURE(kCertificateTransparencyAskBefore BASE_DECLARE_FEATURE(kCertVerificationNetworkTime); BASE_DECLARE_FEATURE(kClearUserDataUponProfileDestruction); @@ -9,7 +9,7 @@ BASE_DECLARE_FEATURE(kDbusSecretPortal); BASE_DECLARE_FEATURE(kUseFreedesktopSecretKeyProvider); #endif -@@ -101,7 +101,7 @@ BASE_DECLARE_FEATURE(kRestartNetworkServiceUnsandboxed +@@ -87,7 +87,7 @@ BASE_DECLARE_FEATURE(kRestartNetworkServiceUnsandboxed BASE_DECLARE_FEATURE(kSandboxExternalProtocolBlocked); BASE_DECLARE_FEATURE(kSandboxExternalProtocolBlockedWarning); diff --git a/www/chromium/files/patch-chrome_browser_browser__process__impl.cc b/www/chromium/files/patch-chrome_browser_browser__process__impl.cc index 47611a600803..cb230f07409f 100644 --- a/www/chromium/files/patch-chrome_browser_browser__process__impl.cc +++ b/www/chromium/files/patch-chrome_browser_browser__process__impl.cc @@ -1,6 +1,6 @@ ---- chrome/browser/browser_process_impl.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/browser_process_impl.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/browser_process_impl.cc -@@ -256,7 +256,7 @@ +@@ -257,7 +257,7 @@ #include "components/enterprise/browser/controller/chrome_browser_cloud_management_controller.h" #endif @@ -9,7 +9,7 @@ #include "chrome/browser/browser_features.h" #include "components/os_crypt/async/browser/fallback_linux_key_provider.h" #include "components/os_crypt/async/browser/freedesktop_secret_key_provider.h" -@@ -268,7 +268,7 @@ +@@ -269,7 +269,7 @@ #include "chrome/browser/safe_browsing/safe_browsing_service.h" #endif @@ -18,7 +18,7 @@ // How often to check if the persistent instance of Chrome needs to restart // to install an update. static const int kUpdateCheckIntervalHours = 6; -@@ -1168,7 +1168,7 @@ void BrowserProcessImpl::RegisterPrefs(PrefRegistrySim +@@ -1170,7 +1170,7 @@ void BrowserProcessImpl::RegisterPrefs(PrefRegistrySim GoogleUpdateSettings::GetCollectStatsConsent()); registry->RegisterBooleanPref(prefs::kDevToolsRemoteDebuggingAllowed, true); @@ -27,7 +27,7 @@ os_crypt_async::SecretPortalKeyProvider::RegisterLocalPrefs(registry); #endif } -@@ -1436,7 +1436,7 @@ void BrowserProcessImpl::PreMainMessageLoopRun() { +@@ -1438,7 +1438,7 @@ void BrowserProcessImpl::PreMainMessageLoopRun() { local_state()))); #endif // BUILDFLAG(IS_WIN) @@ -36,7 +36,7 @@ base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess(); if (cmd_line->GetSwitchValueASCII(password_manager::kPasswordStore) != "basic") { -@@ -1716,7 +1716,7 @@ void BrowserProcessImpl::Unpin() { +@@ -1718,7 +1718,7 @@ void BrowserProcessImpl::Unpin() { } // Mac is currently not supported. diff --git a/www/chromium/files/patch-chrome_browser_browser__process__impl.h b/www/chromium/files/patch-chrome_browser_browser__process__impl.h index fc5d863712f9..2637f2df12c3 100644 --- a/www/chromium/files/patch-chrome_browser_browser__process__impl.h +++ b/www/chromium/files/patch-chrome_browser_browser__process__impl.h @@ -1,6 +1,6 @@ ---- chrome/browser/browser_process_impl.h.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/browser_process_impl.h.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/browser_process_impl.h -@@ -416,7 +416,7 @@ class BrowserProcessImpl : public BrowserProcess, +@@ -414,7 +414,7 @@ class BrowserProcessImpl : public BrowserProcess, std::unique_ptr<BatteryMetrics> battery_metrics_; diff --git a/www/chromium/files/patch-chrome_browser_chrome__browser__field__trials.cc b/www/chromium/files/patch-chrome_browser_chrome__browser__field__trials.cc index 69f247516c11..a3c58110cdd6 100644 --- a/www/chromium/files/patch-chrome_browser_chrome__browser__field__trials.cc +++ b/www/chromium/files/patch-chrome_browser_chrome__browser__field__trials.cc @@ -1,6 +1,6 @@ ---- chrome/browser/chrome_browser_field_trials.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/chrome_browser_field_trials.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/chrome_browser_field_trials.cc -@@ -44,7 +44,7 @@ +@@ -45,7 +45,7 @@ #include "chromeos/ash/services/multidevice_setup/public/cpp/first_run_field_trial.h" #endif @@ -9,7 +9,7 @@ #include "base/nix/xdg_util.h" #include "ui/base/ui_base_features.h" #endif // BUILDFLAG(IS_LINUX) -@@ -100,7 +100,7 @@ void ChromeBrowserFieldTrials::RegisterFeatureOverride +@@ -101,7 +101,7 @@ void ChromeBrowserFieldTrials::RegisterFeatureOverride base::FeatureList* feature_list) { variations::FeatureOverrides feature_overrides(*feature_list); diff --git a/www/chromium/files/patch-chrome_browser_chrome__browser__interface__binders.cc b/www/chromium/files/patch-chrome_browser_chrome__browser__interface__binders.cc index 60638f90f749..de9856b79119 100644 --- a/www/chromium/files/patch-chrome_browser_chrome__browser__interface__binders.cc +++ b/www/chromium/files/patch-chrome_browser_chrome__browser__interface__binders.cc @@ -1,4 +1,4 @@ ---- chrome/browser/chrome_browser_interface_binders.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/chrome_browser_interface_binders.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/chrome_browser_interface_binders.cc @@ -82,7 +82,7 @@ #endif // BUILDFLAG(ENABLE_UNHANDLED_TAP) @@ -18,7 +18,7 @@ void BindScreenAIAnnotator( content::RenderFrameHost* frame_host, mojo::PendingReceiver<screen_ai::mojom::ScreenAIAnnotator> receiver) { -@@ -550,7 +550,7 @@ void PopulateChromeFrameBinders( +@@ -544,7 +544,7 @@ void PopulateChromeFrameBinders( #endif // BUILDFLAG(ENABLE_SPEECH_SERVICE) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-chrome_browser_chrome__browser__interface__binders__webui.cc b/www/chromium/files/patch-chrome_browser_chrome__browser__interface__binders__webui.cc index 1f69b16ef8ff..2e7e1faddee9 100644 --- a/www/chromium/files/patch-chrome_browser_chrome__browser__interface__binders__webui.cc +++ b/www/chromium/files/patch-chrome_browser_chrome__browser__interface__binders__webui.cc @@ -1,13 +1,11 @@ ---- chrome/browser/chrome_browser_interface_binders_webui.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/chrome_browser_interface_binders_webui.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/chrome_browser_interface_binders_webui.cc -@@ -48,20 +48,20 @@ - #include "content/public/browser/web_ui_controller_interface_binder.h" +@@ -51,18 +51,18 @@ + #include "mojo/public/cpp/bindings/binder_map.h" #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS) + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - #include "chrome/browser/ui/webui/connectors_internals/connectors_internals.mojom.h" - #include "chrome/browser/ui/webui/connectors_internals/connectors_internals_ui.h" #include "ui/webui/resources/cr_components/app_management/app_management.mojom.h" #endif @@ -24,16 +22,7 @@ #include "chrome/browser/ui/webui/app_settings/web_app_settings_ui.h" #include "chrome/browser/ui/webui/on_device_translation_internals/on_device_translation_internals_ui.h" #include "chrome/browser/ui/webui/signin/history_sync_optin/history_sync_optin.mojom.h" -@@ -464,7 +464,7 @@ void PopulateChromeWebUIFrameBinders( - #endif - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_CHROMEOS) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - RegisterWebUIControllerInterfaceBinder< - connectors_internals::mojom::PageHandler, - enterprise_connectors::ConnectorsInternalsUI>(map); -@@ -475,7 +475,7 @@ void PopulateChromeWebUIFrameBinders( +@@ -483,7 +483,7 @@ void PopulateChromeWebUIFrameBinders( policy::DlpInternalsUI>(map); #endif @@ -42,7 +31,7 @@ RegisterWebUIControllerInterfaceBinder< app_management::mojom::PageHandlerFactory, WebAppSettingsUI>(map); -@@ -616,14 +616,14 @@ void PopulateChromeWebUIFrameBinders( +@@ -635,14 +635,14 @@ void PopulateChromeWebUIFrameBinders( HistoryClustersSidePanelUI, NewTabPageUI, BookmarksSidePanelUI>(map); } @@ -59,7 +48,7 @@ WhatsNewUI, #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) NewTabPageUI>(map); -@@ -1166,7 +1166,7 @@ void PopulateChromeWebUIFrameBinders( +@@ -1192,7 +1192,7 @@ void PopulateChromeWebUIFrameBinders( #endif // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-chrome_browser_chrome__browser__main.cc b/www/chromium/files/patch-chrome_browser_chrome__browser__main.cc index 5776a71a509c..2fa607f594df 100644 --- a/www/chromium/files/patch-chrome_browser_chrome__browser__main.cc +++ b/www/chromium/files/patch-chrome_browser_chrome__browser__main.cc @@ -1,6 +1,6 @@ ---- chrome/browser/chrome_browser_main.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/chrome_browser_main.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/chrome_browser_main.cc -@@ -152,7 +152,7 @@ +@@ -153,7 +153,7 @@ #endif #if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ #include "sql/database.h" #endif -@@ -178,11 +178,11 @@ +@@ -179,11 +179,11 @@ #include "components/enterprise/browser/controller/chrome_browser_cloud_management_controller.h" #endif // BUILDFLAG(IS_CHROMEOS) @@ -23,7 +23,7 @@ #include "chrome/browser/headless/headless_mode_metrics.h" // nogncheck #include "chrome/browser/headless/headless_mode_util.h" // nogncheck #include "chrome/browser/metrics/desktop_session_duration/desktop_session_duration_tracker.h" -@@ -193,7 +193,7 @@ +@@ -194,7 +194,7 @@ #include "ui/gfx/switches.h" #endif @@ -32,7 +32,7 @@ #include "chrome/browser/first_run/upgrade_util.h" #endif -@@ -271,7 +271,7 @@ +@@ -266,7 +266,7 @@ #include "chrome/browser/chrome_process_singleton.h" #include "chrome/browser/ui/startup/startup_browser_creator.h" @@ -41,7 +41,7 @@ #include "base/nix/xdg_util.h" #endif #endif // BUILDFLAG(ENABLE_PROCESS_SINGLETON) -@@ -294,7 +294,7 @@ +@@ -289,7 +289,7 @@ namespace { #if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || \ @@ -50,7 +50,7 @@ constexpr base::FilePath::CharType kMediaHistoryDatabaseName[] = FILE_PATH_LITERAL("Media History"); -@@ -445,7 +445,7 @@ void ProcessSingletonNotificationCallbackImpl( +@@ -440,7 +440,7 @@ void ProcessSingletonNotificationCallbackImpl( } #endif @@ -59,7 +59,7 @@ // Set the global activation token sent as a command line switch by another // browser process. This also removes the switch after use to prevent any side // effects of leaving it in the command line after this point. -@@ -1012,7 +1012,7 @@ int ChromeBrowserMainParts::PreCreateThreadsImpl() { +@@ -1007,7 +1007,7 @@ int ChromeBrowserMainParts::PreCreateThreadsImpl() { #if BUILDFLAG(ENABLE_EXTENSIONS_CORE) && \ (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -68,7 +68,7 @@ // Create directory for user-level Native Messaging manifest files. This // makes it less likely that the directory will be created by third-party // software with incorrect owner or permission. See crbug.com/725513 . -@@ -1056,7 +1056,7 @@ int ChromeBrowserMainParts::PreCreateThreadsImpl() { +@@ -1051,7 +1051,7 @@ int ChromeBrowserMainParts::PreCreateThreadsImpl() { #endif // BUILDFLAG(IS_MAC) @@ -76,8 +76,8 @@ +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) metrics::DesktopSessionDurationTracker::Initialize(); ProfileActivityMetricsRecorder::Initialize(); - TouchModeStatsTracker::Initialize( -@@ -1258,7 +1258,7 @@ void ChromeBrowserMainParts::PostProfileInit(Profile* + TouchUIControllerStatsTracker::Initialize( +@@ -1271,7 +1271,7 @@ void ChromeBrowserMainParts::PostProfileInit(Profile* #endif // BUILDFLAG(IS_WIN) #if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || \ @@ -86,7 +86,7 @@ // Delete the media history database if it still exists. // TODO(crbug.com/40177301): Remove this. base::ThreadPool::PostTask( -@@ -1309,7 +1309,7 @@ void ChromeBrowserMainParts::PostProfileInit(Profile* +@@ -1322,7 +1322,7 @@ void ChromeBrowserMainParts::PostProfileInit(Profile* *UrlLanguageHistogramFactory::GetForBrowserContext(profile)); #endif @@ -95,7 +95,7 @@ if (headless::IsHeadlessMode()) { headless::ReportHeadlessActionMetrics(); } -@@ -1418,7 +1418,7 @@ int ChromeBrowserMainParts::PreMainMessageLoopRunImpl( +@@ -1431,7 +1431,7 @@ int ChromeBrowserMainParts::PreMainMessageLoopRunImpl( // In headless mode provide alternate SelectFileDialog factory overriding // any platform specific SelectFileDialog implementation that may have been // set. @@ -104,7 +104,7 @@ if (headless::IsHeadlessMode()) { headless::HeadlessSelectFileDialogFactory::SetUp(); } -@@ -1963,7 +1963,7 @@ bool ChromeBrowserMainParts::ProcessSingletonNotificat +@@ -1965,7 +1965,7 @@ bool ChromeBrowserMainParts::ProcessSingletonNotificat // Drop the request if headless mode is in effect or the request is from // a headless Chrome process. diff --git a/www/chromium/files/patch-chrome_browser_chrome__browser__main__extra__parts__linux.cc b/www/chromium/files/patch-chrome_browser_chrome__browser__main__extra__parts__linux.cc deleted file mode 100644 index 05371e9791c2..000000000000 --- a/www/chromium/files/patch-chrome_browser_chrome__browser__main__extra__parts__linux.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- chrome/browser/chrome_browser_main_extra_parts_linux.cc.orig 2025-05-28 14:55:43 UTC -+++ chrome/browser/chrome_browser_main_extra_parts_linux.cc -@@ -60,7 +60,7 @@ void ChromeBrowserMainExtraPartsLinux::PostBrowserStar - - // static - void ChromeBrowserMainExtraPartsLinux::InitOzonePlatformHint() { --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - base::CommandLine* const command_line = - base::CommandLine::ForCurrentProcess(); - std::unique_ptr<base::Environment> env = base::Environment::Create(); diff --git a/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.cc b/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.cc index 86bb1887c3cc..d232ce1ac237 100644 --- a/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.cc +++ b/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.cc @@ -1,6 +1,6 @@ ---- chrome/browser/chrome_content_browser_client.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/chrome_content_browser_client.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/chrome_content_browser_client.cc -@@ -474,7 +474,7 @@ +@@ -467,7 +467,7 @@ #include "components/user_manager/user_manager.h" #include "services/service_manager/public/mojom/interface_provider_spec.mojom.h" #include "storage/browser/file_system/external_mount_points.h" @@ -9,7 +9,7 @@ #include "chrome/browser/chrome_browser_main_linux.h" #include "chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.h" #elif BUILDFLAG(IS_ANDROID) -@@ -570,7 +570,7 @@ +@@ -565,7 +565,7 @@ #include "services/network/public/mojom/permissions_policy/permissions_policy_feature.mojom.h" #endif // !BUILDFLAG(IS_ANDROID) @@ -18,7 +18,7 @@ #include "components/crash/core/app/crash_switches.h" #include "components/crash/core/app/crashpad.h" #endif -@@ -579,7 +579,7 @@ +@@ -574,7 +574,7 @@ #include "components/crash/content/browser/crash_handler_host_linux.h" #endif @@ -27,7 +27,7 @@ #include "chrome/browser/enterprise/chrome_browser_main_extra_parts_enterprise.h" #endif -@@ -587,7 +587,7 @@ +@@ -582,7 +582,7 @@ #include "chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h" #endif @@ -36,7 +36,7 @@ #include "chrome/browser/chrome_browser_main_extra_parts_linux.h" #elif BUILDFLAG(IS_OZONE) #include "chrome/browser/chrome_browser_main_extra_parts_ozone.h" -@@ -1409,7 +1409,7 @@ void ChromeContentBrowserClient::RegisterLocalStatePre +@@ -1406,7 +1406,7 @@ void ChromeContentBrowserClient::RegisterLocalStatePre registry->RegisterBooleanPref(prefs::kDataURLWhitespacePreservationEnabled, true); registry->RegisterBooleanPref(prefs::kEnableUnsafeSwiftShader, false); @@ -45,7 +45,7 @@ registry->RegisterBooleanPref(prefs::kOutOfProcessSystemDnsResolutionEnabled, true); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_ANDROID) -@@ -1622,7 +1622,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo +@@ -1628,7 +1628,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo #elif BUILDFLAG(IS_CHROMEOS) main_parts = std::make_unique<ash::ChromeBrowserMainPartsAsh>( is_integration_test, &startup_data_); @@ -54,7 +54,7 @@ main_parts = std::make_unique<ChromeBrowserMainPartsLinux>( is_integration_test, &startup_data_); #elif BUILDFLAG(IS_ANDROID) -@@ -1653,7 +1653,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo +@@ -1659,7 +1659,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo // Construct additional browser parts. Stages are called in the order in // which they are added. #if defined(TOOLKIT_VIEWS) @@ -63,7 +63,7 @@ main_parts->AddParts( std::make_unique<ChromeBrowserMainExtraPartsViewsLinux>()); #else -@@ -1670,7 +1670,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo +@@ -1676,7 +1676,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo main_parts->AddParts(std::make_unique<ChromeBrowserMainExtraPartsAsh>()); #endif @@ -72,7 +72,7 @@ main_parts->AddParts(std::make_unique<ChromeBrowserMainExtraPartsLinux>()); #elif BUILDFLAG(IS_OZONE) main_parts->AddParts(std::make_unique<ChromeBrowserMainExtraPartsOzone>()); -@@ -1689,7 +1689,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo +@@ -1695,7 +1695,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo chrome::AddMetricsExtraParts(main_parts.get()); @@ -81,7 +81,7 @@ main_parts->AddParts( std::make_unique< enterprise_util::ChromeBrowserMainExtraPartsEnterprise>()); -@@ -2685,7 +2685,9 @@ void MaybeAppendBlinkSettingsSwitchForFieldTrial( +@@ -2703,7 +2703,9 @@ void MaybeAppendBlinkSettingsSwitchForFieldTrial( void ChromeContentBrowserClient::AppendExtraCommandLineSwitches( base::CommandLine* command_line, int child_process_id) { @@ -91,7 +91,7 @@ #if BUILDFLAG(IS_MAC) std::unique_ptr<metrics::ClientInfo> client_info = GoogleUpdateSettings::LoadMetricsClientInfo(); -@@ -2694,7 +2696,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLin +@@ -2712,7 +2714,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLin client_info->client_id); } #elif BUILDFLAG(IS_POSIX) @@ -100,7 +100,7 @@ pid_t pid; if (crash_reporter::GetHandlerSocket(nullptr, &pid)) { command_line->AppendSwitchASCII( -@@ -3052,7 +3054,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLin +@@ -3044,7 +3046,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLin } } @@ -109,7 +109,7 @@ // Opt into a hardened stack canary mitigation if it hasn't already been // force-disabled. if (!browser_command_line.HasSwitch(switches::kChangeStackGuardOnFork)) { -@@ -4110,7 +4112,7 @@ bool UpdatePreferredColorScheme(WebPreferences* web_pr +@@ -4109,7 +4111,7 @@ bool UpdatePreferredColorScheme(WebPreferences* web_pr return old_preferred_color_scheme != web_prefs->preferred_color_scheme; } @@ -118,7 +118,7 @@ // Sets the `root_scrollbar_theme_color` web pref if the user has enabled a // custom colored frame for the UI. void UpdateRootScrollbarThemeColor(Profile* profile, -@@ -4748,7 +4750,7 @@ void ChromeContentBrowserClient::OverrideWebPreference +@@ -4752,7 +4754,7 @@ void ChromeContentBrowserClient::OverrideWebPreference UpdatePreferredColorScheme(web_prefs, main_frame_site.GetSiteURL(), web_contents, GetWebTheme()); @@ -127,7 +127,7 @@ UpdateRootScrollbarThemeColor(profile, web_contents, web_prefs); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) -@@ -5085,7 +5087,7 @@ void ChromeContentBrowserClient::GetAdditionalFileSyst +@@ -5030,7 +5032,7 @@ void ChromeContentBrowserClient::GetAdditionalFileSyst } } @@ -136,7 +136,7 @@ void ChromeContentBrowserClient::GetAdditionalMappedFilesForChildProcess( const base::CommandLine& command_line, int child_process_id, -@@ -7232,7 +7234,7 @@ bool ChromeContentBrowserClient::ShouldSandboxNetworkS +@@ -7174,7 +7176,7 @@ bool ChromeContentBrowserClient::ShouldSandboxNetworkS bool ChromeContentBrowserClient::ShouldRunOutOfProcessSystemDnsResolution() { // This enterprise policy is supported on Android, but the feature will not be // launched there. diff --git a/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.h b/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.h index de4dfee6665a..959052a077fd 100644 --- a/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.h +++ b/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.h @@ -1,9 +1,9 @@ ---- chrome/browser/chrome_content_browser_client.h.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/chrome_content_browser_client.h.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/chrome_content_browser_client.h -@@ -587,7 +587,7 @@ class ChromeContentBrowserClient : public content::Con - bool IsPluginAllowedToUseDevChannelAPIs( - content::BrowserContext* browser_context, - const GURL& url) override; +@@ -571,7 +571,7 @@ class ChromeContentBrowserClient : public content::Con + const GURL& site_url) override; + std::unique_ptr<content::TracingDelegate> CreateTracingDelegate() override; + bool IsSystemWideTracingEnabled() override; -#if BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_MAC) +#if BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_MAC) && !BUILDFLAG(IS_BSD) void GetAdditionalMappedFilesForChildProcess( diff --git a/www/chromium/files/patch-chrome_browser_chrome__content__browser__client__navigation__throttles.cc b/www/chromium/files/patch-chrome_browser_chrome__content__browser__client__navigation__throttles.cc index 627ab33837d2..dd3083888b5a 100644 --- a/www/chromium/files/patch-chrome_browser_chrome__content__browser__client__navigation__throttles.cc +++ b/www/chromium/files/patch-chrome_browser_chrome__content__browser__client__navigation__throttles.cc @@ -1,6 +1,6 @@ ---- chrome/browser/chrome_content_browser_client_navigation_throttles.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/chrome_content_browser_client_navigation_throttles.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/chrome_content_browser_client_navigation_throttles.cc -@@ -123,7 +123,7 @@ +@@ -125,7 +125,7 @@ #include "chrome/browser/captive_portal/captive_portal_service_factory.h" #endif // BUILDFLAG(ENABLE_CAPTIVE_PORTAL_DETECTION) @@ -9,7 +9,7 @@ #include "chrome/browser/browser_switcher/browser_switcher_navigation_throttle.h" #include "chrome/browser/enterprise/profile_management/oidc_auth_response_capture_navigation_throttle.h" #include "chrome/browser/enterprise/profile_management/profile_management_navigation_throttle.h" -@@ -404,7 +404,7 @@ void CreateAndAddChromeThrottlesForNavigation( +@@ -406,7 +406,7 @@ void CreateAndAddChromeThrottlesForNavigation( TypedNavigationUpgradeThrottle::MaybeCreateAndAdd(registry); } @@ -18,7 +18,7 @@ WebAppSettingsNavigationThrottle::MaybeCreateAndAdd(registry); profile_management::ProfileManagementNavigationThrottle::MaybeCreateAndAdd( registry); -@@ -422,7 +422,7 @@ void CreateAndAddChromeThrottlesForNavigation( +@@ -424,7 +424,7 @@ void CreateAndAddChromeThrottlesForNavigation( #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -27,7 +27,7 @@ enterprise_connectors::DeviceTrustNavigationThrottle::MaybeCreateAndAdd( registry); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || -@@ -454,7 +454,7 @@ void CreateAndAddChromeThrottlesForNavigation( +@@ -456,7 +456,7 @@ void CreateAndAddChromeThrottlesForNavigation( } #endif // BUILDFLAG(SAFE_BROWSING_AVAILABLE) diff --git a/www/chromium/files/patch-chrome_browser_component__updater_registration.cc b/www/chromium/files/patch-chrome_browser_component__updater_registration.cc index 558ba3715f29..b04897149a45 100644 --- a/www/chromium/files/patch-chrome_browser_component__updater_registration.cc +++ b/www/chromium/files/patch-chrome_browser_component__updater_registration.cc @@ -1,6 +1,6 @@ ---- chrome/browser/component_updater/registration.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/component_updater/registration.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/component_updater/registration.cc -@@ -96,7 +96,7 @@ +@@ -94,7 +94,7 @@ #endif // BUILDFLAG(ENABLE_WIDEVINE_CDM_COMPONENT) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ #include "components/component_updater/installer_policies/amount_extraction_heuristic_regexes_component_installer.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) -@@ -109,7 +109,7 @@ +@@ -107,7 +107,7 @@ #include "chrome/browser/component_updater/lacros_component_remover.h" #endif // BUILDFLAG(IS_CHROMEOS) @@ -18,7 +18,7 @@ #include "chrome/browser/component_updater/wasm_tts_engine_component_installer.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -@@ -253,7 +253,7 @@ void RegisterComponentsForUpdate() { +@@ -245,7 +245,7 @@ void RegisterComponentsForUpdate() { RegisterCookieReadinessListComponent(cus); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -27,12 +27,12 @@ RegisterAmountExtractionHeuristicRegexesComponent(cus); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) -@@ -265,7 +265,7 @@ void RegisterComponentsForUpdate() { +@@ -257,7 +257,7 @@ void RegisterComponentsForUpdate() { } #endif // BUIDLFLAG(IS_ANDROID) -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - if (features::IsWasmTtsComponentUpdaterEnabled()) { - RegisterWasmTtsEngineComponent(cus); - } + RegisterWasmTtsEngineComponent(cus, g_browser_process->local_state()); + #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) + diff --git a/www/chromium/files/patch-chrome_browser_component__updater_wasm__tts__engine__component__installer.cc b/www/chromium/files/patch-chrome_browser_component__updater_wasm__tts__engine__component__installer.cc index 60944517f1bb..374173fa7ac1 100644 --- a/www/chromium/files/patch-chrome_browser_component__updater_wasm__tts__engine__component__installer.cc +++ b/www/chromium/files/patch-chrome_browser_component__updater_wasm__tts__engine__component__installer.cc @@ -1,7 +1,7 @@ ---- chrome/browser/component_updater/wasm_tts_engine_component_installer.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/component_updater/wasm_tts_engine_component_installer.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/component_updater/wasm_tts_engine_component_installer.cc -@@ -9,7 +9,7 @@ - #include "base/logging.h" +@@ -11,7 +11,7 @@ + #include "components/prefs/pref_registry_simple.h" #include "content/public/browser/browser_thread.h" -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) @@ -9,7 +9,7 @@ #include "chrome/browser/accessibility/embedded_a11y_extension_loader.h" #include "chrome/common/extensions/extension_constants.h" #include "ui/accessibility/accessibility_features.h" -@@ -29,7 +29,7 @@ const base::FilePath::CharType kWorkletProcessorJsFile +@@ -31,7 +31,7 @@ const base::FilePath::CharType kWorkletProcessorJsFile FILE_PATH_LITERAL("streaming_worklet_processor.js"); const base::FilePath::CharType kVoicesJsonFileName[] = FILE_PATH_LITERAL("voices.json"); @@ -18,7 +18,7 @@ const base::FilePath::CharType kManifestV3FileName[] = FILE_PATH_LITERAL("wasm_tts_manifest_v3.json"); const base::FilePath::CharType kOffscreenHtmlFileName[] = -@@ -49,7 +49,7 @@ constexpr std::array<uint8_t, 32> kWasmTtsEnginePublic +@@ -51,7 +51,7 @@ constexpr std::array<uint8_t, 32> kWasmTtsEnginePublic const char kWasmTtsEngineManifestName[] = "WASM TTS Engine"; @@ -27,16 +27,34 @@ class WasmTTSEngineDirectory { public: static WasmTTSEngineDirectory* Get() { -@@ -119,7 +119,7 @@ void WasmTtsEngineComponentInstallerPolicy::ComponentR +@@ -103,7 +103,7 @@ WasmTtsEngineComponentInstallerPolicy::WasmTtsEngineCo + // static + void WasmTtsEngineComponentInstallerPolicy::RegisterPrefs( + PrefRegistrySimple* registry) { +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + registry->RegisterTimePref(prefs::kAccessibilityReadAnythingDateLastOpened, + base::Time()); + registry->RegisterBooleanPref( +@@ -136,7 +136,7 @@ void WasmTtsEngineComponentInstallerPolicy::ComponentR VLOG(1) << "Component ready, version " << version.GetString() << " in " << install_dir.value(); -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - if (features::IsWasmTtsComponentUpdaterEnabled() && - !features::IsWasmTtsEngineAutoInstallDisabled()) { + if (!features::IsWasmTtsEngineAutoInstallDisabled()) { // Instead of installing the component extension as soon as it is ready, -@@ -137,7 +137,7 @@ void WasmTtsEngineComponentInstallerPolicy::ComponentR + // store the install directory, so that the install can be triggered +@@ -160,7 +160,7 @@ void WasmTtsEngineComponentInstallerPolicy::ComponentR + // be removed the next time Chrome is restarted. + void WasmTtsEngineComponentInstallerPolicy::MaybeReinstallTtsEngine( + const base::FilePath& install_dir) { +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + const base::Time current_time = base::Time::Now(); + const base::Time date_last_opened = + pref_service_->GetTime(prefs::kAccessibilityReadAnythingDateLastOpened); +@@ -222,7 +222,7 @@ void WasmTtsEngineComponentInstallerPolicy::MaybeReins bool WasmTtsEngineComponentInstallerPolicy::VerifyInstallation( const base::Value::Dict& /* manifest */, const base::FilePath& install_dir) const { @@ -45,7 +63,7 @@ if (features::IsWasmTtsComponentUpdaterV3Enabled()) { return base::PathExists(install_dir.Append(kManifestV3FileName)) && base::PathExists(install_dir.Append(kBindingsMainWasmFileName)) && -@@ -186,7 +186,7 @@ void RegisterWasmTtsEngineComponent(ComponentUpdateSer +@@ -272,7 +272,7 @@ void RegisterWasmTtsEngineComponent(ComponentUpdateSer void WasmTtsEngineComponentInstallerPolicy::GetWasmTTSEngineDirectory( base::OnceCallback<void(const base::FilePath&)> callback) { diff --git a/www/chromium/files/patch-chrome_browser_devtools_features.cc b/www/chromium/files/patch-chrome_browser_devtools_features.cc deleted file mode 100644 index f89d9de69779..000000000000 --- a/www/chromium/files/patch-chrome_browser_devtools_features.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- chrome/browser/devtools/features.cc.orig 2025-05-28 14:55:43 UTC -+++ chrome/browser/devtools/features.cc -@@ -164,7 +164,7 @@ BASE_FEATURE(kDevToolsNewPermissionDialog, - "DevToolsNewPermissionDialog", - base::FEATURE_ENABLED_BY_DEFAULT); - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // If enabled, DevTools does not accept remote debugging connections unless - // using a non-default user data dir via the --user-data-dir switch. - BASE_FEATURE(kDevToolsDebuggingRestrictions, diff --git a/www/chromium/files/patch-chrome_browser_devtools_features.h b/www/chromium/files/patch-chrome_browser_devtools_features.h deleted file mode 100644 index 8496bb3def7f..000000000000 --- a/www/chromium/files/patch-chrome_browser_devtools_features.h +++ /dev/null @@ -1,11 +0,0 @@ ---- chrome/browser/devtools/features.h.orig 2025-05-28 14:55:43 UTC -+++ chrome/browser/devtools/features.h -@@ -92,7 +92,7 @@ BASE_DECLARE_FEATURE(kDevToolsAiGeneratedTimelineLabel - - BASE_DECLARE_FEATURE(kDevToolsNewPermissionDialog); - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - BASE_DECLARE_FEATURE(kDevToolsDebuggingRestrictions); - #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) - diff --git a/www/chromium/files/patch-chrome_browser_devtools_remote__debugging__server.cc b/www/chromium/files/patch-chrome_browser_devtools_remote__debugging__server.cc index 703521dd27a1..c48eb7e3db97 100644 --- a/www/chromium/files/patch-chrome_browser_devtools_remote__debugging__server.cc +++ b/www/chromium/files/patch-chrome_browser_devtools_remote__debugging__server.cc @@ -1,11 +1,29 @@ ---- chrome/browser/devtools/remote_debugging_server.cc.orig 2025-05-05 10:57:53 UTC +--- chrome/browser/devtools/remote_debugging_server.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/devtools/remote_debugging_server.cc -@@ -109,7 +109,7 @@ IsRemoteDebuggingAllowed(const std::optional<bool>& is +@@ -42,7 +42,7 @@ namespace { + + bool g_tethering_enabled = false; + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + bool g_enable_default_user_data_dir_check_for_chromium_branding_for_testing = + false; + #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +@@ -114,7 +114,7 @@ IsRemoteDebuggingAllowed(const std::optional<bool>& is + return base::unexpected( RemoteDebuggingServer::NotStartedReason::kDisabledByPolicy); } +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #if BUILDFLAG(GOOGLE_CHROME_BRANDING) + constexpr bool default_user_data_dir_check_enabled = true; + #else +@@ -140,7 +140,7 @@ void RemoteDebuggingServer::EnableTetheringForDebug() + g_tethering_enabled = true; + } -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - if (base::FeatureList::IsEnabled(features::kDevToolsDebuggingRestrictions) && - is_default_user_data_dir.value_or(true)) { - return base::unexpected( + // static + void RemoteDebuggingServer::EnableDefaultUserDataDirCheckForTesting() { + g_enable_default_user_data_dir_check_for_chromium_branding_for_testing = true; diff --git a/www/chromium/files/patch-chrome_browser_devtools_remote__debugging__server.h b/www/chromium/files/patch-chrome_browser_devtools_remote__debugging__server.h new file mode 100644 index 000000000000..5426e1ae06e7 --- /dev/null +++ b/www/chromium/files/patch-chrome_browser_devtools_remote__debugging__server.h @@ -0,0 +1,11 @@ +--- chrome/browser/devtools/remote_debugging_server.h.orig 2025-09-06 10:01:20 UTC ++++ chrome/browser/devtools/remote_debugging_server.h +@@ -33,7 +33,7 @@ class RemoteDebuggingServer { + + static void EnableTetheringForDebug(); + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + // Enables the default user data dir check even for non-Chrome branded builds, + // for testing. + static void EnableDefaultUserDataDirCheckForTesting(); diff --git a/www/chromium/files/patch-chrome_browser_download_chrome__download__manager__delegate.cc b/www/chromium/files/patch-chrome_browser_download_chrome__download__manager__delegate.cc index 001d307537c3..867530262383 100644 --- a/www/chromium/files/patch-chrome_browser_download_chrome__download__manager__delegate.cc +++ b/www/chromium/files/patch-chrome_browser_download_chrome__download__manager__delegate.cc @@ -1,6 +1,6 @@ ---- chrome/browser/download/chrome_download_manager_delegate.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/download/chrome_download_manager_delegate.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/download/chrome_download_manager_delegate.cc -@@ -1925,7 +1925,7 @@ void ChromeDownloadManagerDelegate::OnDownloadTargetDe +@@ -1944,7 +1944,7 @@ void ChromeDownloadManagerDelegate::OnDownloadTargetDe bool ChromeDownloadManagerDelegate::IsOpenInBrowserPreferredForFile( const base::FilePath& path) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ @@ -9,7 +9,7 @@ if (path.MatchesExtension(FILE_PATH_LITERAL(".pdf"))) { return !download_prefs_->ShouldOpenPdfInSystemReader(); } -@@ -2061,7 +2061,7 @@ void ChromeDownloadManagerDelegate::CheckDownloadAllow +@@ -2080,7 +2080,7 @@ void ChromeDownloadManagerDelegate::CheckDownloadAllow content::CheckDownloadAllowedCallback check_download_allowed_cb) { DCHECK_CURRENTLY_ON(BrowserThread::UI); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ @@ -18,7 +18,7 @@ // Don't download pdf if it is a file URL, as that might cause an infinite // download loop if Chrome is not the system pdf viewer. if (url.SchemeIsFile() && download_prefs_->ShouldOpenPdfInSystemReader()) { -@@ -2143,7 +2143,7 @@ void ChromeDownloadManagerDelegate::CheckSavePackageAl +@@ -2162,7 +2162,7 @@ void ChromeDownloadManagerDelegate::CheckSavePackageAl DCHECK(download_item->IsSavePackageDownload()); #if (BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ diff --git a/www/chromium/files/patch-chrome_browser_download_download__item__model.cc b/www/chromium/files/patch-chrome_browser_download_download__item__model.cc index b323c54a1eb2..5ca876094667 100644 --- a/www/chromium/files/patch-chrome_browser_download_download__item__model.cc +++ b/www/chromium/files/patch-chrome_browser_download_download__item__model.cc @@ -1,6 +1,6 @@ ---- chrome/browser/download/download_item_model.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/download/download_item_model.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/download/download_item_model.cc -@@ -773,7 +773,7 @@ bool DownloadItemModel::IsCommandChecked( +@@ -723,7 +723,7 @@ bool DownloadItemModel::IsCommandChecked( download_crx_util::IsExtensionDownload(*download_); case DownloadCommands::ALWAYS_OPEN_TYPE: #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ @@ -9,7 +9,7 @@ if (download_commands->CanOpenPdfInSystemViewer()) { DownloadPrefs* prefs = DownloadPrefs::FromBrowserContext(profile()); return prefs->ShouldOpenPdfInSystemReader(); -@@ -821,7 +821,7 @@ void DownloadItemModel::ExecuteCommand(DownloadCommand +@@ -771,7 +771,7 @@ void DownloadItemModel::ExecuteCommand(DownloadCommand DownloadCommands::ALWAYS_OPEN_TYPE); DownloadPrefs* prefs = DownloadPrefs::FromBrowserContext(profile()); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ @@ -18,7 +18,7 @@ if (download_commands->CanOpenPdfInSystemViewer()) { prefs->SetShouldOpenPdfInSystemReader(!is_checked); SetShouldPreferOpeningInBrowser(is_checked); -@@ -1211,7 +1211,7 @@ void DownloadItemModel::DetermineAndSetShouldPreferOpe +@@ -1174,7 +1174,7 @@ void DownloadItemModel::DetermineAndSetShouldPreferOpe return; } diff --git a/www/chromium/files/patch-chrome_browser_enterprise_connectors_common.cc b/www/chromium/files/patch-chrome_browser_enterprise_connectors_common.cc index 1e930d3c73a5..76dfaaf12c7e 100644 --- a/www/chromium/files/patch-chrome_browser_enterprise_connectors_common.cc +++ b/www/chromium/files/patch-chrome_browser_enterprise_connectors_common.cc @@ -1,6 +1,6 @@ ---- chrome/browser/enterprise/connectors/common.cc.orig 2025-05-05 10:57:53 UTC +--- chrome/browser/enterprise/connectors/common.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/enterprise/connectors/common.cc -@@ -17,7 +17,7 @@ +@@ -19,7 +19,7 @@ #include "components/user_manager/user.h" #endif @@ -9,7 +9,7 @@ #include "chrome/browser/enterprise/signin/enterprise_signin_prefs.h" #include "components/prefs/pref_service.h" #endif -@@ -192,7 +192,7 @@ std::string GetProfileEmail(Profile* profile) { +@@ -235,7 +235,7 @@ std::string GetProfileEmail(Profile* profile) { std::string email = GetProfileEmail(IdentityManagerFactory::GetForProfile(profile)); diff --git a/www/chromium/files/patch-chrome_browser_enterprise_connectors_reporting_realtime__reporting__client.cc b/www/chromium/files/patch-chrome_browser_enterprise_connectors_reporting_realtime__reporting__client.cc index 1382503940d2..312e6d0fc6d6 100644 --- a/www/chromium/files/patch-chrome_browser_enterprise_connectors_reporting_realtime__reporting__client.cc +++ b/www/chromium/files/patch-chrome_browser_enterprise_connectors_reporting_realtime__reporting__client.cc @@ -1,6 +1,6 @@ ---- chrome/browser/enterprise/connectors/reporting/realtime_reporting_client.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/enterprise/connectors/reporting/realtime_reporting_client.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/enterprise/connectors/reporting/realtime_reporting_client.cc -@@ -52,7 +52,7 @@ +@@ -53,7 +53,7 @@ #include "base/strings/utf_string_conversions.h" #endif @@ -9,7 +9,7 @@ #include "chrome/browser/enterprise/signals/signals_aggregator_factory.h" #include "chrome/browser/enterprise/signin/enterprise_signin_prefs.h" #include "components/device_signals/core/browser/signals_aggregator.h" -@@ -157,7 +157,7 @@ void RealtimeReportingClient::ReportPastEvent(const st +@@ -158,7 +158,7 @@ void RealtimeReportingClient::ReportPastEvent(const st /*include_profile_user_name=*/false); } @@ -18,7 +18,7 @@ void AddCrowdstrikeSignalsToEvent( base::Value::Dict& event, -@@ -193,7 +193,7 @@ std::string RealtimeReportingClient::GetProfileUserNam +@@ -194,7 +194,7 @@ std::string RealtimeReportingClient::GetProfileUserNam username_ = identity_manager_ ? GetProfileEmail(identity_manager_) : std::string(); @@ -27,7 +27,7 @@ if (username_.empty()) { username_ = Profile::FromBrowserContext(context_)->GetPrefs()->GetString( enterprise_signin::prefs::kProfileUserEmail); -@@ -245,7 +245,7 @@ std::string RealtimeReportingClient::GetBrowserClientI +@@ -251,7 +251,7 @@ std::string RealtimeReportingClient::GetBrowserClientI return client_id; } diff --git a/www/chromium/files/patch-chrome_browser_enterprise_connectors_reporting_realtime__reporting__client.h b/www/chromium/files/patch-chrome_browser_enterprise_connectors_reporting_realtime__reporting__client.h index 0056f483beea..d87fe5a01ed6 100644 --- a/www/chromium/files/patch-chrome_browser_enterprise_connectors_reporting_realtime__reporting__client.h +++ b/www/chromium/files/patch-chrome_browser_enterprise_connectors_reporting_realtime__reporting__client.h @@ -1,4 +1,4 @@ ---- chrome/browser/enterprise/connectors/reporting/realtime_reporting_client.h.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/enterprise/connectors/reporting/realtime_reporting_client.h.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/enterprise/connectors/reporting/realtime_reporting_client.h @@ -19,7 +19,7 @@ #include "components/keyed_service/core/keyed_service.h" @@ -9,7 +9,7 @@ #include "components/device_signals/core/browser/signals_types.h" #endif -@@ -118,7 +118,7 @@ class RealtimeReportingClient : public RealtimeReporti +@@ -119,7 +119,7 @@ class RealtimeReportingClient : public RealtimeReporti const std::string& dm_token) override; #endif @@ -18,7 +18,7 @@ // DEPRECATED: Use MaybeCollectDeviceSignalsAndReportEvent(Event, ...). void MaybeCollectDeviceSignalsAndReportEventDeprecated( base::Value::Dict event, -@@ -168,7 +168,7 @@ class RealtimeReportingClient : public RealtimeReporti +@@ -169,7 +169,7 @@ class RealtimeReportingClient : public RealtimeReporti base::WeakPtrFactory<RealtimeReportingClient> weak_ptr_factory_{this}; }; diff --git a/www/chromium/files/patch-chrome_browser_enterprise_reporting_cloud__profile__reporting__service__factory.cc b/www/chromium/files/patch-chrome_browser_enterprise_reporting_cloud__profile__reporting__service__factory.cc deleted file mode 100644 index 7c672ac5f5f6..000000000000 --- a/www/chromium/files/patch-chrome_browser_enterprise_reporting_cloud__profile__reporting__service__factory.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- chrome/browser/enterprise/reporting/cloud_profile_reporting_service_factory.cc.orig 2025-07-02 06:08:04 UTC -+++ chrome/browser/enterprise/reporting/cloud_profile_reporting_service_factory.cc -@@ -10,7 +10,7 @@ - #include "components/enterprise/browser/reporting/report_scheduler.h" - #include "services/network/public/cpp/shared_url_loader_factory.h" - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) - #include "chrome/browser/enterprise/signals/signals_aggregator_factory.h" - #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) - -@@ -48,7 +48,7 @@ CloudProfileReportingServiceFactory::CloudProfileRepor - ProfileSelections::BuildForRegularProfile()) { - DependsOn(enterprise::ProfileIdServiceFactory::GetInstance()); - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // Depends on this service because - // `CloudProfileReportingService.profile_request_generator_` has a dependency - // on it. diff --git a/www/chromium/files/patch-chrome_browser_enterprise_signals_signals__aggregator__factory.cc b/www/chromium/files/patch-chrome_browser_enterprise_signals_signals__aggregator__factory.cc new file mode 100644 index 000000000000..ec6e10a8480d --- /dev/null +++ b/www/chromium/files/patch-chrome_browser_enterprise_signals_signals__aggregator__factory.cc @@ -0,0 +1,20 @@ +--- chrome/browser/enterprise/signals/signals_aggregator_factory.cc.orig 2025-09-06 10:01:20 UTC ++++ chrome/browser/enterprise/signals/signals_aggregator_factory.cc +@@ -49,7 +49,7 @@ + #include "components/device_signals/core/browser/settings_client.h" + #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #include "components/device_signals/core/browser/agent_signals_collector.h" + #include "components/device_signals/core/browser/crowdstrike_client.h" + #include "components/device_signals/core/browser/detected_agent_client.h" +@@ -114,7 +114,7 @@ SignalsAggregatorFactory::BuildServiceInstanceForBrows + service_host)); + #endif // !BUILDFLAG(IS_ANDROID) + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + collectors.push_back(std::make_unique<device_signals::AgentSignalsCollector>( + device_signals::CrowdStrikeClient::Create(), + device_signals::DetectedAgentClient::Create())); diff --git a/www/chromium/files/patch-chrome_browser_enterprise_util_managed__browser__utils.cc b/www/chromium/files/patch-chrome_browser_enterprise_util_managed__browser__utils.cc index 2ada0ace0369..620b01a637c6 100644 --- a/www/chromium/files/patch-chrome_browser_enterprise_util_managed__browser__utils.cc +++ b/www/chromium/files/patch-chrome_browser_enterprise_util_managed__browser__utils.cc @@ -1,15 +1,15 @@ ---- chrome/browser/enterprise/util/managed_browser_utils.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/enterprise/util/managed_browser_utils.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/enterprise/util/managed_browser_utils.cc -@@ -213,7 +213,7 @@ void SetUserAcceptedAccountManagement(Profile* profile +@@ -220,7 +220,7 @@ void SetUserAcceptedAccountManagement(Profile* profile // The updated consent screen also ask the user for consent to share device // signals. #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS) + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - if (accepted && base::FeatureList::IsEnabled( - features::kEnterpriseUpdatedProfileCreationScreen)) { - profile->GetPrefs()->SetBoolean( -@@ -225,7 +225,7 @@ void SetUserAcceptedAccountManagement(Profile* profile + profile->GetPrefs()->SetBoolean( + device_signals::prefs::kDeviceSignalsPermanentConsentReceived, accepted); + #endif +@@ -229,7 +229,7 @@ void SetUserAcceptedAccountManagement(Profile* profile profile_manager->GetProfileAttributesStorage() .GetProfileAttributesWithPath(profile->GetPath()); if (entry) { @@ -18,12 +18,21 @@ SetEnterpriseProfileLabel(profile); #endif entry->SetUserAcceptedAccountManagement(accepted); -@@ -344,7 +344,7 @@ bool CanShowEnterpriseProfileUI(Profile* profile) { +@@ -348,7 +348,7 @@ bool CanShowEnterpriseProfileUI(Profile* profile) { } bool CanShowEnterpriseBadgingForNTPFooter(Profile* profile) { -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + BrowserManagementNoticeState management_notice_state = + GetManagementNoticeStateForNTPFooter(profile); + switch (management_notice_state) { +@@ -366,7 +366,7 @@ bool CanShowEnterpriseBadgingForNTPFooter(Profile* pro + + BrowserManagementNoticeState GetManagementNoticeStateForNTPFooter( + Profile* profile) { +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) if (!policy::ManagementServiceFactory::GetForProfile(profile) - ->IsBrowserManaged()) { - return false; + ->IsBrowserManaged() || + !g_browser_process->local_state()->GetBoolean( diff --git a/www/chromium/files/patch-chrome_browser_extensions_BUILD.gn b/www/chromium/files/patch-chrome_browser_extensions_BUILD.gn index 8c90d2627296..59904e9ca526 100644 --- a/www/chromium/files/patch-chrome_browser_extensions_BUILD.gn +++ b/www/chromium/files/patch-chrome_browser_extensions_BUILD.gn @@ -1,6 +1,6 @@ ---- chrome/browser/extensions/BUILD.gn.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/extensions/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/extensions/BUILD.gn -@@ -1493,6 +1493,10 @@ source_set("extensions") { +@@ -1516,6 +1516,10 @@ source_set("extensions") { deps += [ "//chrome/services/printing/public/mojom" ] } diff --git a/www/chromium/files/patch-chrome_browser_extensions_api_passwords__private_passwords__private__delegate__impl.cc b/www/chromium/files/patch-chrome_browser_extensions_api_passwords__private_passwords__private__delegate__impl.cc index 334bc33d1bad..5bbd2fd3c51c 100644 --- a/www/chromium/files/patch-chrome_browser_extensions_api_passwords__private_passwords__private__delegate__impl.cc +++ b/www/chromium/files/patch-chrome_browser_extensions_api_passwords__private_passwords__private__delegate__impl.cc @@ -1,6 +1,6 @@ ---- chrome/browser/extensions/api/passwords_private/passwords_private_delegate_impl.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/extensions/api/passwords_private/passwords_private_delegate_impl.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/extensions/api/passwords_private/passwords_private_delegate_impl.cc -@@ -635,7 +635,7 @@ void PasswordsPrivateDelegateImpl::OnFetchingFamilyMem +@@ -647,7 +647,7 @@ void PasswordsPrivateDelegateImpl::OnFetchingFamilyMem } void PasswordsPrivateDelegateImpl::OsReauthTimeoutCall() { diff --git a/www/chromium/files/patch-chrome_browser_extensions_api_runtime_chrome__runtime__api__delegate.cc b/www/chromium/files/patch-chrome_browser_extensions_api_runtime_chrome__runtime__api__delegate.cc index 481c02106e4b..4c61667ba0b9 100644 --- a/www/chromium/files/patch-chrome_browser_extensions_api_runtime_chrome__runtime__api__delegate.cc +++ b/www/chromium/files/patch-chrome_browser_extensions_api_runtime_chrome__runtime__api__delegate.cc @@ -1,6 +1,6 @@ ---- chrome/browser/extensions/api/runtime/chrome_runtime_api_delegate.cc.orig 2025-07-02 06:08:04 UTC +--- chrome/browser/extensions/api/runtime/chrome_runtime_api_delegate.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/extensions/api/runtime/chrome_runtime_api_delegate.cc -@@ -326,7 +326,9 @@ bool ChromeRuntimeAPIDelegate::GetPlatformInfo(Platfor +@@ -356,7 +356,9 @@ bool ChromeRuntimeAPIDelegate::GetPlatformInfo(Platfor } else if (strcmp(os, "linux") == 0) { info->os = extensions::api::runtime::PlatformOs::kLinux; } else if (strcmp(os, "openbsd") == 0) { diff --git a/www/chromium/files/patch-chrome_browser_extensions_api_settings__private_prefs__util.cc b/www/chromium/files/patch-chrome_browser_extensions_api_settings__private_prefs__util.cc index f16233cfe00a..19963115b990 100644 --- a/www/chromium/files/patch-chrome_browser_extensions_api_settings__private_prefs__util.cc +++ b/www/chromium/files/patch-chrome_browser_extensions_api_settings__private_prefs__util.cc @@ -1,4 +1,4 @@ ---- chrome/browser/extensions/api/settings_private/prefs_util.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/extensions/api/settings_private/prefs_util.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/extensions/api/settings_private/prefs_util.cc @@ -197,7 +197,7 @@ const PrefsUtil::TypedPrefMap& PrefsUtil::GetAllowlist (*s_allowlist)[autofill::prefs::kAutofillPaymentCardBenefits] = @@ -8,8 +8,8 @@ + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) (*s_allowlist)[autofill::prefs::kAutofillBnplEnabled] = settings_api::PrefType::kBoolean; - #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || -@@ -215,7 +215,7 @@ const PrefsUtil::TypedPrefMap& PrefsUtil::GetAllowlist + (*s_allowlist)[autofill::prefs::kAutofillAiOptInStatus] = +@@ -217,7 +217,7 @@ const PrefsUtil::TypedPrefMap& PrefsUtil::GetAllowlist (*s_allowlist)[tab_groups::prefs::kAutoPinNewTabGroups] = settings_api::PrefType::kBoolean; @@ -18,7 +18,7 @@ (*s_allowlist)[::prefs::kUseCustomChromeFrame] = settings_api::PrefType::kBoolean; #endif -@@ -229,7 +229,7 @@ const PrefsUtil::TypedPrefMap& PrefsUtil::GetAllowlist +@@ -231,7 +231,7 @@ const PrefsUtil::TypedPrefMap& PrefsUtil::GetAllowlist (*s_allowlist)[::prefs::kCurrentThemeID] = settings_api::PrefType::kString; (*s_allowlist)[::prefs::kPinnedActions] = settings_api::PrefType::kList; (*s_allowlist)[::prefs::kPolicyThemeColor] = settings_api::PrefType::kNumber; diff --git a/www/chromium/files/patch-chrome_browser_extensions_api_tabs_tabs__api.cc b/www/chromium/files/patch-chrome_browser_extensions_api_tabs_tabs__api__non__android.cc index b271ec72f156..de1342c90ef8 100644 --- a/www/chromium/files/patch-chrome_browser_extensions_api_tabs_tabs__api.cc +++ b/www/chromium/files/patch-chrome_browser_extensions_api_tabs_tabs__api__non__android.cc @@ -1,6 +1,6 @@ ---- chrome/browser/extensions/api/tabs/tabs_api.cc.orig 2025-08-07 06:57:29 UTC -+++ chrome/browser/extensions/api/tabs/tabs_api.cc -@@ -992,7 +992,7 @@ ExtensionFunction::ResponseAction WindowsCreateFunctio +--- chrome/browser/extensions/api/tabs/tabs_api_non_android.cc.orig 2025-09-06 10:01:20 UTC ++++ chrome/browser/extensions/api/tabs/tabs_api_non_android.cc +@@ -756,7 +756,7 @@ ExtensionFunction::ResponseAction WindowsCreateFunctio // created as minimized. // TODO(crbug.com/40254339): Remove this workaround when linux is fixed. // TODO(crbug.com/40254339): Find a fix for wayland as well. diff --git a/www/chromium/files/patch-chrome_browser_extensions_component__extensions__allowlist_allowlist.cc b/www/chromium/files/patch-chrome_browser_extensions_component__extensions__allowlist_allowlist.cc index 0e29da45b7f2..ceb8a880304d 100644 --- a/www/chromium/files/patch-chrome_browser_extensions_component__extensions__allowlist_allowlist.cc +++ b/www/chromium/files/patch-chrome_browser_extensions_component__extensions__allowlist_allowlist.cc @@ -1,4 +1,4 @@ ---- chrome/browser/extensions/component_extensions_allowlist/allowlist.cc.orig 2025-03-05 08:14:56 UTC +--- chrome/browser/extensions/component_extensions_allowlist/allowlist.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/extensions/component_extensions_allowlist/allowlist.cc @@ -48,7 +48,7 @@ bool IsComponentExtensionAllowlisted(const std::string #endif // BUILDFLAG(GOOGLE_CHROME_BRANDING) @@ -9,12 +9,3 @@ extension_misc::kTTSEngineExtensionId, extension_misc::kComponentUpdaterTTSEngineExtensionId, #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) -@@ -85,7 +85,7 @@ bool IsComponentExtensionAllowlisted(int manifest_reso - case IDR_NETWORK_SPEECH_SYNTHESIS_MANIFEST: - case IDR_NETWORK_SPEECH_SYNTHESIS_MANIFEST_MV3: - case IDR_READING_MODE_GDOCS_HELPER_MANIFEST: --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) - case IDR_TTS_ENGINE_MANIFEST: - #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) - case IDR_WEBSTORE_MANIFEST: diff --git a/www/chromium/files/patch-chrome_browser_extensions_external__provider__impl.cc b/www/chromium/files/patch-chrome_browser_extensions_external__provider__impl.cc index 882dfca58565..b574af9e0d87 100644 --- a/www/chromium/files/patch-chrome_browser_extensions_external__provider__impl.cc +++ b/www/chromium/files/patch-chrome_browser_extensions_external__provider__impl.cc @@ -1,6 +1,6 @@ ---- chrome/browser/extensions/external_provider_impl.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/extensions/external_provider_impl.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/extensions/external_provider_impl.cc -@@ -828,7 +828,7 @@ void ExternalProviderImpl::CreateExternalProviders( +@@ -827,7 +827,7 @@ void ExternalProviderImpl::CreateExternalProviders( #endif // BUILDFLAG(IS_CHROMEOS) if (!profile->GetPrefs()->GetBoolean(pref_names::kBlockExternalExtensions)) { @@ -9,7 +9,7 @@ provider_list->push_back(std::make_unique<ExternalProviderImpl>( service, base::MakeRefCounted<ExternalPrefLoader>( -@@ -856,7 +856,7 @@ void ExternalProviderImpl::CreateExternalProviders( +@@ -855,7 +855,7 @@ void ExternalProviderImpl::CreateExternalProviders( bundled_extension_creation_flags)); // Define a per-user source of external extensions. diff --git a/www/chromium/files/patch-chrome_browser_file__system__access_chrome__file__system__access__permission__context.cc b/www/chromium/files/patch-chrome_browser_file__system__access_chrome__file__system__access__permission__context.cc index f46250d3a64d..f452aaccb3f6 100644 --- a/www/chromium/files/patch-chrome_browser_file__system__access_chrome__file__system__access__permission__context.cc +++ b/www/chromium/files/patch-chrome_browser_file__system__access_chrome__file__system__access__permission__context.cc @@ -1,11 +1,11 @@ ---- chrome/browser/file_system_access/chrome_file_system_access_permission_context.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/file_system_access/chrome_file_system_access_permission_context.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/file_system_access/chrome_file_system_access_permission_context.cc -@@ -341,7 +341,7 @@ GenerateBlockedPath() { - FILE_PATH_LITERAL("Library/Mobile Documents/com~apple~CloudDocs"), - BlockType::kDontBlockChildren}, +@@ -374,7 +374,7 @@ GenerateBlockPaths(bool should_normalize_file_path) { + FILE_PATH_LITERAL("Library/Mobile Documents/com~apple~CloudDocs"), + BlockType::kDontBlockChildren}, #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) - // On Linux also block access to devices via /dev. - {kNoBasePathKey, FILE_PATH_LITERAL("/dev"), BlockType::kBlockAllChildren}, - // And security sensitive data in /proc and /sys. + // On Linux also block access to devices via /dev. + {kNoBasePathKey, FILE_PATH_LITERAL("/dev"), + BlockType::kBlockAllChildren}, diff --git a/www/chromium/files/patch-chrome_browser_flag__descriptions.cc b/www/chromium/files/patch-chrome_browser_flag__descriptions.cc index c23dd9f61720..dfda4d34b34e 100644 --- a/www/chromium/files/patch-chrome_browser_flag__descriptions.cc +++ b/www/chromium/files/patch-chrome_browser_flag__descriptions.cc @@ -1,6 +1,6 @@ ---- chrome/browser/flag_descriptions.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/flag_descriptions.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/flag_descriptions.cc -@@ -694,7 +694,7 @@ const char kAutofillEnableAllowlistForBmoCardCategoryB +@@ -667,7 +667,7 @@ const char kAutofillEnableAllowlistForBmoCardCategoryB "Autofill suggestions on the allowlisted merchant websites."; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ const char kAutofillEnableAmountExtractionAllowlistDesktopName[] = "Enable loading and querying the checkout amount extraction allowlist on " "Chrome Desktop"; -@@ -712,7 +712,7 @@ const char kAutofillEnableAmountExtractionDesktopDescr +@@ -685,7 +685,7 @@ const char kAutofillEnableAmountExtractionDesktopDescr // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -18,7 +18,7 @@ const char kAutofillEnableAmountExtractionTestingName[] = "Enable amount extraction testing on Chrome desktop and Clank"; const char kAutofillEnableAmountExtractionTestingDescription[] = -@@ -723,7 +723,7 @@ const char kAutofillEnableAmountExtractionTestingDescr +@@ -696,7 +696,7 @@ const char kAutofillEnableAmountExtractionTestingDescr // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -27,7 +27,7 @@ const char kAutofillEnableBuyNowPayLaterName[] = "Enable buy now pay later on Autofill"; const char kAutofillEnableBuyNowPayLaterDescription[] = -@@ -1193,7 +1193,7 @@ const char kDevicePostureDescription[] = +@@ -1189,7 +1189,7 @@ const char kDevicePostureDescription[] = "Enables Device Posture API (foldable devices)"; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -36,7 +36,7 @@ const char kDocumentPictureInPictureAnimateResizeName[] = "Document Picture-in-Picture Animate Resize"; const char kDocumentPictureInPictureAnimateResizeDescription[] = -@@ -1341,7 +1341,7 @@ const char kContextMenuEmptySpaceDescription[] = +@@ -1335,7 +1335,7 @@ const char kContextMenuEmptySpaceDescription[] = "space, a context menu containing page-related items will be shown."; #endif // BUILDFLAG(IS_ANDROID) @@ -45,7 +45,7 @@ const char kContextualCueingName[] = "Contextual cueing"; const char kContextualCueingDescription[] = "Enables the contextual cueing system to support showing actions."; -@@ -1735,7 +1735,7 @@ const char kEnableIsolatedWebAppDevModeName[] = +@@ -1686,7 +1686,7 @@ const char kEnableIsolatedWebAppDevModeName[] = const char kEnableIsolatedWebAppDevModeDescription[] = "Enables the installation of unverified Isolated Web Apps"; @@ -54,7 +54,7 @@ const char kEnableIwaKeyDistributionComponentName[] = "Enable the Iwa Key Distribution component"; const char kEnableIwaKeyDistributionComponentDescription[] = -@@ -3725,7 +3725,7 @@ const char kReduceTransferSizeUpdatedIPCDescription[] +@@ -3621,14 +3621,14 @@ const char kReduceTransferSizeUpdatedIPCDescription[] "When enabled, the network service will send TransferSizeUpdatedIPC IPC " "only when DevTools is attached or the request is for an ad request."; @@ -63,16 +63,24 @@ const char kReduceUserAgentDataLinuxPlatformVersionName[] = "Reduce Linux platform version Client Hint"; const char kReduceUserAgentDataLinuxPlatformVersionDescription[] = -@@ -3757,7 +3757,7 @@ const char kRetainOmniboxOnFocusDescription[] = - "exhibit a change in behavior."; - #endif // BUILDFLAG(IS_ANDROID) + "Set platform version Client Hint on Linux to empty string."; + #endif // BUILDFLAG(IS_LINUX) + +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) + const char kReplaceSyncPromosWithSignInPromosName[] = + "Replace all sync-related UI with sign-in ones"; + const char kReplaceSyncPromosWithSignInPromosDescription[] = +@@ -3666,7 +3666,7 @@ const char kRobustWindowManagementDescription[] = + "experiencing predictable and reliable window behavior similar to desktop " + "browsers."; -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) const char kRootScrollbarFollowsTheme[] = "Make scrollbar follow theme"; const char kRootScrollbarFollowsThemeDescription[] = "If enabled makes the root scrollbar follow the browser's theme color."; -@@ -4004,7 +4004,7 @@ const char kDefaultSiteInstanceGroupsDescription[] = +@@ -3916,7 +3916,7 @@ const char kDefaultSiteInstanceGroupsDescription[] = "SiteInstance."; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -81,25 +89,16 @@ const char kPwaNavigationCapturingName[] = "Desktop PWA Link Capturing"; const char kPwaNavigationCapturingDescription[] = "Enables opening links from Chrome in an installed PWA. Currently under " -@@ -4273,7 +4273,7 @@ const char kTranslateForceTriggerOnEnglishDescription[ - "Force the Translate Triggering on English pages experiment to be enabled " - "with the selected language model active."; +@@ -4189,7 +4189,7 @@ const char kTouchTextEditingRedesignName[] = "Touch Te + const char kTouchTextEditingRedesignDescription[] = + "Enables new touch text editing features."; -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) const char kEnableHistorySyncOptinName[] = "History Sync Opt-in"; const char kEnableHistorySyncOptinDescription[] = "Enables the History Sync Opt-in screen on Desktop platforms. The screen " -@@ -6060,7 +6060,7 @@ const char kTranslateOpenSettingsDescription[] = - "Add an option to the translate bubble menu to open language settings."; - #endif - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) - const char kWasmTtsComponentUpdaterEnabledName[] = - "Enable Wasm TTS Extension Component"; - const char kWasmTtsComponentUpdaterEnabledDescription[] = -@@ -8103,7 +8103,7 @@ const char kTetheringExperimentalFunctionalityDescript +@@ -7759,7 +7759,7 @@ const char kTetheringExperimentalFunctionalityDescript #endif // BUILDFLAG(IS_CHROMEOS) @@ -108,16 +107,16 @@ const char kGetAllScreensMediaName[] = "GetAllScreensMedia API"; const char kGetAllScreensMediaDescription[] = "When enabled, the getAllScreensMedia API for capturing multiple screens " -@@ -8332,7 +8332,7 @@ const char kEnableArmHwdrmDescription[] = "Enable HW b +@@ -7986,7 +7986,7 @@ const char kEnableArmHwdrmDescription[] = "Enable HW b // Linux ----------------------------------------------------------------------- -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - const char kOzonePlatformHintChoiceDefault[] = "Default"; - const char kOzonePlatformHintChoiceAuto[] = "Auto"; - const char kOzonePlatformHintChoiceX11[] = "X11"; -@@ -8382,6 +8382,18 @@ const char kWaylandUiScalingDescription[] = + + + const char kPulseaudioLoopbackForCastName[] = +@@ -8024,6 +8024,18 @@ const char kWaylandUiScalingDescription[] = "Enable experimental support for text scaling in the Wayland backend " "backed by full UI scaling. Requires #wayland-per-window-scaling to be " "enabled too."; @@ -136,16 +135,7 @@ #endif // BUILDFLAG(IS_LINUX) // Random platform combinations ----------------------------------------------- -@@ -8394,7 +8406,7 @@ const char kZeroCopyVideoCaptureDescription[] = - #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_CHROMEOS) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - const char kFollowingFeedSidepanelName[] = "Following feed in the sidepanel"; - const char kFollowingFeedSidepanelDescription[] = - "Enables the following feed in the sidepanel."; -@@ -8444,7 +8456,7 @@ const char kGroupPromoPrototypeCpaDescription[] = +@@ -8073,7 +8085,7 @@ const char kGroupPromoPrototypeCpaDescription[] = "Enables contextual toolbar button for group promo prototype."; #endif // BUILDFLAG(IS_ANDROID) @@ -154,16 +144,16 @@ const char kEnableNetworkServiceSandboxName[] = "Enable the network service sandbox."; const char kEnableNetworkServiceSandboxDescription[] = -@@ -8465,7 +8477,7 @@ const char kWebBluetoothConfirmPairingSupportDescripti +@@ -8094,7 +8106,7 @@ const char kWebBluetoothConfirmPairingSupportDescripti "Bluetooth"; #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) - #if BUILDFLAG(ENABLE_PRINTING) +-#if BUILDFLAG(IS_LINUX) && BUILDFLAG(ENABLE_PRINTING) ++#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && BUILDFLAG(ENABLE_PRINTING) const char kCupsIppPrintingBackendName[] = "CUPS IPP Printing Backend"; const char kCupsIppPrintingBackendDescription[] = -@@ -8614,7 +8626,7 @@ const char kElementCaptureDescription[] = + "Use the CUPS IPP printing backend instead of the original CUPS backend " +@@ -8230,7 +8242,7 @@ const char kElementCaptureDescription[] = "media track into a track capturing just a specific DOM element."; #endif // !BUILDFLAG(IS_ANDROID) @@ -172,21 +162,21 @@ const char kUIDebugToolsName[] = "Debugging tools for UI"; const char kUIDebugToolsDescription[] = "Enables additional keyboard shortcuts to help debugging."; -@@ -8665,7 +8677,7 @@ const char kComposeUpfrontInputModesDescription[] = - "Enables upfront input modes in the Compose dialog"; - #endif // BUILDFLAG(ENABLE_COMPOSE) +@@ -8267,7 +8279,7 @@ const char kThirdPartyDisableChromeAutofillSettingsScr + "Chrome's Address and Payments Autofill are disabled in third party mode."; + #endif // IS_ANDROID -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) const char kThirdPartyProfileManagementName[] = "Third party profile management"; const char kThirdPartyProfileManagementDescription[] = -@@ -8783,7 +8795,7 @@ const char kSupervisedUserBlockInterstitialV3Name[] = +@@ -8390,7 +8402,7 @@ const char kSupervisedUserBlockInterstitialV3Name[] = const char kSupervisedUserBlockInterstitialV3Description[] = "Enables URL filter interstitial V3 for Family Link users."; -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - const char kSupervisedProfileHideGuestName[] = "Supervised Profile Hide Guest"; - const char kSupervisedProfileHideGuestDescription[] = - "Hides Guest Profile entry points for supervised users"; + const char kSupervisedUserLocalWebApprovalsName[] = + "Enable local web approvals feature"; + const char kSupervisedUserLocalWebApprovalsDescription[] = diff --git a/www/chromium/files/patch-chrome_browser_flag__descriptions.h b/www/chromium/files/patch-chrome_browser_flag__descriptions.h index 244a7dd8f0ca..b3220ab60e9f 100644 --- a/www/chromium/files/patch-chrome_browser_flag__descriptions.h +++ b/www/chromium/files/patch-chrome_browser_flag__descriptions.h @@ -1,6 +1,6 @@ ---- chrome/browser/flag_descriptions.h.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/flag_descriptions.h.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/flag_descriptions.h -@@ -437,7 +437,7 @@ extern const char +@@ -435,7 +435,7 @@ extern const char kAutofillEnableAllowlistForBmoCardCategoryBenefitsDescription[]; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ extern const char kAutofillEnableAmountExtractionAllowlistDesktopName[]; extern const char kAutofillEnableAmountExtractionAllowlistDesktopDescription[]; extern const char kAutofillEnableAmountExtractionDesktopName[]; -@@ -446,14 +446,14 @@ extern const char kAutofillEnableAmountExtractionDeskt +@@ -444,14 +444,14 @@ extern const char kAutofillEnableAmountExtractionDeskt // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -26,7 +26,7 @@ extern const char kAutofillEnableBuyNowPayLaterName[]; extern const char kAutofillEnableBuyNowPayLaterDescription[]; -@@ -703,7 +703,7 @@ extern const char kContextMenuEmptySpaceName[]; +@@ -714,7 +714,7 @@ extern const char kContextMenuEmptySpaceName[]; extern const char kContextMenuEmptySpaceDescription[]; #endif // BUILDFLAG(IS_ANDROID) @@ -34,9 +34,9 @@ +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) extern const char kContextualCueingName[]; extern const char kContextualCueingDescription[]; - extern const char kGlicZeroStateSuggestionsName[]; -@@ -892,7 +892,7 @@ extern const char kDevicePostureName[]; - extern const char kDevicePostureDescription[]; + extern const char kGlicActorName[]; +@@ -885,7 +885,7 @@ extern const char kDocumentPatchingName[]; + extern const char kDocumentPatchingDescription[]; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ - BUILDFLAG(IS_CHROMEOS) @@ -44,7 +44,7 @@ extern const char kDocumentPictureInPictureAnimateResizeName[]; extern const char kDocumentPictureInPictureAnimateResizeDescription[]; -@@ -1063,7 +1063,7 @@ extern const char kEnableIsolatedWebAppAllowlistDescri +@@ -1054,7 +1054,7 @@ extern const char kEnableIsolatedWebAppAllowlistDescri extern const char kEnableIsolatedWebAppDevModeName[]; extern const char kEnableIsolatedWebAppDevModeDescription[]; @@ -53,16 +53,25 @@ extern const char kEnableIwaKeyDistributionComponentName[]; extern const char kEnableIwaKeyDistributionComponentDescription[]; #endif // BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -@@ -2139,7 +2139,7 @@ extern const char kRetainOmniboxOnFocusName[]; - extern const char kRetainOmniboxOnFocusDescription[]; - #endif // BUILDFLAG(IS_ANDROID) +@@ -2061,7 +2061,7 @@ extern const char kReduceIPAddressChangeNotificationDe + #endif // BUILDFLAG(IS_MAC) + + #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ +- BUILDFLAG(IS_ANDROID) ++ BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) + extern const char kReplaceSyncPromosWithSignInPromosName[]; + extern const char kReplaceSyncPromosWithSignInPromosDescription[]; + #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || +@@ -2075,7 +2075,7 @@ extern const char kRetainOmniboxOnFocusDescription[]; + extern const char kRobustWindowManagementName[]; + extern const char kRobustWindowManagementDescription[]; -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) extern const char kRootScrollbarFollowsTheme[]; extern const char kRootScrollbarFollowsThemeDescription[]; #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) -@@ -2280,7 +2280,7 @@ extern const char kDefaultSiteInstanceGroupsName[]; +@@ -2216,7 +2216,7 @@ extern const char kDefaultSiteInstanceGroupsName[]; extern const char kDefaultSiteInstanceGroupsDescription[]; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -71,16 +80,16 @@ extern const char kPwaNavigationCapturingName[]; extern const char kPwaNavigationCapturingDescription[]; #endif -@@ -2457,7 +2457,7 @@ extern const char kTouchTextEditingRedesignDescription - extern const char kTranslateForceTriggerOnEnglishName[]; - extern const char kTranslateForceTriggerOnEnglishDescription[]; +@@ -2392,7 +2392,7 @@ extern const char kTouchSelectionStrategyDirection[]; + extern const char kTouchTextEditingRedesignName[]; + extern const char kTouchTextEditingRedesignDescription[]; -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) extern const char kEnableHistorySyncOptinName[]; extern const char kEnableHistorySyncOptinDescription[]; -@@ -2728,7 +2728,7 @@ extern const char kReduceAcceptLanguageDescription[]; +@@ -2662,7 +2662,7 @@ extern const char kReduceAcceptLanguageDescription[]; extern const char kReduceTransferSizeUpdatedIPCName[]; extern const char kReduceTransferSizeUpdatedIPCDescription[]; @@ -89,16 +98,7 @@ extern const char kReduceUserAgentDataLinuxPlatformVersionName[]; extern const char kReduceUserAgentDataLinuxPlatformVersionDescription[]; #endif // #if BUILDFLAG(IS_LINUX) -@@ -3538,7 +3538,7 @@ extern const char kTranslateOpenSettingsName[]; - extern const char kTranslateOpenSettingsDescription[]; - #endif - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) - extern const char kWasmTtsComponentUpdaterEnabledName[]; - extern const char kWasmTtsComponentUpdaterEnabledDescription[]; - #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) -@@ -4747,7 +4747,7 @@ extern const char kTetheringExperimentalFunctionalityD +@@ -4478,7 +4478,7 @@ extern const char kTetheringExperimentalFunctionalityD #endif // #if BUILDFLAG(IS_CHROMEOS) @@ -107,16 +107,16 @@ extern const char kGetAllScreensMediaName[]; extern const char kGetAllScreensMediaDescription[]; #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) -@@ -4882,7 +4882,7 @@ extern const char kEnableArmHwdrmDescription[]; +@@ -4610,7 +4610,7 @@ extern const char kEnableArmHwdrmDescription[]; // Linux --------------------------------------------------------------------- -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - extern const char kOzonePlatformHintChoiceDefault[]; - extern const char kOzonePlatformHintChoiceAuto[]; - extern const char kOzonePlatformHintChoiceX11[]; -@@ -4913,6 +4913,9 @@ extern const char kWaylandTextInputV3Description[]; + + + extern const char kPulseaudioLoopbackForCastName[]; +@@ -4632,6 +4632,9 @@ extern const char kWaylandSessionManagementDescription extern const char kWaylandUiScalingName[]; extern const char kWaylandUiScalingDescription[]; @@ -126,25 +126,16 @@ #endif // BUILDFLAG(IS_LINUX) // Random platform combinations ----------------------------------------------- -@@ -4927,7 +4930,7 @@ extern const char kWebBluetoothConfirmPairingSupportNa +@@ -4646,7 +4649,7 @@ extern const char kWebBluetoothConfirmPairingSupportNa extern const char kWebBluetoothConfirmPairingSupportDescription[]; #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) - #if BUILDFLAG(ENABLE_PRINTING) +-#if BUILDFLAG(IS_LINUX) && BUILDFLAG(ENABLE_PRINTING) ++#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && BUILDFLAG(ENABLE_PRINTING) extern const char kCupsIppPrintingBackendName[]; extern const char kCupsIppPrintingBackendDescription[]; -@@ -4940,7 +4943,7 @@ extern const char kScreenlockReauthCardDescription[]; - #endif // BUILDFLAG(IS_CHROMEOS) - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_CHROMEOS) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - extern const char kFollowingFeedSidepanelName[]; - extern const char kFollowingFeedSidepanelDescription[]; - #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || -@@ -4957,7 +4960,7 @@ extern const char kTaskManagerDesktopRefreshName[]; + #endif // BUILDFLAG(IS_LINUX) && BUILDFLAG(ENABLE_PRINTING) +@@ -4670,7 +4673,7 @@ extern const char kTaskManagerDesktopRefreshName[]; extern const char kTaskManagerDesktopRefreshDescription[]; #endif // BUILDFLAG(IS_ANDROID) @@ -153,7 +144,7 @@ extern const char kEnableNetworkServiceSandboxName[]; extern const char kEnableNetworkServiceSandboxDescription[]; -@@ -5054,7 +5057,7 @@ extern const char kElementCaptureName[]; +@@ -4753,7 +4756,7 @@ extern const char kElementCaptureName[]; extern const char kElementCaptureDescription[]; #endif // !BUILDFLAG(IS_ANDROID) @@ -162,21 +153,21 @@ extern const char kUIDebugToolsName[]; extern const char kUIDebugToolsDescription[]; #endif -@@ -5093,7 +5096,7 @@ extern const char kComposeUpfrontInputModesName[]; - extern const char kComposeUpfrontInputModesDescription[]; - #endif // BUILDFLAG(ENABLE_COMPOSE) +@@ -4781,7 +4784,7 @@ extern const char kThirdPartyDisableChromeAutofillSett + extern const char kThirdPartyDisableChromeAutofillSettingsScreenDescription[]; + #endif // IS_ANDROID -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) extern const char kThirdPartyProfileManagementName[]; extern const char kThirdPartyProfileManagementDescription[]; -@@ -5167,7 +5170,7 @@ extern const char kEnablePolicyPromotionBannerDescript +@@ -4857,7 +4860,7 @@ extern const char kEnableManagementPromotionBannerDesc extern const char kSupervisedUserBlockInterstitialV3Name[]; extern const char kSupervisedUserBlockInterstitialV3Description[]; -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - extern const char kSupervisedProfileHideGuestName[]; - extern const char kSupervisedProfileHideGuestDescription[]; - + extern const char kSupervisedUserLocalWebApprovalsName[]; + extern const char kSupervisedUserLocalWebApprovalsDescription[]; + #endif // #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) diff --git a/www/chromium/files/patch-chrome_browser_glic_widget_glic__widget.cc b/www/chromium/files/patch-chrome_browser_glic_widget_glic__widget.cc new file mode 100644 index 000000000000..f32efb12004f --- /dev/null +++ b/www/chromium/files/patch-chrome_browser_glic_widget_glic__widget.cc @@ -0,0 +1,11 @@ +--- chrome/browser/glic/widget/glic_widget.cc.orig 2025-09-06 10:01:20 UTC ++++ chrome/browser/glic/widget/glic_widget.cc +@@ -127,7 +127,7 @@ std::unique_ptr<GlicWidget> GlicWidget::Create( + // Don't change this name. This is used by other code to identify the glic + // window. See b/404947780. + params.name = "GlicWidget"; +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + params.wm_class_class = shell_integration_linux::GetProgramClassClass(); + params.wayland_app_id = params.wm_class_class + "-glic"; + #endif diff --git a/www/chromium/files/patch-chrome_browser_media_router_discovery_BUILD.gn b/www/chromium/files/patch-chrome_browser_media_router_discovery_BUILD.gn index 48e101dedec0..082059ab795c 100644 --- a/www/chromium/files/patch-chrome_browser_media_router_discovery_BUILD.gn +++ b/www/chromium/files/patch-chrome_browser_media_router_discovery_BUILD.gn @@ -1,6 +1,6 @@ ---- chrome/browser/media/router/discovery/BUILD.gn.orig 2025-04-04 08:52:13 UTC +--- chrome/browser/media/router/discovery/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/media/router/discovery/BUILD.gn -@@ -79,7 +79,7 @@ static_library("discovery") { +@@ -81,7 +81,7 @@ static_library("discovery") { ] configs += [ "//build/config/compiler:wexit_time_destructors" ] diff --git a/www/chromium/files/patch-chrome_browser_media_router_discovery_discovery__network__list__wifi__linux.cc b/www/chromium/files/patch-chrome_browser_media_router_discovery_discovery__network__list__wifi__linux.cc index 639f940efa96..6893cc794adf 100644 --- a/www/chromium/files/patch-chrome_browser_media_router_discovery_discovery__network__list__wifi__linux.cc +++ b/www/chromium/files/patch-chrome_browser_media_router_discovery_discovery__network__list__wifi__linux.cc @@ -1,6 +1,6 @@ ---- chrome/browser/media/router/discovery/discovery_network_list_wifi_linux.cc.orig 2025-03-05 08:14:56 UTC +--- chrome/browser/media/router/discovery/discovery_network_list_wifi_linux.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/media/router/discovery/discovery_network_list_wifi_linux.cc -@@ -9,7 +9,11 @@ +@@ -4,7 +4,11 @@ #include "chrome/browser/media/router/discovery/discovery_network_list_wifi.h" @@ -12,7 +12,7 @@ #include <string.h> #include <sys/ioctl.h> #include <sys/socket.h> -@@ -24,6 +28,7 @@ namespace media_router { +@@ -20,6 +24,7 @@ namespace media_router { bool MaybeGetWifiSSID(const std::string& if_name, std::string* ssid_out) { DCHECK(ssid_out); @@ -20,7 +20,7 @@ base::ScopedFD ioctl_socket(socket(AF_INET, SOCK_DGRAM, 0)); if (!ioctl_socket.is_valid()) { // AF_INET is for IPv4, so it may fail for IPv6-only hosts even when there -@@ -46,6 +51,7 @@ bool MaybeGetWifiSSID(const std::string& if_name, std: +@@ -42,6 +47,7 @@ bool MaybeGetWifiSSID(const std::string& if_name, std: ssid_out->assign(ssid); return true; } diff --git a/www/chromium/files/patch-chrome_browser_media_webrtc_desktop__media__picker__controller.cc b/www/chromium/files/patch-chrome_browser_media_webrtc_desktop__media__picker__controller.cc index 965a1feb7652..2a8236f176de 100644 --- a/www/chromium/files/patch-chrome_browser_media_webrtc_desktop__media__picker__controller.cc +++ b/www/chromium/files/patch-chrome_browser_media_webrtc_desktop__media__picker__controller.cc @@ -1,9 +1,9 @@ ---- chrome/browser/media/webrtc/desktop_media_picker_controller.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/media/webrtc/desktop_media_picker_controller.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/media/webrtc/desktop_media_picker_controller.cc -@@ -93,7 +93,7 @@ bool DesktopMediaPickerController::IsSystemAudioCaptur - #if BUILDFLAG(IS_MAC) - return request_source == Params::RequestSource::kCast || - base::FeatureList::IsEnabled(media::kMacLoopbackAudioForScreenShare); +@@ -99,7 +99,7 @@ bool DesktopMediaPickerController::IsSystemAudioCaptur + base::FeatureList::IsEnabled( + media::kMacCatapLoopbackAudioForScreenShare)); + } -#elif BUILDFLAG(IS_LINUX) +#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) if (request_source == Params::RequestSource::kCast) { diff --git a/www/chromium/files/patch-chrome_browser_memory__details.cc b/www/chromium/files/patch-chrome_browser_memory__details.cc index 63cffb111fbc..a1f562d7bfe0 100644 --- a/www/chromium/files/patch-chrome_browser_memory__details.cc +++ b/www/chromium/files/patch-chrome_browser_memory__details.cc @@ -1,6 +1,6 @@ ---- chrome/browser/memory_details.cc.orig 2025-01-15 09:18:26 UTC +--- chrome/browser/memory_details.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/memory_details.cc -@@ -335,7 +335,7 @@ void MemoryDetails::CollectChildInfoOnUIThread() { +@@ -334,7 +334,7 @@ void MemoryDetails::CollectChildInfoOnUIThread() { }); } diff --git a/www/chromium/files/patch-chrome_browser_metrics_chrome__metrics__service__client.cc b/www/chromium/files/patch-chrome_browser_metrics_chrome__metrics__service__client.cc index 0e731fcb4dec..a1911c540b12 100644 --- a/www/chromium/files/patch-chrome_browser_metrics_chrome__metrics__service__client.cc +++ b/www/chromium/files/patch-chrome_browser_metrics_chrome__metrics__service__client.cc @@ -1,4 +1,4 @@ ---- chrome/browser/metrics/chrome_metrics_service_client.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/metrics/chrome_metrics_service_client.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/metrics/chrome_metrics_service_client.cc @@ -202,11 +202,11 @@ #include "chrome/browser/metrics/google_update_metrics_provider_mac.h" @@ -14,16 +14,25 @@ #include "chrome/browser/metrics/chrome_metrics_service_crash_reporter.h" #endif -@@ -238,7 +238,7 @@ const int kMaxHistogramGatheringWaitDuration = 60000; +@@ -224,7 +224,7 @@ + #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) + + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + #include "chrome/browser/ui/tabs/tab_metrics_provider.h" + #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || + // BUILDFLAG(IS_CHROMEOS) +@@ -244,7 +244,7 @@ const int kMaxHistogramGatheringWaitDuration = 60000; // Needs to be kept in sync with the writer in // third_party/crashpad/crashpad/handler/handler_main.cc. const char kCrashpadHistogramAllocatorName[] = "CrashpadMetrics"; -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - base::LazyInstance<ChromeMetricsServiceCrashReporter>::Leaky g_crash_reporter = - LAZY_INSTANCE_INITIALIZER; - #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) -@@ -546,7 +546,7 @@ void ChromeMetricsServiceClient::RegisterPrefs(PrefReg + ChromeMetricsServiceCrashReporter& GetCrashReporter() { + static base::NoDestructor<ChromeMetricsServiceCrashReporter> crash_reporter; + return *crash_reporter; +@@ -554,7 +554,7 @@ void ChromeMetricsServiceClient::RegisterPrefs(PrefReg #endif // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ @@ -32,7 +41,7 @@ metrics::structured::StructuredMetricsService::RegisterPrefs(registry); #if !BUILDFLAG(IS_CHROMEOS) -@@ -628,7 +628,7 @@ std::string ChromeMetricsServiceClient::GetVersionStri +@@ -636,7 +636,7 @@ std::string ChromeMetricsServiceClient::GetVersionStri void ChromeMetricsServiceClient::OnEnvironmentUpdate(std::string* environment) { // TODO(https://bugs.chromium.org/p/crashpad/issues/detail?id=135): call this // on Mac when the Crashpad API supports it. @@ -41,7 +50,7 @@ // Register the environment with the crash reporter. Note that there is a // window from startup to this point during which crash reports will not have // an environment set. -@@ -730,7 +730,7 @@ void ChromeMetricsServiceClient::Initialize() { +@@ -738,7 +738,7 @@ void ChromeMetricsServiceClient::Initialize() { std::make_unique<metrics::dwa::DwaService>(this, local_state); } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -50,7 +59,7 @@ metrics::structured::Recorder::GetInstance()->SetUiTaskRunner( base::SequencedTaskRunner::GetCurrentDefault()); #endif -@@ -790,7 +790,7 @@ void ChromeMetricsServiceClient::RegisterMetricsServic +@@ -798,7 +798,7 @@ void ChromeMetricsServiceClient::RegisterMetricsServic metrics_service_->RegisterMetricsProvider( std::make_unique<metrics::CPUMetricsProvider>()); @@ -59,7 +68,7 @@ metrics_service_->RegisterMetricsProvider( std::make_unique<metrics::MotherboardMetricsProvider>()); #endif -@@ -879,7 +879,7 @@ void ChromeMetricsServiceClient::RegisterMetricsServic +@@ -886,7 +886,7 @@ void ChromeMetricsServiceClient::RegisterMetricsServic std::make_unique<GoogleUpdateMetricsProviderMac>()); #endif @@ -68,7 +77,16 @@ metrics_service_->RegisterMetricsProvider( std::make_unique<DesktopPlatformFeaturesMetricsProvider>()); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -@@ -985,7 +985,7 @@ void ChromeMetricsServiceClient::RegisterMetricsServic +@@ -988,7 +988,7 @@ void ChromeMetricsServiceClient::RegisterMetricsServic + std::make_unique<HttpsEngagementMetricsProvider>()); + + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + metrics_service_->RegisterMetricsProvider( + std::make_unique<TabMetricsProvider>( + g_browser_process->profile_manager())); +@@ -1000,7 +1000,7 @@ void ChromeMetricsServiceClient::RegisterMetricsServic std::make_unique<PowerMetricsProvider>()); #endif @@ -77,7 +95,7 @@ metrics_service_->RegisterMetricsProvider( metrics::CreateDesktopSessionMetricsProvider()); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || (BUILDFLAG(IS_LINUX) -@@ -1176,7 +1176,7 @@ bool ChromeMetricsServiceClient::RegisterForProfileEve +@@ -1191,7 +1191,7 @@ bool ChromeMetricsServiceClient::RegisterForProfileEve } #endif @@ -86,7 +104,7 @@ // This creates the DesktopProfileSessionDurationsServices if it didn't exist // already. metrics::DesktopProfileSessionDurationsServiceFactory::GetForBrowserContext( -@@ -1525,7 +1525,7 @@ void ChromeMetricsServiceClient::CreateStructuredMetri +@@ -1540,7 +1540,7 @@ void ChromeMetricsServiceClient::CreateStructuredMetri recorder = base::MakeRefCounted<metrics::structured::AshStructuredMetricsRecorder>( cros_system_profile_provider_.get()); diff --git a/www/chromium/files/patch-chrome_browser_net_profile__network__context__service.cc b/www/chromium/files/patch-chrome_browser_net_profile__network__context__service.cc index 46770e040784..0d44fbed42bf 100644 --- a/www/chromium/files/patch-chrome_browser_net_profile__network__context__service.cc +++ b/www/chromium/files/patch-chrome_browser_net_profile__network__context__service.cc @@ -1,6 +1,6 @@ ---- chrome/browser/net/profile_network_context_service.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/net/profile_network_context_service.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/net/profile_network_context_service.cc -@@ -136,7 +136,7 @@ +@@ -137,7 +137,7 @@ #include "extensions/common/constants.h" #endif @@ -9,7 +9,7 @@ #include "chrome/browser/enterprise/client_certificates/certificate_provisioning_service_factory.h" #include "chrome/browser/policy/chrome_browser_policy_connector.h" #include "components/enterprise/browser/controller/chrome_browser_cloud_management_controller.h" -@@ -277,7 +277,7 @@ void UpdateCookieSettings(Profile* profile, ContentSet +@@ -286,7 +286,7 @@ void UpdateCookieSettings(Profile* profile, ContentSet }); } @@ -18,7 +18,7 @@ std::unique_ptr<net::ClientCertStore> GetWrappedCertStore( Profile* profile, std::unique_ptr<net::ClientCertStore> platform_store) { -@@ -1245,7 +1245,7 @@ ProfileNetworkContextService::CreateClientCertStore() +@@ -1289,7 +1289,7 @@ ProfileNetworkContextService::CreateClientCertStore() std::make_unique<net::ClientCertStoreNSS>( base::BindRepeating(&CreateCryptoModuleBlockingPasswordDelegate, kCryptoModulePasswordClientAuth)); diff --git a/www/chromium/files/patch-chrome_browser_net_system__network__context__manager.cc b/www/chromium/files/patch-chrome_browser_net_system__network__context__manager.cc index d53897fdb8a2..aaea059f51bc 100644 --- a/www/chromium/files/patch-chrome_browser_net_system__network__context__manager.cc +++ b/www/chromium/files/patch-chrome_browser_net_system__network__context__manager.cc @@ -1,15 +1,15 @@ ---- chrome/browser/net/system_network_context_manager.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/net/system_network_context_manager.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/net/system_network_context_manager.cc -@@ -140,7 +140,7 @@ SystemNetworkContextManager* g_system_network_context_ - // received a failed launch for a sandboxed network service. - bool g_previously_failed_to_launch_sandboxed_service = false; +@@ -142,7 +142,7 @@ enum class NetworkSandboxState { + // The global instance of the SystemNetworkContextManager. + SystemNetworkContextManager* g_system_network_context_manager = nullptr; -#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) // Whether kerberos library loading will work in the network service due to the // sandbox. bool g_network_service_will_allow_gssapi_library_load = false; -@@ -148,7 +148,7 @@ bool g_network_service_will_allow_gssapi_library_load +@@ -150,7 +150,7 @@ bool g_network_service_will_allow_gssapi_library_load const char* kGssapiDesiredPref = #if BUILDFLAG(IS_CHROMEOS) prefs::kKerberosEnabled; @@ -18,7 +18,7 @@ prefs::kReceivedHttpAuthNegotiateHeader; #endif #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) -@@ -194,7 +194,7 @@ network::mojom::HttpAuthDynamicParamsPtr CreateHttpAut +@@ -196,7 +196,7 @@ network::mojom::HttpAuthDynamicParamsPtr CreateHttpAut auth_dynamic_params->basic_over_http_enabled = local_state->GetBoolean(prefs::kBasicAuthOverHttpEnabled); @@ -27,7 +27,7 @@ auth_dynamic_params->delegate_by_kdc_policy = local_state->GetBoolean(prefs::kAuthNegotiateDelegateByKdcPolicy); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_CHROMEOS) -@@ -209,7 +209,7 @@ network::mojom::HttpAuthDynamicParamsPtr CreateHttpAut +@@ -211,7 +211,7 @@ network::mojom::HttpAuthDynamicParamsPtr CreateHttpAut local_state->GetString(prefs::kAuthAndroidNegotiateAccountType); #endif // BUILDFLAG(IS_ANDROID) @@ -36,7 +36,7 @@ auth_dynamic_params->allow_gssapi_library_load = local_state->GetBoolean(kGssapiDesiredPref); #endif // BUILDFLAG(IS_CHROMEOS) -@@ -219,7 +219,7 @@ network::mojom::HttpAuthDynamicParamsPtr CreateHttpAut +@@ -221,7 +221,7 @@ network::mojom::HttpAuthDynamicParamsPtr CreateHttpAut void OnNewHttpAuthDynamicParams( network::mojom::HttpAuthDynamicParamsPtr& params) { @@ -45,9 +45,9 @@ // The kerberos library is incompatible with the network service sandbox, so // if library loading is now enabled, the network service needs to be // restarted. It will be restarted unsandboxed because is -@@ -261,11 +261,11 @@ NetworkSandboxState IsNetworkSandboxEnabledInternal() - if (g_previously_failed_to_launch_sandboxed_service) { - return NetworkSandboxState::kDisabledBecauseOfFailedLaunch; +@@ -269,11 +269,11 @@ NetworkSandboxState IsNetworkSandboxEnabledInternal() + // it is not always initialized. + CHECK_IS_TEST(); } -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) @@ -59,7 +59,7 @@ // The network service sandbox and the kerberos library are incompatible. // If kerberos is enabled by policy, disable the network service sandbox. if (g_network_service_will_allow_gssapi_library_load || -@@ -281,7 +281,7 @@ NetworkSandboxState IsNetworkSandboxEnabledInternal() +@@ -289,7 +289,7 @@ NetworkSandboxState IsNetworkSandboxEnabledInternal() } #endif // BUILDFLAG(IS_WIN) @@ -68,7 +68,7 @@ if (local_state && local_state->HasPrefPath(prefs::kNetworkServiceSandboxEnabled)) { return local_state->GetBoolean(prefs::kNetworkServiceSandboxEnabled) -@@ -527,7 +527,7 @@ void SystemNetworkContextManager::DeleteInstance() { +@@ -594,7 +594,7 @@ void SystemNetworkContextManager::DeleteInstance() { g_system_network_context_manager = nullptr; } @@ -77,7 +77,7 @@ SystemNetworkContextManager::GssapiLibraryLoadObserver:: GssapiLibraryLoadObserver(SystemNetworkContextManager* owner) : owner_(owner) {} -@@ -585,7 +585,7 @@ SystemNetworkContextManager::SystemNetworkContextManag +@@ -652,7 +652,7 @@ SystemNetworkContextManager::SystemNetworkContextManag pref_change_registrar_.Add(prefs::kAllHttpAuthSchemesAllowedForOrigins, auth_pref_callback); @@ -86,7 +86,7 @@ pref_change_registrar_.Add(prefs::kAuthNegotiateDelegateByKdcPolicy, auth_pref_callback); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_CHROMEOS) -@@ -599,7 +599,7 @@ SystemNetworkContextManager::SystemNetworkContextManag +@@ -666,7 +666,7 @@ SystemNetworkContextManager::SystemNetworkContextManag auth_pref_callback); #endif // BUILDFLAG(IS_ANDROID) @@ -95,7 +95,7 @@ pref_change_registrar_.Add(kGssapiDesiredPref, auth_pref_callback); #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) -@@ -670,7 +670,7 @@ void SystemNetworkContextManager::RegisterPrefs(PrefRe +@@ -738,7 +738,7 @@ void SystemNetworkContextManager::RegisterPrefs(PrefRe registry->RegisterStringPref(prefs::kAuthNegotiateDelegateAllowlist, std::string()); @@ -104,7 +104,7 @@ registry->RegisterBooleanPref(prefs::kAuthNegotiateDelegateByKdcPolicy, false); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_CHROMEOS) -@@ -695,11 +695,11 @@ void SystemNetworkContextManager::RegisterPrefs(PrefRe +@@ -763,11 +763,11 @@ void SystemNetworkContextManager::RegisterPrefs(PrefRe registry->RegisterListPref(prefs::kExplicitlyAllowedNetworkPorts); @@ -118,7 +118,7 @@ registry->RegisterBooleanPref(prefs::kReceivedHttpAuthNegotiateHeader, false); #endif // BUILDFLAG(IS_LINUX) -@@ -753,7 +753,7 @@ void SystemNetworkContextManager::OnNetworkServiceCrea +@@ -821,7 +821,7 @@ void SystemNetworkContextManager::OnNetworkServiceCrea OnNewHttpAuthDynamicParams(http_auth_dynamic_params); network_service->ConfigureHttpAuthPrefs(std::move(http_auth_dynamic_params)); @@ -127,7 +127,7 @@ gssapi_library_loader_observer_.Install(network_service); #endif // BUILDFLAG(IS_LINUX) -@@ -980,7 +980,7 @@ bool SystemNetworkContextManager::IsNetworkSandboxEnab +@@ -1048,7 +1048,7 @@ bool SystemNetworkContextManager::IsNetworkSandboxEnab break; } diff --git a/www/chromium/files/patch-chrome_browser_net_system__network__context__manager.h b/www/chromium/files/patch-chrome_browser_net_system__network__context__manager.h index 938cca5d9553..e09e9ae67896 100644 --- a/www/chromium/files/patch-chrome_browser_net_system__network__context__manager.h +++ b/www/chromium/files/patch-chrome_browser_net_system__network__context__manager.h @@ -1,6 +1,6 @@ ---- chrome/browser/net/system_network_context_manager.h.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/net/system_network_context_manager.h.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/net/system_network_context_manager.h -@@ -202,7 +202,7 @@ class SystemNetworkContextManager { +@@ -212,7 +212,7 @@ class SystemNetworkContextManager { class URLLoaderFactoryForSystem; class NetworkProcessLaunchWatcher; @@ -9,7 +9,7 @@ class GssapiLibraryLoadObserver : public network::mojom::GssapiLibraryLoadObserver { public: -@@ -285,7 +285,7 @@ class SystemNetworkContextManager { +@@ -295,7 +295,7 @@ class SystemNetworkContextManager { std::unique_ptr<NetworkAnnotationMonitor> network_annotation_monitor_; #endif // BUILDFLAG(IS_CHROMEOS) diff --git a/www/chromium/files/patch-chrome_browser_password__manager_chrome__password__manager__client.cc b/www/chromium/files/patch-chrome_browser_password__manager_chrome__password__manager__client.cc index 76b2d13bb7c9..a1754e6a340f 100644 --- a/www/chromium/files/patch-chrome_browser_password__manager_chrome__password__manager__client.cc +++ b/www/chromium/files/patch-chrome_browser_password__manager_chrome__password__manager__client.cc @@ -1,6 +1,6 @@ ---- chrome/browser/password_manager/chrome_password_manager_client.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/password_manager/chrome_password_manager_client.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/password_manager/chrome_password_manager_client.cc -@@ -764,7 +764,7 @@ void ChromePasswordManagerClient:: +@@ -729,7 +729,7 @@ void ChromePasswordManagerClient:: bool ChromePasswordManagerClient::IsReauthBeforeFillingRequired( device_reauth::DeviceAuthenticator* authenticator) { #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ if (!GetLocalStatePrefs() || !GetPrefs() || !authenticator) { return false; } -@@ -1043,7 +1043,7 @@ void ChromePasswordManagerClient::NotifyUserCredential +@@ -1008,7 +1008,7 @@ void ChromePasswordManagerClient::NotifyUserCredential } void ChromePasswordManagerClient::NotifyKeychainError() { @@ -18,7 +18,7 @@ PasswordsClientUIDelegate* manage_passwords_ui_controller = PasswordsClientUIDelegateFromWebContents(web_contents()); if (manage_passwords_ui_controller) { -@@ -2101,7 +2101,7 @@ void ChromePasswordManagerClient::HideFillingUI() { +@@ -2083,7 +2083,7 @@ void ChromePasswordManagerClient::HideFillingUI() { bool ChromePasswordManagerClient::IsPasswordManagementEnabledForCurrentPage( const GURL& url) const { #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || \ @@ -27,7 +27,7 @@ if (IsPasswordManagerForUrlDisallowedByPolicy(url)) { return false; } -@@ -2140,7 +2140,7 @@ bool ChromePasswordManagerClient::IsPasswordManagement +@@ -2122,7 +2122,7 @@ bool ChromePasswordManagerClient::IsPasswordManagement } #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-chrome_browser_password__manager_password__reuse__manager__factory.cc b/www/chromium/files/patch-chrome_browser_password__manager_factories_password__reuse__manager__factory.cc index df2cdbc5a597..b2657f2c2aff 100644 --- a/www/chromium/files/patch-chrome_browser_password__manager_password__reuse__manager__factory.cc +++ b/www/chromium/files/patch-chrome_browser_password__manager_factories_password__reuse__manager__factory.cc @@ -1,5 +1,5 @@ ---- chrome/browser/password_manager/password_reuse_manager_factory.cc.orig 2025-05-28 14:55:43 UTC -+++ chrome/browser/password_manager/password_reuse_manager_factory.cc +--- chrome/browser/password_manager/factories/password_reuse_manager_factory.cc.orig 2025-09-06 10:01:20 UTC ++++ chrome/browser/password_manager/factories/password_reuse_manager_factory.cc @@ -128,7 +128,7 @@ PasswordReuseManagerFactory::BuildServiceInstanceForBr // Prepare password hash data for reuse detection. reuse_manager->PreparePasswordHashData(GetSignInStateForMetrics(profile)); diff --git a/www/chromium/files/patch-chrome_browser_policy_chrome__browser__cloud__management__controller__desktop.cc b/www/chromium/files/patch-chrome_browser_policy_chrome__browser__cloud__management__controller__desktop.cc index 6b8c8c1dc680..4b15693524e4 100644 --- a/www/chromium/files/patch-chrome_browser_policy_chrome__browser__cloud__management__controller__desktop.cc +++ b/www/chromium/files/patch-chrome_browser_policy_chrome__browser__cloud__management__controller__desktop.cc @@ -1,6 +1,6 @@ ---- chrome/browser/policy/chrome_browser_cloud_management_controller_desktop.cc.orig 2025-04-04 08:52:13 UTC +--- chrome/browser/policy/chrome_browser_cloud_management_controller_desktop.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/policy/chrome_browser_cloud_management_controller_desktop.cc -@@ -60,7 +60,7 @@ +@@ -57,7 +57,7 @@ #include "chrome/browser/policy/browser_dm_token_storage_mac.h" #endif // BUILDFLAG(IS_MAC) @@ -9,7 +9,7 @@ #include "chrome/browser/policy/browser_dm_token_storage_linux.h" #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -@@ -69,7 +69,7 @@ +@@ -66,7 +66,7 @@ #include "chrome/install_static/install_util.h" #endif // BUILDFLAG(IS_WIN) @@ -18,7 +18,7 @@ #include "chrome/browser/enterprise/client_certificates/browser_context_delegate.h" #include "chrome/browser/enterprise/client_certificates/cert_utils.h" #include "chrome/browser/enterprise/connectors/device_trust/key_management/browser/device_trust_key_manager_impl.h" -@@ -115,7 +115,7 @@ void ChromeBrowserCloudManagementControllerDesktop:: +@@ -111,7 +111,7 @@ void ChromeBrowserCloudManagementControllerDesktop:: #if BUILDFLAG(IS_MAC) storage_delegate = std::make_unique<BrowserDMTokenStorageMac>(); @@ -27,7 +27,7 @@ storage_delegate = std::make_unique<BrowserDMTokenStorageLinux>(); #elif BUILDFLAG(IS_WIN) storage_delegate = std::make_unique<BrowserDMTokenStorageWin>(); -@@ -286,7 +286,7 @@ ChromeBrowserCloudManagementControllerDesktop::CreateC +@@ -275,7 +275,7 @@ ChromeBrowserCloudManagementControllerDesktop::CreateC std::unique_ptr<enterprise_connectors::DeviceTrustKeyManager> ChromeBrowserCloudManagementControllerDesktop::CreateDeviceTrustKeyManager() { @@ -36,7 +36,7 @@ auto* browser_dm_token_storage = BrowserDMTokenStorage::Get(); auto* device_management_service = GetDeviceManagementService(); auto shared_url_loader_factory = GetSharedURLLoaderFactory(); -@@ -308,7 +308,7 @@ ChromeBrowserCloudManagementControllerDesktop::CreateD +@@ -297,7 +297,7 @@ ChromeBrowserCloudManagementControllerDesktop::CreateD std::unique_ptr<client_certificates::CertificateProvisioningService> ChromeBrowserCloudManagementControllerDesktop:: CreateCertificateProvisioningService() { diff --git a/www/chromium/files/patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc b/www/chromium/files/patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc index 3baa9c6fc702..061d18991b19 100644 --- a/www/chromium/files/patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc +++ b/www/chromium/files/patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc @@ -1,6 +1,6 @@ ---- chrome/browser/policy/configuration_policy_handler_list_factory.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/policy/configuration_policy_handler_list_factory.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/policy/configuration_policy_handler_list_factory.cc -@@ -249,7 +249,7 @@ +@@ -246,7 +246,7 @@ #include "components/spellcheck/browser/pref_names.h" #endif // BUILDFLAG(ENABLE_SPELLCHECK) @@ -9,7 +9,7 @@ #include "chrome/browser/browser_switcher/browser_switcher_prefs.h" #include "chrome/browser/enterprise/idle/action.h" #include "chrome/browser/enterprise/signin/enterprise_signin_prefs.h" -@@ -574,7 +574,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -583,7 +583,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = prefs::kManagedDefaultSmartCardConnectSetting, base::Value::Type::INTEGER }, #endif @@ -18,7 +18,7 @@ { key::kDeletingUndecryptablePasswordsEnabled, password_manager::prefs::kDeletingUndecryptablePasswordsEnabled, base::Value::Type::BOOLEAN }, -@@ -945,7 +945,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -957,7 +957,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::LIST }, #endif // BUILDFLAG(ENABLE_EXTENSIONS_CORE) #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) \ @@ -27,7 +27,7 @@ { key::kRequireOnlineRevocationChecksForLocalAnchors, prefs::kCertRevocationCheckingRequiredLocalAnchors, base::Value::Type::BOOLEAN }, -@@ -957,7 +957,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -969,7 +969,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::LIST }, #endif // #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) // || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) @@ -45,16 +45,16 @@ { key::kGSSAPILibraryName, prefs::kGSSAPILibraryName, base::Value::Type::STRING }, -@@ -1898,7 +1898,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -1904,7 +1904,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::BOOLEAN }, - #endif // BUILDFLAG(IS_WIN) + #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) { key::kNetworkServiceSandboxEnabled, prefs::kNetworkServiceSandboxEnabled, base::Value::Type::BOOLEAN }, -@@ -1918,12 +1918,12 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -1924,12 +1924,12 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = prefs::kTotalMemoryLimitMb, base::Value::Type::INTEGER }, #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) @@ -69,7 +69,7 @@ { key::kUnmanagedDeviceSignalsConsentFlowEnabled, device_signals::prefs::kUnmanagedDeviceSignalsConsentFlowEnabled, base::Value::Type::BOOLEAN }, -@@ -1937,7 +1937,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -1943,7 +1943,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = prefs::kLiveTranslateEnabled, base::Value::Type::BOOLEAN }, #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) @@ -78,7 +78,7 @@ { key::kDefaultBrowserSettingEnabled, prefs::kDefaultBrowserSettingEnabled, base::Value::Type::BOOLEAN }, -@@ -1949,7 +1949,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -1955,7 +1955,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::BOOLEAN }, #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) \ @@ -87,7 +87,7 @@ { key::kAutoplayAllowed, prefs::kAutoplayAllowed, base::Value::Type::BOOLEAN }, -@@ -2050,7 +2050,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -2059,7 +2059,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::BOOLEAN }, #endif // !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS) @@ -96,7 +96,7 @@ { key::kAlternativeBrowserPath, browser_switcher::prefs::kAlternativeBrowserPath, base::Value::Type::STRING }, -@@ -2149,7 +2149,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -2164,7 +2164,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::BOOLEAN }, #endif // BUILDFLAG(IS_CHROMEOS) @@ -105,7 +105,7 @@ { key::kAuthNegotiateDelegateByKdcPolicy, prefs::kAuthNegotiateDelegateByKdcPolicy, base::Value::Type::BOOLEAN }, -@@ -2223,7 +2223,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -2238,7 +2238,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = ash::prefs::kUrlParameterToAutofillSAMLUsername, base::Value::Type::STRING }, #endif // BUILDFLAG(IS_CHROMEOS) @@ -114,8 +114,8 @@ { key::kNTPFooterExtensionAttributionEnabled, prefs::kNTPFooterExtensionAttributionEnabled, base::Value::Type::BOOLEAN }, -@@ -2255,7 +2255,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = - prefs::kUiAutomationProviderEnabled, +@@ -2273,7 +2273,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = + prefs::kRestrictCoreSharingOnRenderer, base::Value::Type::BOOLEAN }, #endif // BUILDFLAG(IS_WIN) -#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) @@ -123,7 +123,7 @@ { key::kOutOfProcessSystemDnsResolutionEnabled, prefs::kOutOfProcessSystemDnsResolutionEnabled, base::Value::Type::BOOLEAN }, -@@ -2286,7 +2286,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -2304,7 +2304,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::INTEGER }, #endif #if BUILDFLAG(ENABLE_EXTENSIONS) @@ -132,7 +132,7 @@ { key::kExtensionInstallTypeBlocklist, extensions::pref_names::kExtensionInstallTypeBlocklist, base::Value::Type::LIST}, -@@ -2309,7 +2309,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -2327,7 +2327,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = { key::kTabCompareSettings, optimization_guide::prefs::kProductSpecificationsEnterprisePolicyAllowed, base::Value::Type::INTEGER}, @@ -141,7 +141,7 @@ { key::kChromeForTestingAllowed, prefs::kChromeForTestingAllowed, base::Value::Type::BOOLEAN }, -@@ -2390,7 +2390,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -2403,7 +2403,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = policy_prefs::kBuiltInAIAPIsEnabled, base::Value::Type::BOOLEAN }, #endif // BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_FUCHSIA) @@ -150,7 +150,7 @@ { key::kNTPFooterManagementNoticeEnabled, prefs::kNTPFooterManagementNoticeEnabled, base::Value::Type::BOOLEAN }, -@@ -2524,7 +2524,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH +@@ -2537,7 +2537,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH // Policies for all platforms - End #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -159,7 +159,7 @@ handlers->AddHandler(std::make_unique<IntRangePolicyHandler>( key::kMemorySaverModeSavings, performance_manager::user_tuning::prefs::kMemorySaverModeAggressiveness, -@@ -2803,7 +2803,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH +@@ -2816,7 +2816,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH key::kBrowsingDataLifetime, browsing_data::prefs::kBrowsingDataLifetime, chrome_schema)); @@ -168,7 +168,7 @@ handlers->AddHandler(std::make_unique<GuestModePolicyHandler>()); handlers->AddHandler(std::make_unique<LocalSyncPolicyHandler>()); handlers->AddHandler(std::make_unique<ThemeColorPolicyHandler>()); -@@ -2903,7 +2903,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH +@@ -2910,7 +2910,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH std::vector<std::unique_ptr<ConfigurationPolicyHandler>> signin_legacy_policies; #if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -177,7 +177,7 @@ signin_legacy_policies.push_back(std::make_unique<SimplePolicyHandler>( key::kForceBrowserSignin, prefs::kForceBrowserSignin, base::Value::Type::BOOLEAN)); -@@ -3269,7 +3269,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH +@@ -3288,7 +3288,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH #endif #if BUILDFLAG(ENABLE_SPELLCHECK) @@ -186,7 +186,7 @@ handlers->AddHandler(std::make_unique<SpellcheckLanguagePolicyHandler>()); handlers->AddHandler( std::make_unique<SpellcheckLanguageBlocklistPolicyHandler>( -@@ -3277,7 +3277,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH +@@ -3296,7 +3296,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) #endif // BUILDFLAG(ENABLE_SPELLCHECK) @@ -195,7 +195,7 @@ handlers->AddHandler(std::make_unique<SimplePolicyHandler>( key::kAllowSystemNotifications, prefs::kAllowSystemNotifications, base::Value::Type::BOOLEAN)); -@@ -3330,7 +3330,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH +@@ -3349,7 +3349,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH std::vector<GenAiDefaultSettingsPolicyHandler::GenAiPolicyDetails> gen_ai_default_policies; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-chrome_browser_prefs_browser__prefs.cc b/www/chromium/files/patch-chrome_browser_prefs_browser__prefs.cc index defc0b79da73..a556f705e411 100644 --- a/www/chromium/files/patch-chrome_browser_prefs_browser__prefs.cc +++ b/www/chromium/files/patch-chrome_browser_prefs_browser__prefs.cc @@ -1,6 +1,6 @@ ---- chrome/browser/prefs/browser_prefs.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/prefs/browser_prefs.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/prefs/browser_prefs.cc -@@ -327,7 +327,7 @@ +@@ -326,7 +326,7 @@ #include "chrome/browser/devtools/devtools_window.h" #endif // BUILDFLAG(ENABLE_DEVTOOLS_FRONTEND) @@ -9,7 +9,7 @@ #include "chrome/browser/ui/webui/whats_new/whats_new_ui.h" #endif -@@ -494,11 +494,11 @@ +@@ -493,11 +493,11 @@ #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -23,7 +23,7 @@ #include "chrome/browser/browser_switcher/browser_switcher_prefs.h" #include "chrome/browser/enterprise/signin/enterprise_signin_prefs.h" #endif -@@ -526,7 +526,7 @@ +@@ -525,7 +525,7 @@ #include "chrome/browser/sessions/session_service_log.h" #endif @@ -32,7 +32,7 @@ #include "ui/color/system_theme.h" #endif -@@ -1791,7 +1791,7 @@ void RegisterLocalState(PrefRegistrySimple* registry) +@@ -1705,7 +1705,7 @@ void RegisterLocalState(PrefRegistrySimple* registry) on_device_translation::RegisterLocalStatePrefs(registry); #endif // BUILDFLAG(ENABLE_ON_DEVICE_TRANSLATION) @@ -41,7 +41,7 @@ WhatsNewUI::RegisterLocalStatePrefs(registry); #endif -@@ -1945,7 +1945,7 @@ void RegisterLocalState(PrefRegistrySimple* registry) +@@ -1860,7 +1860,7 @@ void RegisterLocalState(PrefRegistrySimple* registry) #endif // BUILDFLAG(ENABLE_PDF) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -50,7 +50,7 @@ registry->RegisterBooleanPref(prefs::kChromeForTestingAllowed, true); #endif -@@ -2310,12 +2310,12 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySync +@@ -2231,12 +2231,12 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySync #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-chrome_browser_printing_print__backend__service__manager.cc b/www/chromium/files/patch-chrome_browser_printing_print__backend__service__manager.cc index 2c7f76b52fb9..c24cc3860b9e 100644 --- a/www/chromium/files/patch-chrome_browser_printing_print__backend__service__manager.cc +++ b/www/chromium/files/patch-chrome_browser_printing_print__backend__service__manager.cc @@ -1,6 +1,6 @@ ---- chrome/browser/printing/print_backend_service_manager.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/printing/print_backend_service_manager.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/printing/print_backend_service_manager.cc -@@ -37,7 +37,7 @@ +@@ -36,7 +36,7 @@ #include "printing/printing_context.h" #include "printing/printing_features.h" @@ -9,7 +9,7 @@ #include "content/public/common/content_switches.h" #include "ui/linux/linux_ui.h" #endif -@@ -909,7 +909,7 @@ PrintBackendServiceManager::GetServiceFromBundle( +@@ -886,7 +886,7 @@ PrintBackendServiceManager::GetServiceFromBundle( << remote_id << "`"; std::vector<std::string> extra_switches; @@ -18,7 +18,7 @@ if (auto* linux_ui = ui::LinuxUi::instance()) { extra_switches = linux_ui->GetCmdLineFlagsForCopy(); } -@@ -1095,7 +1095,7 @@ PrintBackendServiceManager::DetermineIdleTimeoutUpdate +@@ -1072,7 +1072,7 @@ PrintBackendServiceManager::DetermineIdleTimeoutUpdate return kNoClientsRegisteredResetOnIdleTimeout; case ClientType::kQueryWithUi: diff --git a/www/chromium/files/patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc b/www/chromium/files/patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc index 386d37a7ae7f..9bcc295f058d 100644 --- a/www/chromium/files/patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc +++ b/www/chromium/files/patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc @@ -1,15 +1,15 @@ ---- chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc -@@ -368,7 +368,7 @@ +@@ -375,7 +375,7 @@ #endif #if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ - BUILDFLAG(IS_WIN) + BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) #include "chrome/browser/enterprise/idle/idle_service_factory.h" + #include "chrome/browser/enterprise/signals/signals_aggregator_factory.h" #endif - -@@ -411,7 +411,7 @@ +@@ -419,14 +419,14 @@ #endif #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -17,8 +17,7 @@ + BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) #include "chrome/browser/enterprise/connectors/device_trust/device_trust_connector_service_factory.h" #include "chrome/browser/enterprise/connectors/device_trust/device_trust_service_factory.h" - #include "chrome/browser/enterprise/signals/user_permission_service_factory.h" -@@ -419,7 +419,7 @@ + #include "chrome/browser/ui/tabs/saved_tab_groups/collaboration_messaging_observer_factory.h" #include "chrome/browser/ui/tabs/saved_tab_groups/saved_tab_group_utils.h" #endif @@ -27,7 +26,7 @@ #include "chrome/browser/policy/messaging_layer/util/manual_test_heartbeat_event_factory.h" #endif -@@ -427,7 +427,7 @@ +@@ -434,7 +434,7 @@ #include "chrome/browser/history_embeddings/history_embeddings_service_factory.h" #endif @@ -36,7 +35,7 @@ #include "chrome/browser/browser_switcher/browser_switcher_service_factory.h" #include "chrome/browser/enterprise/client_certificates/certificate_provisioning_service_factory.h" #include "chrome/browser/enterprise/client_certificates/certificate_store_factory.h" -@@ -753,7 +753,7 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -760,7 +760,7 @@ void ChromeBrowserMainExtraPartsProfiles:: DiceBoundSessionCookieServiceFactory::GetInstance(); #endif #endif @@ -45,8 +44,8 @@ browser_switcher::BrowserSwitcherServiceFactory::GetInstance(); #endif browser_sync::UserEventServiceFactory::GetInstance(); -@@ -812,13 +812,13 @@ void ChromeBrowserMainExtraPartsProfiles:: - collaboration::CollaborationServiceFactory::GetInstance(); +@@ -821,13 +821,13 @@ void ChromeBrowserMainExtraPartsProfiles:: + collaboration::comments::CommentsServiceFactory::GetInstance(); collaboration::messaging::MessagingBackendServiceFactory::GetInstance(); #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ - BUILDFLAG(IS_WIN) @@ -61,7 +60,7 @@ contextual_cueing::ContextualCueingServiceFactory::GetInstance(); #endif CookieControlsServiceFactory::GetInstance(); -@@ -880,31 +880,31 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -886,17 +886,17 @@ void ChromeBrowserMainExtraPartsProfiles:: enterprise_connectors::ConnectorsServiceFactory::GetInstance(); enterprise_connectors::ReportingEventRouterFactory::GetInstance(); #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -80,18 +79,14 @@ - BUILDFLAG(IS_WIN) + BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) enterprise_idle::IdleServiceFactory::GetInstance(); + enterprise_signals::SignalsAggregatorFactory::GetInstance(); #endif - #if !BUILDFLAG(IS_CHROMEOS) - enterprise_reporting::CloudProfileReportingServiceFactory::GetInstance(); +@@ -905,10 +905,10 @@ void ChromeBrowserMainExtraPartsProfiles:: #endif enterprise_reporting::LegacyTechServiceFactory::GetInstance(); --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - enterprise_signals::SignalsAggregatorFactory::GetInstance(); - #endif #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ -- BUILDFLAG(IS_WIN) -+ BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) +- BUILDFLAG(IS_WIN) || BUILDFLAG(IS_ANDROID) ++ BUILDFLAG(IS_WIN) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) enterprise_signals::UserPermissionServiceFactory::GetInstance(); #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) @@ -99,7 +94,7 @@ enterprise_signin::EnterpriseSigninServiceFactory::GetInstance(); #endif #if BUILDFLAG(ENABLE_SESSION_SERVICE) -@@ -1036,7 +1036,7 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -1044,7 +1044,7 @@ void ChromeBrowserMainExtraPartsProfiles:: #if BUILDFLAG(IS_ANDROID) MerchantViewerDataManagerFactory::GetInstance(); #endif @@ -108,7 +103,7 @@ metrics::DesktopProfileSessionDurationsServiceFactory::GetInstance(); #endif #if !BUILDFLAG(IS_ANDROID) -@@ -1163,7 +1163,7 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -1174,7 +1174,7 @@ void ChromeBrowserMainExtraPartsProfiles:: #if BUILDFLAG(IS_CHROMEOS) policy::PolicyCertServiceFactory::GetInstance(); #endif @@ -117,7 +112,7 @@ policy::ProfileTokenPolicyWebSigninServiceFactory::GetInstance(); policy::UserPolicyOidcSigninServiceFactory::GetInstance(); #endif -@@ -1209,7 +1209,7 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -1217,7 +1217,7 @@ void ChromeBrowserMainExtraPartsProfiles:: #if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS) ProfileStatisticsFactory::GetInstance(); #endif @@ -126,7 +121,7 @@ ProfileTokenWebSigninInterceptorFactory::GetInstance(); OidcAuthenticationSigninInterceptorFactory::GetInstance(); #endif -@@ -1229,7 +1229,7 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -1237,7 +1237,7 @@ void ChromeBrowserMainExtraPartsProfiles:: ReduceAcceptLanguageFactory::GetInstance(); RendererUpdaterFactory::GetInstance(); regional_capabilities::RegionalCapabilitiesServiceFactory::GetInstance(); diff --git a/www/chromium/files/patch-chrome_browser_profiles_profile__impl.cc b/www/chromium/files/patch-chrome_browser_profiles_profile__impl.cc index 5783e415663d..23e88e38e4e2 100644 --- a/www/chromium/files/patch-chrome_browser_profiles_profile__impl.cc +++ b/www/chromium/files/patch-chrome_browser_profiles_profile__impl.cc @@ -1,6 +1,6 @@ ---- chrome/browser/profiles/profile_impl.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/profiles/profile_impl.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/profiles/profile_impl.cc -@@ -267,6 +267,10 @@ +@@ -269,6 +269,10 @@ #include "chrome/browser/safe_browsing/safe_browsing_service.h" #endif @@ -11,7 +11,7 @@ using bookmarks::BookmarkModel; using content::BrowserThread; using content::DownloadManagerDelegate; -@@ -601,7 +605,7 @@ void ProfileImpl::LoadPrefsForNormalStartup(bool async +@@ -603,7 +607,7 @@ void ProfileImpl::LoadPrefsForNormalStartup(bool async policy_provider = GetUserCloudPolicyManagerAsh(); #else // !BUILDFLAG(IS_CHROMEOS) { @@ -20,7 +20,7 @@ ProfileManager* profile_manager = g_browser_process->profile_manager(); ProfileAttributesEntry* entry = profile_manager->GetProfileAttributesStorage() -@@ -884,7 +888,17 @@ void ProfileImpl::DoFinalInit(CreateMode create_mode) +@@ -886,7 +890,17 @@ void ProfileImpl::DoFinalInit(CreateMode create_mode) } base::FilePath ProfileImpl::last_selected_directory() { diff --git a/www/chromium/files/patch-chrome_browser_renderer__preferences__util.cc b/www/chromium/files/patch-chrome_browser_renderer__preferences__util.cc index b42bc309272f..a714a722cd06 100644 --- a/www/chromium/files/patch-chrome_browser_renderer__preferences__util.cc +++ b/www/chromium/files/patch-chrome_browser_renderer__preferences__util.cc @@ -1,4 +1,4 @@ ---- chrome/browser/renderer_preferences_util.cc.orig 2025-05-05 10:57:53 UTC +--- chrome/browser/renderer_preferences_util.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/renderer_preferences_util.cc @@ -40,7 +40,7 @@ #include "ui/views/controls/textfield/textfield.h" @@ -9,7 +9,7 @@ #include "chrome/browser/themes/theme_service.h" #include "chrome/browser/themes/theme_service_factory.h" #include "ui/linux/linux_ui.h" -@@ -180,7 +180,7 @@ void UpdateFromSystemSettings(blink::RendererPreferenc +@@ -185,7 +185,7 @@ void UpdateFromSystemSettings(blink::RendererPreferenc prefs->caret_blink_interval = views::Textfield::GetCaretBlinkInterval(); #endif @@ -18,7 +18,7 @@ auto* linux_ui_theme = ui::LinuxUiTheme::GetForProfile(profile); if (linux_ui_theme) { if (ThemeServiceFactory::GetForProfile(profile)->UsingSystemTheme()) { -@@ -203,7 +203,7 @@ void UpdateFromSystemSettings(blink::RendererPreferenc +@@ -208,7 +208,7 @@ void UpdateFromSystemSettings(blink::RendererPreferenc #endif #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || \ diff --git a/www/chromium/files/patch-chrome_browser_safe__browsing_chrome__password__protection__service.cc b/www/chromium/files/patch-chrome_browser_safe__browsing_chrome__password__protection__service.cc index 8c222775573e..d19fe6847e6e 100644 --- a/www/chromium/files/patch-chrome_browser_safe__browsing_chrome__password__protection__service.cc +++ b/www/chromium/files/patch-chrome_browser_safe__browsing_chrome__password__protection__service.cc @@ -1,6 +1,6 @@ ---- chrome/browser/safe_browsing/chrome_password_protection_service.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/safe_browsing/chrome_password_protection_service.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/safe_browsing/chrome_password_protection_service.cc -@@ -1269,7 +1269,7 @@ std::string ChromePasswordProtectionService::GetOrgani +@@ -1261,7 +1261,7 @@ std::string ChromePasswordProtectionService::GetOrgani ReusedPasswordAccountType password_type) const { if (base::FeatureList::IsEnabled( safe_browsing::kEnterprisePasswordReuseUiRefresh)) { diff --git a/www/chromium/files/patch-chrome_browser_sessions_session__restore.cc b/www/chromium/files/patch-chrome_browser_sessions_session__restore.cc index 591d50a7b636..3c6a1ffa977d 100644 --- a/www/chromium/files/patch-chrome_browser_sessions_session__restore.cc +++ b/www/chromium/files/patch-chrome_browser_sessions_session__restore.cc @@ -1,4 +1,4 @@ ---- chrome/browser/sessions/session_restore.cc.orig 2025-07-02 06:08:04 UTC +--- chrome/browser/sessions/session_restore.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/sessions/session_restore.cc @@ -108,7 +108,7 @@ #include "ui/wm/core/scoped_animation_disabler.h" @@ -9,7 +9,7 @@ #include "chrome/browser/ui/webui/whats_new/whats_new_fetcher.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -@@ -1118,7 +1118,7 @@ class SessionRestoreImpl : public BrowserListObserver +@@ -1182,7 +1182,7 @@ class SessionRestoreImpl : public BrowserListObserver bool is_first_tab = true; for (const auto& startup_tab : startup_tabs) { const GURL& url = startup_tab.url; diff --git a/www/chromium/files/patch-chrome_browser_signin_chrome__signin__client.cc b/www/chromium/files/patch-chrome_browser_signin_chrome__signin__client.cc new file mode 100644 index 000000000000..24a52a798281 --- /dev/null +++ b/www/chromium/files/patch-chrome_browser_signin_chrome__signin__client.cc @@ -0,0 +1,11 @@ +--- chrome/browser/signin/chrome_signin_client.cc.orig 2025-09-06 10:01:20 UTC ++++ chrome/browser/signin/chrome_signin_client.cc +@@ -163,7 +163,7 @@ signin_metrics::ProfileSignout kAlwaysAllowedSignoutSo + std::string HatsSurveyTriggerForAccessPoint( + signin_metrics::AccessPoint access_point) { + switch (access_point) { +-#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) ++#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) + case signin_metrics::AccessPoint::kAddressBubble: + return kHatsSurveyTriggerIdentityAddressBubbleSignin; + case signin_metrics::AccessPoint::kAvatarBubbleSignIn: diff --git a/www/chromium/files/patch-chrome_browser_signin_signin__hats__util.cc b/www/chromium/files/patch-chrome_browser_signin_signin__hats__util.cc new file mode 100644 index 000000000000..d8889a8a4ff2 --- /dev/null +++ b/www/chromium/files/patch-chrome_browser_signin_signin__hats__util.cc @@ -0,0 +1,29 @@ +--- chrome/browser/signin/signin_hats_util.cc.orig 2025-09-06 10:01:20 UTC ++++ chrome/browser/signin/signin_hats_util.cc +@@ -36,7 +36,7 @@ + + namespace { + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + constexpr char kChannel[] = "Channel"; + constexpr char kChromeVersion[] = "Chrome Version"; + constexpr char kNumberOfChromeProfiles[] = "Number of Chrome Profiles"; +@@ -153,7 +153,7 @@ SurveyStringData GetSigninSurveyStringData( + namespace signin { + + bool IsFeatureEnabledForSigninHatsTrigger(const std::string& trigger) { +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + for (const auto& entry : kChromeIdentityHatsTriggerFeatureMapping) { + if (trigger == entry.trigger) { + return base::FeatureList::IsEnabled(*entry.feature); +@@ -171,7 +171,7 @@ void LaunchSigninHatsSurveyForProfile(const std::strin + bool defer_if_no_browser, + std::optional<signin_metrics::AccessPoint> + access_point_for_data_type_promo) { +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + if (!profile || !IsFeatureEnabledForSigninHatsTrigger(trigger)) { + return; + } diff --git a/www/chromium/files/patch-chrome_browser_signin_signin__util.cc b/www/chromium/files/patch-chrome_browser_signin_signin__util.cc index 64c0a726911c..30ee02568cb1 100644 --- a/www/chromium/files/patch-chrome_browser_signin_signin__util.cc +++ b/www/chromium/files/patch-chrome_browser_signin_signin__util.cc @@ -1,6 +1,6 @@ ---- chrome/browser/signin/signin_util.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/signin/signin_util.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/signin/signin_util.cc -@@ -84,7 +84,7 @@ CookiesMover::CookiesMover(base::WeakPtr<Profile> sour +@@ -90,7 +90,7 @@ CookiesMover::CookiesMover(base::WeakPtr<Profile> sour CookiesMover::~CookiesMover() = default; void CookiesMover::StartMovingCookies() { @@ -9,8 +9,8 @@ bool allow_cookies_to_be_moved = base::FeatureList::IsEnabled( profile_management::features::kThirdPartyProfileManagement); #else -@@ -344,7 +344,7 @@ SignedInState GetSignedInState( - return SignedInState::kSignedOut; +@@ -369,7 +369,7 @@ std::string SignedInStateToString(SignedInState state) + } } -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) diff --git a/www/chromium/files/patch-chrome_browser_signin_signin__util.h b/www/chromium/files/patch-chrome_browser_signin_signin__util.h index 3e47f64318cb..77bee021d5ab 100644 --- a/www/chromium/files/patch-chrome_browser_signin_signin__util.h +++ b/www/chromium/files/patch-chrome_browser_signin_signin__util.h @@ -1,8 +1,8 @@ ---- chrome/browser/signin/signin_util.h.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/signin/signin_util.h.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/signin/signin_util.h -@@ -168,7 +168,7 @@ bool IsSigninPending(signin::IdentityManager* identity - // Returns the current state of the primary account that is used in Chrome. - SignedInState GetSignedInState(const signin::IdentityManager* identity_manager); +@@ -171,7 +171,7 @@ SignedInState GetSignedInState(const signin::IdentityM + // Returns a string representation of `SignedInState`. + std::string SignedInStateToString(SignedInState state); -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) diff --git a/www/chromium/files/patch-chrome_browser_supervised__user_supervised__user__extensions__delegate__impl.cc b/www/chromium/files/patch-chrome_browser_supervised__user_supervised__user__extensions__delegate__impl.cc index b2659af38afa..0834a772d354 100644 --- a/www/chromium/files/patch-chrome_browser_supervised__user_supervised__user__extensions__delegate__impl.cc +++ b/www/chromium/files/patch-chrome_browser_supervised__user_supervised__user__extensions__delegate__impl.cc @@ -1,6 +1,6 @@ ---- chrome/browser/supervised_user/supervised_user_extensions_delegate_impl.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/supervised_user/supervised_user_extensions_delegate_impl.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/supervised_user/supervised_user_extensions_delegate_impl.cc -@@ -197,7 +197,7 @@ void SupervisedUserExtensionsDelegateImpl::RequestExte +@@ -205,7 +205,7 @@ void SupervisedUserExtensionsDelegateImpl::RequestExte return; } } diff --git a/www/chromium/files/patch-chrome_browser_sync_chrome__sync__controller__builder.cc b/www/chromium/files/patch-chrome_browser_sync_chrome__sync__controller__builder.cc index 1415d7789cbd..3d9dfc30db74 100644 --- a/www/chromium/files/patch-chrome_browser_sync_chrome__sync__controller__builder.cc +++ b/www/chromium/files/patch-chrome_browser_sync_chrome__sync__controller__builder.cc @@ -1,6 +1,6 @@ ---- chrome/browser/sync/chrome_sync_controller_builder.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/sync/chrome_sync_controller_builder.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/sync/chrome_sync_controller_builder.cc -@@ -289,7 +289,7 @@ ChromeSyncControllerBuilder::Build(syncer::SyncService +@@ -304,7 +304,7 @@ ChromeSyncControllerBuilder::Build(syncer::SyncService #if BUILDFLAG(ENABLE_SPELLCHECK) // Chrome prefers OS provided spell checkers where they exist. So only sync // the custom dictionary on platforms that typically don't provide one. diff --git a/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group.cc b/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group.cc index c2f191e6e3fa..3b6bfd851d1f 100644 --- a/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group.cc +++ b/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group.cc @@ -1,6 +1,6 @@ ---- chrome/browser/task_manager/sampling/task_group.cc.orig 2025-03-05 08:14:56 UTC +--- chrome/browser/task_manager/sampling/task_group.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/task_manager/sampling/task_group.cc -@@ -36,7 +36,7 @@ const int kBackgroundRefreshTypesMask = +@@ -32,7 +32,7 @@ const int kBackgroundRefreshTypesMask = #if BUILDFLAG(IS_WIN) REFRESH_TYPE_START_TIME | REFRESH_TYPE_CPU_TIME | #endif // BUILDFLAG(IS_WIN) @@ -8,17 +8,17 @@ +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) REFRESH_TYPE_FD_COUNT | #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) - #if BUILDFLAG(ENABLE_NACL) -@@ -117,7 +117,7 @@ TaskGroup::TaskGroup( - #if BUILDFLAG(ENABLE_NACL) - nacl_debug_stub_port_(nacl::kGdbDebugStubPortUnknown), - #endif // BUILDFLAG(ENABLE_NACL) + REFRESH_TYPE_PRIORITY; +@@ -100,7 +100,7 @@ TaskGroup::TaskGroup( + user_peak_handles_(-1), + hard_faults_per_second_(-1), + #endif // BUILDFLAG(IS_WIN) -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) open_fd_count_(-1), #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) idle_wakeups_per_second_(-1), -@@ -132,7 +132,7 @@ TaskGroup::TaskGroup( +@@ -115,7 +115,7 @@ TaskGroup::TaskGroup( weak_ptr_factory_.GetWeakPtr()), base::BindRepeating(&TaskGroup::OnIdleWakeupsRefreshDone, weak_ptr_factory_.GetWeakPtr()), @@ -27,9 +27,9 @@ base::BindRepeating(&TaskGroup::OnOpenFdCountRefreshDone, weak_ptr_factory_.GetWeakPtr()), #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) -@@ -302,7 +302,7 @@ void TaskGroup::OnRefreshNaClDebugStubPortDone(int nac +@@ -257,7 +257,7 @@ void TaskGroup::RefreshWindowsHandles() { + #endif // BUILDFLAG(IS_WIN) } - #endif // BUILDFLAG(ENABLE_NACL) -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) diff --git a/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group.h b/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group.h index 2eea6fa2ee81..77659c327c81 100644 --- a/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group.h +++ b/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__group.h @@ -1,36 +1,36 @@ ---- chrome/browser/task_manager/sampling/task_group.h.orig 2025-07-02 06:08:04 UTC +--- chrome/browser/task_manager/sampling/task_group.h.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/task_manager/sampling/task_group.h -@@ -41,7 +41,7 @@ inline constexpr int kUnsupportedVMRefreshFlags = +@@ -40,7 +40,7 @@ inline constexpr int kUnsupportedVMRefreshFlags = REFRESH_TYPE_WEBCACHE_STATS | REFRESH_TYPE_NETWORK_USAGE | - REFRESH_TYPE_NACL | REFRESH_TYPE_IDLE_WAKEUPS | REFRESH_TYPE_HANDLES | - REFRESH_TYPE_START_TIME | REFRESH_TYPE_CPU_TIME | REFRESH_TYPE_PRIORITY | + REFRESH_TYPE_IDLE_WAKEUPS | REFRESH_TYPE_HANDLES | REFRESH_TYPE_START_TIME | + REFRESH_TYPE_CPU_TIME | REFRESH_TYPE_PRIORITY | -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) REFRESH_TYPE_FD_COUNT | #endif REFRESH_TYPE_HARD_FAULTS; -@@ -144,7 +144,7 @@ class TaskGroup { - } - #endif // BUILDFLAG(ENABLE_NACL) +@@ -136,7 +136,7 @@ class TaskGroup { + int64_t hard_faults_per_second() const { return hard_faults_per_second_; } + #endif // BUILDFLAG(IS_WIN) -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) int open_fd_count() const { return open_fd_count_; } void set_open_fd_count(int open_fd_count) { open_fd_count_ = open_fd_count; } #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) -@@ -164,7 +164,7 @@ class TaskGroup { - void RefreshNaClDebugStubPort(int child_process_unique_id); - void OnRefreshNaClDebugStubPortDone(int port); - #endif +@@ -151,7 +151,7 @@ class TaskGroup { + + void RefreshWindowsHandles(); + -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) void OnOpenFdCountRefreshDone(int open_fd_count); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) -@@ -235,7 +235,7 @@ class TaskGroup { - #if BUILDFLAG(ENABLE_NACL) - int nacl_debug_stub_port_; - #endif // BUILDFLAG(ENABLE_NACL) +@@ -219,7 +219,7 @@ class TaskGroup { + int64_t user_peak_handles_; + int64_t hard_faults_per_second_; + #endif // BUILDFLAG(IS_WIN) -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) // The number of file descriptors currently open by the process. diff --git a/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__manager__impl.cc b/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__manager__impl.cc index e585a82235c6..1cfa14dc809e 100644 --- a/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__manager__impl.cc +++ b/www/chromium/files/patch-chrome_browser_task__manager_sampling_task__manager__impl.cc @@ -1,6 +1,6 @@ ---- chrome/browser/task_manager/sampling/task_manager_impl.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/task_manager/sampling/task_manager_impl.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/task_manager/sampling/task_manager_impl.cc -@@ -235,7 +235,7 @@ void TaskManagerImpl::GetUSERHandles(TaskId task_id, +@@ -226,7 +226,7 @@ void TaskManagerImpl::GetUSERHandles(TaskId task_id, } int TaskManagerImpl::GetOpenFdCount(TaskId task_id) const { diff --git a/www/chromium/files/patch-chrome_browser_task__manager_task__manager__observer.h b/www/chromium/files/patch-chrome_browser_task__manager_task__manager__observer.h index c31a1c12a19f..8e35faf43e69 100644 --- a/www/chromium/files/patch-chrome_browser_task__manager_task__manager__observer.h +++ b/www/chromium/files/patch-chrome_browser_task__manager_task__manager__observer.h @@ -1,11 +1,11 @@ ---- chrome/browser/task_manager/task_manager_observer.h.orig 2025-03-05 08:14:56 UTC +--- chrome/browser/task_manager/task_manager_observer.h.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/task_manager/task_manager_observer.h -@@ -46,7 +46,7 @@ enum RefreshType { +@@ -45,7 +45,7 @@ enum RefreshType { // or backgrounded. - REFRESH_TYPE_PRIORITY = 1 << 13, + REFRESH_TYPE_PRIORITY = 1 << 12, -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) // For observers interested in getting the number of open file descriptors of // processes. - REFRESH_TYPE_FD_COUNT = 1 << 14, + REFRESH_TYPE_FD_COUNT = 1 << 13, diff --git a/www/chromium/files/patch-chrome_browser_ui_actions_chrome__action__id.h b/www/chromium/files/patch-chrome_browser_ui_actions_chrome__action__id.h index 4d0a296b0127..11fac96c531d 100644 --- a/www/chromium/files/patch-chrome_browser_ui_actions_chrome__action__id.h +++ b/www/chromium/files/patch-chrome_browser_ui_actions_chrome__action__id.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/actions/chrome_action_id.h.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/actions/chrome_action_id.h.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/actions/chrome_action_id.h -@@ -504,7 +504,7 @@ +@@ -508,7 +508,7 @@ #if BUILDFLAG(IS_CHROMEOS) #define CHROME_PLATFORM_SPECIFIC_ACTION_IDS \ E(kToggleMultitaskMenu, IDC_TOGGLE_MULTITASK_MENU) diff --git a/www/chromium/files/patch-chrome_browser_ui_autofill_payments_desktop__payments__window__manager.cc b/www/chromium/files/patch-chrome_browser_ui_autofill_payments_desktop__payments__window__manager.cc index 9cd89c3a2142..ef5099e85f03 100644 --- a/www/chromium/files/patch-chrome_browser_ui_autofill_payments_desktop__payments__window__manager.cc +++ b/www/chromium/files/patch-chrome_browser_ui_autofill_payments_desktop__payments__window__manager.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/autofill/payments/desktop_payments_window_manager.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/ui/autofill/payments/desktop_payments_window_manager.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/autofill/payments/desktop_payments_window_manager.cc @@ -58,7 +58,7 @@ gfx::Rect GetPopupSizeForBnpl() { DesktopPaymentsWindowManager::DesktopPaymentsWindowManager( @@ -9,7 +9,7 @@ scoped_observation_.Observe(BrowserList::GetInstance()); #endif // BUILDFLAG(IS_LINUX) } -@@ -144,7 +144,7 @@ void DesktopPaymentsWindowManager::WebContentsDestroye +@@ -151,7 +151,7 @@ void DesktopPaymentsWindowManager::WebContentsDestroye } } diff --git a/www/chromium/files/patch-chrome_browser_ui_autofill_payments_desktop__payments__window__manager.h b/www/chromium/files/patch-chrome_browser_ui_autofill_payments_desktop__payments__window__manager.h index d01abd876afc..7338116c07ea 100644 --- a/www/chromium/files/patch-chrome_browser_ui_autofill_payments_desktop__payments__window__manager.h +++ b/www/chromium/files/patch-chrome_browser_ui_autofill_payments_desktop__payments__window__manager.h @@ -1,4 +1,4 @@ ---- chrome/browser/ui/autofill/payments/desktop_payments_window_manager.h.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/ui/autofill/payments/desktop_payments_window_manager.h.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/autofill/payments/desktop_payments_window_manager.h @@ -14,7 +14,7 @@ #include "components/autofill/core/browser/payments/payments_window_manager.h" @@ -27,7 +27,7 @@ // BrowserListObserver: void OnBrowserSetLastActive(Browser* browser) override; #endif // BUILDFLAG(IS_LINUX) -@@ -165,7 +165,7 @@ class DesktopPaymentsWindowManager : public PaymentsWi +@@ -130,7 +130,7 @@ class DesktopPaymentsWindowManager : public PaymentsWi // Used in tests to notify the test infrastructure that the pop-up has closed. base::RepeatingClosure popup_closed_closure_for_testing_; diff --git a/www/chromium/files/patch-chrome_browser_ui_browser.h b/www/chromium/files/patch-chrome_browser_ui_browser.h index a813b0fa3523..472b23784605 100644 --- a/www/chromium/files/patch-chrome_browser_ui_browser.h +++ b/www/chromium/files/patch-chrome_browser_ui_browser.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/browser.h.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/browser.h.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/browser.h -@@ -293,7 +293,7 @@ class Browser : public TabStripModelObserver, +@@ -279,7 +279,7 @@ class Browser : public TabStripModelObserver, std::optional<int64_t> display_id; #endif diff --git a/www/chromium/files/patch-chrome_browser_ui_browser__command__controller.cc b/www/chromium/files/patch-chrome_browser_ui_browser__command__controller.cc index aed4bbf6599e..7c47499e7f94 100644 --- a/www/chromium/files/patch-chrome_browser_ui_browser__command__controller.cc +++ b/www/chromium/files/patch-chrome_browser_ui_browser__command__controller.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/browser_command_controller.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/browser_command_controller.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/browser_command_controller.cc -@@ -127,7 +127,7 @@ +@@ -129,7 +129,7 @@ #include "components/user_manager/user_manager.h" #endif @@ -9,7 +9,7 @@ #include "ui/base/ime/text_edit_commands.h" #include "ui/base/ime/text_input_flags.h" #include "ui/linux/linux_ui.h" -@@ -137,7 +137,7 @@ +@@ -139,7 +139,7 @@ #include "ui/ozone/public/ozone_platform.h" #endif @@ -18,7 +18,7 @@ #include "chrome/browser/ui/shortcuts/desktop_shortcuts_utils.h" #endif // BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) -@@ -363,7 +363,7 @@ bool BrowserCommandController::IsReservedCommandOrKey( +@@ -366,7 +366,7 @@ bool BrowserCommandController::IsReservedCommandOrKey( #endif } @@ -27,7 +27,7 @@ // If this key was registered by the user as a content editing hotkey, then // it is not reserved. auto* linux_ui = ui::LinuxUi::instance(); -@@ -632,7 +632,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo +@@ -654,7 +654,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo break; #endif @@ -36,7 +36,7 @@ case IDC_MINIMIZE_WINDOW: browser_->window()->Minimize(); break; -@@ -849,7 +849,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo +@@ -871,7 +871,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo break; case IDC_CREATE_SHORTCUT: base::RecordAction(base::UserMetricsAction("CreateShortcut")); @@ -45,7 +45,7 @@ chrome::CreateDesktopShortcutForActiveWebContents(browser_); #else web_app::CreateWebAppFromCurrentWebContents( -@@ -1018,7 +1018,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo +@@ -1044,7 +1044,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo #endif // BUILDFLAG(GOOGLE_CHROME_BRANDING) case IDC_CHROME_WHATS_NEW: #if BUILDFLAG(GOOGLE_CHROME_BRANDING) && \ @@ -54,7 +54,7 @@ ShowChromeWhatsNew(browser_); break; #else -@@ -1395,7 +1395,7 @@ void BrowserCommandController::InitCommandState() { +@@ -1421,7 +1421,7 @@ void BrowserCommandController::InitCommandState() { command_updater_.UpdateCommandEnabled(IDC_VISIT_DESKTOP_OF_LRU_USER_4, true); command_updater_.UpdateCommandEnabled(IDC_VISIT_DESKTOP_OF_LRU_USER_5, true); #endif @@ -63,7 +63,7 @@ command_updater_.UpdateCommandEnabled(IDC_MINIMIZE_WINDOW, true); command_updater_.UpdateCommandEnabled(IDC_MAXIMIZE_WINDOW, true); command_updater_.UpdateCommandEnabled(IDC_RESTORE_WINDOW, true); -@@ -1747,7 +1747,7 @@ void BrowserCommandController::UpdateCommandsForTabSta +@@ -1774,7 +1774,7 @@ void BrowserCommandController::UpdateCommandsForTabSta bool can_create_web_app = web_app::CanCreateWebApp(browser_); command_updater_.UpdateCommandEnabled(IDC_INSTALL_PWA, can_create_web_app); diff --git a/www/chromium/files/patch-chrome_browser_ui_browser__commands.cc b/www/chromium/files/patch-chrome_browser_ui_browser__commands.cc index c29b81db75fc..ba28cd5333ac 100644 --- a/www/chromium/files/patch-chrome_browser_ui_browser__commands.cc +++ b/www/chromium/files/patch-chrome_browser_ui_browser__commands.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/browser_commands.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/browser_commands.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/browser_commands.cc -@@ -2195,7 +2195,7 @@ void OpenUpdateChromeDialog(Browser* browser) { +@@ -2214,7 +2214,7 @@ void OpenUpdateChromeDialog(Browser* browser) { } else if (UpgradeDetector::GetInstance()->is_outdated_install_no_au()) { UpgradeDetector::GetInstance()->NotifyOutdatedInstallNoAutoUpdate(); } else { diff --git a/www/chromium/files/patch-chrome_browser_ui_browser__ui__prefs.cc b/www/chromium/files/patch-chrome_browser_ui_browser__ui__prefs.cc index 9c3d5df4696e..949112b56b62 100644 --- a/www/chromium/files/patch-chrome_browser_ui_browser__ui__prefs.cc +++ b/www/chromium/files/patch-chrome_browser_ui_browser__ui__prefs.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/browser_ui_prefs.cc.orig 2025-07-02 06:08:04 UTC +--- chrome/browser/ui/browser_ui_prefs.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/browser_ui_prefs.cc -@@ -80,7 +80,7 @@ void RegisterBrowserPrefs(PrefRegistrySimple* registry +@@ -84,7 +84,7 @@ void RegisterBrowserPrefs(PrefRegistrySimple* registry registry->RegisterTimePref(prefs::kPdfInfoBarLastShown, base::Time()); registry->RegisterIntegerPref(prefs::kPdfInfoBarTimesShown, 0); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) @@ -9,7 +9,7 @@ registry->RegisterStringPref(prefs::kEnterpriseCustomLabelForBrowser, std::string()); registry->RegisterStringPref(prefs::kEnterpriseLogoUrlForBrowser, -@@ -203,7 +203,7 @@ void RegisterBrowserUserPrefs(user_prefs::PrefRegistry +@@ -208,7 +208,7 @@ void RegisterBrowserUserPrefs(user_prefs::PrefRegistry registry->RegisterDictionaryPref(prefs::kHttpsUpgradeFallbacks); registry->RegisterDictionaryPref(prefs::kHttpsUpgradeNavigations); registry->RegisterBooleanPref(prefs::kHttpsOnlyModeAutoEnabled, false); diff --git a/www/chromium/files/patch-chrome_browser_ui_chrome__pages.cc b/www/chromium/files/patch-chrome_browser_ui_chrome__pages.cc index 0bc1586eae70..79c685f4a486 100644 --- a/www/chromium/files/patch-chrome_browser_ui_chrome__pages.cc +++ b/www/chromium/files/patch-chrome_browser_ui_chrome__pages.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/chrome_pages.cc.orig 2025-07-02 06:08:04 UTC +--- chrome/browser/ui/chrome_pages.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/chrome_pages.cc @@ -85,7 +85,7 @@ #include "components/signin/public/identity_manager/identity_manager.h" @@ -9,7 +9,7 @@ #include "chrome/browser/web_applications/web_app_utils.h" #endif -@@ -382,7 +382,7 @@ void ShowChromeTips(Browser* browser) { +@@ -393,7 +393,7 @@ void ShowChromeTips(Browser* browser) { ShowSingletonTab(browser, GURL(kChromeTipsURL)); } @@ -18,7 +18,7 @@ void ShowChromeWhatsNew(Browser* browser) { ShowSingletonTab(browser, GURL(kChromeUIWhatsNewURL)); } -@@ -706,7 +706,7 @@ void ShowShortcutCustomizationApp(Profile* profile, +@@ -717,7 +717,7 @@ void ShowShortcutCustomizationApp(Profile* profile, } #endif // BUILDFLAG(IS_CHROMEOS) diff --git a/www/chromium/files/patch-chrome_browser_ui_hats_survey__config.cc b/www/chromium/files/patch-chrome_browser_ui_hats_survey__config.cc new file mode 100644 index 000000000000..2f6e6e9ed792 --- /dev/null +++ b/www/chromium/files/patch-chrome_browser_ui_hats_survey__config.cc @@ -0,0 +1,11 @@ +--- chrome/browser/ui/hats/survey_config.cc.orig 2025-09-06 10:01:20 UTC ++++ chrome/browser/ui/hats/survey_config.cc +@@ -495,7 +495,7 @@ std::vector<hats::SurveyConfig> GetAllSurveyConfigs() + &features::kHappinessTrackingSurveysForWallpaperSearch, + kHatsSurveyTriggerWallpaperSearch); + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + std::vector<std::string> identity_string_psd_fields{ + "Channel", "Chrome Version", "Number of Chrome Profiles", + "Number of Google Accounts", "Sign-in Status"}; diff --git a/www/chromium/files/patch-chrome_browser_ui_hats_trust__safety__sentiment__service__factory.cc b/www/chromium/files/patch-chrome_browser_ui_hats_trust__safety__sentiment__service__factory.cc new file mode 100644 index 000000000000..49cddeec457d --- /dev/null +++ b/www/chromium/files/patch-chrome_browser_ui_hats_trust__safety__sentiment__service__factory.cc @@ -0,0 +1,11 @@ +--- chrome/browser/ui/hats/trust_safety_sentiment_service_factory.cc.orig 2025-09-06 10:01:20 UTC ++++ chrome/browser/ui/hats/trust_safety_sentiment_service_factory.cc +@@ -59,7 +59,7 @@ TrustSafetySentimentServiceFactory::BuildServiceInstan + // TrustSafetySentimentSurvey is conducted only for Windows, MacOS and Linux + // currently. + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || \ +- (BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS)) ++ ((BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && !BUILDFLAG(IS_CHROMEOS)) + + // TrustSafetySentimentSurvey is conducted only in English currently. + const std::string& application_locale = diff --git a/www/chromium/files/patch-chrome_browser_ui_passwords_manage__passwords__ui__controller.cc b/www/chromium/files/patch-chrome_browser_ui_passwords_manage__passwords__ui__controller.cc index a629b57d28a8..45785b7660c9 100644 --- a/www/chromium/files/patch-chrome_browser_ui_passwords_manage__passwords__ui__controller.cc +++ b/www/chromium/files/patch-chrome_browser_ui_passwords_manage__passwords__ui__controller.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/passwords/manage_passwords_ui_controller.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/passwords/manage_passwords_ui_controller.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/passwords/manage_passwords_ui_controller.cc -@@ -108,7 +108,7 @@ namespace { +@@ -113,7 +113,7 @@ namespace { using Logger = autofill::SavePasswordProgressLogger; @@ -9,7 +9,7 @@ // Should be kept in sync with constant declared in // bubble_controllers/relaunch_chrome_bubble_controller.cc. constexpr int kMaxNumberOfTimesKeychainErrorBubbleIsShown = 3; -@@ -567,7 +567,7 @@ void ManagePasswordsUIController::OnBiometricAuthBefor +@@ -622,7 +622,7 @@ void ManagePasswordsUIController::OnBiometricAuthBefor } void ManagePasswordsUIController::OnKeychainError() { diff --git a/www/chromium/files/patch-chrome_browser_ui_signin_signin__view__controller.cc b/www/chromium/files/patch-chrome_browser_ui_signin_signin__view__controller.cc index 4b8bbab8c233..0553f1c5af36 100644 --- a/www/chromium/files/patch-chrome_browser_ui_signin_signin__view__controller.cc +++ b/www/chromium/files/patch-chrome_browser_ui_signin_signin__view__controller.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/signin/signin_view_controller.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/signin/signin_view_controller.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/signin/signin_view_controller.cc -@@ -472,7 +472,7 @@ void SigninViewController::ShowModalSyncConfirmationDi +@@ -476,7 +476,7 @@ void SigninViewController::ShowModalSyncConfirmationDi GetOnModalDialogClosedCallback()); } @@ -9,7 +9,7 @@ void SigninViewController::ShowModalHistorySyncOptInDialog() { CHECK(base::FeatureList::IsEnabled(switches::kEnableHistorySyncOptin)); CloseModalSignin(); -@@ -486,7 +486,7 @@ void SigninViewController::ShowModalHistorySyncOptInDi +@@ -491,7 +491,7 @@ void SigninViewController::ShowModalHistorySyncOptInDi void SigninViewController::ShowModalManagedUserNoticeDialog( std::unique_ptr<signin::EnterpriseProfileCreationDialogParams> create_param) { diff --git a/www/chromium/files/patch-chrome_browser_ui_signin_signin__view__controller.h b/www/chromium/files/patch-chrome_browser_ui_signin_signin__view__controller.h index 75c80d9e9346..7ff3517beeb7 100644 --- a/www/chromium/files/patch-chrome_browser_ui_signin_signin__view__controller.h +++ b/www/chromium/files/patch-chrome_browser_ui_signin_signin__view__controller.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/signin/signin_view_controller.h.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/signin/signin_view_controller.h.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/signin/signin_view_controller.h -@@ -166,7 +166,7 @@ class SigninViewController { +@@ -169,7 +169,7 @@ class SigninViewController { void ShowModalSyncConfirmationDialog(bool is_signin_intercept, bool is_sync_promo); diff --git a/www/chromium/files/patch-chrome_browser_ui_signin_signin__view__controller__delegate.h b/www/chromium/files/patch-chrome_browser_ui_signin_signin__view__controller__delegate.h index 222e0242949b..d0ec8ea9fa5e 100644 --- a/www/chromium/files/patch-chrome_browser_ui_signin_signin__view__controller__delegate.h +++ b/www/chromium/files/patch-chrome_browser_ui_signin_signin__view__controller__delegate.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/signin/signin_view_controller_delegate.h.orig 2025-07-02 06:08:04 UTC +--- chrome/browser/ui/signin/signin_view_controller_delegate.h.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/signin/signin_view_controller_delegate.h -@@ -48,7 +48,7 @@ class SigninViewControllerDelegate { +@@ -49,7 +49,7 @@ class SigninViewControllerDelegate { SyncConfirmationStyle style, bool is_sync_promo); @@ -9,7 +9,7 @@ // Returns a platform-specific SigninViewControllerDelegate instance that // displays the modal history sync opt in dialog. The returned object should // delete itself when the window it's managing is closed. -@@ -87,7 +87,7 @@ class SigninViewControllerDelegate { +@@ -89,7 +89,7 @@ class SigninViewControllerDelegate { SignoutConfirmationCallback callback); #endif // BUILDFLAG(ENABLE_DICE_SUPPORT) diff --git a/www/chromium/files/patch-chrome_browser_ui_startup_bad__flags__prompt.cc b/www/chromium/files/patch-chrome_browser_ui_startup_bad__flags__prompt.cc index 8f44393146a6..270b75babfe7 100644 --- a/www/chromium/files/patch-chrome_browser_ui_startup_bad__flags__prompt.cc +++ b/www/chromium/files/patch-chrome_browser_ui_startup_bad__flags__prompt.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/startup/bad_flags_prompt.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/startup/bad_flags_prompt.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/startup/bad_flags_prompt.cc -@@ -96,7 +96,7 @@ const char* const kBadFlags[] = { +@@ -105,7 +105,7 @@ const char* const kBadFlags[] = { extensions::switches::kExtensionsOnExtensionURLs, #endif diff --git a/www/chromium/files/patch-chrome_browser_ui_startup_startup__browser__creator.cc b/www/chromium/files/patch-chrome_browser_ui_startup_startup__browser__creator.cc index 14b81d4506ae..0d2d3377a3d7 100644 --- a/www/chromium/files/patch-chrome_browser_ui_startup_startup__browser__creator.cc +++ b/www/chromium/files/patch-chrome_browser_ui_startup_startup__browser__creator.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/startup/startup_browser_creator.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/startup/startup_browser_creator.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/startup/startup_browser_creator.cc @@ -134,7 +134,7 @@ #include "chrome/credential_provider/common/gcp_strings.h" @@ -9,7 +9,7 @@ #include "chrome/browser/headless/headless_mode_util.h" #include "chrome/browser/ui/startup/web_app_info_recorder_utils.h" #include "components/headless/policy/headless_mode_policy.h" -@@ -980,7 +980,7 @@ bool StartupBrowserCreator::ProcessCmdLineImpl( +@@ -1019,7 +1019,7 @@ bool StartupBrowserCreator::ProcessCmdLineImpl( TRACE_EVENT0("startup", "StartupBrowserCreator::ProcessCmdLineImpl"); ComputeAndRecordLaunchMode(command_line); @@ -18,7 +18,7 @@ if (headless::IsHeadlessMode() && headless::HeadlessModePolicy::IsHeadlessModeDisabled( g_browser_process->local_state())) { -@@ -1083,7 +1083,7 @@ bool StartupBrowserCreator::ProcessCmdLineImpl( +@@ -1122,7 +1122,7 @@ bool StartupBrowserCreator::ProcessCmdLineImpl( silent_launch = true; } @@ -27,7 +27,7 @@ // Writes open and installed web apps to the specified file without // launching a new browser window or tab. if (base::FeatureList::IsEnabled(features::kListWebAppsSwitch) && -@@ -1300,7 +1300,7 @@ bool StartupBrowserCreator::ProcessCmdLineImpl( +@@ -1339,7 +1339,7 @@ bool StartupBrowserCreator::ProcessCmdLineImpl( CHECK_EQ(profile_info.mode, StartupProfileMode::kBrowserWindow) << "Failed launch with app: couldn't pick a profile"; std::string app_id = command_line.GetSwitchValueASCII(switches::kAppId); diff --git a/www/chromium/files/patch-chrome_browser_ui_startup_startup__browser__creator__impl.cc b/www/chromium/files/patch-chrome_browser_ui_startup_startup__browser__creator__impl.cc index bfc7d3ab690f..a1f615522cd3 100644 --- a/www/chromium/files/patch-chrome_browser_ui_startup_startup__browser__creator__impl.cc +++ b/www/chromium/files/patch-chrome_browser_ui_startup_startup__browser__creator__impl.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/startup/startup_browser_creator_impl.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/startup/startup_browser_creator_impl.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/startup/startup_browser_creator_impl.cc -@@ -74,7 +74,7 @@ +@@ -80,7 +80,7 @@ #include "components/app_restore/full_restore_utils.h" #endif @@ -9,7 +9,7 @@ #include "chrome/browser/ui/webui/whats_new/whats_new_fetcher.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -@@ -206,7 +206,7 @@ Browser* StartupBrowserCreatorImpl::OpenTabsInBrowser( +@@ -214,7 +214,7 @@ Browser* StartupBrowserCreatorImpl::OpenTabsInBrowser( // at the state of the MessageLoop. Browser::CreateParams params = Browser::CreateParams(profile_, false); params.creation_source = Browser::CreationSource::kStartupCreator; @@ -18,7 +18,7 @@ params.startup_id = command_line_->GetSwitchValueASCII("desktop-startup-id"); #endif -@@ -236,7 +236,7 @@ Browser* StartupBrowserCreatorImpl::OpenTabsInBrowser( +@@ -244,7 +244,7 @@ Browser* StartupBrowserCreatorImpl::OpenTabsInBrowser( continue; } diff --git a/www/chromium/files/patch-chrome_browser_ui_tabs_features.cc b/www/chromium/files/patch-chrome_browser_ui_tabs_features.cc index b3e0f42afb55..df2b011866fe 100644 --- a/www/chromium/files/patch-chrome_browser_ui_tabs_features.cc +++ b/www/chromium/files/patch-chrome_browser_ui_tabs_features.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/tabs/features.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/tabs/features.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/tabs/features.cc -@@ -59,7 +59,7 @@ bool CanShowTabSearchPositionSetting() { +@@ -60,7 +60,7 @@ bool CanShowTabSearchPositionSetting() { } // Mac and other platforms will always have the tab search position in the // correct location, cros/linux/win git the user the option to change. diff --git a/www/chromium/files/patch-chrome_browser_ui_tabs_tab__dialog__manager.cc b/www/chromium/files/patch-chrome_browser_ui_tabs_tab__dialog__manager.cc index 78836f7ae54f..43e180b938d9 100644 --- a/www/chromium/files/patch-chrome_browser_ui_tabs_tab__dialog__manager.cc +++ b/www/chromium/files/patch-chrome_browser_ui_tabs_tab__dialog__manager.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/tabs/tab_dialog_manager.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/tabs/tab_dialog_manager.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/tabs/tab_dialog_manager.cc -@@ -85,7 +85,7 @@ bool SupportsGlobalScreenCoordinates() { +@@ -88,7 +88,7 @@ bool SupportsGlobalScreenCoordinates() { } bool PlatformClipsChildrenToViewport() { diff --git a/www/chromium/files/patch-chrome_browser_ui_tabs_tab__features.cc b/www/chromium/files/patch-chrome_browser_ui_tabs_tab__features.cc index 62239a8b676a..08278a72e532 100644 --- a/www/chromium/files/patch-chrome_browser_ui_tabs_tab__features.cc +++ b/www/chromium/files/patch-chrome_browser_ui_tabs_tab__features.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/tabs/tab_features.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/tabs/tab_features.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/tabs/tab_features.cc -@@ -338,7 +338,7 @@ void TabFeatures::Init(TabInterface& tab, Profile* pro +@@ -356,7 +356,7 @@ void TabFeatures::Init(TabInterface& tab, Profile* pro task_manager::WebContentsTags::CreateForTabContents(tab.GetContents()); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-chrome_browser_ui_task__manager_task__manager__columns.h b/www/chromium/files/patch-chrome_browser_ui_task__manager_task__manager__columns.h index 6bca2d88332b..053c8f4280bc 100644 --- a/www/chromium/files/patch-chrome_browser_ui_task__manager_task__manager__columns.h +++ b/www/chromium/files/patch-chrome_browser_ui_task__manager_task__manager__columns.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/task_manager/task_manager_columns.h.orig 2025-03-05 08:14:56 UTC +--- chrome/browser/ui/task_manager/task_manager_columns.h.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/task_manager/task_manager_columns.h -@@ -277,7 +277,7 @@ inline constexpr std::array kColumns = { +@@ -264,7 +264,7 @@ inline constexpr std::array kColumns = { .default_visibility = false}, #endif diff --git a/www/chromium/files/patch-chrome_browser_ui_task__manager_task__manager__table__model.cc b/www/chromium/files/patch-chrome_browser_ui_task__manager_task__manager__table__model.cc index 4f24e7558f74..9f49b33920cb 100644 --- a/www/chromium/files/patch-chrome_browser_ui_task__manager_task__manager__table__model.cc +++ b/www/chromium/files/patch-chrome_browser_ui_task__manager_task__manager__table__model.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/task_manager/task_manager_table_model.cc.orig 2025-07-02 06:08:04 UTC +--- chrome/browser/ui/task_manager/task_manager_table_model.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/task_manager/task_manager_table_model.cc -@@ -419,7 +419,7 @@ TaskManagerTableModel::~TaskManagerTableModel() { +@@ -376,7 +376,7 @@ TaskManagerTableModel::~TaskManagerTableModel() { // Note: system_total_time_ is used for both since there is no functional // difference between browser & system (they are essentially the same tab). // Instead, the data is routed to the platform appropriate bucket. @@ -9,7 +9,7 @@ task_manager::RecordTabSwitchEvent(CategoryRecord::kBrowser, system_total_time_); #elif BUILDFLAG(IS_CHROMEOS) -@@ -560,7 +560,7 @@ std::u16string TaskManagerTableModel::GetText(size_t r +@@ -509,7 +509,7 @@ std::u16string TaskManagerTableModel::GetText(size_t r ? stringifier_->backgrounded_string() : stringifier_->foregrounded_string(); @@ -18,7 +18,7 @@ case IDS_TASK_MANAGER_OPEN_FD_COUNT_COLUMN: { const int fd_count = observed_task_manager()->GetOpenFdCount(tasks_[row]); return fd_count >= 0 ? base::FormatNumber(fd_count) -@@ -723,7 +723,7 @@ int TaskManagerTableModel::CompareValues(size_t row1, +@@ -667,7 +667,7 @@ int TaskManagerTableModel::CompareValues(size_t row1, return BooleanCompare(is_proc1_bg, is_proc2_bg); } @@ -27,7 +27,7 @@ case IDS_TASK_MANAGER_OPEN_FD_COUNT_COLUMN: { const int proc1_fd_count = observed_task_manager()->GetOpenFdCount(tasks_[row1]); -@@ -1040,7 +1040,7 @@ void TaskManagerTableModel::UpdateRefreshTypes(int col +@@ -979,7 +979,7 @@ void TaskManagerTableModel::UpdateRefreshTypes(int col type = REFRESH_TYPE_KEEPALIVE_COUNT; break; diff --git a/www/chromium/files/patch-chrome_browser_ui_ui__features.cc b/www/chromium/files/patch-chrome_browser_ui_ui__features.cc index 4593528941ff..d018b961e767 100644 --- a/www/chromium/files/patch-chrome_browser_ui_ui__features.cc +++ b/www/chromium/files/patch-chrome_browser_ui_ui__features.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/ui_features.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/ui_features.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/ui_features.cc @@ -38,7 +38,7 @@ BASE_FEATURE(kCloseOmniboxPopupOnInactiveAreaClick, "CloseOmniboxPopupOnInactiveAreaClick", @@ -9,7 +9,7 @@ // Enables the feature to remove the last confirmation dialog when relaunching // to update Chrome. BASE_FEATURE(kFewerUpdateConfirmations, -@@ -320,7 +320,7 @@ BASE_FEATURE(kViewsJSAppModalDialog, +@@ -398,7 +398,7 @@ BASE_FEATURE(kViewsJSAppModalDialog, base::FEATURE_DISABLED_BY_DEFAULT); #endif diff --git a/www/chromium/files/patch-chrome_browser_ui_ui__features.h b/www/chromium/files/patch-chrome_browser_ui_ui__features.h index 2af4ee335833..4ecff189fdaf 100644 --- a/www/chromium/files/patch-chrome_browser_ui_ui__features.h +++ b/www/chromium/files/patch-chrome_browser_ui_ui__features.h @@ -1,4 +1,4 @@ ---- chrome/browser/ui/ui_features.h.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/ui_features.h.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/ui_features.h @@ -28,7 +28,7 @@ BASE_DECLARE_FEATURE(kAllowEyeDropperWGCScreenCapture) @@ -9,7 +9,7 @@ BASE_DECLARE_FEATURE(kFewerUpdateConfirmations); #endif -@@ -311,7 +311,7 @@ BASE_DECLARE_FEATURE(kViewsFirstRunDialog); +@@ -292,7 +292,7 @@ BASE_DECLARE_FEATURE(kViewsFirstRunDialog); BASE_DECLARE_FEATURE(kViewsJSAppModalDialog); #endif diff --git a/www/chromium/files/patch-chrome_browser_ui_views_chrome__browser__main__extra__parts__views.cc b/www/chromium/files/patch-chrome_browser_ui_views_chrome__browser__main__extra__parts__views.cc index 1da388f6b7c2..aa34b7c5885f 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_chrome__browser__main__extra__parts__views.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_chrome__browser__main__extra__parts__views.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc -@@ -39,7 +39,7 @@ +@@ -36,7 +36,7 @@ #include "ui/wm/core/wm_state.h" #endif // defined(USE_AURA) @@ -9,7 +9,7 @@ #include <sys/stat.h> #include <sys/types.h> #include <unistd.h> -@@ -143,7 +143,7 @@ void ChromeBrowserMainExtraPartsViews::PreProfileInit( +@@ -131,7 +131,7 @@ void ChromeBrowserMainExtraPartsViews::PreProfileInit( return controller; })); diff --git a/www/chromium/files/patch-chrome_browser_ui_views_chrome__views__delegate__linux.cc b/www/chromium/files/patch-chrome_browser_ui_views_chrome__views__delegate__linux.cc index bb568d3dd833..171cf5201a76 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_chrome__views__delegate__linux.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_chrome__views__delegate__linux.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/chrome_views_delegate_linux.cc.orig 2024-05-21 18:07:39 UTC +--- chrome/browser/ui/views/chrome_views_delegate_linux.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/views/chrome_views_delegate_linux.cc -@@ -26,7 +26,7 @@ bool IsDesktopEnvironmentUnity() { +@@ -27,7 +27,7 @@ bool IsDesktopEnvironmentUnity() { return desktop_env == base::nix::DESKTOP_ENVIRONMENT_UNITY; } @@ -9,7 +9,7 @@ int GetWindowIconResourceId() { #if BUILDFLAG(GOOGLE_CHROME_BRANDING) switch (chrome::GetChannel()) { -@@ -80,7 +80,7 @@ views::NativeWidget* ChromeViewsDelegate::CreateNative +@@ -85,7 +85,7 @@ views::NativeWidget* ChromeViewsDelegate::CreateNative delegate); } diff --git a/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__non__client__frame__view__factory__views.cc b/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__non__client__frame__view__factory__views.cc index 0280c3d311eb..551a2217b03c 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__non__client__frame__view__factory__views.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__non__client__frame__view__factory__views.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/frame/browser_non_client_frame_view_factory_views.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/ui/views/frame/browser_non_client_frame_view_factory_views.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/views/frame/browser_non_client_frame_view_factory_views.cc -@@ -15,7 +15,7 @@ +@@ -17,7 +17,7 @@ #include "chrome/browser/ui/views/frame/browser_frame_view_win.h" #endif @@ -9,21 +9,12 @@ #include "chrome/browser/ui/views/frame/browser_frame_view_layout_linux.h" #include "chrome/browser/ui/views/frame/browser_frame_view_layout_linux_native.h" #include "chrome/browser/ui/views/frame/browser_frame_view_linux_native.h" -@@ -33,7 +33,7 @@ namespace { - std::unique_ptr<OpaqueBrowserFrameView> CreateOpaqueBrowserFrameView( - BrowserFrame* frame, - BrowserView* browser_view) { +@@ -32,7 +32,7 @@ namespace chrome { + + namespace { + -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - auto* profile = browser_view->browser()->profile(); - auto* linux_ui_theme = ui::LinuxUiTheme::GetForProfile(profile); - auto* theme_service_factory = ThemeServiceFactory::GetForProfile(profile); -@@ -83,7 +83,7 @@ std::unique_ptr<BrowserNonClientFrameView> CreateBrows + std::unique_ptr<OpaqueBrowserFrameView> CreateOpaqueBrowserFrameViewLinux( BrowserFrame* frame, BrowserView* browser_view) { - if (browser_view->browser()->is_type_picture_in_picture()) { --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - return std::make_unique<PictureInPictureBrowserFrameViewLinux>( - frame, browser_view); - #else diff --git a/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__view.cc b/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__view.cc index e0dae6b029c8..80b225b8fcce 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__view.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__view.cc @@ -1,15 +1,15 @@ ---- chrome/browser/ui/views/frame/browser_view.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/views/frame/browser_view.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/views/frame/browser_view.cc -@@ -2608,7 +2608,7 @@ void BrowserView::ToolbarSizeChanged(bool is_animating +@@ -2476,7 +2476,7 @@ void BrowserView::ToolbarSizeChanged(bool is_animating } void BrowserView::TabDraggingStatusChanged(bool is_dragging) { -#if !BUILDFLAG(IS_LINUX) +#if !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_BSD) - GetContentsWebView()->SetFastResize(is_dragging); - if (multi_contents_view_) { - multi_contents_view_->GetInactiveContentsView()->SetFastResize(is_dragging); -@@ -6027,7 +6027,7 @@ void BrowserView::MaybeShowProfileSwitchIPH() { + std::vector<ContentsWebView*> contents_web_views = + GetAllVisibleContentsWebViews(); + +@@ -5961,7 +5961,7 @@ void BrowserView::MaybeShowProfileSwitchIPH() { } void BrowserView::MaybeShowSupervisedUserProfileSignInIPH() { diff --git a/www/chromium/files/patch-chrome_browser_ui_views_frame_picture__in__picture__browser__frame__view.cc b/www/chromium/files/patch-chrome_browser_ui_views_frame_picture__in__picture__browser__frame__view.cc index 1474a00cc564..7f81d4130ef5 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_frame_picture__in__picture__browser__frame__view.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_frame_picture__in__picture__browser__frame__view.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/frame/picture_in_picture_browser_frame_view.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/views/frame/picture_in_picture_browser_frame_view.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/views/frame/picture_in_picture_browser_frame_view.cc -@@ -69,7 +69,7 @@ +@@ -74,7 +74,7 @@ // Windows, Mac and CrOS do not clip child widgets to their parents, so we // don't have to worry about resizing quite as much. diff --git a/www/chromium/files/patch-chrome_browser_ui_views_frame_system__menu__model__builder.cc b/www/chromium/files/patch-chrome_browser_ui_views_frame_system__menu__model__builder.cc index ba4a03c3d96b..fd11991eb637 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_frame_system__menu__model__builder.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_frame_system__menu__model__builder.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/frame/system_menu_model_builder.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/ui/views/frame/system_menu_model_builder.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/views/frame/system_menu_model_builder.cc -@@ -75,7 +75,7 @@ void SystemMenuModelBuilder::BuildMenu(ui::SimpleMenuM +@@ -74,7 +74,7 @@ void SystemMenuModelBuilder::BuildMenu(ui::SimpleMenuM void SystemMenuModelBuilder::BuildSystemMenuForBrowserWindow( ui::SimpleMenuModel* model) { @@ -9,7 +9,7 @@ model->AddItemWithStringId(IDC_MINIMIZE_WINDOW, IDS_MINIMIZE_WINDOW_MENU); model->AddItemWithStringId(IDC_MAXIMIZE_WINDOW, IDS_MAXIMIZE_WINDOW_MENU); model->AddItemWithStringId(IDC_RESTORE_WINDOW, IDS_RESTORE_WINDOW_MENU); -@@ -101,7 +101,7 @@ void SystemMenuModelBuilder::BuildSystemMenuForBrowser +@@ -100,7 +100,7 @@ void SystemMenuModelBuilder::BuildSystemMenuForBrowser model->AddSeparator(ui::NORMAL_SEPARATOR); model->AddItemWithStringId(IDC_TASK_MANAGER_CONTEXT_MENU, IDS_TASK_MANAGER); } @@ -18,7 +18,7 @@ model->AddSeparator(ui::NORMAL_SEPARATOR); bool supports_server_side_decorations = true; #if BUILDFLAG(IS_OZONE) && !BUILDFLAG(IS_CHROMEOS) -@@ -175,7 +175,7 @@ void SystemMenuModelBuilder::BuildSystemMenuForAppOrPo +@@ -174,7 +174,7 @@ void SystemMenuModelBuilder::BuildSystemMenuForAppOrPo model->AddSeparator(ui::NORMAL_SEPARATOR); model->AddItemWithStringId(IDC_TASK_MANAGER, IDS_TASK_MANAGER); } diff --git a/www/chromium/files/patch-chrome_browser_ui_views_frame_system__menu__model__delegate.cc b/www/chromium/files/patch-chrome_browser_ui_views_frame_system__menu__model__delegate.cc index 28da5e167084..bf1b1746cc6d 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_frame_system__menu__model__delegate.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_frame_system__menu__model__delegate.cc @@ -1,15 +1,15 @@ ---- chrome/browser/ui/views/frame/system_menu_model_delegate.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/ui/views/frame/system_menu_model_delegate.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/views/frame/system_menu_model_delegate.cc -@@ -20,7 +20,7 @@ +@@ -21,7 +21,7 @@ #include "chromeos/ui/frame/desks/move_to_desks_menu_model.h" #endif -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) #include "chrome/common/pref_names.h" - #include "components/prefs/pref_service.h" #endif -@@ -39,7 +39,7 @@ SystemMenuModelDelegate::SystemMenuModelDelegate( + +@@ -38,7 +38,7 @@ SystemMenuModelDelegate::SystemMenuModelDelegate( SystemMenuModelDelegate::~SystemMenuModelDelegate() = default; bool SystemMenuModelDelegate::IsCommandIdChecked(int command_id) const { @@ -18,7 +18,7 @@ if (command_id == IDC_USE_SYSTEM_TITLE_BAR) { PrefService* prefs = browser_->profile()->GetPrefs(); return !prefs->GetBoolean(prefs::kUseCustomChromeFrame); -@@ -65,7 +65,7 @@ bool SystemMenuModelDelegate::IsCommandIdEnabled(int c +@@ -64,7 +64,7 @@ bool SystemMenuModelDelegate::IsCommandIdEnabled(int c } bool SystemMenuModelDelegate::IsCommandIdVisible(int command_id) const { diff --git a/www/chromium/files/patch-chrome_browser_ui_views_frame_tab__strip__region__view.cc b/www/chromium/files/patch-chrome_browser_ui_views_frame_tab__strip__region__view.cc index 3a485c613160..31ef3ae1e8d5 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_frame_tab__strip__region__view.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_frame_tab__strip__region__view.cc @@ -1,8 +1,8 @@ ---- chrome/browser/ui/views/frame/tab_strip_region_view.cc.orig 2025-04-04 08:52:13 UTC +--- chrome/browser/ui/views/frame/tab_strip_region_view.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/views/frame/tab_strip_region_view.cc @@ -222,7 +222,7 @@ TabStripRegionView::TabStripRegionView(std::unique_ptr - new_tab_button_->GetViewAccessibility().SetName( - l10n_util::GetStringUTF16(IDS_ACCNAME_NEWTAB)); + new_tab_button_->GetViewAccessibility().SetName( + l10n_util::GetStringUTF16(IDS_ACCNAME_NEWTAB)); -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) diff --git a/www/chromium/files/patch-chrome_browser_ui_views_new__tab__footer_footer__controller.cc b/www/chromium/files/patch-chrome_browser_ui_views_new__tab__footer_footer__controller.cc index 95e8f974ebce..842d642b4b02 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_new__tab__footer_footer__controller.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_new__tab__footer_footer__controller.cc @@ -1,7 +1,7 @@ ---- chrome/browser/ui/views/new_tab_footer/footer_controller.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/views/new_tab_footer/footer_controller.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/views/new_tab_footer/footer_controller.cc -@@ -37,7 +37,7 @@ NewTabFooterController::NewTabFooterController(Browser - base::BindRepeating(&NewTabFooterController::UpdateFooterVisibility, +@@ -44,7 +44,7 @@ NewTabFooterController::NewTabFooterController( + base::BindRepeating(&NewTabFooterController::UpdateFooterVisibilities, weak_factory_.GetWeakPtr(), /*log_on_load_metric=*/false)); -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) diff --git a/www/chromium/files/patch-chrome_browser_ui_views_omnibox_omnibox__view__views.cc b/www/chromium/files/patch-chrome_browser_ui_views_omnibox_omnibox__view__views.cc index 05159671a385..aad1273edb31 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_omnibox_omnibox__view__views.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_omnibox_omnibox__view__views.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/omnibox/omnibox_view_views.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/views/omnibox/omnibox_view_views.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/views/omnibox/omnibox_view_views.cc -@@ -2191,7 +2191,7 @@ void OmniboxViewViews::MaybeAddSendTabToSelfItem( +@@ -2320,7 +2320,7 @@ void OmniboxViewViews::MaybeAddSendTabToSelfItem( } void OmniboxViewViews::OnPopupOpened() { diff --git a/www/chromium/files/patch-chrome_browser_ui_views_passwords_password__bubble__view__base.cc b/www/chromium/files/patch-chrome_browser_ui_views_passwords_password__bubble__view__base.cc index b42fed194d86..7f15adfea54c 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_passwords_password__bubble__view__base.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_passwords_password__bubble__view__base.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/passwords/password_bubble_view_base.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/views/passwords/password_bubble_view_base.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/views/passwords/password_bubble_view_base.cc -@@ -42,7 +42,7 @@ +@@ -43,7 +43,7 @@ #include "ui/base/metadata/metadata_impl_macros.h" #include "ui/views/controls/button/button.h" diff --git a/www/chromium/files/patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.cc b/www/chromium/files/patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.cc index a4c6840a69f3..4c2267a67d2c 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/profiles/avatar_toolbar_button.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/views/profiles/avatar_toolbar_button.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/views/profiles/avatar_toolbar_button.cc -@@ -331,7 +331,7 @@ void AvatarToolbarButton::MaybeShowProfileSwitchIPH() +@@ -407,7 +407,7 @@ void AvatarToolbarButton::MaybeShowProfileSwitchIPH() } } diff --git a/www/chromium/files/patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.h b/www/chromium/files/patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.h index 0d054a0e5f93..76af8eb0954f 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.h +++ b/www/chromium/files/patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/profiles/avatar_toolbar_button.h.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/views/profiles/avatar_toolbar_button.h.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/views/profiles/avatar_toolbar_button.h -@@ -91,7 +91,7 @@ class AvatarToolbarButton : public ToolbarButton { +@@ -96,7 +96,7 @@ class AvatarToolbarButton : public ToolbarButton, // Attempts showing the In-Produce-Help for profile Switching. void MaybeShowProfileSwitchIPH(); diff --git a/www/chromium/files/patch-chrome_browser_ui_views_profiles_profile__menu__coordinator.cc b/www/chromium/files/patch-chrome_browser_ui_views_profiles_profile__menu__coordinator.cc index 928b37d51392..791dcf1595dc 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_profiles_profile__menu__coordinator.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_profiles_profile__menu__coordinator.cc @@ -1,11 +1,11 @@ ---- chrome/browser/ui/views/profiles/profile_menu_coordinator.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/views/profiles/profile_menu_coordinator.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/views/profiles/profile_menu_coordinator.cc -@@ -47,7 +47,7 @@ void ProfileMenuCoordinator::Show( - user_education_->NotifyFeaturePromoFeatureUsed( - feature_engagement::kIPHProfileSwitchFeature, - FeaturePromoFeatureUsedAction::kClosePromoIfPresent); +@@ -55,7 +55,7 @@ void ProfileMenuCoordinator::Show( + ->NotifyFeaturePromoFeatureUsed( + feature_engagement::kIPHProfileSwitchFeature, + FeaturePromoFeatureUsedAction::kClosePromoIfPresent); -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - user_education_->NotifyFeaturePromoFeatureUsed( - feature_engagement::kIPHSupervisedUserProfileSigninFeature, - FeaturePromoFeatureUsedAction::kClosePromoIfPresent); + BrowserUserEducationInterface::From(GetBrowser()) + ->NotifyFeaturePromoFeatureUsed( + feature_engagement::kIPHSupervisedUserProfileSigninFeature, diff --git a/www/chromium/files/patch-chrome_browser_ui_views_profiles_profile__menu__view.cc b/www/chromium/files/patch-chrome_browser_ui_views_profiles_profile__menu__view.cc index cb939771be8c..c7562f808fcb 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_profiles_profile__menu__view.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_profiles_profile__menu__view.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/profiles/profile_menu_view.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/views/profiles/profile_menu_view.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/views/profiles/profile_menu_view.cc -@@ -99,7 +99,7 @@ +@@ -102,7 +102,7 @@ #include "ui/views/accessibility/view_accessibility.h" #include "ui/views/widget/widget.h" @@ -9,16 +9,7 @@ #include "chrome/browser/enterprise/signin/enterprise_signin_prefs.h" #endif -@@ -399,7 +399,7 @@ void ProfileMenuView::OnSigninButtonClicked( - } - GetWidget()->CloseWithReason(views::Widget::ClosedReason::kUnspecified); - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // TODO(crbug.com/404807488): Update the button and the dialog strings. - if (base::FeatureList::IsEnabled(switches::kEnableHistorySyncOptin)) { - browser() -@@ -538,7 +538,7 @@ void ProfileMenuView::SetMenuTitleForAccessibility() { +@@ -585,7 +585,7 @@ void ProfileMenuView::SetMenuTitleForAccessibility() { case signin_util::SignedInState::kSignedOut: case signin_util::SignedInState::kWebOnlySignedIn: { std::string profile_user_display_name, profile_user_email; diff --git a/www/chromium/files/patch-chrome_browser_ui_views_profiles_profile__picker__view.cc b/www/chromium/files/patch-chrome_browser_ui_views_profiles_profile__picker__view.cc index 393855d2e4e3..64ce994538cb 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_profiles_profile__picker__view.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_profiles_profile__picker__view.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/profiles/profile_picker_view.cc.orig 2025-07-02 06:08:04 UTC +--- chrome/browser/ui/views/profiles/profile_picker_view.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/views/profiles/profile_picker_view.cc -@@ -84,7 +84,7 @@ +@@ -81,7 +81,7 @@ #include "chrome/browser/global_keyboard_shortcuts_mac.h" #endif @@ -9,7 +9,7 @@ #include "chrome/browser/shell_integration_linux.h" #endif -@@ -114,7 +114,7 @@ class ProfilePickerWidget : public views::Widget { +@@ -107,7 +107,7 @@ class ProfilePickerWidget : public views::Widget { views::Widget::InitParams params( views::Widget::InitParams::NATIVE_WIDGET_OWNS_WIDGET); params.delegate = profile_picker_view_; diff --git a/www/chromium/files/patch-chrome_browser_ui_views_profiles_signin__view__controller__delegate__views.cc b/www/chromium/files/patch-chrome_browser_ui_views_profiles_signin__view__controller__delegate__views.cc index 152d705f22f4..c99e859ac720 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_profiles_signin__view__controller__delegate__views.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_profiles_signin__view__controller__delegate__views.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/views/profiles/signin_view_controller_delegate_views.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/views/profiles/signin_view_controller_delegate_views.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/views/profiles/signin_view_controller_delegate_views.cc @@ -63,14 +63,14 @@ #include "chrome/browser/ui/webui/signin/signout_confirmation/signout_confirmation_ui.h" @@ -14,10 +14,10 @@ const int kModalDialogWidth = 448; -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - const int kManagedUserNoticeConfirmationDialogWidth = 512; - const int kManagedUserNoticeConfirmationDialogHeight = 576; - const int kManagedUserNoticeConfirmationUpdatedDialogWidth = 780; -@@ -139,7 +139,7 @@ SigninViewControllerDelegateViews::CreateSyncConfirmat + const int kManagedUserNoticeConfirmationDialogWidth = 780; + const int kManagedUserNoticeConfirmationDialogHeight = 560; + #endif +@@ -137,7 +137,7 @@ SigninViewControllerDelegateViews::CreateSyncConfirmat kSyncConfirmationDialogWidth, InitializeSigninWebDialogUI(true)); } @@ -25,8 +25,8 @@ +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) std::unique_ptr<views::WebView> SigninViewControllerDelegateViews::CreateHistorySyncOptInWebView( - Browser* browser) { -@@ -225,7 +225,7 @@ SigninViewControllerDelegateViews::CreateSignoutConfir + Browser* browser, +@@ -227,7 +227,7 @@ SigninViewControllerDelegateViews::CreateSignoutConfir } #endif // BUILDFLAG(ENABLE_DICE_SUPPORT) @@ -35,7 +35,7 @@ // static std::unique_ptr<views::WebView> SigninViewControllerDelegateViews::CreateManagedUserNoticeConfirmationWebView( -@@ -410,7 +410,7 @@ SigninViewControllerDelegateViews::SigninViewControlle +@@ -402,7 +402,7 @@ SigninViewControllerDelegateViews::SigninViewControlle SetButtons(static_cast<int>(ui::mojom::DialogButton::kNone)); @@ -44,7 +44,7 @@ // On the local profile creation dialog, cancelling the dialog (for instance // through the VKEY_ESCAPE accelerator) should delete the profile. if (delete_profile_on_cancel) { -@@ -502,7 +502,7 @@ void SigninViewControllerDelegateViews::DisplayModal() +@@ -494,7 +494,7 @@ void SigninViewControllerDelegateViews::DisplayModal() content_view_->RequestFocus(); } @@ -53,7 +53,7 @@ void SigninViewControllerDelegateViews::DeleteProfileOnCancel() { ProfileAttributesEntry* entry = g_browser_process->profile_manager() -@@ -542,7 +542,7 @@ SigninViewControllerDelegate::CreateSyncConfirmationDe +@@ -534,7 +534,7 @@ SigninViewControllerDelegate::CreateSyncConfirmationDe /*animate_on_resize=*/true); } @@ -61,8 +61,8 @@ +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) // static SigninViewControllerDelegate* - SigninViewControllerDelegate::CreateSyncHistoryOptInDelegate(Browser* browser) { -@@ -596,7 +596,7 @@ SigninViewControllerDelegate::CreateSignoutConfirmatio + SigninViewControllerDelegate::CreateSyncHistoryOptInDelegate( +@@ -591,7 +591,7 @@ SigninViewControllerDelegate::CreateSignoutConfirmatio } #endif // BUILDFLAG(ENABLE_DICE_SUPPORT) diff --git a/www/chromium/files/patch-chrome_browser_ui_views_profiles_signin__view__controller__delegate__views.h b/www/chromium/files/patch-chrome_browser_ui_views_profiles_signin__view__controller__delegate__views.h index 4148b24bc48d..d59466bc048c 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_profiles_signin__view__controller__delegate__views.h +++ b/www/chromium/files/patch-chrome_browser_ui_views_profiles_signin__view__controller__delegate__views.h @@ -1,15 +1,15 @@ ---- chrome/browser/ui/views/profiles/signin_view_controller_delegate_views.h.orig 2025-07-02 06:08:04 UTC +--- chrome/browser/ui/views/profiles/signin_view_controller_delegate_views.h.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/views/profiles/signin_view_controller_delegate_views.h -@@ -57,7 +57,7 @@ class SigninViewControllerDelegateViews +@@ -58,7 +58,7 @@ class SigninViewControllerDelegateViews SyncConfirmationStyle style, bool is_sync_promo); -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) static std::unique_ptr<views::WebView> CreateHistorySyncOptInWebView( - Browser* browser); - #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -@@ -78,7 +78,7 @@ class SigninViewControllerDelegateViews + Browser* browser, + HistorySyncOptinLaunchContext launch_context); +@@ -80,7 +80,7 @@ class SigninViewControllerDelegateViews SignoutConfirmationCallback callback); #endif // BUILDFLAG(ENABLE_DICE_SUPPORT) @@ -18,7 +18,7 @@ static std::unique_ptr<views::WebView> CreateManagedUserNoticeConfirmationWebView( Browser* browser, -@@ -149,7 +149,7 @@ class SigninViewControllerDelegateViews +@@ -151,7 +151,7 @@ class SigninViewControllerDelegateViews std::optional<int> dialog_width, InitializeSigninWebDialogUI initialize_signin_web_dialog_ui); diff --git a/www/chromium/files/patch-chrome_browser_ui_views_tabs_dragging_tab__drag__controller.cc b/www/chromium/files/patch-chrome_browser_ui_views_tabs_dragging_tab__drag__controller.cc index 7b05a8019709..fc74f5a26174 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_tabs_dragging_tab__drag__controller.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_tabs_dragging_tab__drag__controller.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/tabs/dragging/tab_drag_controller.cc.orig 2025-07-02 06:08:04 UTC +--- chrome/browser/ui/views/tabs/dragging/tab_drag_controller.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/views/tabs/dragging/tab_drag_controller.cc -@@ -193,7 +193,7 @@ bool IsWindowDragUsingSystemDragDropAllowed() { +@@ -194,7 +194,7 @@ bool IsWindowDragUsingSystemDragDropAllowed() { void UpdateSystemDnDDragImage(TabDragContext* attached_context, const gfx::ImageSkia& image) { @@ -9,7 +9,7 @@ VLOG(1) << __func__ << " image size=" << image.size().ToString(); aura::Window* root_window = attached_context->GetWidget()->GetNativeWindow()->GetRootWindow(); -@@ -384,7 +384,7 @@ TabDragController::Liveness TabDragController::Init( +@@ -406,7 +406,7 @@ TabDragController::Liveness TabDragController::Init( // synchronous on desktop Linux, so use that. // - ChromeOS Ash // Releasing capture on Ash cancels gestures so avoid it. @@ -18,7 +18,7 @@ ref->can_release_capture_ = false; #endif ref->start_point_in_screen_ = -@@ -892,7 +892,7 @@ TabDragController::Liveness TabDragController::DragBro +@@ -980,7 +980,7 @@ TabDragController::Liveness TabDragController::DragBro CHECK_EQ(SetCapture(target_context), Liveness::ALIVE); } @@ -27,7 +27,7 @@ // EndMoveLoop is going to snap the window back to its original location. // Hide it so users don't see this. Hiding a window in Linux aura causes // it to lose capture so skip it. -@@ -2024,7 +2024,7 @@ void TabDragController::CompleteDrag() { +@@ -2132,7 +2132,7 @@ void TabDragController::CompleteDrag() { } // If source window was maximized - maximize the new window as well. @@ -36,7 +36,7 @@ // Keeping maximized state breaks snap to Grid on Windows when dragging // tabs from maximized windows. TODO:(crbug.com/727051) Explore doing this // for other desktop OS's. kMaximizedStateRetainedOnTabDrag in -@@ -2441,7 +2441,7 @@ TabDragController::Liveness TabDragController::GetLoca +@@ -2549,7 +2549,7 @@ TabDragController::Liveness TabDragController::GetLoca } } diff --git a/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab.cc b/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab.cc index 41c8fd403b13..8358238c1fad 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/tabs/tab.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/views/tabs/tab.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/views/tabs/tab.cc -@@ -657,7 +657,7 @@ void Tab::MaybeUpdateHoverStatus(const ui::MouseEvent& +@@ -670,7 +670,7 @@ void Tab::MaybeUpdateHoverStatus(const ui::MouseEvent& return; } diff --git a/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab__strip__combo__button.cc b/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab__strip__combo__button.cc deleted file mode 100644 index a40b3a551ca8..000000000000 --- a/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab__strip__combo__button.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- chrome/browser/ui/views/tabs/tab_strip_combo_button.cc.orig 2025-07-02 06:08:04 UTC -+++ chrome/browser/ui/views/tabs/tab_strip_combo_button.cc -@@ -94,7 +94,7 @@ TabStripComboButton::TabStripComboButton(BrowserWindow - base::BindRepeating(&TabStripComboButton::OnNewTabButtonStateChanged, - base::Unretained(this)))); - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // The New Tab Button can be middle-clicked on Linux. - new_tab_button->SetTriggerableEventFlags( - new_tab_button->GetTriggerableEventFlags() | ui::EF_MIDDLE_MOUSE_BUTTON); diff --git a/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab__style__views.cc b/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab__style__views.cc index 3286b8c77bd5..5c1a9efe165b 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab__style__views.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab__style__views.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/tabs/tab_style_views.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/views/tabs/tab_style_views.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/views/tabs/tab_style_views.cc -@@ -574,7 +574,7 @@ float TabStyleViewsImpl::GetCurrentActiveOpacity() con +@@ -575,7 +575,7 @@ float TabStyleViewsImpl::GetCurrentActiveOpacity() con if (!IsHoverAnimationActive()) { return base_opacity; } diff --git a/www/chromium/files/patch-chrome_browser_ui_views_user__education_browser__user__education__service.cc b/www/chromium/files/patch-chrome_browser_ui_views_user__education_browser__user__education__service.cc index 8f397040cd70..a81e79f5ba4a 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_user__education_browser__user__education__service.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_user__education_browser__user__education__service.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/user_education/browser_user_education_service.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/views/user_education/browser_user_education_service.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/views/user_education/browser_user_education_service.cc -@@ -1054,7 +1054,7 @@ void MaybeRegisterChromeFeaturePromos( +@@ -1090,7 +1090,7 @@ void MaybeRegisterChromeFeaturePromos( "Triggered when a shared tab becomes the active tab."))); } @@ -9,7 +9,7 @@ // kIPHSupervisedUserProfileSigninFeature registry.RegisterFeature(std::move( FeaturePromoSpecification::CreateForCustomAction( -@@ -1312,7 +1312,7 @@ void MaybeRegisterChromeFeaturePromos( +@@ -1337,7 +1337,7 @@ void MaybeRegisterChromeFeaturePromos( "Triggered to inform users of the availability of the " "new translate screen feature on the Lens Overlay."))); diff --git a/www/chromium/files/patch-chrome_browser_ui_views_web__apps_web__app__integration__test__driver.cc b/www/chromium/files/patch-chrome_browser_ui_views_web__apps_web__app__integration__test__driver.cc index 32d349559593..13dc6996ea16 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_web__apps_web__app__integration__test__driver.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_web__apps_web__app__integration__test__driver.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/views/web_apps/web_app_integration_test_driver.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/views/web_apps/web_app_integration_test_driver.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/views/web_apps/web_app_integration_test_driver.cc @@ -516,7 +516,7 @@ std::string GetFileExtension(FileExtension file_extens } @@ -9,7 +9,7 @@ SiteConfig GetSiteConfigurationFromAppName(const std::string& app_name) { SiteConfig config; bool is_app_found = false; -@@ -2078,7 +2078,7 @@ void WebAppIntegrationTestDriver::DeletePlatformShortc +@@ -2076,7 +2076,7 @@ void WebAppIntegrationTestDriver::DeletePlatformShortc if (app_name.empty()) { app_name = GetSiteConfiguration(site).app_name; } @@ -18,7 +18,7 @@ ASSERT_TRUE(override_registration_->test_override().IsShortcutCreated( profile(), app_id, app_name)); ASSERT_TRUE( -@@ -3396,7 +3396,7 @@ void WebAppIntegrationTestDriver::CheckRunOnOsLoginEna +@@ -3394,7 +3394,7 @@ void WebAppIntegrationTestDriver::CheckRunOnOsLoginEna app_state->id, app_state->name); ASSERT_TRUE(icon_color.has_value()); ASSERT_THAT(site_config.icon_color, testing::Eq(icon_color.value())); @@ -27,7 +27,7 @@ ASSERT_TRUE(override_registration_->test_override().IsRunOnOsLoginEnabled( profile(), app_state->id, app_state->name)); #endif -@@ -3411,7 +3411,7 @@ void WebAppIntegrationTestDriver::CheckRunOnOsLoginDis +@@ -3409,7 +3409,7 @@ void WebAppIntegrationTestDriver::CheckRunOnOsLoginDis GetAppBySiteMode(after_state_change_action_state_.get(), profile(), site); ASSERT_TRUE(app_state); base::ScopedAllowBlockingForTesting allow_blocking; @@ -36,7 +36,7 @@ ASSERT_FALSE(override_registration_->test_override().IsRunOnOsLoginEnabled( profile(), app_state->id, app_state->name)); #endif -@@ -3421,7 +3421,7 @@ void WebAppIntegrationTestDriver::CheckRunOnOsLoginDis +@@ -3419,7 +3419,7 @@ void WebAppIntegrationTestDriver::CheckRunOnOsLoginDis void WebAppIntegrationTestDriver::CheckSiteHandlesFile( Site site, FileExtension file_extension) { @@ -45,7 +45,7 @@ if (!BeforeStateCheckAction(__FUNCTION__)) { return; } -@@ -3437,7 +3437,7 @@ void WebAppIntegrationTestDriver::CheckSiteHandlesFile +@@ -3435,7 +3435,7 @@ void WebAppIntegrationTestDriver::CheckSiteHandlesFile void WebAppIntegrationTestDriver::CheckSiteNotHandlesFile( Site site, FileExtension file_extension) { @@ -54,7 +54,7 @@ if (!BeforeStateCheckAction(__FUNCTION__)) { return; } -@@ -4262,7 +4262,7 @@ base::FilePath WebAppIntegrationTestDriver::GetShortcu +@@ -4260,7 +4260,7 @@ base::FilePath WebAppIntegrationTestDriver::GetShortcu base::FilePath shortcut_dir, const std::string& app_name, const webapps::AppId& app_id) { @@ -63,7 +63,7 @@ return override_registration_->test_override().GetShortcutPath( profile(), shortcut_dir, app_id, app_name); #else -@@ -4462,7 +4462,7 @@ bool WebAppIntegrationTestDriver::IsShortcutAndIconCre +@@ -4460,7 +4460,7 @@ bool WebAppIntegrationTestDriver::IsShortcutAndIconCre const webapps::AppId& id) { base::ScopedAllowBlockingForTesting allow_blocking; bool is_shortcut_and_icon_correct = false; @@ -72,7 +72,7 @@ bool is_shortcut_correct = override_registration_->test_override().IsShortcutCreated(profile, id, name); -@@ -4506,7 +4506,7 @@ bool WebAppIntegrationTestDriver::DoIconColorsMatch(Pr +@@ -4504,7 +4504,7 @@ bool WebAppIntegrationTestDriver::DoIconColorsMatch(Pr do_icon_colors_match = (expected_icon_pixel_color == shortcut_pixel_color_apps_folder.value()); } diff --git a/www/chromium/files/patch-chrome_browser_ui_web__applications_web__app__dialogs.h b/www/chromium/files/patch-chrome_browser_ui_web__applications_web__app__dialogs.h index 8ad9eeb10923..381c137e5e60 100644 --- a/www/chromium/files/patch-chrome_browser_ui_web__applications_web__app__dialogs.h +++ b/www/chromium/files/patch-chrome_browser_ui_web__applications_web__app__dialogs.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/web_applications/web_app_dialogs.h.orig 2025-01-15 09:18:26 UTC +--- chrome/browser/ui/web_applications/web_app_dialogs.h.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/web_applications/web_app_dialogs.h -@@ -21,7 +21,7 @@ +@@ -24,7 +24,7 @@ #include "ui/gfx/native_widget_types.h" static_assert(BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || diff --git a/www/chromium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.cc b/www/chromium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.cc index a344ebb76ed8..6eee4bdea253 100644 --- a/www/chromium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.cc +++ b/www/chromium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/web_applications/web_app_ui_manager_impl.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/web_applications/web_app_ui_manager_impl.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/web_applications/web_app_ui_manager_impl.cc -@@ -566,7 +566,7 @@ void WebAppUiManagerImpl::MaybeShowIPHPromoForAppsLaun +@@ -564,7 +564,7 @@ void WebAppUiManagerImpl::MaybeShowIPHPromoForAppsLaun Browser* browser, Profile* profile, const std::string& app_id) { @@ -9,7 +9,7 @@ WebAppProvider* provider = WebAppProvider::GetForWebApps(profile); CHECK(provider); -@@ -795,7 +795,7 @@ void WebAppUiManagerImpl::ClearWebAppSiteDataIfNeeded( +@@ -793,7 +793,7 @@ void WebAppUiManagerImpl::ClearWebAppSiteDataIfNeeded( } } diff --git a/www/chromium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.h b/www/chromium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.h index 069e168b5d2c..5245f9f93382 100644 --- a/www/chromium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.h +++ b/www/chromium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.h @@ -1,11 +1,11 @@ ---- chrome/browser/ui/web_applications/web_app_ui_manager_impl.h.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/web_applications/web_app_ui_manager_impl.h.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/web_applications/web_app_ui_manager_impl.h -@@ -245,7 +245,7 @@ class WebAppUiManagerImpl : public BrowserListObserver +@@ -243,7 +243,7 @@ class WebAppUiManagerImpl : public BrowserListObserver UninstallCompleteCallback uninstall_complete_callback, webapps::UninstallResultCode uninstall_code); -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - void ShowIPHPromoForAppsLaunchedViaLinkCapturing(const Browser* browser, + void ShowIPHPromoForAppsLaunchedViaLinkCapturing(Browser* browser, const webapps::AppId& app_id, bool is_activated); diff --git a/www/chromium/files/patch-chrome_browser_ui_webui__browser_webui__browser__window.cc b/www/chromium/files/patch-chrome_browser_ui_webui__browser_webui__browser__window.cc new file mode 100644 index 000000000000..a798b32d2c62 --- /dev/null +++ b/www/chromium/files/patch-chrome_browser_ui_webui__browser_webui__browser__window.cc @@ -0,0 +1,11 @@ +--- chrome/browser/ui/webui_browser/webui_browser_window.cc.orig 2025-09-06 10:01:20 UTC ++++ chrome/browser/ui/webui_browser/webui_browser_window.cc +@@ -22,7 +22,7 @@ namespace { + + // Copied from chrome/browser/ui/views/frame/browser_frame.cc. + bool IsUsingLinuxSystemTheme(Profile* profile) { +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + return ThemeServiceFactory::GetForProfile(profile)->UsingSystemTheme(); + #else + return false; diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_certificate__manager_client__cert__sources.cc b/www/chromium/files/patch-chrome_browser_ui_webui_certificate__manager_client__cert__sources.cc index 53569c4c9d4e..57a1b6fda25e 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_certificate__manager_client__cert__sources.cc +++ b/www/chromium/files/patch-chrome_browser_ui_webui_certificate__manager_client__cert__sources.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/webui/certificate_manager/client_cert_sources.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/webui/certificate_manager/client_cert_sources.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/webui/certificate_manager/client_cert_sources.cc @@ -55,7 +55,7 @@ #include "net/ssl/client_cert_store_mac.h" @@ -9,7 +9,16 @@ #include "chrome/browser/browser_process.h" #include "chrome/browser/enterprise/client_certificates/certificate_provisioning_service_factory.h" #include "chrome/browser/policy/chrome_browser_policy_connector.h" -@@ -178,7 +178,7 @@ class ClientCertStoreFactoryMac : public ClientCertSto +@@ -130,7 +130,7 @@ class ClientCertStoreLoader { + active_requests_; + }; + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + class ClientCertStoreFactoryNSS : public ClientCertStoreFactory { + public: + std::unique_ptr<net::ClientCertStore> CreateClientCertStore() override { +@@ -155,7 +155,7 @@ class ClientCertStoreFactoryMac : public ClientCertSto }; #endif @@ -18,7 +27,7 @@ std::unique_ptr<ClientCertStoreLoader> CreatePlatformClientCertLoader( Profile* profile) { #if BUILDFLAG(IS_WIN) -@@ -193,7 +193,7 @@ std::unique_ptr<ClientCertStoreLoader> CreatePlatformC +@@ -170,7 +170,7 @@ std::unique_ptr<ClientCertStoreLoader> CreatePlatformC } #endif @@ -27,7 +36,7 @@ // ClientCertStore implementation that always returns an empty list. The // CertificateProvisioningService implementation expects to wrap a platform // cert store, but here we only want to get results from the provisioning -@@ -369,7 +369,7 @@ class ClientCertSource : public CertificateManagerPage +@@ -345,7 +345,7 @@ class ClientCertSource : public CertificateManagerPage std::optional<net::CertificateList> certs_; }; @@ -36,7 +45,7 @@ // ChromeOS currently can use either Kcer or NSS for listing client certs, and // Linux uses NSS only. This interface provides an abstraction to hide that // from WritableClientCertSource. Currently this class only handles reading -@@ -1099,7 +1099,7 @@ CreatePlatformClientCertSource( +@@ -1066,7 +1066,7 @@ CreatePlatformClientCertSource( mojo::Remote<certificate_manager::mojom::CertificateManagerPage>* remote_client, Profile* profile) { @@ -45,7 +54,7 @@ return std::make_unique<WritableClientCertSource>(remote_client, profile); #else return std::make_unique<ClientCertSource>( -@@ -1107,7 +1107,7 @@ CreatePlatformClientCertSource( +@@ -1074,7 +1074,7 @@ CreatePlatformClientCertSource( #endif } @@ -54,7 +63,7 @@ std::unique_ptr<CertificateManagerPageHandler::CertSource> CreateProvisionedClientCertSource(Profile* profile) { return std::make_unique<ClientCertSource>( -@@ -1157,7 +1157,7 @@ bool ClientCertManagementAccessControls::IsChangeAllow +@@ -1124,7 +1124,7 @@ bool ClientCertManagementAccessControls::IsChangeAllow return client_cert_policy_ == ClientCertificateManagementPermission::kAll; } diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__configs.cc b/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__configs.cc index 75a1e5978d1b..bf4b2af47365 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__configs.cc +++ b/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__configs.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/chrome_web_ui_configs.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/webui/chrome_web_ui_configs.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/webui/chrome_web_ui_configs.cc -@@ -144,7 +144,7 @@ +@@ -152,7 +152,7 @@ #include "chrome/browser/ui/webui/conflicts/conflicts_ui.h" #endif // BUILDFLAG(IS_WIN) @@ -9,7 +9,7 @@ #include "chrome/browser/ui/webui/app_settings/web_app_settings_ui.h" #include "chrome/browser/ui/webui/browser_switch/browser_switch_ui.h" #include "chrome/browser/ui/webui/signin/history_sync_optin/history_sync_optin_ui.h" -@@ -152,19 +152,19 @@ +@@ -160,13 +160,13 @@ #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ @@ -20,19 +20,12 @@ // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_CHROMEOS) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - #include "chrome/browser/ui/webui/connectors_internals/connectors_internals_ui.h" - #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || - // BUILDFLAG(IS_CHROMEOS) - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_DESKTOP_ANDROID) + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_DESKTOP_ANDROID) || BUILDFLAG(IS_BSD) #include "chrome/browser/ui/webui/discards/discards_ui.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_DESKTOP_ANDROID) -@@ -192,7 +192,7 @@ +@@ -194,7 +194,7 @@ #include "chrome/browser/ui/webui/signin/signin_error_ui.h" #endif // !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_ANDROID) @@ -41,7 +34,7 @@ #include "chrome/browser/ui/webui/on_device_translation_internals/on_device_translation_internals_ui.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -@@ -333,7 +333,7 @@ void RegisterChromeWebUIConfigs() { +@@ -347,7 +347,7 @@ void RegisterChromeWebUIConfigs() { map.AddWebUIConfig(std::make_unique<WebUIJsErrorUIConfig>()); #endif // BUILDFLAG(IS_ANDROID) @@ -50,7 +43,7 @@ map.AddWebUIConfig(std::make_unique<LinuxProxyConfigUI>()); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || // BUILDFLAG(IS_OPENBSD) -@@ -363,7 +363,7 @@ void RegisterChromeWebUIConfigs() { +@@ -377,7 +377,7 @@ void RegisterChromeWebUIConfigs() { map.AddWebUIConfig(std::make_unique<ConflictsUIConfig>()); #endif // BUILDFLAG(IS_WIN) @@ -59,7 +52,7 @@ map.AddWebUIConfig(std::make_unique<BrowserSwitchUIConfig>()); map.AddWebUIConfig(std::make_unique<HistorySyncOptinUIConfig>()); map.AddWebUIConfig(std::make_unique<OnDeviceTranslationInternalsUIConfig>()); -@@ -372,20 +372,20 @@ void RegisterChromeWebUIConfigs() { +@@ -386,13 +386,13 @@ void RegisterChromeWebUIConfigs() { #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ @@ -70,14 +63,6 @@ // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_CHROMEOS) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - map.AddWebUIConfig( - std::make_unique<enterprise_connectors::ConnectorsInternalsUIConfig>()); - #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || - // BUILDFLAG(IS_CHROMEOS) - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_DESKTOP_ANDROID) + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_DESKTOP_ANDROID) || BUILDFLAG(IS_BSD) map.AddWebUIConfig(std::make_unique<DiscardsUIConfig>()); diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc b/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc index e7baae19468a..666a1fba5b75 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc +++ b/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc.orig 2025-07-02 06:08:04 UTC +--- chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc -@@ -117,16 +117,16 @@ +@@ -116,16 +116,16 @@ #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -20,7 +20,7 @@ #include "chrome/browser/ui/webui/whats_new/whats_new_ui.h" #endif -@@ -410,7 +410,7 @@ base::RefCountedMemory* ChromeWebUIControllerFactory:: +@@ -409,7 +409,7 @@ base::RefCountedMemory* ChromeWebUIControllerFactory:: return NewTabPageUI::GetFaviconResourceBytes(scale_factor); } @@ -29,7 +29,7 @@ if (page_url.host_piece() == chrome::kChromeUIWhatsNewHost) { return WhatsNewUI::GetFaviconResourceBytes(scale_factor); } -@@ -449,7 +449,7 @@ base::RefCountedMemory* ChromeWebUIControllerFactory:: +@@ -448,7 +448,7 @@ base::RefCountedMemory* ChromeWebUIControllerFactory:: } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_connectors__internals_connectors__internals__page__handler.cc b/www/chromium/files/patch-chrome_browser_ui_webui_connectors__internals_connectors__internals__page__handler.cc index ba9689f69e5e..23f022630bc9 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_connectors__internals_connectors__internals__page__handler.cc +++ b/www/chromium/files/patch-chrome_browser_ui_webui_connectors__internals_connectors__internals__page__handler.cc @@ -1,20 +1,20 @@ ---- chrome/browser/ui/webui/connectors_internals/connectors_internals_page_handler.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/webui/connectors_internals/connectors_internals_page_handler.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/webui/connectors_internals/connectors_internals_page_handler.cc -@@ -82,7 +82,7 @@ connectors_internals::mojom::ClientIdentityPtr GetIden - } +@@ -85,7 +85,7 @@ connectors_internals::mojom::ClientIdentityPtr GetIden #endif // BUILDFLAG(ENTERPRISE_CLIENT_CERTIFICATES) --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_ANDROID) ++ BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) std::string GetStringFromTimestamp(base::Time timestamp) { return (timestamp == base::Time()) ? std::string() : base::UnlocalizedTimeFormatWithPattern( -@@ -191,7 +191,7 @@ void ConnectorsInternalsPageHandler::GetClientCertific - +@@ -202,7 +202,7 @@ void ConnectorsInternalsPageHandler::GetClientCertific void ConnectorsInternalsPageHandler::GetSignalsReportingState( GetSignalsReportingStateCallback callback) { --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_ANDROID) ++ BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) auto* profile_prefs = profile_->GetPrefs(); std::string last_upload_attempt_time_string = diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_interstitials_interstitial__ui.cc b/www/chromium/files/patch-chrome_browser_ui_webui_interstitials_interstitial__ui.cc index 60a15121d8a4..7ad93d57c9a2 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_interstitials_interstitial__ui.cc +++ b/www/chromium/files/patch-chrome_browser_ui_webui_interstitials_interstitial__ui.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/interstitials/interstitial_ui.cc.orig 2025-07-02 06:08:04 UTC +--- chrome/browser/ui/webui/interstitials/interstitial_ui.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/webui/interstitials/interstitial_ui.cc -@@ -77,7 +77,7 @@ +@@ -75,7 +75,7 @@ #include "components/security_interstitials/content/captive_portal_blocking_page.h" #endif @@ -9,7 +9,7 @@ #include "chrome/browser/supervised_user/supervised_user_verification_controller_client.h" #include "chrome/browser/supervised_user/supervised_user_verification_page_blocked_sites.h" #include "chrome/browser/supervised_user/supervised_user_verification_page_youtube.h" -@@ -413,7 +413,7 @@ std::unique_ptr<EnterpriseWarnPage> CreateEnterpriseWa +@@ -404,7 +404,7 @@ std::unique_ptr<EnterpriseWarnPage> CreateEnterpriseWa } #endif @@ -18,7 +18,7 @@ std::unique_ptr<SupervisedUserVerificationPageForYouTube> CreateSupervisedUserVerificationPageForYouTube( content::WebContents* web_contents, -@@ -640,7 +640,7 @@ void InterstitialHTMLSource::StartDataRequest( +@@ -631,7 +631,7 @@ void InterstitialHTMLSource::StartDataRequest( interstitial_delegate = CreateInsecureFormPage(web_contents); } else if (path_without_query == "/https_only") { interstitial_delegate = CreateHttpsOnlyModePage(web_contents); diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_management_management__ui.cc b/www/chromium/files/patch-chrome_browser_ui_webui_management_management__ui.cc index 1a2a23e2d105..1735c6cb8453 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_management_management__ui.cc +++ b/www/chromium/files/patch-chrome_browser_ui_webui_management_management__ui.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/management/management_ui.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/ui/webui/management/management_ui.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/webui/management/management_ui.cc -@@ -181,11 +181,11 @@ void ManagementUI::GetLocalizedStrings( +@@ -183,11 +183,11 @@ void ManagementUI::GetLocalizedStrings( IDS_MANAGEMENT_FILE_TRANSFER_VISIBLE_DATA}, {kManagementReportFileEvents, IDS_MANAGEMENT_REPORT_FILE_EVENTS}, #endif // BUILDFLAG(IS_CHROMEOS) diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_management_management__ui__handler.cc b/www/chromium/files/patch-chrome_browser_ui_webui_management_management__ui__handler.cc index 8cfe7622ce14..9ac4a9bd3233 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_management_management__ui__handler.cc +++ b/www/chromium/files/patch-chrome_browser_ui_webui_management_management__ui__handler.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/management/management_ui_handler.cc.orig 2025-03-05 08:14:56 UTC +--- chrome/browser/ui/webui/management/management_ui_handler.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/webui/management/management_ui_handler.cc -@@ -58,7 +58,7 @@ +@@ -68,7 +68,7 @@ #include "ui/base/l10n/l10n_util.h" #include "ui/base/webui/web_ui_util.h" @@ -9,7 +9,7 @@ #include "chrome/browser/enterprise/signals/user_permission_service_factory.h" #include "components/device_signals/core/browser/user_permission_service.h" // nogncheck #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -@@ -359,7 +359,7 @@ void ManagementUIHandler::AddReportingInfo(base::Value +@@ -381,7 +381,7 @@ void ManagementUIHandler::AddReportingInfo(base::Value report_sources->Append(std::move(data)); } @@ -18,7 +18,7 @@ auto device_signal_data = GetDeviceSignalGrantedMessage(); if (!device_signal_data.empty()) { report_sources->Append(std::move(device_signal_data)); -@@ -381,7 +381,7 @@ void ManagementUIHandler::AddReportingInfo(base::Value +@@ -403,7 +403,7 @@ void ManagementUIHandler::AddReportingInfo(base::Value report_sources->Append(std::move(data)); } @@ -27,7 +27,7 @@ auto device_signal_data = GetDeviceSignalGrantedMessage(); if (!device_signal_data.empty()) { report_sources->Append(std::move(device_signal_data)); -@@ -567,7 +567,7 @@ policy::PolicyService* ManagementUIHandler::GetPolicyS +@@ -589,7 +589,7 @@ policy::PolicyService* ManagementUIHandler::GetPolicyS ->policy_service(); } diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_management_management__ui__handler.h b/www/chromium/files/patch-chrome_browser_ui_webui_management_management__ui__handler.h index ed4fe91cb02c..54f4919fdb14 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_management_management__ui__handler.h +++ b/www/chromium/files/patch-chrome_browser_ui_webui_management_management__ui__handler.h @@ -1,15 +1,15 @@ ---- chrome/browser/ui/webui/management/management_ui_handler.h.orig 2025-07-02 06:08:04 UTC +--- chrome/browser/ui/webui/management/management_ui_handler.h.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/webui/management/management_ui_handler.h -@@ -29,7 +29,7 @@ namespace policy { - class PolicyService; - } // namespace policy +@@ -34,7 +34,7 @@ namespace enterprise_management { + class GetUserEligiblePromotionsResponse; + } // namespace enterprise_management -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) namespace device_signals { class UserPermissionService; } // namespace device_signals -@@ -70,7 +70,7 @@ class ManagementUIHandler : public content::WebUIMessa +@@ -91,7 +91,7 @@ class ManagementUIHandler : public content::WebUIMessa base::Value::List GetManagedWebsitesInfo(Profile* profile) const; base::Value::List GetApplicationsInfo(Profile* profile) const; virtual policy::PolicyService* GetPolicyService(); diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_new__tab__page_new__tab__page__handler.cc b/www/chromium/files/patch-chrome_browser_ui_webui_new__tab__page_new__tab__page__handler.cc deleted file mode 100644 index a9d4e10d8e92..000000000000 --- a/www/chromium/files/patch-chrome_browser_ui_webui_new__tab__page_new__tab__page__handler.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- chrome/browser/ui/webui/new_tab_page/new_tab_page_handler.cc.orig 2025-08-07 06:57:29 UTC -+++ chrome/browser/ui/webui/new_tab_page/new_tab_page_handler.cc -@@ -540,7 +540,7 @@ NewTabPageHandler::NewTabPageHandler( - prefs::kNtpFooterVisible, - base::BindRepeating(&NewTabPageHandler::OnFooterVisibilityUpdated, - base::Unretained(this))); --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - local_state_pref_change_registrar_.Init(g_browser_process->local_state()); - local_state_pref_change_registrar_.Add( - prefs::kNTPFooterManagementNoticeEnabled, diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc b/www/chromium/files/patch-chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc index 0099f41660a4..edd56bfe05ca 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc +++ b/www/chromium/files/patch-chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/webui/settings/settings_localized_strings_provider.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/webui/settings/settings_localized_strings_provider.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/webui/settings/settings_localized_strings_provider.cc @@ -137,7 +137,7 @@ #include "chrome/browser/ui/webui/settings/system_handler.h" @@ -18,7 +18,7 @@ #include "ui/linux/linux_ui_factory.h" #include "ui/ozone/public/ozone_platform.h" #endif -@@ -282,7 +282,7 @@ void AddA11yStrings(content::WebUIDataSource* html_sou +@@ -278,7 +278,7 @@ void AddA11yStrings(content::WebUIDataSource* html_sou {"toastAlertLevelDescription", IDS_SETTINGS_ACCESSIBILITY_TOAST_FREQUENCY_DESCRIPTION}, #endif @@ -27,7 +27,7 @@ {"overscrollHistoryNavigationTitle", IDS_SETTINGS_OVERSCROLL_HISTORY_NAVIGATION_TITLE}, {"overscrollHistoryNavigationSubtitle", -@@ -551,7 +551,7 @@ void AddAppearanceStrings(content::WebUIDataSource* ht +@@ -548,7 +548,7 @@ void AddAppearanceStrings(content::WebUIDataSource* ht {"uiFeatureAlignLeft", IDS_SETTINGS_UI_FEATURE_ALIGN_LEFT}, {"uiFeatureAlignRight", IDS_SETTINGS_UI_FEATURE_ALIGN_RIGHT}, {"resetToDefault", IDS_SETTINGS_RESET_TO_DEFAULT}, @@ -36,16 +36,21 @@ {"gtkTheme", IDS_SETTINGS_GTK_THEME}, {"useGtkTheme", IDS_SETTINGS_USE_GTK_THEME}, {"qtTheme", IDS_SETTINGS_QT_THEME}, -@@ -559,7 +559,7 @@ void AddAppearanceStrings(content::WebUIDataSource* ht +@@ -556,11 +556,11 @@ void AddAppearanceStrings(content::WebUIDataSource* ht {"classicTheme", IDS_SETTINGS_CLASSIC_THEME}, {"useClassicTheme", IDS_SETTINGS_USE_CLASSIC_THEME}, #endif +-#if !BUILDFLAG(IS_LINUX) ++#if !BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + {"resetToDefaultTheme", IDS_SETTINGS_RESET_TO_DEFAULT_THEME}, + #endif + {"resetToolbarToDefault", IDS_SETTINGS_RESET_TOOLBAR_TO_DEFAULT}, -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) {"showWindowDecorations", IDS_SHOW_WINDOW_DECORATIONS}, #endif #if BUILDFLAG(IS_MAC) -@@ -581,7 +581,7 @@ void AddAppearanceStrings(content::WebUIDataSource* ht +@@ -582,7 +582,7 @@ void AddAppearanceStrings(content::WebUIDataSource* ht html_source->AddBoolean("tabSearchIsRightAlignedAtStartup", tabs::GetTabSearchTrailingTabstrip(profile)); @@ -54,7 +59,7 @@ bool show_custom_chrome_frame = ui::OzonePlatform::GetInstance() ->GetPlatformRuntimeProperties() .supports_server_side_window_decorations; -@@ -1556,7 +1556,7 @@ void AddSignOutDialogStrings(content::WebUIDataSource* +@@ -1591,7 +1591,7 @@ void AddSignOutDialogStrings(content::WebUIDataSource* g_browser_process->GetApplicationLocale()) .spec(); diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.cc b/www/chromium/files/patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.cc index 3e3c79b61e7f..78485da73d75 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.cc +++ b/www/chromium/files/patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.cc @@ -1,11 +1,11 @@ ---- chrome/browser/ui/webui/side_panel/customize_chrome/customize_chrome_page_handler.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/webui/side_panel/customize_chrome/customize_chrome_page_handler.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/webui/side_panel/customize_chrome/customize_chrome_page_handler.cc -@@ -145,7 +145,7 @@ CustomizeChromePageHandler::CustomizeChromePageHandler - base::BindRepeating(&CustomizeChromePageHandler::UpdateFooterSettings, - base::Unretained(this))); - +@@ -516,7 +516,7 @@ void CustomizeChromePageHandler::UpdateFooterSettings( + side_panel::mojom::ManagementNoticeState::New(); + management_notice_state->can_be_shown = false; + management_notice_state->enabled_by_policy = false; -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - PrefService* local_state = g_browser_process->local_state(); - if (local_state) { - browser_pref_change_registrar_.Init(local_state); + enterprise_util::BrowserManagementNoticeState state = + enterprise_util::GetManagementNoticeStateForNTPFooter(profile_); + switch (state) { diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.h b/www/chromium/files/patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.h index 319afd2525d1..0eb6efdef908 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.h +++ b/www/chromium/files/patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/side_panel/customize_chrome/customize_chrome_page_handler.h.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/webui/side_panel/customize_chrome/customize_chrome_page_handler.h.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/webui/side_panel/customize_chrome/customize_chrome_page_handler.h -@@ -194,7 +194,7 @@ class CustomizeChromePageHandler +@@ -206,7 +206,7 @@ class CustomizeChromePageHandler // value needs to be requeried by the page. GURL last_source_url_{GURL(chrome::kChromeUINewTabPageURL)}; diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_signin_profile__picker__handler.cc b/www/chromium/files/patch-chrome_browser_ui_webui_signin_profile__picker__handler.cc index 2623bb418db4..c1392534b1f2 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_signin_profile__picker__handler.cc +++ b/www/chromium/files/patch-chrome_browser_ui_webui_signin_profile__picker__handler.cc @@ -1,11 +1,11 @@ ---- chrome/browser/ui/webui/signin/profile_picker_handler.cc.orig 2025-08-14 19:12:25 UTC +--- chrome/browser/ui/webui/signin/profile_picker_handler.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/webui/signin/profile_picker_handler.cc -@@ -169,7 +169,7 @@ base::Value::Dict CreateProfileEntry(const ProfileAttr +@@ -168,7 +168,7 @@ base::Value::Dict CreateProfileEntry(const ProfileAttr IDS_PROFILE_PICKER_PROFILE_CARD_LABEL, local_profile_name); if (entry->GetIsManaged() == signin::Tribool::kTrue) { profile_entry.Set("avatarBadge", "cr:domain"); -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - } else if (base::FeatureList::IsEnabled( - supervised_user::kShowKiteForSupervisedUsers) && - entry->IsSupervised()) { + } else if (entry->IsSupervised()) { + profileCardButtonLabel = l10n_util::GetStringFUTF16( + IDS_PROFILE_PICKER_PROFILE_CARD_LABEL_SUPERVISED, local_profile_name); diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_user__education__internals_user__education__internals__page__handler__impl.cc b/www/chromium/files/patch-chrome_browser_ui_webui_user__education__internals_user__education__internals__page__handler__impl.cc index 2cb8c20863b4..caa940b91934 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_user__education__internals_user__education__internals__page__handler__impl.cc +++ b/www/chromium/files/patch-chrome_browser_ui_webui_user__education__internals_user__education__internals__page__handler__impl.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/user_education_internals/user_education_internals_page_handler_impl.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/ui/webui/user_education_internals/user_education_internals_page_handler_impl.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/ui/webui/user_education_internals/user_education_internals_page_handler_impl.cc -@@ -47,7 +47,7 @@ +@@ -49,7 +49,7 @@ #include "ui/base/l10n/l10n_util.h" #include "ui/base/webui/resource_path.h" @@ -9,7 +9,7 @@ #include "chrome/browser/ui/browser_navigator.h" #include "chrome/browser/ui/browser_navigator_params.h" #include "net/base/url_util.h" -@@ -87,7 +87,7 @@ user_education::NewBadgeRegistry* GetNewBadgeRegistry( +@@ -89,7 +89,7 @@ user_education::NewBadgeRegistry* GetNewBadgeRegistry( } whats_new::WhatsNewRegistry* GetWhatsNewRegistry() { @@ -18,7 +18,7 @@ return g_browser_process->GetFeatures()->whats_new_registry(); #else return nullptr; -@@ -877,7 +877,7 @@ void UserEducationInternalsPageHandlerImpl::ClearWhats +@@ -912,7 +912,7 @@ void UserEducationInternalsPageHandlerImpl::ClearWhats } void UserEducationInternalsPageHandlerImpl::LaunchWhatsNewStaging() { diff --git a/www/chromium/files/patch-chrome_browser_web__applications_os__integration_run__on__os__login__sub__manager.cc b/www/chromium/files/patch-chrome_browser_web__applications_os__integration_run__on__os__login__sub__manager.cc index f15b08428f30..056b8ea297cb 100644 --- a/www/chromium/files/patch-chrome_browser_web__applications_os__integration_run__on__os__login__sub__manager.cc +++ b/www/chromium/files/patch-chrome_browser_web__applications_os__integration_run__on__os__login__sub__manager.cc @@ -1,6 +1,6 @@ ---- chrome/browser/web_applications/os_integration/run_on_os_login_sub_manager.cc.orig 2025-05-05 10:57:53 UTC +--- chrome/browser/web_applications/os_integration/run_on_os_login_sub_manager.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/web_applications/os_integration/run_on_os_login_sub_manager.cc -@@ -54,7 +54,7 @@ proto::os_state::RunOnOsLogin::Mode ConvertWebAppRunOn +@@ -55,7 +55,7 @@ proto::os_state::RunOnOsLogin::Mode ConvertWebAppRunOn // different from other platforms, see web_app_run_on_os_login_manager.h for // more info. bool DoesRunOnOsLoginRequireExecution() { diff --git a/www/chromium/files/patch-chrome_browser_web__applications_os__integration_shortcut__sub__manager.cc b/www/chromium/files/patch-chrome_browser_web__applications_os__integration_shortcut__sub__manager.cc index a6bba21078ae..5fcaab9eb0f1 100644 --- a/www/chromium/files/patch-chrome_browser_web__applications_os__integration_shortcut__sub__manager.cc +++ b/www/chromium/files/patch-chrome_browser_web__applications_os__integration_shortcut__sub__manager.cc @@ -1,6 +1,6 @@ ---- chrome/browser/web_applications/os_integration/shortcut_sub_manager.cc.orig 2025-03-05 08:14:56 UTC +--- chrome/browser/web_applications/os_integration/shortcut_sub_manager.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/web_applications/os_integration/shortcut_sub_manager.cc -@@ -199,7 +199,7 @@ void ShortcutSubManager::Execute( +@@ -198,7 +198,7 @@ void ShortcutSubManager::Execute( return; } diff --git a/www/chromium/files/patch-chrome_browser_webauthn_chrome__authenticator__request__delegate.cc b/www/chromium/files/patch-chrome_browser_webauthn_chrome__authenticator__request__delegate.cc index 284c5306fb0c..26439e7b9206 100644 --- a/www/chromium/files/patch-chrome_browser_webauthn_chrome__authenticator__request__delegate.cc +++ b/www/chromium/files/patch-chrome_browser_webauthn_chrome__authenticator__request__delegate.cc @@ -1,6 +1,6 @@ ---- chrome/browser/webauthn/chrome_authenticator_request_delegate.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/webauthn/chrome_authenticator_request_delegate.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/webauthn/chrome_authenticator_request_delegate.cc -@@ -551,7 +551,7 @@ void ChromeAuthenticatorRequestDelegate::ConfigureDisc +@@ -549,7 +549,7 @@ void ChromeAuthenticatorRequestDelegate::ConfigureDisc g_observer->ConfiguringCable(request_type); } diff --git a/www/chromium/files/patch-chrome_browser_webauthn_enclave__manager.cc b/www/chromium/files/patch-chrome_browser_webauthn_enclave__manager.cc index 26119bd8950a..a79ebafeb744 100644 --- a/www/chromium/files/patch-chrome_browser_webauthn_enclave__manager.cc +++ b/www/chromium/files/patch-chrome_browser_webauthn_enclave__manager.cc @@ -1,6 +1,6 @@ ---- chrome/browser/webauthn/enclave_manager.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/webauthn/enclave_manager.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/webauthn/enclave_manager.cc -@@ -688,7 +688,7 @@ base::flat_set<GaiaId> GetGaiaIDs( +@@ -709,7 +709,7 @@ base::flat_set<GaiaId> GetGaiaIDs( std::string UserVerifyingLabelToString(crypto::UserVerifyingKeyLabel label) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ return label; #else return std::string("placeholder"); -@@ -698,7 +698,7 @@ std::string UserVerifyingLabelToString(crypto::UserVer +@@ -719,7 +719,7 @@ std::string UserVerifyingLabelToString(crypto::UserVer std::optional<crypto::UserVerifyingKeyLabel> UserVerifyingKeyLabelFromString( std::string saved_label) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-chrome_browser_webauthn_password__credential__controller.cc b/www/chromium/files/patch-chrome_browser_webauthn_password__credential__controller.cc index 4b32bb40e936..61536f1927da 100644 --- a/www/chromium/files/patch-chrome_browser_webauthn_password__credential__controller.cc +++ b/www/chromium/files/patch-chrome_browser_webauthn_password__credential__controller.cc @@ -1,8 +1,8 @@ ---- chrome/browser/webauthn/password_credential_controller.cc.orig 2025-05-05 10:57:53 UTC +--- chrome/browser/webauthn/password_credential_controller.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/browser/webauthn/password_credential_controller.cc @@ -46,7 +46,7 @@ password_manager::PasswordManagerClient* GetPasswordMa - } + #if !BUILDFLAG(IS_ANDROID) std::u16string GetAuthenticationMessage(std::string_view rp_id) { -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) diff --git a/www/chromium/files/patch-chrome_common_chrome__features.cc b/www/chromium/files/patch-chrome_common_chrome__features.cc index 84511104b6d4..1b6c9bf95e72 100644 --- a/www/chromium/files/patch-chrome_common_chrome__features.cc +++ b/www/chromium/files/patch-chrome_common_chrome__features.cc @@ -1,6 +1,6 @@ ---- chrome/common/chrome_features.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/common/chrome_features.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/common/chrome_features.cc -@@ -81,7 +81,7 @@ BASE_FEATURE(kUseAdHocSigningForWebAppShims, +@@ -80,7 +80,7 @@ BASE_FEATURE(kUseAdHocSigningForWebAppShims, #endif // BUILDFLAG(IS_MAC) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ // Enables or disables the Autofill survey triggered by opening a prompt to // save address info. BASE_FEATURE(kAutofillAddressSurvey, -@@ -99,7 +99,7 @@ BASE_FEATURE(kAutofillPasswordSurvey, +@@ -98,7 +98,7 @@ BASE_FEATURE(kAutofillPasswordSurvey, base::FEATURE_DISABLED_BY_DEFAULT); #endif @@ -18,7 +18,7 @@ // Enables the Restart background mode optimization. When all Chrome UI is // closed and it goes in the background, allows to restart the browser to // discard memory. -@@ -241,7 +241,7 @@ BASE_FEATURE(kDesktopPWAsElidedExtensionsMenu, +@@ -257,7 +257,7 @@ BASE_FEATURE(kDesktopPWAsElidedExtensionsMenu, BASE_FEATURE(kDesktopPWAsRunOnOsLogin, "DesktopPWAsRunOnOsLogin", #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -27,7 +27,7 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -281,7 +281,7 @@ BASE_FEATURE(kEnableExclusiveAccessManager, +@@ -304,7 +304,7 @@ BASE_FEATURE(kEnableFullscreenToAnyScreenAndroid, base::FEATURE_DISABLED_BY_DEFAULT); #endif @@ -36,7 +36,7 @@ // Controls whether Chrome Apps are supported. See https://crbug.com/1221251. // If the feature is disabled, Chrome Apps continue to work. If enabled, Chrome // Apps will not launch and will be marked in the UI as deprecated. -@@ -1081,7 +1081,7 @@ BASE_FEATURE(kKAnonymityServiceStorage, +@@ -1170,7 +1170,7 @@ BASE_FEATURE(kKAnonymityServiceStorage, "KAnonymityServiceStorage", base::FEATURE_ENABLED_BY_DEFAULT); @@ -45,7 +45,7 @@ BASE_FEATURE(kLinuxLowMemoryMonitor, "LinuxLowMemoryMonitor", base::FEATURE_DISABLED_BY_DEFAULT); -@@ -1094,7 +1094,7 @@ constexpr base::FeatureParam<int> kLinuxLowMemoryMonit +@@ -1183,7 +1183,7 @@ constexpr base::FeatureParam<int> kLinuxLowMemoryMonit &kLinuxLowMemoryMonitor, "critical_level", 255}; #endif // BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS) diff --git a/www/chromium/files/patch-chrome_common_chrome__features.h b/www/chromium/files/patch-chrome_common_chrome__features.h index 1188c0b5f864..e2e91ac39665 100644 --- a/www/chromium/files/patch-chrome_common_chrome__features.h +++ b/www/chromium/files/patch-chrome_common_chrome__features.h @@ -1,6 +1,6 @@ ---- chrome/common/chrome_features.h.orig 2025-08-07 06:57:29 UTC +--- chrome/common/chrome_features.h.orig 2025-09-06 10:01:20 UTC +++ chrome/common/chrome_features.h -@@ -50,13 +50,13 @@ BASE_DECLARE_FEATURE(kUseAdHocSigningForWebAppShims); +@@ -49,13 +49,13 @@ BASE_DECLARE_FEATURE(kUseAdHocSigningForWebAppShims); #endif // BUILDFLAG(IS_MAC) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -16,7 +16,7 @@ COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kBackgroundModeAllowRestart); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -@@ -146,7 +146,7 @@ BASE_DECLARE_FEATURE(kDesktopPWAsPreventClose); +@@ -153,7 +153,7 @@ BASE_DECLARE_FEATURE(kDesktopPWAsPreventClose); COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kDesktopPWAsTabStripSettings); @@ -25,7 +25,7 @@ COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kChromeAppsDeprecation); COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kShortcutsNotApps); -@@ -634,7 +634,7 @@ BASE_DECLARE_FEATURE(kKAnonymityServiceOHTTPRequests); +@@ -697,7 +697,7 @@ BASE_DECLARE_FEATURE(kKAnonymityServiceOHTTPRequests); COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kKAnonymityServiceStorage); @@ -34,7 +34,7 @@ COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kLinuxLowMemoryMonitor); COMPONENT_EXPORT(CHROME_FEATURES) extern const base::FeatureParam<int> kLinuxLowMemoryMonitorModerateLevel; -@@ -642,7 +642,7 @@ COMPONENT_EXPORT(CHROME_FEATURES) +@@ -705,7 +705,7 @@ COMPONENT_EXPORT(CHROME_FEATURES) extern const base::FeatureParam<int> kLinuxLowMemoryMonitorCriticalLevel; #endif // BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS) diff --git a/www/chromium/files/patch-chrome_common_chrome__paths.cc b/www/chromium/files/patch-chrome_common_chrome__paths.cc index 80947244bcc0..f4629be8462c 100644 --- a/www/chromium/files/patch-chrome_common_chrome__paths.cc +++ b/www/chromium/files/patch-chrome_common_chrome__paths.cc @@ -1,6 +1,6 @@ ---- chrome/common/chrome_paths.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/common/chrome_paths.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/common/chrome_paths.cc -@@ -32,7 +32,7 @@ +@@ -31,7 +31,7 @@ #include "base/apple/foundation_util.h" #endif @@ -9,7 +9,7 @@ #include "components/policy/core/common/policy_paths.h" #endif -@@ -48,14 +48,14 @@ namespace { +@@ -47,14 +47,14 @@ namespace { std::optional<bool> g_override_using_default_data_directory_for_testing; @@ -27,7 +27,7 @@ #endif // BUILDFLAG(GOOGLE_CHROME_BRANDING) #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -@@ -212,7 +212,7 @@ bool PathProvider(int key, base::FilePath* result) { +@@ -188,7 +188,7 @@ bool PathProvider(int key, base::FilePath* result) { } break; case chrome::DIR_DEFAULT_DOWNLOADS_SAFE: @@ -36,7 +36,7 @@ if (!GetUserDownloadsDirectorySafe(&cur)) { return false; } -@@ -504,13 +504,13 @@ bool PathProvider(int key, base::FilePath* result) { +@@ -436,13 +436,13 @@ bool PathProvider(int key, base::FilePath* result) { break; } #endif @@ -52,7 +52,7 @@ (BUILDFLAG(IS_LINUX) && BUILDFLAG(CHROMIUM_BRANDING)) case chrome::DIR_USER_EXTERNAL_EXTENSIONS: { if (!base::PathService::Get(chrome::DIR_USER_DATA, &cur)) { -@@ -520,7 +520,7 @@ bool PathProvider(int key, base::FilePath* result) { +@@ -452,7 +452,7 @@ bool PathProvider(int key, base::FilePath* result) { break; } #endif @@ -61,7 +61,7 @@ case chrome::DIR_STANDALONE_EXTERNAL_EXTENSIONS: { cur = base::FilePath(kFilepathSinglePrefExtensions); break; -@@ -559,7 +559,7 @@ bool PathProvider(int key, base::FilePath* result) { +@@ -491,7 +491,7 @@ bool PathProvider(int key, base::FilePath* result) { #if BUILDFLAG(ENABLE_EXTENSIONS_CORE) && \ (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -70,7 +70,7 @@ case chrome::DIR_NATIVE_MESSAGING: #if BUILDFLAG(IS_MAC) #if BUILDFLAG(GOOGLE_CHROME_BRANDING) -@@ -573,6 +573,9 @@ bool PathProvider(int key, base::FilePath* result) { +@@ -505,6 +505,9 @@ bool PathProvider(int key, base::FilePath* result) { #if BUILDFLAG(GOOGLE_CHROME_BRANDING) cur = base::FilePath( FILE_PATH_LITERAL("/etc/opt/chrome/native-messaging-hosts")); diff --git a/www/chromium/files/patch-chrome_common_chrome__paths.h b/www/chromium/files/patch-chrome_common_chrome__paths.h index de79a896dda9..415768d8b8c7 100644 --- a/www/chromium/files/patch-chrome_common_chrome__paths.h +++ b/www/chromium/files/patch-chrome_common_chrome__paths.h @@ -1,6 +1,6 @@ ---- chrome/common/chrome_paths.h.orig 2025-08-07 06:57:29 UTC +--- chrome/common/chrome_paths.h.orig 2025-09-06 10:01:20 UTC +++ chrome/common/chrome_paths.h -@@ -56,7 +56,7 @@ enum { +@@ -58,7 +58,7 @@ enum { // to set policies for chrome. This directory // contains subdirectories. #endif @@ -9,7 +9,7 @@ (BUILDFLAG(IS_LINUX) && BUILDFLAG(CHROMIUM_BRANDING)) || BUILDFLAG(IS_MAC) DIR_USER_EXTERNAL_EXTENSIONS, // Directory for per-user external extensions // on Chrome Mac and Chromium Linux. -@@ -65,7 +65,7 @@ enum { +@@ -67,7 +67,7 @@ enum { // create it. #endif @@ -18,7 +18,7 @@ DIR_STANDALONE_EXTERNAL_EXTENSIONS, // Directory for 'per-extension' // definition manifest files that // describe extensions which are to be -@@ -113,7 +113,7 @@ enum { +@@ -112,7 +112,7 @@ enum { #endif #if BUILDFLAG(ENABLE_EXTENSIONS_CORE) && \ (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ diff --git a/www/chromium/files/patch-chrome_common_chrome__switches.cc b/www/chromium/files/patch-chrome_common_chrome__switches.cc index 2dc4cf39aa53..7974a82b4328 100644 --- a/www/chromium/files/patch-chrome_common_chrome__switches.cc +++ b/www/chromium/files/patch-chrome_common_chrome__switches.cc @@ -1,6 +1,6 @@ ---- chrome/common/chrome_switches.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/common/chrome_switches.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/common/chrome_switches.cc -@@ -895,7 +895,7 @@ const char kAllowNaClSocketAPI[] = "allow-nacl-socket- +@@ -908,7 +908,7 @@ const char kDebugPrint[] = "debug-print"; #endif #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -9,7 +9,7 @@ const char kEnableNewAppMenuIcon[] = "enable-new-app-menu-icon"; // Causes the browser to launch directly in guest mode. -@@ -924,7 +924,7 @@ const char kGlicDev[] = "glic-dev"; +@@ -937,7 +937,7 @@ const char kGlicDev[] = "glic-dev"; const char kGlicHostLogging[] = "glic-host-logging"; #endif diff --git a/www/chromium/files/patch-chrome_common_chrome__switches.h b/www/chromium/files/patch-chrome_common_chrome__switches.h index 62b38b29f62e..e611ffe24958 100644 --- a/www/chromium/files/patch-chrome_common_chrome__switches.h +++ b/www/chromium/files/patch-chrome_common_chrome__switches.h @@ -1,6 +1,6 @@ ---- chrome/common/chrome_switches.h.orig 2025-08-07 06:57:29 UTC +--- chrome/common/chrome_switches.h.orig 2025-09-06 10:01:20 UTC +++ chrome/common/chrome_switches.h -@@ -276,7 +276,7 @@ extern const char kAllowNaClSocketAPI[]; +@@ -275,7 +275,7 @@ extern const char kDebugPrint[]; #endif #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -9,7 +9,7 @@ extern const char kEnableNewAppMenuIcon[]; extern const char kGuest[]; extern const char kForceNtpMobilePromo[]; -@@ -294,7 +294,7 @@ extern const char kGlicDev[]; +@@ -293,7 +293,7 @@ extern const char kGlicDev[]; extern const char kGlicHostLogging[]; #endif diff --git a/www/chromium/files/patch-chrome_common_crash__keys.cc b/www/chromium/files/patch-chrome_common_crash__keys.cc index b84744159f4e..93c3159facf7 100644 --- a/www/chromium/files/patch-chrome_common_crash__keys.cc +++ b/www/chromium/files/patch-chrome_common_crash__keys.cc @@ -1,4 +1,4 @@ ---- chrome/common/crash_keys.cc.orig 2025-04-04 08:52:13 UTC +--- chrome/common/crash_keys.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/common/crash_keys.cc @@ -51,7 +51,9 @@ class CrashKeyWithName { ~CrashKeyWithName() = delete; @@ -10,7 +10,7 @@ void Clear() { crash_key_.Clear(); } void Set(std::string_view value) { crash_key_.Set(value); } -@@ -196,6 +198,7 @@ void AllocateCrashKeyInBrowserAndChildren(std::string_ +@@ -195,6 +197,7 @@ void AllocateCrashKeyInBrowserAndChildren(std::string_ GetCommandLineStringAnnotations().emplace_back(std::string(key)).Set(value); } @@ -18,7 +18,7 @@ void AppendStringAnnotationsCommandLineSwitch(base::CommandLine* command_line) { std::string string_annotations; for (const auto& crash_key : GetCommandLineStringAnnotations()) { -@@ -210,6 +213,7 @@ void AppendStringAnnotationsCommandLineSwitch(base::Co +@@ -209,6 +212,7 @@ void AppendStringAnnotationsCommandLineSwitch(base::Co } command_line->AppendSwitchASCII(kStringAnnotationsSwitch, string_annotations); } diff --git a/www/chromium/files/patch-chrome_common_pref__names.h b/www/chromium/files/patch-chrome_common_pref__names.h index 0aed5cad617a..d88f5a25ad61 100644 --- a/www/chromium/files/patch-chrome_common_pref__names.h +++ b/www/chromium/files/patch-chrome_common_pref__names.h @@ -1,6 +1,6 @@ ---- chrome/common/pref_names.h.orig 2025-08-07 06:57:29 UTC +--- chrome/common/pref_names.h.orig 2025-09-06 10:01:20 UTC +++ chrome/common/pref_names.h -@@ -1334,7 +1334,7 @@ inline constexpr char kGeminiSettings[] = "browser.gem +@@ -1333,7 +1333,7 @@ inline constexpr char kGeminiSettings[] = "browser.gem inline constexpr char kAllowedDomainsForApps[] = "settings.allowed_domains_for_apps"; @@ -9,7 +9,7 @@ // Linux specific preference on whether we should match the system theme. inline constexpr char kSystemTheme[] = "extensions.theme.system_theme"; #endif -@@ -1504,7 +1504,7 @@ inline constexpr char kShowUpdatePromotionInfoBar[] = +@@ -1503,7 +1503,7 @@ inline constexpr char kShowUpdatePromotionInfoBar[] = "browser.show_update_promotion_info_bar"; #endif @@ -18,7 +18,7 @@ // Boolean that is false if we should show window manager decorations. If // true, we draw a custom chrome frame (thicker title bar and blue border). inline constexpr char kUseCustomChromeFrame[] = "browser.custom_chrome_frame"; -@@ -2141,7 +2141,7 @@ inline constexpr char kDownloadDefaultDirectory[] = +@@ -2156,7 +2156,7 @@ inline constexpr char kDownloadDefaultDirectory[] = inline constexpr char kDownloadDirUpgraded[] = "download.directory_upgrade"; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ @@ -27,7 +27,7 @@ inline constexpr char kOpenPdfDownloadInSystemReader[] = "download.open_pdf_in_system_reader"; #endif -@@ -2644,14 +2644,14 @@ inline constexpr char kMediaStorageIdSalt[] = "media.s +@@ -2659,7 +2659,7 @@ inline constexpr char kMediaStorageIdSalt[] = "media.s inline constexpr char kMediaCdmOriginData[] = "media.cdm.origin_data"; #endif // BUILDFLAG(IS_WIN) @@ -36,15 +36,16 @@ // A boolean pref to determine whether or not the network service is running // sandboxed. inline constexpr char kNetworkServiceSandboxEnabled[] = - "net.network_service_sandbox"; - #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) +@@ -2673,7 +2673,7 @@ inline constexpr char kNetworkServiceSandboxEnabled[] + inline constexpr char kNetworkServiceFailedLaunchMajorVersion[] = + "net.network_service_failed_launch_major_version"; -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) // Records whether the user has seen an HTTP auth "negotiate" header. inline constexpr char kReceivedHttpAuthNegotiateHeader[] = "net.received_http_auth_negotiate_headers"; -@@ -2743,7 +2743,7 @@ inline constexpr char kIsolatedWebAppInstallForceList[ +@@ -2765,7 +2765,7 @@ inline constexpr char kIsolatedWebAppInstallForceList[ inline constexpr char kIsolatedWebAppPendingInitializationCount[] = "profile.isolated_web_app.install.pending_initialization_count"; @@ -53,7 +54,7 @@ // Boolean that specifies whether OK-AS-DELEGATE flag from KDC is respected // along with kAuthNegotiateDelegateAllowlist. inline constexpr char kAuthNegotiateDelegateByKdcPolicy[] = -@@ -3266,7 +3266,7 @@ inline constexpr char kKioskApplicationLogCollectionEn +@@ -3288,7 +3288,7 @@ inline constexpr char kKioskApplicationLogCollectionEn #endif // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -62,7 +63,7 @@ // Defines administrator-set availability of Chrome for Testing. inline constexpr char kChromeForTestingAllowed[] = "chrome_for_testing.allowed"; #endif -@@ -3781,7 +3781,7 @@ inline constexpr char kScreenCaptureWithoutGestureAllo +@@ -3806,7 +3806,7 @@ inline constexpr char kScreenCaptureWithoutGestureAllo inline constexpr char kSandboxExternalProtocolBlocked[] = "profile.sandbox_external_protocol_blocked"; @@ -71,7 +72,7 @@ // Boolean that indicates if system notifications are allowed to be used in // place of Chrome notifications. inline constexpr char kAllowSystemNotifications[] = -@@ -3979,7 +3979,7 @@ inline constexpr char kLensDesktopNTPSearchEnabled[] = +@@ -3997,7 +3997,7 @@ inline constexpr char kLensDesktopNTPSearchEnabled[] = "policy.lens_desktop_ntp_search_enabled"; #endif @@ -80,7 +81,7 @@ // A dict mapping the edition name with the major version it was shown. inline constexpr char kWhatsNewEditionUsed[] = "browser.whats_new.edition_used"; // A list containing the features of each module in order of when they -@@ -4076,7 +4076,7 @@ inline constexpr char kPrintingOAuth2AuthorizationServ +@@ -4094,7 +4094,7 @@ inline constexpr char kPrintingOAuth2AuthorizationServ "printing.oauth2_authorization_servers"; #endif diff --git a/www/chromium/files/patch-chrome_common_url__constants.h b/www/chromium/files/patch-chrome_common_url__constants.h index b1ecc8fff477..e1ec0ae488e1 100644 --- a/www/chromium/files/patch-chrome_common_url__constants.h +++ b/www/chromium/files/patch-chrome_common_url__constants.h @@ -1,6 +1,6 @@ ---- chrome/common/url_constants.h.orig 2025-07-02 06:08:04 UTC +--- chrome/common/url_constants.h.orig 2025-09-06 10:01:20 UTC +++ chrome/common/url_constants.h -@@ -997,7 +997,7 @@ inline constexpr char kOutdatedPluginLearnMoreURL[] = +@@ -993,7 +993,7 @@ inline constexpr char kOutdatedPluginLearnMoreURL[] = inline constexpr char kPhoneHubPermissionLearnMoreURL[] = "https://support.google.com/chromebook?p=multidevice"; diff --git a/www/chromium/files/patch-chrome_common_webui__url__constants.cc b/www/chromium/files/patch-chrome_common_webui__url__constants.cc index 570f393aea4c..c11327124c63 100644 --- a/www/chromium/files/patch-chrome_common_webui__url__constants.cc +++ b/www/chromium/files/patch-chrome_common_webui__url__constants.cc @@ -1,14 +1,9 @@ ---- chrome/common/webui_url_constants.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/common/webui_url_constants.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/common/webui_url_constants.cc -@@ -194,21 +194,21 @@ base::span<const base::cstring_view> ChromeURLHosts() +@@ -194,17 +194,17 @@ base::span<const base::cstring_view> ChromeURLHosts() kChromeUIAssistantOptInHost, #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_CHROMEOS) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - kChromeUIConnectorsInternalsHost, - #endif - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_DESKTOP_ANDROID) + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_DESKTOP_ANDROID) || BUILDFLAG(IS_BSD) kChromeUIDiscardsHost, diff --git a/www/chromium/files/patch-chrome_common_webui__url__constants.h b/www/chromium/files/patch-chrome_common_webui__url__constants.h index 3f412f64083f..385df434eee9 100644 --- a/www/chromium/files/patch-chrome_common_webui__url__constants.h +++ b/www/chromium/files/patch-chrome_common_webui__url__constants.h @@ -1,16 +1,9 @@ ---- chrome/common/webui_url_constants.h.orig 2025-08-07 06:57:29 UTC +--- chrome/common/webui_url_constants.h.orig 2025-09-06 10:01:20 UTC +++ chrome/common/webui_url_constants.h -@@ -541,18 +541,18 @@ inline constexpr char kChromeUIOsUrlAppURL[] = "chrome +@@ -557,12 +557,12 @@ inline constexpr char kChromeUIOsUrlAppURL[] = "chrome #endif // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_CHROMEOS) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - inline constexpr char kChromeUIConnectorsInternalsHost[] = - "connectors-internals"; - #endif - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_DESKTOP_ANDROID) + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_DESKTOP_ANDROID) || BUILDFLAG(IS_BSD) inline constexpr char kChromeUIDiscardsHost[] = "discards"; @@ -22,7 +15,7 @@ inline constexpr char kChromeUIWebAppSettingsHost[] = "app-settings"; inline constexpr char kChromeUIWebAppSettingsURL[] = "chrome://app-settings/"; inline constexpr char kChromeUIWhatsNewHost[] = "whats-new"; -@@ -564,11 +564,11 @@ inline constexpr char kChromeUILinuxProxyConfigHost[] +@@ -574,11 +574,11 @@ inline constexpr char kChromeUILinuxProxyConfigHost[] #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ @@ -36,12 +29,12 @@ inline constexpr char kChromeUIBrowserSwitchHost[] = "browser-switch"; inline constexpr char kChromeUIBrowserSwitchURL[] = "chrome://browser-switch/"; inline constexpr char kChromeUIIntroDefaultBrowserSubPage[] = "default-browser"; -@@ -593,7 +593,7 @@ inline constexpr char kChromeUIHistorySyncOptinURL[] = +@@ -603,7 +603,7 @@ inline constexpr char kChromeUIHistorySyncOptinURL[] = "chrome://history-sync-optin/"; #endif -#if ((BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) && \ -+#if ((BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)) && \ ++#if ((BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) || BUILDFLAG(IS_CHROMEOS)) && \ defined(TOOLKIT_VIEWS)) || \ defined(USE_AURA) inline constexpr char kChromeUITabModalConfirmDialogHost[] = diff --git a/www/chromium/files/patch-chrome_utility_services.cc b/www/chromium/files/patch-chrome_utility_services.cc index 35e58e5cfdc3..b78d4a0e7775 100644 --- a/www/chromium/files/patch-chrome_utility_services.cc +++ b/www/chromium/files/patch-chrome_utility_services.cc @@ -1,6 +1,6 @@ ---- chrome/utility/services.cc.orig 2025-05-05 10:57:53 UTC +--- chrome/utility/services.cc.orig 2025-09-06 10:01:20 UTC +++ chrome/utility/services.cc -@@ -48,7 +48,7 @@ +@@ -50,7 +50,7 @@ #include "chrome/services/system_signals/mac/mac_system_signals_service.h" #endif // BUILDFLAG(IS_MAC) @@ -9,7 +9,7 @@ #include "chrome/services/system_signals/linux/linux_system_signals_service.h" #endif // BUILDFLAG(IS_LINUX) -@@ -205,7 +205,7 @@ auto RunMacNotificationService( +@@ -215,7 +215,7 @@ auto RunMacNotificationService( } #endif // BUILDFLAG(IS_MAC) @@ -18,7 +18,7 @@ auto RunSystemSignalsService( mojo::PendingReceiver<device_signals::mojom::SystemSignalsService> receiver) { -@@ -479,7 +479,7 @@ void RegisterMainThreadServices(mojo::ServiceFactory& +@@ -490,7 +490,7 @@ void RegisterMainThreadServices(mojo::ServiceFactory& services.Add(RunWindowsIconReader); #endif // BUILDFLAG(IS_WIN) diff --git a/www/chromium/files/patch-chromecast_browser_cast__browser__main__parts.cc b/www/chromium/files/patch-chromecast_browser_cast__browser__main__parts.cc index d35852ea340a..82880757423e 100644 --- a/www/chromium/files/patch-chromecast_browser_cast__browser__main__parts.cc +++ b/www/chromium/files/patch-chromecast_browser_cast__browser__main__parts.cc @@ -1,6 +1,6 @@ ---- chromecast/browser/cast_browser_main_parts.cc.orig 2025-07-02 06:08:04 UTC +--- chromecast/browser/cast_browser_main_parts.cc.orig 2025-09-06 10:01:20 UTC +++ chromecast/browser/cast_browser_main_parts.cc -@@ -100,7 +100,7 @@ +@@ -99,7 +99,7 @@ #include "ui/ozone/public/ozone_platform.h" #endif // BUILDFLAG(IS_OZONE) @@ -9,7 +9,7 @@ #include <fontconfig/fontconfig.h> #include <signal.h> #include <sys/prctl.h> -@@ -282,7 +282,7 @@ class CastViewsDelegate : public views::ViewsDelegate +@@ -280,7 +280,7 @@ class CastViewsDelegate : public views::ViewsDelegate #endif // defined(USE_AURA) @@ -18,7 +18,7 @@ base::FilePath GetApplicationFontsDir() { std::unique_ptr<base::Environment> env(base::Environment::Create()); -@@ -327,7 +327,7 @@ const DefaultCommandLineSwitch kDefaultSwitches[] = { +@@ -325,7 +325,7 @@ const DefaultCommandLineSwitch kDefaultSwitches[] = { {switches::kDisableThreadedAnimation, ""}, #endif // BUILDFLAG(IS_ANDROID) #endif // BUILDFLAG(IS_CAST_AUDIO_ONLY) @@ -27,7 +27,7 @@ #if defined(ARCH_CPU_X86_FAMILY) // This is needed for now to enable the x11 Ozone platform to work with // current Linux/NVidia OpenGL drivers. -@@ -504,7 +504,7 @@ void CastBrowserMainParts::ToolkitInitialized() { +@@ -502,7 +502,7 @@ void CastBrowserMainParts::ToolkitInitialized() { views_delegate_ = std::make_unique<CastViewsDelegate>(); #endif // defined(USE_AURA) diff --git a/www/chromium/files/patch-components_BUILD.gn b/www/chromium/files/patch-components_BUILD.gn index 1ff16a894532..be1f1a58b8fb 100644 --- a/www/chromium/files/patch-components_BUILD.gn +++ b/www/chromium/files/patch-components_BUILD.gn @@ -1,6 +1,6 @@ ---- components/BUILD.gn.orig 2025-08-07 06:57:29 UTC +--- components/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ components/BUILD.gn -@@ -214,7 +214,6 @@ test("components_unittests") { +@@ -216,7 +216,6 @@ test("components_unittests") { "//components/content_settings/core/browser:unit_tests", "//components/content_settings/core/common:unit_tests", "//components/country_codes:unit_tests", @@ -8,9 +8,9 @@ "//components/cross_device/logging:unit_tests", "//components/crx_file:unit_tests", "//components/data_sharing:unit_tests", -@@ -623,7 +622,7 @@ test("components_unittests") { - deps += [ "//components/cast:unit_tests" ] - } +@@ -625,7 +624,7 @@ test("components_unittests") { + "//components/user_data_importer/content:unit_tests", + ] - if (!is_fuchsia) { #!iOS and!Fuchsia + if (!is_fuchsia && !is_bsd) { #!iOS and!Fuchsia @@ -23,6 +23,6 @@ - if (is_win || is_linux || is_chromeos || is_mac) { + if (is_win || (is_linux && !is_bsd) || is_chromeos || is_mac) { - deps += [ "//components/stability_report:unit_tests" ] - } - + deps += [ + "//components/stability_report:unit_tests", + "//components/webapps/isolated_web_apps:unit_tests", diff --git a/www/chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.cc b/www/chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.cc index 5bf04ab18043..6575366434a6 100644 --- a/www/chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.cc +++ b/www/chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.cc @@ -1,6 +1,6 @@ ---- components/autofill/core/browser/data_manager/payments/payments_data_manager.cc.orig 2025-08-07 06:57:29 UTC +--- components/autofill/core/browser/data_manager/payments/payments_data_manager.cc.orig 2025-09-06 10:01:20 UTC +++ components/autofill/core/browser/data_manager/payments/payments_data_manager.cc -@@ -472,7 +472,7 @@ void PaymentsDataManager::OnWebDataServiceRequestDone( +@@ -471,7 +471,7 @@ void PaymentsDataManager::OnWebDataServiceRequestDone( bool PaymentsDataManager::ShouldShowBnplSettings() const { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ // Check `kAutofillEnableBuyNowPayLater` only if the user has seen a BNPL // suggestion before, or there are already linked issuers present, to avoid // unnecessary feature flag checks. The linked issuer check is due to the fact -@@ -1001,7 +1001,7 @@ void PaymentsDataManager::SetPrefService(PrefService* +@@ -1000,7 +1000,7 @@ void PaymentsDataManager::SetPrefService(PrefService* &PaymentsDataManager::OnAutofillPaymentsCardBenefitsPrefChange, base::Unretained(this))); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -18,7 +18,7 @@ pref_registrar_.Add( prefs::kAutofillBnplEnabled, base::BindRepeating(&PaymentsDataManager::OnBnplEnabledPrefChange, -@@ -1075,7 +1075,7 @@ void PaymentsDataManager::SetAutofillHasSeenIban() { +@@ -1074,7 +1074,7 @@ void PaymentsDataManager::SetAutofillHasSeenIban() { } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -27,16 +27,16 @@ bool PaymentsDataManager::IsAutofillHasSeenBnplPrefEnabled() const { return prefs::HasSeenBnpl(pref_service_); } -@@ -2078,7 +2078,7 @@ bool PaymentsDataManager::AreEwalletAccountsSupported( +@@ -2084,7 +2084,7 @@ bool PaymentsDataManager::AreEwalletAccountsSupported( bool PaymentsDataManager::AreBnplIssuersSupported() const { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS) + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - return app_locale_ == "en-US" && GetCountryCodeForExperimentGroup() == "US" && - base::FeatureList::IsEnabled( - features::kAutofillEnableBuyNowPayLaterSyncing); -@@ -2111,7 +2111,7 @@ void PaymentsDataManager::ClearAllCreditCardBenefits() + return (app_locale_ == "en-US" || app_locale_ == "en-GB" || + app_locale_ == "en-CA") && + GetCountryCodeForExperimentGroup() == "US" && +@@ -2119,7 +2119,7 @@ void PaymentsDataManager::ClearAllCreditCardBenefits() } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.h b/www/chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.h index fdadd7a49e90..139f3ac65fde 100644 --- a/www/chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.h +++ b/www/chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.h @@ -1,4 +1,4 @@ ---- components/autofill/core/browser/data_manager/payments/payments_data_manager.h.orig 2025-08-07 06:57:29 UTC +--- components/autofill/core/browser/data_manager/payments/payments_data_manager.h.orig 2025-09-06 10:01:20 UTC +++ components/autofill/core/browser/data_manager/payments/payments_data_manager.h @@ -370,7 +370,7 @@ class PaymentsDataManager : public AutofillWebDataServ void SetAutofillHasSeenIban(); @@ -9,7 +9,7 @@ // Returns the value of the kAutofillHasSeenBnpl pref. bool IsAutofillHasSeenBnplPrefEnabled() const; -@@ -693,7 +693,7 @@ class PaymentsDataManager : public AutofillWebDataServ +@@ -699,7 +699,7 @@ class PaymentsDataManager : public AutofillWebDataServ void ClearAllCreditCardBenefits(); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-components_autofill_core_browser_foundations_browser__autofill__manager.cc b/www/chromium/files/patch-components_autofill_core_browser_foundations_browser__autofill__manager.cc index 5e0e49ce8924..54747776cbd8 100644 --- a/www/chromium/files/patch-components_autofill_core_browser_foundations_browser__autofill__manager.cc +++ b/www/chromium/files/patch-components_autofill_core_browser_foundations_browser__autofill__manager.cc @@ -1,6 +1,6 @@ ---- components/autofill/core/browser/foundations/browser_autofill_manager.cc.orig 2025-08-07 06:57:29 UTC +--- components/autofill/core/browser/foundations/browser_autofill_manager.cc.orig 2025-09-06 10:01:20 UTC +++ components/autofill/core/browser/foundations/browser_autofill_manager.cc -@@ -746,7 +746,7 @@ BrowserAutofillManager::GetCreditCardAccessManager() c +@@ -779,7 +779,7 @@ BrowserAutofillManager::GetAmountExtractionManager() { payments::BnplManager* BrowserAutofillManager::GetPaymentsBnplManager() { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-components_autofill_core_browser_payments_amount__extraction__manager.cc b/www/chromium/files/patch-components_autofill_core_browser_payments_amount__extraction__manager.cc index 9915b307844d..cf3727ce6a99 100644 --- a/www/chromium/files/patch-components_autofill_core_browser_payments_amount__extraction__manager.cc +++ b/www/chromium/files/patch-components_autofill_core_browser_payments_amount__extraction__manager.cc @@ -1,6 +1,6 @@ ---- components/autofill/core/browser/payments/amount_extraction_manager.cc.orig 2025-08-07 06:57:29 UTC +--- components/autofill/core/browser/payments/amount_extraction_manager.cc.orig 2025-09-06 10:01:20 UTC +++ components/autofill/core/browser/payments/amount_extraction_manager.cc -@@ -177,7 +177,7 @@ void AmountExtractionManager::OnCheckoutAmountReceived +@@ -178,7 +178,7 @@ void AmountExtractionManager::OnCheckoutAmountReceived bnpl_manager->OnAmountExtractionReturned(parsed_extracted_amount); } if constexpr (BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || @@ -9,8 +9,8 @@ if (base::FeatureList::IsEnabled( ::autofill::features::kAutofillEnableAmountExtractionTesting)) { VLOG(3) << "The result of amount extraction on domain " -@@ -200,7 +200,7 @@ void AmountExtractionManager::OnTimeoutReached() { - autofill_metrics::AmountExtractionResult::kTimeout); +@@ -206,7 +206,7 @@ void AmountExtractionManager::OnTimeoutReached() { + } // TODO(crbug.com/378517983): Add BNPL flow action logic here. if constexpr (BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || - BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID)) { @@ -18,7 +18,7 @@ if (base::FeatureList::IsEnabled( ::autofill::features::kAutofillEnableAmountExtractionTesting)) { VLOG(3) << "The amount extraction on domain " -@@ -219,7 +219,7 @@ AmountExtractionManager::CheckEligibilityForFeaturesRe +@@ -225,7 +225,7 @@ AmountExtractionManager::CheckEligibilityForFeaturesRe // Check eligibility of BNPL feature. // Currently, BNPL is only offered for desktop platforms. if constexpr (BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || diff --git a/www/chromium/files/patch-components_autofill_core_browser_payments_bnpl__manager.cc b/www/chromium/files/patch-components_autofill_core_browser_payments_bnpl__manager.cc index 4dbdd1937824..8ed2c4df9b53 100644 --- a/www/chromium/files/patch-components_autofill_core_browser_payments_bnpl__manager.cc +++ b/www/chromium/files/patch-components_autofill_core_browser_payments_bnpl__manager.cc @@ -1,6 +1,6 @@ ---- components/autofill/core/browser/payments/bnpl_manager.cc.orig 2025-08-07 06:57:29 UTC +--- components/autofill/core/browser/payments/bnpl_manager.cc.orig 2025-09-06 10:01:20 UTC +++ components/autofill/core/browser/payments/bnpl_manager.cc -@@ -467,7 +467,7 @@ void BnplManager::MaybeUpdateSuggestionsWithBnpl( +@@ -497,7 +497,7 @@ void BnplManager::MaybeUpdateSuggestionsWithBnpl( .OnBnplSuggestionShown(); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-components_autofill_core_common_autofill__payments__features.cc b/www/chromium/files/patch-components_autofill_core_common_autofill__payments__features.cc index af1ce2fb722e..a44baeaa49c7 100644 --- a/www/chromium/files/patch-components_autofill_core_common_autofill__payments__features.cc +++ b/www/chromium/files/patch-components_autofill_core_common_autofill__payments__features.cc @@ -1,6 +1,6 @@ ---- components/autofill/core/common/autofill_payments_features.cc.orig 2025-08-07 06:57:29 UTC +--- components/autofill/core/common/autofill_payments_features.cc.orig 2025-09-06 10:01:20 UTC +++ components/autofill/core/common/autofill_payments_features.cc -@@ -365,7 +365,7 @@ BASE_FEATURE(kDisableAutofillStrikeSystem, +@@ -345,7 +345,7 @@ BASE_FEATURE(kDisableAutofillStrikeSystem, base::FEATURE_DISABLED_BY_DEFAULT); bool ShouldShowImprovedUserConsentForCreditCardSave() { diff --git a/www/chromium/files/patch-components_autofill_core_common_autofill__prefs.cc b/www/chromium/files/patch-components_autofill_core_common_autofill__prefs.cc index 5828f3e62dad..5a92dbc184c0 100644 --- a/www/chromium/files/patch-components_autofill_core_common_autofill__prefs.cc +++ b/www/chromium/files/patch-components_autofill_core_common_autofill__prefs.cc @@ -1,6 +1,6 @@ ---- components/autofill/core/common/autofill_prefs.cc.orig 2025-08-07 06:57:29 UTC +--- components/autofill/core/common/autofill_prefs.cc.orig 2025-09-06 10:01:20 UTC +++ components/autofill/core/common/autofill_prefs.cc -@@ -104,7 +104,7 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySync +@@ -118,7 +118,7 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySync #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ registry->RegisterBooleanPref( kAutofillBnplEnabled, true, user_prefs::PrefRegistrySyncable::SYNCABLE_PREF); -@@ -298,7 +298,7 @@ bool IsFacilitatedPaymentsPixAccountLinkingEnabled(con +@@ -360,7 +360,7 @@ void SetFacilitatedPaymentsA2ATriggeredOnce(PrefServic } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -18,7 +18,7 @@ void SetAutofillBnplEnabled(PrefService* prefs, bool value) { prefs->SetBoolean(kAutofillBnplEnabled, value); } -@@ -307,7 +307,7 @@ void SetAutofillBnplEnabled(PrefService* prefs, bool v +@@ -369,7 +369,7 @@ void SetAutofillBnplEnabled(PrefService* prefs, bool v bool IsAutofillBnplEnabled(const PrefService* prefs) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -27,7 +27,7 @@ return prefs->GetBoolean(kAutofillBnplEnabled); #else return false; -@@ -316,7 +316,7 @@ bool IsAutofillBnplEnabled(const PrefService* prefs) { +@@ -378,7 +378,7 @@ bool IsAutofillBnplEnabled(const PrefService* prefs) { } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-components_autofill_core_common_autofill__prefs.h b/www/chromium/files/patch-components_autofill_core_common_autofill__prefs.h index acad2cc79fc2..66e7738cb819 100644 --- a/www/chromium/files/patch-components_autofill_core_common_autofill__prefs.h +++ b/www/chromium/files/patch-components_autofill_core_common_autofill__prefs.h @@ -1,4 +1,4 @@ ---- components/autofill/core/common/autofill_prefs.h.orig 2025-08-07 06:57:29 UTC +--- components/autofill/core/common/autofill_prefs.h.orig 2025-09-06 10:01:20 UTC +++ components/autofill/core/common/autofill_prefs.h @@ -32,7 +32,7 @@ inline constexpr std::string_view kAutofillAblationSee inline constexpr char kAutofillAiOptInStatus[] = @@ -9,8 +9,8 @@ // Boolean that is true if BNPL on Autofill is enabled. inline constexpr char kAutofillBnplEnabled[] = "autofill.bnpl_enabled"; // Boolean that is true if the user has ever seen a BNPL suggestion. -@@ -226,7 +226,7 @@ void SetFacilitatedPaymentsPixAccountLinking(PrefServi - bool IsFacilitatedPaymentsPixAccountLinkingEnabled(const PrefService* prefs); +@@ -247,7 +247,7 @@ bool IsFacilitatedPaymentsA2AEnabled(const PrefService + void SetFacilitatedPaymentsA2ATriggeredOnce(PrefService* prefs, bool value); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS) @@ -18,7 +18,7 @@ void SetAutofillBnplEnabled(PrefService* prefs, bool value); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) -@@ -234,7 +234,7 @@ void SetAutofillBnplEnabled(PrefService* prefs, bool v +@@ -255,7 +255,7 @@ void SetAutofillBnplEnabled(PrefService* prefs, bool v bool IsAutofillBnplEnabled(const PrefService* prefs); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-components_commerce_core_commerce__feature__list.cc b/www/chromium/files/patch-components_commerce_core_commerce__feature__list.cc index 5343e85868fe..dcb423d30584 100644 --- a/www/chromium/files/patch-components_commerce_core_commerce__feature__list.cc +++ b/www/chromium/files/patch-components_commerce_core_commerce__feature__list.cc @@ -1,39 +1,20 @@ ---- components/commerce/core/commerce_feature_list.cc.orig 2025-08-07 06:57:29 UTC +--- components/commerce/core/commerce_feature_list.cc.orig 2025-09-06 10:01:20 UTC +++ components/commerce/core/commerce_feature_list.cc -@@ -157,7 +157,8 @@ BASE_FEATURE(kPriceInsights, - "PriceInsights", - base::FEATURE_DISABLED_BY_DEFAULT); - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_IOS) || BUILDFLAG(IS_ANDROID) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_IOS) || BUILDFLAG(IS_ANDROID) || \ -+ BUILDFLAG(IS_BSD) - BASE_FEATURE(kPriceInsightsRegionLaunched, - "PriceInsightsRegionLaunched", - base::FEATURE_ENABLED_BY_DEFAULT); -@@ -235,7 +236,7 @@ BASE_FEATURE(kShoppingAlternateServer, +@@ -209,7 +209,7 @@ BASE_FEATURE(kShoppingAlternateServer, const char kDiscountOnShoppyPageParam[] = "discount-on-shoppy-page"; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) const base::FeatureParam<bool> kDiscountOnShoppyPage{ &kEnableDiscountInfoApi, kDiscountOnShoppyPageParam, true}; #else -@@ -244,7 +245,7 @@ const base::FeatureParam<bool> kDiscountOnShoppyPage{ - #endif - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_CHROMEOS) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - BASE_FEATURE(kEnableDiscountInfoApiRegionLaunched, - "EnableDiscountInfoApiRegionLaunched", - base::FEATURE_ENABLED_BY_DEFAULT); -@@ -259,7 +260,7 @@ const char kMerchantWideBehaviorParam[] = "merchant-wi +@@ -222,7 +222,7 @@ const char kMerchantWideBehaviorParam[] = "merchant-wi const char kNonMerchantWideBehaviorParam[] = "non-merchant-wide-behavior"; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) BASE_FEATURE(kDiscountDialogAutoPopupBehaviorSetting, "DiscountDialogAutoPopupBehaviorSetting", base::FEATURE_ENABLED_BY_DEFAULT); diff --git a/www/chromium/files/patch-components_crash_core_app_BUILD.gn b/www/chromium/files/patch-components_crash_core_app_BUILD.gn index 3424a92d29d0..202695d1237b 100644 --- a/www/chromium/files/patch-components_crash_core_app_BUILD.gn +++ b/www/chromium/files/patch-components_crash_core_app_BUILD.gn @@ -1,4 +1,4 @@ ---- components/crash/core/app/BUILD.gn.orig 2025-05-05 10:57:53 UTC +--- components/crash/core/app/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ components/crash/core/app/BUILD.gn @@ -70,6 +70,10 @@ static_library("app") { ] @@ -29,7 +29,7 @@ deps += [ "//base:base_static", "//components/crash/core/common", -@@ -237,11 +241,6 @@ if (is_mac || is_android || is_linux || is_chromeos) { +@@ -241,11 +245,6 @@ if (is_mac || is_android || is_linux || is_chromeos) { # define custom UserStreamDataSources. executable("chrome_crashpad_handler") { sources = [ "chrome_crashpad_handler.cc" ] diff --git a/www/chromium/files/patch-components_device__signals_core_browser_browser__utils.h b/www/chromium/files/patch-components_device__signals_core_browser_browser__utils.h index 9343582483ab..9b18e6e64a3e 100644 --- a/www/chromium/files/patch-components_device__signals_core_browser_browser__utils.h +++ b/www/chromium/files/patch-components_device__signals_core_browser_browser__utils.h @@ -1,15 +1,15 @@ ---- components/device_signals/core/browser/browser_utils.h.orig 2025-05-28 14:55:43 UTC +--- components/device_signals/core/browser/browser_utils.h.orig 2025-09-06 10:01:20 UTC +++ components/device_signals/core/browser/browser_utils.h -@@ -36,7 +36,7 @@ bool GetSiteIsolationEnabled(); - // Returns the hostname of the current machine. +@@ -38,7 +38,7 @@ bool GetSiteIsolationEnabled(); std::string GetHostName(); + #endif // !BUILDFLAG(IS_ANDROID) -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) // Returns the hostname of the current machine. std::vector<std::string> GetSystemDnsServers(); -@@ -44,7 +44,7 @@ std::vector<std::string> GetSystemDnsServers(); +@@ -46,7 +46,7 @@ std::vector<std::string> GetSystemDnsServers(); SettingValue GetOSFirewall(); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) diff --git a/www/chromium/files/patch-components_device__signals_core_browser_desktop_desktop__os__signals__collector.cc b/www/chromium/files/patch-components_device__signals_core_browser_desktop_desktop__os__signals__collector.cc new file mode 100644 index 000000000000..527aa2860dfc --- /dev/null +++ b/www/chromium/files/patch-components_device__signals_core_browser_desktop_desktop__os__signals__collector.cc @@ -0,0 +1,11 @@ +--- components/device_signals/core/browser/desktop/desktop_os_signals_collector.cc.orig 2025-09-06 10:01:20 UTC ++++ components/device_signals/core/browser/desktop/desktop_os_signals_collector.cc +@@ -43,7 +43,7 @@ std::unique_ptr<OsSignalsResponse> AddAsyncOsSignals( + os_signals_response->disk_encryption = device_signals::GetDiskEncrypted(); + os_signals_response->os_firewall = device_signals::GetOSFirewall(); + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + os_signals_response->distribution_version = + device_signals::GetDistributionVersion(); + #endif // BUILDFLAG(IS_LINUX) diff --git a/www/chromium/files/patch-components_device__signals_core_common_linux_platform__utils__linux.cc b/www/chromium/files/patch-components_device__signals_core_common_linux_platform__utils__linux.cc index ac217e22428d..2a8687078447 100644 --- a/www/chromium/files/patch-components_device__signals_core_common_linux_platform__utils__linux.cc +++ b/www/chromium/files/patch-components_device__signals_core_common_linux_platform__utils__linux.cc @@ -1,4 +1,4 @@ ---- components/device_signals/core/common/linux/platform_utils_linux.cc.orig 2025-08-07 06:57:29 UTC +--- components/device_signals/core/common/linux/platform_utils_linux.cc.orig 2025-09-06 10:01:20 UTC +++ components/device_signals/core/common/linux/platform_utils_linux.cc @@ -4,12 +4,23 @@ @@ -24,7 +24,7 @@ #include <algorithm> #include <optional> #include <string> -@@ -100,6 +111,7 @@ SettingValue GetScreenlockSecured() { +@@ -111,6 +122,7 @@ SettingValue GetScreenlockSecured() { // Implements the logic from the native host installation script. First find the // root device identifier, then locate its parent and get its type. SettingValue GetDiskEncrypted() { @@ -32,7 +32,7 @@ struct stat info; // First figure out the device identifier. Fail fast if this fails. if (stat("/", &info) != 0) { -@@ -122,11 +134,35 @@ SettingValue GetDiskEncrypted() { +@@ -133,11 +145,35 @@ SettingValue GetDiskEncrypted() { } return SettingValue::UNKNOWN; } @@ -40,7 +40,7 @@ return SettingValue::DISABLED; } - std::vector<std::string> GetMacAddresses() { + std::vector<std::string> internal::GetMacAddressesImpl() { std::vector<std::string> result; +#if BUILDFLAG(IS_BSD) + struct ifaddrs* ifa = nullptr; @@ -68,7 +68,7 @@ base::DirReaderPosix reader("/sys/class/net"); if (!reader.IsValid()) { return result; -@@ -151,6 +187,7 @@ std::vector<std::string> GetMacAddresses() { +@@ -162,6 +198,7 @@ std::vector<std::string> internal::GetMacAddressesImpl &address); result.push_back(address); } diff --git a/www/chromium/files/patch-components_device__signals_core_common_platform__utils.h b/www/chromium/files/patch-components_device__signals_core_common_platform__utils.h new file mode 100644 index 000000000000..19af4f6ecca8 --- /dev/null +++ b/www/chromium/files/patch-components_device__signals_core_common_platform__utils.h @@ -0,0 +1,11 @@ +--- components/device_signals/core/common/platform_utils.h.orig 2025-09-06 10:01:20 UTC ++++ components/device_signals/core/common/platform_utils.h +@@ -57,7 +57,7 @@ SettingValue GetSecureBootEnabled(); + std::optional<std::string> GetWindowsMachineDomain(); + #endif // BUILDFLAG(IS_WIN) + +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + // Return the distribution VERSION_ID contained in + // /etc/os-release, if it exists. + std::optional<std::string> GetDistributionVersion(); diff --git a/www/chromium/files/patch-components_device__signals_core_common_signals__features.cc b/www/chromium/files/patch-components_device__signals_core_common_signals__features.cc index 16418c1fe4c9..e50650c4645f 100644 --- a/www/chromium/files/patch-components_device__signals_core_common_signals__features.cc +++ b/www/chromium/files/patch-components_device__signals_core_common_signals__features.cc @@ -1,6 +1,6 @@ ---- components/device_signals/core/common/signals_features.cc.orig 2025-05-28 14:55:43 UTC +--- components/device_signals/core/common/signals_features.cc.orig 2025-09-06 10:01:20 UTC +++ components/device_signals/core/common/signals_features.cc -@@ -43,7 +43,7 @@ bool IsBrowserSignalsReportingEnabled() { +@@ -55,7 +55,7 @@ bool IsDetectedAgentSignalCollectionEnabled() { } #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || \ diff --git a/www/chromium/files/patch-components_device__signals_core_common_signals__features.h b/www/chromium/files/patch-components_device__signals_core_common_signals__features.h index 4b3a60a02309..eebd069f6fad 100644 --- a/www/chromium/files/patch-components_device__signals_core_common_signals__features.h +++ b/www/chromium/files/patch-components_device__signals_core_common_signals__features.h @@ -1,7 +1,7 @@ ---- components/device_signals/core/common/signals_features.h.orig 2025-05-28 14:55:43 UTC +--- components/device_signals/core/common/signals_features.h.orig 2025-09-06 10:01:20 UTC +++ components/device_signals/core/common/signals_features.h -@@ -29,7 +29,7 @@ bool IsProfileSignalsReportingEnabled(); - bool IsBrowserSignalsReportingEnabled(); +@@ -33,7 +33,7 @@ bool IsBrowserSignalsReportingEnabled(); + bool IsDetectedAgentSignalCollectionEnabled(); #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || \ - BUILDFLAG(IS_CHROMEOS) diff --git a/www/chromium/files/patch-components_embedder__support_user__agent__utils.cc b/www/chromium/files/patch-components_embedder__support_user__agent__utils.cc index 8e89efe8d771..c4e7b9df1685 100644 --- a/www/chromium/files/patch-components_embedder__support_user__agent__utils.cc +++ b/www/chromium/files/patch-components_embedder__support_user__agent__utils.cc @@ -1,6 +1,6 @@ ---- components/embedder_support/user_agent_utils.cc.orig 2025-08-07 06:57:29 UTC +--- components/embedder_support/user_agent_utils.cc.orig 2025-09-06 10:01:20 UTC +++ components/embedder_support/user_agent_utils.cc -@@ -322,7 +322,7 @@ std::string GetUserAgentPlatform() { +@@ -317,7 +317,7 @@ std::string GetUserAgentPlatform() { return ""; #elif BUILDFLAG(IS_MAC) return "Macintosh; "; @@ -9,16 +9,34 @@ return "X11; "; // strange, but that's what Firefox uses #elif BUILDFLAG(IS_ANDROID) return "Linux; "; -@@ -348,7 +348,7 @@ std::string GetUnifiedPlatform() { +@@ -333,7 +333,7 @@ std::string GetUserAgentPlatform() { + } + + std::string GetUnifiedPlatform() { +-#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + // This constant is only used on Android (desktop) and Linux. + constexpr char kUnifiedPlatformLinuxX64[] = "X11; Linux x86_64"; + #endif +@@ -353,7 +353,7 @@ std::string GetUnifiedPlatform() { return "Windows NT 10.0; Win64; x64"; #elif BUILDFLAG(IS_FUCHSIA) return "Fuchsia"; -#elif BUILDFLAG(IS_LINUX) -+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - return "X11; Linux x86_64"; ++#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + return kUnifiedPlatformLinuxX64; #elif BUILDFLAG(IS_IOS) if (ui::GetDeviceFormFactor() == ui::DEVICE_FORM_FACTOR_TABLET) { -@@ -605,6 +605,9 @@ std::string GetPlatformForUAMetadata() { +@@ -615,7 +615,7 @@ bool GetMobileBitForUAMetadata() { + } + + std::string GetPlatformVersion() { +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + // TODO(crbug.com/40245146): Remove this Blink feature + if (base::FeatureList::IsEnabled( + blink::features::kReduceUserAgentDataLinuxPlatformVersion)) { +@@ -661,6 +661,9 @@ std::string GetPlatformForUAMetadata() { #else return "Chromium OS"; #endif @@ -28,16 +46,7 @@ #else return std::string(version_info::GetOSType()); #endif -@@ -664,7 +667,7 @@ blink::UserAgentMetadata GetUserAgentMetadata(const Pr - base::StringPrintf("%d.%d.%d", major, minor, bugfix); - #endif - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // TODO(crbug.com/40245146): Remove this Blink feature - if (base::FeatureList::IsEnabled( - blink::features::kReduceUserAgentDataLinuxPlatformVersion)) { -@@ -827,6 +830,16 @@ std::string BuildOSCpuInfoFromOSVersionAndCpuType(cons +@@ -873,6 +876,16 @@ std::string BuildOSCpuInfoFromOSVersionAndCpuType(cons "Android %s", os_version.c_str() #elif BUILDFLAG(IS_FUCHSIA) "Fuchsia" diff --git a/www/chromium/files/patch-components_embedder__support_user__agent__utils__unittest.cc b/www/chromium/files/patch-components_embedder__support_user__agent__utils__unittest.cc index c1a01656aa07..dd1caa9a5554 100644 --- a/www/chromium/files/patch-components_embedder__support_user__agent__utils__unittest.cc +++ b/www/chromium/files/patch-components_embedder__support_user__agent__utils__unittest.cc @@ -1,6 +1,6 @@ ---- components/embedder_support/user_agent_utils_unittest.cc.orig 2025-08-07 06:57:29 UTC +--- components/embedder_support/user_agent_utils_unittest.cc.orig 2025-09-06 10:01:20 UTC +++ components/embedder_support/user_agent_utils_unittest.cc -@@ -153,7 +153,7 @@ void CheckUserAgentStringOrdering(bool mobile_device) +@@ -152,7 +152,7 @@ void CheckUserAgentStringOrdering(bool mobile_device) ASSERT_EQ("CrOS", pieces[0]); ASSERT_EQ("x86_64", pieces[1]); ASSERT_EQ("14541.0.0", pieces[2]); @@ -9,7 +9,7 @@ // Post-UA Reduction there is a single <unifiedPlatform> value for Linux: // X11; Linux x86_64 ASSERT_EQ(2u, pieces.size()); -@@ -341,7 +341,7 @@ class UserAgentUtilsTest : public testing::Test, +@@ -340,7 +340,7 @@ class UserAgentUtilsTest : public testing::Test, "X11; CrOS x86_64 14541.0.0"; #elif BUILDFLAG(IS_FUCHSIA) "Fuchsia"; @@ -18,7 +18,7 @@ "X11; Linux x86_64"; #elif BUILDFLAG(IS_MAC) "Macintosh; Intel Mac OS X 10_15_7"; -@@ -721,7 +721,7 @@ TEST_F(UserAgentUtilsTest, UserAgentMetadata) { +@@ -720,7 +720,7 @@ TEST_F(UserAgentUtilsTest, UserAgentMetadata) { #endif #elif BUILDFLAG(IS_ANDROID) EXPECT_EQ(metadata.platform, "Android"); diff --git a/www/chromium/files/patch-components_enterprise_browser_reporting_report__util.cc b/www/chromium/files/patch-components_enterprise_browser_reporting_report__util.cc new file mode 100644 index 000000000000..14f74b5a782e --- /dev/null +++ b/www/chromium/files/patch-components_enterprise_browser_reporting_report__util.cc @@ -0,0 +1,11 @@ +--- components/enterprise/browser/reporting/report_util.cc.orig 2025-09-06 10:01:20 UTC ++++ components/enterprise/browser/reporting/report_util.cc +@@ -199,7 +199,7 @@ std::string GetSecuritySignalsInReport( + signals_dict.Set("antivirus_info", std::move(anti_virus_list)); + + signals_dict.Set("hotfixes", RepeatedFieldptrToList(os_report.hotfixes())); +-#elif BUILDFLAG(IS_LINUX) ++#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + if (os_report.has_distribution_version()) { + signals_dict.Set("distribution_version", + os_report.distribution_version()); diff --git a/www/chromium/files/patch-components_enterprise_data__controls_core_browser_features.cc b/www/chromium/files/patch-components_enterprise_data__controls_core_browser_features.cc new file mode 100644 index 000000000000..9a412c386ba7 --- /dev/null +++ b/www/chromium/files/patch-components_enterprise_data__controls_core_browser_features.cc @@ -0,0 +1,11 @@ +--- components/enterprise/data_controls/core/browser/features.cc.orig 2025-09-06 10:01:20 UTC ++++ components/enterprise/data_controls/core/browser/features.cc +@@ -13,7 +13,7 @@ BASE_FEATURE(kEnableClipboardDataControlsAndroid, + #endif + + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + BASE_FEATURE(kEnableDownloadDataControlsDesktop, + "EnableDownloadDataControlsDesktop", + base::FEATURE_DISABLED_BY_DEFAULT); diff --git a/www/chromium/files/patch-components_enterprise_data__controls_core_browser_features.h b/www/chromium/files/patch-components_enterprise_data__controls_core_browser_features.h new file mode 100644 index 000000000000..d4ce0632a931 --- /dev/null +++ b/www/chromium/files/patch-components_enterprise_data__controls_core_browser_features.h @@ -0,0 +1,11 @@ +--- components/enterprise/data_controls/core/browser/features.h.orig 2025-09-06 10:01:20 UTC ++++ components/enterprise/data_controls/core/browser/features.h +@@ -16,7 +16,7 @@ BASE_DECLARE_FEATURE(kEnableClipboardDataControlsAndro + #endif + + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + // Controls enabling Data Controls rules for downloads on desktop + BASE_DECLARE_FEATURE(kEnableDownloadDataControlsDesktop); + #endif diff --git a/www/chromium/files/patch-components_enterprise_data__controls_core_browser_rule.cc b/www/chromium/files/patch-components_enterprise_data__controls_core_browser_rule.cc new file mode 100644 index 000000000000..76bbc6f2ae06 --- /dev/null +++ b/www/chromium/files/patch-components_enterprise_data__controls_core_browser_rule.cc @@ -0,0 +1,29 @@ +--- components/enterprise/data_controls/core/browser/rule.cc.orig 2025-09-06 10:01:20 UTC ++++ components/enterprise/data_controls/core/browser/rule.cc +@@ -105,7 +105,7 @@ policy::PolicyErrorPath CreateErrorPath( + // a type of restriction should be applied or not, check it here. + bool IgnoreRestriction(Rule::Restriction restriction) { + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + if (restriction == Rule::Restriction::kFileDownload) { + return !base::FeatureList::IsEnabled(kEnableDownloadDataControlsDesktop); + } +@@ -538,7 +538,7 @@ bool Rule::AddUnsupportedAttributeErrors( + }, + }, + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + { + Restriction::kFileDownload, + { +@@ -617,7 +617,7 @@ bool Rule::AddUnsupportedRestrictionErrors( + }, + #endif // BUILDFLAG(ENTERPRISE_SCREENSHOT_PROTECTION) + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + { + Restriction::kFileDownload, + { diff --git a/www/chromium/files/patch-components_enterprise_watermarking_watermark.cc b/www/chromium/files/patch-components_enterprise_watermarking_watermark.cc index 418e0e580df8..94290d50614d 100644 --- a/www/chromium/files/patch-components_enterprise_watermarking_watermark.cc +++ b/www/chromium/files/patch-components_enterprise_watermarking_watermark.cc @@ -1,6 +1,6 @@ ---- components/enterprise/watermarking/watermark.cc.orig 2025-02-19 07:43:18 UTC +--- components/enterprise/watermarking/watermark.cc.orig 2025-09-06 10:01:20 UTC +++ components/enterprise/watermarking/watermark.cc -@@ -31,7 +31,7 @@ gfx::Font WatermarkFont() { +@@ -29,7 +29,7 @@ gfx::Font WatermarkFont(int font_size) { "Segoe UI", #elif BUILDFLAG(IS_MAC) "SF Pro Text", @@ -9,7 +9,7 @@ "Ubuntu", #elif BUILDFLAG(IS_CHROMEOS) "Google Sans", -@@ -47,7 +47,7 @@ const gfx::FontList& WatermarkFontList() { +@@ -40,7 +40,7 @@ gfx::Font WatermarkFont(int font_size) { } gfx::Font::Weight WatermarkFontWeight() { diff --git a/www/chromium/files/patch-components_feature__engagement_public_feature__configurations.cc b/www/chromium/files/patch-components_feature__engagement_public_feature__configurations.cc index 718e8c2614a5..5b3079b81720 100644 --- a/www/chromium/files/patch-components_feature__engagement_public_feature__configurations.cc +++ b/www/chromium/files/patch-components_feature__engagement_public_feature__configurations.cc @@ -1,4 +1,4 @@ ---- components/feature_engagement/public/feature_configurations.cc.orig 2025-08-07 06:57:29 UTC +--- components/feature_engagement/public/feature_configurations.cc.orig 2025-09-06 10:01:20 UTC +++ components/feature_engagement/public/feature_configurations.cc @@ -100,7 +100,7 @@ std::optional<FeatureConfig> CreateNewUserGestureInPro @@ -18,7 +18,7 @@ if (kIPHPasswordsManagementBubbleAfterSaveFeature.name == feature->name) { FeatureConfig config; config.valid = true; -@@ -1924,7 +1924,8 @@ std::optional<FeatureConfig> GetClientSideFeatureConfi +@@ -1956,7 +1956,8 @@ std::optional<FeatureConfig> GetClientSideFeatureConfi #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-components_feature__engagement_public_feature__constants.cc b/www/chromium/files/patch-components_feature__engagement_public_feature__constants.cc index 8a2257203730..96c28ee6270e 100644 --- a/www/chromium/files/patch-components_feature__engagement_public_feature__constants.cc +++ b/www/chromium/files/patch-components_feature__engagement_public_feature__constants.cc @@ -1,6 +1,6 @@ ---- components/feature_engagement/public/feature_constants.cc.orig 2025-08-07 06:57:29 UTC +--- components/feature_engagement/public/feature_constants.cc.orig 2025-09-06 10:01:20 UTC +++ components/feature_engagement/public/feature_constants.cc -@@ -28,7 +28,7 @@ bool IsOnDeviceStorageEnabled() { +@@ -34,7 +34,7 @@ bool IsOnDeviceStorageEnabled() { } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ #if BUILDFLAG(GOOGLE_CHROME_BRANDING) BASE_FEATURE(kEsbDownloadRowPromoFeature, "EsbDownloadRowPromo", -@@ -802,7 +802,7 @@ BASE_FEATURE(kDefaultBrowserTriggerCriteriaExperiment, +@@ -829,7 +829,7 @@ BASE_FEATURE(kDefaultBrowserTriggerCriteriaExperiment, #endif // BUILDFLAG(IS_IOS) @@ -18,7 +18,7 @@ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FUCHSIA) BASE_FEATURE(kIPHAutofillBnplAffirmOrZipSuggestionFeature, "IPH_AutofillBnplAffirmOrZipSuggestion", -@@ -958,7 +958,7 @@ BASE_FEATURE(kIPHScalableIphGamingFeature, +@@ -985,7 +985,7 @@ BASE_FEATURE(kIPHScalableIphGamingFeature, base::FEATURE_DISABLED_BY_DEFAULT); #endif diff --git a/www/chromium/files/patch-components_feature__engagement_public_feature__constants.h b/www/chromium/files/patch-components_feature__engagement_public_feature__constants.h index 0c5e24565ace..36af4ec6bf3b 100644 --- a/www/chromium/files/patch-components_feature__engagement_public_feature__constants.h +++ b/www/chromium/files/patch-components_feature__engagement_public_feature__constants.h @@ -1,4 +1,4 @@ ---- components/feature_engagement/public/feature_constants.h.orig 2025-08-07 06:57:29 UTC +--- components/feature_engagement/public/feature_constants.h.orig 2025-09-06 10:01:20 UTC +++ components/feature_engagement/public/feature_constants.h @@ -31,7 +31,7 @@ FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHDemoMode); FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHDummyFeature); @@ -9,7 +9,7 @@ #if BUILDFLAG(GOOGLE_CHROME_BRANDING) FEATURE_CONSTANTS_DECLARE_FEATURE(kEsbDownloadRowPromoFeature); #endif -@@ -361,7 +361,7 @@ FEATURE_CONSTANTS_DECLARE_FEATURE(kDefaultBrowserTrigg +@@ -371,7 +371,7 @@ FEATURE_CONSTANTS_DECLARE_FEATURE(kDefaultBrowserTrigg #endif // BUILDFLAG(IS_IOS) @@ -18,7 +18,7 @@ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FUCHSIA) FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHAutofillBnplAffirmOrZipSuggestionFeature); FEATURE_CONSTANTS_DECLARE_FEATURE( -@@ -425,7 +425,7 @@ FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHScalableIphHelpA +@@ -435,7 +435,7 @@ FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHScalableIphHelpA FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHScalableIphGamingFeature); #endif diff --git a/www/chromium/files/patch-components_feature__engagement_public_feature__list.cc b/www/chromium/files/patch-components_feature__engagement_public_feature__list.cc index df229613da9b..2ea14312f8f3 100644 --- a/www/chromium/files/patch-components_feature__engagement_public_feature__list.cc +++ b/www/chromium/files/patch-components_feature__engagement_public_feature__list.cc @@ -1,7 +1,7 @@ ---- components/feature_engagement/public/feature_list.cc.orig 2025-08-07 06:57:29 UTC +--- components/feature_engagement/public/feature_list.cc.orig 2025-09-06 10:01:20 UTC +++ components/feature_engagement/public/feature_list.cc -@@ -193,7 +193,7 @@ const base::Feature* const kAllFeatures[] = { - &kIPHIOSPageActionMenu, +@@ -198,7 +198,7 @@ const base::Feature* const kAllFeatures[] = { + &kIPHiOSHomepageCustomizationNewBadge, #endif // BUILDFLAG(IS_IOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) @@ -9,7 +9,7 @@ #if BUILDFLAG(GOOGLE_CHROME_BRANDING) &kEsbDownloadRowPromoFeature, #endif -@@ -266,7 +266,7 @@ const base::Feature* const kAllFeatures[] = { +@@ -271,7 +271,7 @@ const base::Feature* const kAllFeatures[] = { #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) @@ -18,7 +18,7 @@ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FUCHSIA) &kIPHAutofillAiOptInFeature, &kIPHAutofillBnplAffirmOrZipSuggestionFeature, -@@ -323,7 +323,7 @@ const base::Feature* const kAllFeatures[] = { +@@ -328,7 +328,7 @@ const base::Feature* const kAllFeatures[] = { &kIPHScalableIphGamingFeature, #endif // BUILDFLAG(IS_CHROMEOS) diff --git a/www/chromium/files/patch-components_feature__engagement_public_feature__list.h b/www/chromium/files/patch-components_feature__engagement_public_feature__list.h index f5539fbbc9bb..f86fe048351b 100644 --- a/www/chromium/files/patch-components_feature__engagement_public_feature__list.h +++ b/www/chromium/files/patch-components_feature__engagement_public_feature__list.h @@ -1,6 +1,6 @@ ---- components/feature_engagement/public/feature_list.h.orig 2025-08-07 06:57:29 UTC +--- components/feature_engagement/public/feature_list.h.orig 2025-09-06 10:01:20 UTC +++ components/feature_engagement/public/feature_list.h -@@ -342,7 +342,7 @@ DEFINE_VARIATION_PARAM(kIPHIOSPageActionMenu, "IPH_iOS +@@ -353,7 +353,7 @@ DEFINE_VARIATION_PARAM(kIPHiOSHomepageCustomizationNew #endif // BUILDFLAG(IS_IOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ #if BUILDFLAG(GOOGLE_CHROME_BRANDING) DEFINE_VARIATION_PARAM(kEsbDownloadRowPromoFeature, "EsbDownloadRowPromo"); #endif -@@ -460,7 +460,8 @@ DEFINE_VARIATION_PARAM(kIPHTabGroupsSharedTabFeedbackF +@@ -471,7 +471,8 @@ DEFINE_VARIATION_PARAM(kIPHTabGroupsSharedTabFeedbackF // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || \ @@ -19,7 +19,7 @@ DEFINE_VARIATION_PARAM(kIPHAutofillAiOptInFeature, "IPH_AutofillAiOptIn"); DEFINE_VARIATION_PARAM(kIPHAutofillBnplAffirmOrZipSuggestionFeature, "IPH_AutofillBnplAffirmOrZipSuggestion"); -@@ -560,7 +561,7 @@ DEFINE_VARIATION_PARAM(kIPHScalableIphHelpAppBasedTenF +@@ -571,7 +572,7 @@ DEFINE_VARIATION_PARAM(kIPHScalableIphHelpAppBasedTenF DEFINE_VARIATION_PARAM(kIPHScalableIphGamingFeature, "IPH_ScalableIphGaming"); #endif // BUILDFLAG(IS_CHROMEOS) @@ -28,7 +28,7 @@ DEFINE_VARIATION_PARAM(kIPHDesktopPWAsLinkCapturingLaunch, "IPH_DesktopPWAsLinkCapturingLaunch"); DEFINE_VARIATION_PARAM(kIPHDesktopPWAsLinkCapturingLaunchAppInTab, -@@ -752,7 +753,7 @@ inline constexpr flags_ui::FeatureEntry::FeatureVariat +@@ -765,7 +766,7 @@ inline constexpr flags_ui::FeatureEntry::FeatureVariat VARIATION_ENTRY(kIPHiOSSafariImportFeature), VARIATION_ENTRY(kIPHIOSPageActionMenu), #elif BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -37,7 +37,7 @@ VARIATION_ENTRY(kIPHBatterySaverModeFeature), VARIATION_ENTRY(kIPHCompanionSidePanelFeature), VARIATION_ENTRY(kIPHCompanionSidePanelRegionSearchFeature), -@@ -812,7 +813,8 @@ inline constexpr flags_ui::FeatureEntry::FeatureVariat +@@ -825,7 +826,8 @@ inline constexpr flags_ui::FeatureEntry::FeatureVariat // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || \ @@ -47,7 +47,7 @@ VARIATION_ENTRY(kIPHAutofillAiOptInFeature), VARIATION_ENTRY(kIPHAutofillCreditCardBenefitFeature), VARIATION_ENTRY(kIPHAutofillCardInfoRetrievalSuggestionFeature), -@@ -866,7 +868,7 @@ inline constexpr flags_ui::FeatureEntry::FeatureVariat +@@ -879,7 +881,7 @@ inline constexpr flags_ui::FeatureEntry::FeatureVariat VARIATION_ENTRY(kIPHScalableIphGamingFeature), #endif // BUILDFLAG(IS_CHROMEOS) diff --git a/www/chromium/files/patch-components_gwp__asan_client_gwp__asan__features.cc b/www/chromium/files/patch-components_gwp__asan_client_gwp__asan__features.cc index 584bc5882bb5..0f69c0fc0b71 100644 --- a/www/chromium/files/patch-components_gwp__asan_client_gwp__asan__features.cc +++ b/www/chromium/files/patch-components_gwp__asan_client_gwp__asan__features.cc @@ -1,4 +1,4 @@ ---- components/gwp_asan/client/gwp_asan_features.cc.orig 2024-01-30 07:53:34 UTC +--- components/gwp_asan/client/gwp_asan_features.cc.orig 2025-09-06 10:01:20 UTC +++ components/gwp_asan/client/gwp_asan_features.cc @@ -9,7 +9,7 @@ namespace gwp_asan::internal { @@ -9,3 +9,12 @@ (BUILDFLAG(IS_ANDROID) && defined(ARCH_CPU_64_BITS)) constexpr base::FeatureState kDefaultEnabled = base::FEATURE_ENABLED_BY_DEFAULT; #else +@@ -72,7 +72,7 @@ GWP_ASAN_EXPORT extern const base::FeatureParam<int> + kGwpAsanMallocGpuAllocationSamplingRange{&kGwpAsanMalloc, + "GpuAllocationSamplingRange", 16}; + +-#elif BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_LINUX) ++#elif BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + + // Browser reservation params. + GWP_ASAN_EXPORT extern const base::FeatureParam<int> diff --git a/www/chromium/files/patch-components_media__router_common_media__source.cc b/www/chromium/files/patch-components_media__router_common_media__source.cc index db829769475d..608f8069d2c6 100644 --- a/www/chromium/files/patch-components_media__router_common_media__source.cc +++ b/www/chromium/files/patch-components_media__router_common_media__source.cc @@ -1,11 +1,11 @@ ---- components/media_router/common/media_source.cc.orig 2025-08-07 06:57:29 UTC +--- components/media_router/common/media_source.cc.orig 2025-09-06 10:01:20 UTC +++ components/media_router/common/media_source.cc -@@ -59,7 +59,7 @@ bool IsSystemAudioCaptureSupported() { - if (!media::IsSystemLoopbackCaptureSupported()) { - return false; - } --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) +@@ -62,7 +62,7 @@ bool IsSystemAudioCaptureSupported() { + #if BUILDFLAG(IS_MAC) + return media::IsMacSckSystemLoopbackCaptureSupported() || + base::FeatureList::IsEnabled(media::kMacCatapLoopbackAudioForCast); +-#elif BUILDFLAG(IS_LINUX) ++#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) return base::FeatureList::IsEnabled(media::kPulseaudioLoopbackForCast); #else return true; diff --git a/www/chromium/files/patch-components_metrics_dwa_dwa__service.cc b/www/chromium/files/patch-components_metrics_dwa_dwa__service.cc index e0413d739385..44e01884aa14 100644 --- a/www/chromium/files/patch-components_metrics_dwa_dwa__service.cc +++ b/www/chromium/files/patch-components_metrics_dwa_dwa__service.cc @@ -1,6 +1,6 @@ ---- components/metrics/dwa/dwa_service.cc.orig 2025-04-04 08:52:13 UTC +--- components/metrics/dwa/dwa_service.cc.orig 2025-09-06 10:01:20 UTC +++ components/metrics/dwa/dwa_service.cc -@@ -162,7 +162,7 @@ void DwaService::RecordCoarseSystemInformation( +@@ -187,7 +187,7 @@ void DwaService::RecordCoarseSystemInformation( coarse_system_info->set_platform(::dwa::CoarseSystemInfo::PLATFORM_WINDOWS); #elif BUILDFLAG(IS_MAC) coarse_system_info->set_platform(::dwa::CoarseSystemInfo::PLATFORM_MACOS); diff --git a/www/chromium/files/patch-components_optimization__guide_core_optimization__guide__features.cc b/www/chromium/files/patch-components_optimization__guide_core_optimization__guide__features.cc index a66063097807..dc2a5eca6ce6 100644 --- a/www/chromium/files/patch-components_optimization__guide_core_optimization__guide__features.cc +++ b/www/chromium/files/patch-components_optimization__guide_core_optimization__guide__features.cc @@ -1,11 +1,11 @@ ---- components/optimization_guide/core/optimization_guide_features.cc.orig 2025-08-07 06:57:29 UTC +--- components/optimization_guide/core/optimization_guide_features.cc.orig 2025-09-06 10:01:20 UTC +++ components/optimization_guide/core/optimization_guide_features.cc -@@ -133,7 +133,7 @@ BASE_FEATURE(kOptimizationGuideModelExecution, - // Whether to use the on device model service in optimization guide. +@@ -119,7 +119,7 @@ BASE_FEATURE(kOptimizationGuideModelExecution, BASE_FEATURE(kOptimizationGuideOnDeviceModel, "OptimizationGuideOnDeviceModel", --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) base::FEATURE_ENABLED_BY_DEFAULT); #else base::FEATURE_DISABLED_BY_DEFAULT); diff --git a/www/chromium/files/patch-components_os__crypt_sync_os__crypt.h b/www/chromium/files/patch-components_os__crypt_sync_os__crypt.h index 8789cff9b334..ebc3cb1d2abc 100644 --- a/www/chromium/files/patch-components_os__crypt_sync_os__crypt.h +++ b/www/chromium/files/patch-components_os__crypt_sync_os__crypt.h @@ -1,6 +1,6 @@ ---- components/os_crypt/sync/os_crypt.h.orig 2025-08-07 06:57:29 UTC +--- components/os_crypt/sync/os_crypt.h.orig 2025-09-06 10:01:20 UTC +++ components/os_crypt/sync/os_crypt.h -@@ -23,7 +23,7 @@ class AppleKeychain; +@@ -23,7 +23,7 @@ class Keychain; } #endif diff --git a/www/chromium/files/patch-components_paint__preview_browser_paint__preview__client__unittest.cc b/www/chromium/files/patch-components_paint__preview_browser_paint__preview__client__unittest.cc index 1590d064cb4b..1cfa767d5b1f 100644 --- a/www/chromium/files/patch-components_paint__preview_browser_paint__preview__client__unittest.cc +++ b/www/chromium/files/patch-components_paint__preview_browser_paint__preview__client__unittest.cc @@ -1,6 +1,6 @@ ---- components/paint_preview/browser/paint_preview_client_unittest.cc.orig 2024-01-30 07:53:34 UTC +--- components/paint_preview/browser/paint_preview_client_unittest.cc.orig 2025-09-06 10:01:20 UTC +++ components/paint_preview/browser/paint_preview_client_unittest.cc -@@ -174,8 +174,8 @@ TEST_P(PaintPreviewClientRenderViewHostTest, CaptureMa +@@ -172,8 +172,8 @@ TEST_P(PaintPreviewClientRenderViewHostTest, CaptureMa metadata->set_version(kPaintPreviewVersion); auto* chromeVersion = metadata->mutable_chrome_version(); const auto& current_chrome_version = version_info::GetVersion(); diff --git a/www/chromium/files/patch-components_password__manager_core_browser_features_password__features.cc b/www/chromium/files/patch-components_password__manager_core_browser_features_password__features.cc index e4b12166dbb9..6a5be9be20f2 100644 --- a/www/chromium/files/patch-components_password__manager_core_browser_features_password__features.cc +++ b/www/chromium/files/patch-components_password__manager_core_browser_features_password__features.cc @@ -1,6 +1,6 @@ ---- components/password_manager/core/browser/features/password_features.cc.orig 2025-08-07 06:57:29 UTC +--- components/password_manager/core/browser/features/password_features.cc.orig 2025-09-06 10:01:20 UTC +++ components/password_manager/core/browser/features/password_features.cc -@@ -47,7 +47,7 @@ BASE_FEATURE(kClearUndecryptablePasswords, +@@ -62,7 +62,7 @@ BASE_FEATURE(kClearUndecryptablePasswords, BASE_FEATURE(kClearUndecryptablePasswordsOnSync, "ClearUndecryptablePasswordsInSync", #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_IOS) || \ @@ -9,7 +9,7 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -124,7 +124,7 @@ BASE_FEATURE(kReuseDetectionBasedOnPasswordHashes, +@@ -131,7 +131,7 @@ BASE_FEATURE(kReuseDetectionBasedOnPasswordHashes, "ReuseDetectionBasedOnPasswordHashes", base::FEATURE_ENABLED_BY_DEFAULT); diff --git a/www/chromium/files/patch-components_password__manager_core_browser_features_password__features.h b/www/chromium/files/patch-components_password__manager_core_browser_features_password__features.h index 9bfdf2d8c128..e993ec7ca35d 100644 --- a/www/chromium/files/patch-components_password__manager_core_browser_features_password__features.h +++ b/www/chromium/files/patch-components_password__manager_core_browser_features_password__features.h @@ -1,6 +1,6 @@ ---- components/password_manager/core/browser/features/password_features.h.orig 2025-08-07 06:57:29 UTC +--- components/password_manager/core/browser/features/password_features.h.orig 2025-09-06 10:01:20 UTC +++ components/password_manager/core/browser/features/password_features.h -@@ -118,7 +118,7 @@ BASE_DECLARE_FEATURE(kPasswordManagerLogToTerminal); +@@ -131,7 +131,7 @@ BASE_DECLARE_FEATURE(kPasswordManagerLogToTerminal); // Detects password reuse based on hashed password values. BASE_DECLARE_FEATURE(kReuseDetectionBasedOnPasswordHashes); diff --git a/www/chromium/files/patch-components_password__manager_core_browser_password__autofill__manager.cc b/www/chromium/files/patch-components_password__manager_core_browser_password__autofill__manager.cc index 0058add31bcb..2be03a8752df 100644 --- a/www/chromium/files/patch-components_password__manager_core_browser_password__autofill__manager.cc +++ b/www/chromium/files/patch-components_password__manager_core_browser_password__autofill__manager.cc @@ -1,7 +1,7 @@ ---- components/password_manager/core/browser/password_autofill_manager.cc.orig 2025-08-07 06:57:29 UTC +--- components/password_manager/core/browser/password_autofill_manager.cc.orig 2025-09-06 10:01:20 UTC +++ components/password_manager/core/browser/password_autofill_manager.cc -@@ -288,7 +288,7 @@ void PasswordAutofillManager::DidAcceptSuggestion( - } +@@ -308,7 +308,7 @@ void PasswordAutofillManager::DidAcceptSuggestion( + weak_ptr_factory_.GetWeakPtr(), *password_credential); if (password_credential->is_grouped_affiliation) { #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || \ - BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_ANDROID) @@ -9,7 +9,7 @@ cross_domain_confirmation_controller_ = password_client_->ShowCrossDomainConfirmationPopup( last_popup_open_args_.element_bounds, -@@ -525,7 +525,7 @@ void PasswordAutofillManager::DidNavigateMainFrame() { +@@ -538,7 +538,7 @@ void PasswordAutofillManager::DidNavigateMainFrame() { manual_fallback_metrics_recorder_ = std::make_unique<PasswordManualFallbackMetricsRecorder>(); #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || \ diff --git a/www/chromium/files/patch-components_password__manager_core_browser_password__autofill__manager.h b/www/chromium/files/patch-components_password__manager_core_browser_password__autofill__manager.h index ee1009f47c72..01c046a1c981 100644 --- a/www/chromium/files/patch-components_password__manager_core_browser_password__autofill__manager.h +++ b/www/chromium/files/patch-components_password__manager_core_browser_password__autofill__manager.h @@ -1,6 +1,6 @@ ---- components/password_manager/core/browser/password_autofill_manager.h.orig 2025-08-07 06:57:29 UTC +--- components/password_manager/core/browser/password_autofill_manager.h.orig 2025-09-06 10:01:20 UTC +++ components/password_manager/core/browser/password_autofill_manager.h -@@ -267,7 +267,7 @@ class PasswordAutofillManager : public autofill::Autof +@@ -285,7 +285,7 @@ class PasswordAutofillManager : public autofill::Autof // Stores the controller of warning popup UI on cross domain filling. #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || \ diff --git a/www/chromium/files/patch-components_password__manager_core_browser_password__form__filling.cc b/www/chromium/files/patch-components_password__manager_core_browser_password__form__filling.cc index 37414ef9b9b1..7708eecae896 100644 --- a/www/chromium/files/patch-components_password__manager_core_browser_password__form__filling.cc +++ b/www/chromium/files/patch-components_password__manager_core_browser_password__form__filling.cc @@ -1,6 +1,6 @@ ---- components/password_manager/core/browser/password_form_filling.cc.orig 2025-05-28 14:55:43 UTC +--- components/password_manager/core/browser/password_form_filling.cc.orig 2025-09-06 10:01:20 UTC +++ components/password_manager/core/browser/password_form_filling.cc -@@ -165,7 +165,7 @@ LikelyFormFilling SendFillInformationToRenderer( +@@ -178,7 +178,7 @@ LikelyFormFilling SendFillInformationToRenderer( #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-components_password__manager_core_browser_password__form__manager.cc b/www/chromium/files/patch-components_password__manager_core_browser_password__form__manager.cc index 0d2039dcf4a7..816e565e8a46 100644 --- a/www/chromium/files/patch-components_password__manager_core_browser_password__form__manager.cc +++ b/www/chromium/files/patch-components_password__manager_core_browser_password__form__manager.cc @@ -1,4 +1,4 @@ ---- components/password_manager/core/browser/password_form_manager.cc.orig 2025-08-07 06:57:29 UTC +--- components/password_manager/core/browser/password_form_manager.cc.orig 2025-09-06 10:01:20 UTC +++ components/password_manager/core/browser/password_form_manager.cc @@ -66,7 +66,7 @@ #include "components/webauthn/android/webauthn_cred_man_delegate.h" @@ -9,7 +9,7 @@ #include "components/os_crypt/sync/os_crypt.h" #endif -@@ -242,7 +242,7 @@ bool ShouldUploadCrowdsourcingVotes(const FormOrDigest +@@ -233,7 +233,7 @@ bool ShouldUploadCrowdsourcingVotes(const FormOrDigest return false; } @@ -18,7 +18,7 @@ bool ShouldShowKeychainErrorBubble( std::optional<PasswordStoreBackendError> backend_error) { if (!backend_error.has_value()) { -@@ -916,7 +916,7 @@ void PasswordFormManager::OnFetchCompleted() { +@@ -931,7 +931,7 @@ void PasswordFormManager::OnFetchCompleted() { error.value().type); } diff --git a/www/chromium/files/patch-components_password__manager_core_browser_password__manager.cc b/www/chromium/files/patch-components_password__manager_core_browser_password__manager.cc index 419129b5c5e7..3dc67745916e 100644 --- a/www/chromium/files/patch-components_password__manager_core_browser_password__manager.cc +++ b/www/chromium/files/patch-components_password__manager_core_browser_password__manager.cc @@ -1,6 +1,6 @@ ---- components/password_manager/core/browser/password_manager.cc.orig 2025-07-02 06:08:04 UTC +--- components/password_manager/core/browser/password_manager.cc.orig 2025-09-06 10:01:20 UTC +++ components/password_manager/core/browser/password_manager.cc -@@ -507,7 +507,7 @@ void PasswordManager::RegisterProfilePrefs( +@@ -586,7 +586,7 @@ void PasswordManager::RegisterProfilePrefs( prefs::kAutofillableCredentialsAccountStoreLoginDatabase, false); #endif // BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_IOS) registry->RegisterBooleanPref(prefs::kPasswordSharingEnabled, true); @@ -9,7 +9,7 @@ registry->RegisterIntegerPref(prefs::kRelaunchChromeBubbleDismissedCounter, 0); #endif -@@ -520,7 +520,7 @@ void PasswordManager::RegisterProfilePrefs( +@@ -599,7 +599,7 @@ void PasswordManager::RegisterProfilePrefs( #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-components_password__manager_core_browser_password__manager__client.h b/www/chromium/files/patch-components_password__manager_core_browser_password__manager__client.h index 8e454dba845c..f11d132621d7 100644 --- a/www/chromium/files/patch-components_password__manager_core_browser_password__manager__client.h +++ b/www/chromium/files/patch-components_password__manager_core_browser_password__manager__client.h @@ -1,6 +1,6 @@ ---- components/password_manager/core/browser/password_manager_client.h.orig 2025-08-07 06:57:29 UTC +--- components/password_manager/core/browser/password_manager_client.h.orig 2025-09-06 10:01:20 UTC +++ components/password_manager/core/browser/password_manager_client.h -@@ -30,7 +30,7 @@ +@@ -31,7 +31,7 @@ #include "net/cert/cert_status_flags.h" #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -9,7 +9,7 @@ #include "base/i18n/rtl.h" #include "components/password_manager/core/browser/password_cross_domain_confirmation_popup_controller.h" #include "ui/gfx/geometry/rect_f.h" -@@ -544,7 +544,7 @@ class PasswordManagerClient { +@@ -545,7 +545,7 @@ class PasswordManagerClient { virtual void TriggerSignIn(signin_metrics::AccessPoint access_point) const; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ diff --git a/www/chromium/files/patch-components_password__manager_core_browser_password__manual__fallback__flow.cc b/www/chromium/files/patch-components_password__manager_core_browser_password__manual__fallback__flow.cc index cc9594688b2f..19e985e521b9 100644 --- a/www/chromium/files/patch-components_password__manager_core_browser_password__manual__fallback__flow.cc +++ b/www/chromium/files/patch-components_password__manager_core_browser_password__manual__fallback__flow.cc @@ -1,4 +1,4 @@ ---- components/password_manager/core/browser/password_manual_fallback_flow.cc.orig 2025-05-28 14:55:43 UTC +--- components/password_manager/core/browser/password_manual_fallback_flow.cc.orig 2025-09-06 10:01:20 UTC +++ components/password_manager/core/browser/password_manual_fallback_flow.cc @@ -46,7 +46,7 @@ std::u16string GetUsernameFromLabel(const std::u16stri } @@ -9,7 +9,7 @@ // Returns the password form corresponding to the `payload` data. In most // cases there is only one such form stored, but having more than one or no // forms is also possible. If there is more than one form, showing any of them -@@ -297,7 +297,7 @@ void PasswordManualFallbackFlow::DidAcceptSuggestion( +@@ -300,7 +300,7 @@ void PasswordManualFallbackFlow::DidAcceptSuggestion( } case autofill::SuggestionType::kViewPasswordDetails: { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -18,12 +18,12 @@ std::optional<password_manager::PasswordForm> credentials = GetCorrespondingPasswordForm( suggestion.GetPayload<Suggestion::PasswordSuggestionDetails>(), -@@ -427,7 +427,7 @@ void PasswordManualFallbackFlow::EnsureCrossDomainPass +@@ -436,7 +436,7 @@ void PasswordManualFallbackFlow::EnsureCrossDomainPass const Suggestion::PasswordSuggestionDetails& payload, base::OnceClosure on_allowed) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ - BUILDFLAG(IS_CHROMEOS) + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) if (payload.is_cross_domain) { + CHECK(payload.display_signon_realm); cross_domain_confirmation_popup_controller_ = - password_client_->ShowCrossDomainConfirmationPopup( diff --git a/www/chromium/files/patch-components_password__manager_core_browser_password__manual__fallback__flow.h b/www/chromium/files/patch-components_password__manager_core_browser_password__manual__fallback__flow.h index 504ccff1fbd8..a9de8e28b089 100644 --- a/www/chromium/files/patch-components_password__manager_core_browser_password__manual__fallback__flow.h +++ b/www/chromium/files/patch-components_password__manager_core_browser_password__manual__fallback__flow.h @@ -1,4 +1,4 @@ ---- components/password_manager/core/browser/password_manual_fallback_flow.h.orig 2025-05-05 10:57:53 UTC +--- components/password_manager/core/browser/password_manual_fallback_flow.h.orig 2025-09-06 10:01:20 UTC +++ components/password_manager/core/browser/password_manual_fallback_flow.h @@ -19,7 +19,7 @@ #include "components/password_manager/core/browser/ui/saved_passwords_presenter.h" @@ -9,7 +9,7 @@ #include "components/password_manager/core/browser/password_cross_domain_confirmation_popup_controller.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || // BUILDFLAG(IS_CHROMEOS) -@@ -180,7 +180,7 @@ class PasswordManualFallbackFlow : public autofill::Au +@@ -183,7 +183,7 @@ class PasswordManualFallbackFlow : public autofill::Au std::unique_ptr<device_reauth::DeviceAuthenticator> authenticator_; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ diff --git a/www/chromium/files/patch-components_password__manager_core_browser_password__store__factory__util.cc b/www/chromium/files/patch-components_password__manager_core_browser_password__store__factory__util.cc index 3e535601d642..af911ab8d411 100644 --- a/www/chromium/files/patch-components_password__manager_core_browser_password__store__factory__util.cc +++ b/www/chromium/files/patch-components_password__manager_core_browser_password__store__factory__util.cc @@ -1,6 +1,6 @@ ---- components/password_manager/core/browser/password_store_factory_util.cc.orig 2024-10-22 08:31:56 UTC +--- components/password_manager/core/browser/password_store_factory_util.cc.orig 2025-09-06 10:01:20 UTC +++ components/password_manager/core/browser/password_store_factory_util.cc -@@ -29,7 +29,7 @@ namespace { +@@ -30,7 +30,7 @@ namespace { LoginDatabase::DeletingUndecryptablePasswordsEnabled GetPolicyFromPrefs( PrefService* prefs) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-components_password__manager_core_common_password__manager__pref__names.h b/www/chromium/files/patch-components_password__manager_core_common_password__manager__pref__names.h index a16f5a0c0d0e..c8df5c906f00 100644 --- a/www/chromium/files/patch-components_password__manager_core_common_password__manager__pref__names.h +++ b/www/chromium/files/patch-components_password__manager_core_common_password__manager__pref__names.h @@ -1,4 +1,4 @@ ---- components/password_manager/core/common/password_manager_pref_names.h.orig 2025-07-02 06:08:04 UTC +--- components/password_manager/core/common/password_manager_pref_names.h.orig 2025-09-06 10:01:20 UTC +++ components/password_manager/core/common/password_manager_pref_names.h @@ -59,7 +59,7 @@ inline constexpr char kCredentialProviderEnabledOnStar #endif @@ -9,7 +9,7 @@ // Boolean pref controlled by the DeletingUndecryptablePasswordsEnabled policy. // If set to false it blocks deleting undecryptable passwords, otherwise the // deletion can happen. -@@ -346,7 +346,7 @@ inline constexpr char kAutofillableCredentialsAccountS +@@ -285,7 +285,7 @@ inline constexpr char kAutofillableCredentialsAccountS inline constexpr char kPasswordSharingEnabled[] = "password_manager.password_sharing_enabled"; diff --git a/www/chromium/files/patch-components_policy_core_common_policy__pref__names.cc b/www/chromium/files/patch-components_policy_core_common_policy__pref__names.cc index 88173690d1d0..f2b94850aae9 100644 --- a/www/chromium/files/patch-components_policy_core_common_policy__pref__names.cc +++ b/www/chromium/files/patch-components_policy_core_common_policy__pref__names.cc @@ -1,6 +1,6 @@ ---- components/policy/core/common/policy_pref_names.cc.orig 2025-08-07 06:57:29 UTC +--- components/policy/core/common/policy_pref_names.cc.orig 2025-09-06 10:01:20 UTC +++ components/policy/core/common/policy_pref_names.cc -@@ -186,7 +186,7 @@ const char kFloatingWorkspaceEnabled[] = "ash.floating +@@ -199,7 +199,7 @@ const char kFloatingWorkspaceEnabled[] = "ash.floating // A boolean value indicating whether the built-in AI APIs are enabled. const char kBuiltInAIAPIsEnabled[] = "policy.built_in_ai_apis_enabled"; #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || \ diff --git a/www/chromium/files/patch-components_policy_core_common_policy__pref__names.h b/www/chromium/files/patch-components_policy_core_common_policy__pref__names.h index 259b685103c1..0469954e97dc 100644 --- a/www/chromium/files/patch-components_policy_core_common_policy__pref__names.h +++ b/www/chromium/files/patch-components_policy_core_common_policy__pref__names.h @@ -1,6 +1,6 @@ ---- components/policy/core/common/policy_pref_names.h.orig 2025-08-07 06:57:29 UTC +--- components/policy/core/common/policy_pref_names.h.orig 2025-09-06 10:01:20 UTC +++ components/policy/core/common/policy_pref_names.h -@@ -90,7 +90,7 @@ extern const char kFloatingWorkspaceEnabled[]; +@@ -94,7 +94,7 @@ extern const char kFloatingWorkspaceEnabled[]; #endif extern const char kBuiltInAIAPIsEnabled[]; #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || \ diff --git a/www/chromium/files/patch-components_regional__capabilities_regional__capabilities__service.cc b/www/chromium/files/patch-components_regional__capabilities_regional__capabilities__service.cc deleted file mode 100644 index 79f417f89747..000000000000 --- a/www/chromium/files/patch-components_regional__capabilities_regional__capabilities__service.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- components/regional_capabilities/regional_capabilities_service.cc.orig 2025-08-07 06:57:29 UTC -+++ components/regional_capabilities/regional_capabilities_service.cc -@@ -234,7 +234,7 @@ std::optional<CountryId> RegionalCapabilitiesService:: - return persisted_country_id; - } - --#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - if (base::FeatureList::IsEnabled(switches::kClearPrefForUnknownCountry)) { - profile_prefs_->ClearPref(prefs::kCountryIDAtInstall); - base::UmaHistogramEnumeration(kUnknownCountryIdStored, diff --git a/www/chromium/files/patch-components_regional__capabilities_regional__capabilities__switches.cc b/www/chromium/files/patch-components_regional__capabilities_regional__capabilities__switches.cc index f0e216dbf66d..99bd76bb1b60 100644 --- a/www/chromium/files/patch-components_regional__capabilities_regional__capabilities__switches.cc +++ b/www/chromium/files/patch-components_regional__capabilities_regional__capabilities__switches.cc @@ -1,18 +1,11 @@ ---- components/regional_capabilities/regional_capabilities_switches.cc.orig 2025-08-07 06:57:29 UTC +--- components/regional_capabilities/regional_capabilities_switches.cc.orig 2025-09-06 10:01:20 UTC +++ components/regional_capabilities/regional_capabilities_switches.cc -@@ -10,13 +10,13 @@ - - namespace switches { - --#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - BASE_FEATURE(kClearPrefForUnknownCountry, - "ClearCountryPrefForStoredUnknownCountry", - base::FEATURE_ENABLED_BY_DEFAULT); +@@ -18,7 +18,7 @@ BASE_FEATURE(kMitigateLegacySearchEnginePromoOverlap, + base::FEATURE_DISABLED_BY_DEFAULT); #endif -#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) ++#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) BASE_FEATURE(kUseFinchPermanentCountryForFetchCountryId, "UseFinchPermanentCountyForFetchCountryId", base::FEATURE_DISABLED_BY_DEFAULT); diff --git a/www/chromium/files/patch-components_regional__capabilities_regional__capabilities__switches.h b/www/chromium/files/patch-components_regional__capabilities_regional__capabilities__switches.h index 27d425f9b3be..91b36a97032f 100644 --- a/www/chromium/files/patch-components_regional__capabilities_regional__capabilities__switches.h +++ b/www/chromium/files/patch-components_regional__capabilities_regional__capabilities__switches.h @@ -1,19 +1,11 @@ ---- components/regional_capabilities/regional_capabilities_switches.h.orig 2025-08-07 06:57:29 UTC +--- components/regional_capabilities/regional_capabilities_switches.h.orig 2025-09-06 10:01:20 UTC +++ components/regional_capabilities/regional_capabilities_switches.h -@@ -26,14 +26,14 @@ inline constexpr char kSearchEngineChoiceCountry[] = - inline constexpr char kDefaultListCountryOverride[] = "DEFAULT_EEA"; - inline constexpr char kEeaListCountryOverride[] = "EEA_ALL"; - --#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // When an invalid `country_codes::CountryId` is stored in prefs and this - // feature is enabled the pref will be cleared allowing a valid country to be - // set again. - BASE_DECLARE_FEATURE(kClearPrefForUnknownCountry); +@@ -33,7 +33,7 @@ inline constexpr char kEeaListCountryOverride[] = "EEA + BASE_DECLARE_FEATURE(kMitigateLegacySearchEnginePromoOverlap); #endif -#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) ++#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) // Use finch permanent country instead of finch latest country for fetching // country ID. BASE_DECLARE_FEATURE(kUseFinchPermanentCountryForFetchCountryId); diff --git a/www/chromium/files/patch-components_search__engines_template__url__service.cc b/www/chromium/files/patch-components_search__engines_template__url__service.cc index 055332f9ef9f..08be7a796180 100644 --- a/www/chromium/files/patch-components_search__engines_template__url__service.cc +++ b/www/chromium/files/patch-components_search__engines_template__url__service.cc @@ -1,6 +1,6 @@ ---- components/search_engines/template_url_service.cc.orig 2025-08-07 06:57:29 UTC +--- components/search_engines/template_url_service.cc.orig 2025-09-06 10:01:20 UTC +++ components/search_engines/template_url_service.cc -@@ -3600,7 +3600,7 @@ bool TemplateURLService::MatchesDefaultSearchProvider( +@@ -3591,7 +3591,7 @@ bool TemplateURLService::MatchesDefaultSearchProvider( std::unique_ptr<EnterpriseSearchManager> TemplateURLService::GetEnterpriseSearchManager(PrefService* prefs) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-components_signin_public_base_signin__switches.cc b/www/chromium/files/patch-components_signin_public_base_signin__switches.cc index edd00c307f28..4d7b0d26292e 100644 --- a/www/chromium/files/patch-components_signin_public_base_signin__switches.cc +++ b/www/chromium/files/patch-components_signin_public_base_signin__switches.cc @@ -1,7 +1,7 @@ ---- components/signin/public/base/signin_switches.cc.orig 2025-08-07 06:57:29 UTC +--- components/signin/public/base/signin_switches.cc.orig 2025-09-06 10:01:20 UTC +++ components/signin/public/base/signin_switches.cc -@@ -60,7 +60,7 @@ BASE_FEATURE(kMakeAccountsAvailableInIdentityManager, - base::FEATURE_DISABLED_BY_DEFAULT); +@@ -73,7 +73,7 @@ BASE_FEATURE(kSmartEmailLineBreaking, + base::FEATURE_ENABLED_BY_DEFAULT); #endif -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) @@ -9,9 +9,9 @@ // Enables the History Sync Opt-in on Desktop. BASE_FEATURE(kEnableHistorySyncOptin, "EnableHistorySyncOptin", -@@ -250,7 +250,7 @@ BASE_FEATURE(kDeferWebSigninTrackerCreation, - "DeferWebSigninTrackerCreation", - base::FEATURE_ENABLED_BY_DEFAULT); +@@ -292,7 +292,7 @@ BASE_FEATURE(kSyncEnableBookmarksInTransportMode, + #endif // BUILDFLAG(IS_IOS) + ); -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) diff --git a/www/chromium/files/patch-components_signin_public_base_signin__switches.h b/www/chromium/files/patch-components_signin_public_base_signin__switches.h index 82b692749990..d59285672f7b 100644 --- a/www/chromium/files/patch-components_signin_public_base_signin__switches.h +++ b/www/chromium/files/patch-components_signin_public_base_signin__switches.h @@ -1,7 +1,7 @@ ---- components/signin/public/base/signin_switches.h.orig 2025-08-07 06:57:29 UTC +--- components/signin/public/base/signin_switches.h.orig 2025-09-06 10:01:20 UTC +++ components/signin/public/base/signin_switches.h -@@ -55,7 +55,7 @@ COMPONENT_EXPORT(SIGNIN_SWITCHES) - BASE_DECLARE_FEATURE(kMakeAccountsAvailableInIdentityManager); +@@ -61,7 +61,7 @@ COMPONENT_EXPORT(SIGNIN_SWITCHES) + BASE_DECLARE_FEATURE(kSmartEmailLineBreaking); #endif -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) @@ -9,9 +9,9 @@ COMPONENT_EXPORT(SIGNIN_SWITCHES) BASE_DECLARE_FEATURE(kEnableHistorySyncOptin); COMPONENT_EXPORT(SIGNIN_SWITCHES) -@@ -189,7 +189,7 @@ bool IsExtensionsExplicitBrowserSigninEnabled(); +@@ -222,7 +222,7 @@ BASE_DECLARE_FEATURE(kSyncEnableBookmarksInTransportMo COMPONENT_EXPORT(SIGNIN_SWITCHES) - BASE_DECLARE_FEATURE(kDeferWebSigninTrackerCreation); + bool IsExtensionsExplicitBrowserSigninEnabled(); -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) diff --git a/www/chromium/files/patch-components_startup__metric__utils_common_startup__metric__utils.cc b/www/chromium/files/patch-components_startup__metric__utils_common_startup__metric__utils.cc index dc5ff7946665..0d4300bab365 100644 --- a/www/chromium/files/patch-components_startup__metric__utils_common_startup__metric__utils.cc +++ b/www/chromium/files/patch-components_startup__metric__utils_common_startup__metric__utils.cc @@ -1,6 +1,6 @@ ---- components/startup_metric_utils/common/startup_metric_utils.cc.orig 2024-08-26 12:06:38 UTC +--- components/startup_metric_utils/common/startup_metric_utils.cc.orig 2025-09-06 10:01:20 UTC +++ components/startup_metric_utils/common/startup_metric_utils.cc -@@ -94,7 +94,7 @@ base::TimeTicks CommonStartupMetricRecorder::StartupTi +@@ -95,7 +95,7 @@ base::TimeTicks CommonStartupMetricRecorder::StartupTi // Enabling this logic on OS X causes a significant performance regression. // TODO(crbug.com/40464036): Remove IS_APPLE ifdef once utility processes // set their desired main thread priority. diff --git a/www/chromium/files/patch-components_supervised__user_core_browser_child__account__service.cc b/www/chromium/files/patch-components_supervised__user_core_browser_child__account__service.cc new file mode 100644 index 000000000000..d9a7a0362a6e --- /dev/null +++ b/www/chromium/files/patch-components_supervised__user_core_browser_child__account__service.cc @@ -0,0 +1,11 @@ +--- components/supervised_user/core/browser/child_account_service.cc.orig 2025-09-06 10:01:20 UTC ++++ components/supervised_user/core/browser/child_account_service.cc +@@ -170,7 +170,7 @@ void ChildAccountService::OnPrimaryAccountChanged( + void ChildAccountService::UpdateForceGoogleSafeSearch() { + // On platforms without web sign-out (where the primary account is always + // authenticated), there's no need to force SafeSearch. +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) + bool is_subject_to_parental_controls = + IsPrimaryAccountSubjectToParentalControls(identity_manager_) == + signin::Tribool::kTrue; diff --git a/www/chromium/files/patch-components_supervised__user_core_browser_supervised__user__metrics__service.cc b/www/chromium/files/patch-components_supervised__user_core_browser_supervised__user__metrics__service.cc index 74118cafb833..476edb0b4223 100644 --- a/www/chromium/files/patch-components_supervised__user_core_browser_supervised__user__metrics__service.cc +++ b/www/chromium/files/patch-components_supervised__user_core_browser_supervised__user__metrics__service.cc @@ -1,6 +1,6 @@ ---- components/supervised_user/core/browser/supervised_user_metrics_service.cc.orig 2025-08-07 06:57:29 UTC +--- components/supervised_user/core/browser/supervised_user_metrics_service.cc.orig 2025-09-06 10:01:20 UTC +++ components/supervised_user/core/browser/supervised_user_metrics_service.cc -@@ -83,7 +83,7 @@ SupervisedUserMetricsService::SupervisedUserMetricsSer +@@ -103,7 +103,7 @@ SupervisedUserMetricsService::SupervisedUserMetricsSer std::move(metrics_service_accessor_delegate)) { DCHECK(pref_service_); supervised_user_service_observation_.Observe(&supervised_user_service); diff --git a/www/chromium/files/patch-components_supervised__user_core_common_features.cc b/www/chromium/files/patch-components_supervised__user_core_common_features.cc index 0ebf41823a53..871ace2a4bf1 100644 --- a/www/chromium/files/patch-components_supervised__user_core_common_features.cc +++ b/www/chromium/files/patch-components_supervised__user_core_common_features.cc @@ -1,45 +1,38 @@ ---- components/supervised_user/core/common/features.cc.orig 2025-08-07 06:57:29 UTC +--- components/supervised_user/core/common/features.cc.orig 2025-09-06 10:01:20 UTC +++ components/supervised_user/core/common/features.cc -@@ -37,7 +37,7 @@ BASE_FEATURE(kAllowSubframeLocalWebApprovals, +@@ -35,7 +35,7 @@ BASE_FEATURE(kAllowSubframeLocalWebApprovals, #endif #if BUILDFLAG(IS_IOS) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_WIN) -+ BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) || BUILDFLAG(IS_BSD) ++ BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) const int kLocalWebApprovalBottomSheetLoadTimeoutDefaultValueMs = 5000; const base::FeatureParam<int> kLocalWebApprovalBottomSheetLoadTimeoutMs{ -@@ -46,7 +46,7 @@ const base::FeatureParam<int> kLocalWebApprovalBottomS +@@ -44,7 +44,7 @@ const base::FeatureParam<int> kLocalWebApprovalBottomS #endif // BUILDFLAG(IS_IOS) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_WIN) -#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) ++#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) BASE_FEATURE(kEnableLocalWebApprovalErrorDialog, "EnableLocalWebApprovalErrorDialog", base::FEATURE_ENABLED_BY_DEFAULT); -@@ -89,7 +89,7 @@ bool IsLocalWebApprovalsEnabledForSubframes() { - return base::FeatureList::IsEnabled(kAllowSubframeLocalWebApprovals); - } - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - BASE_FEATURE(kCustomProfileStringsForSupervisedUsers, - "CustomProfileStringsForSupervisedUsers", - base::FEATURE_ENABLED_BY_DEFAULT); -@@ -101,13 +101,13 @@ BASE_FEATURE(kShowKiteForSupervisedUsers, - - BASE_FEATURE(kForceSafeSearchForUnauthenticatedSupervisedUsers, - "ForceSafeSearchForUnauthenticatedSupervisedUsers", --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) +@@ -58,7 +58,7 @@ BASE_FEATURE(kLocalWebApprovalsWidgetSupportsUrlPayloa + BASE_FEATURE(kSupervisedUserBlockInterstitialV3, + "SupervisedUserBlockInterstitialV3", + #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || \ +- BUILDFLAG(IS_IOS) ++ BUILDFLAG(IS_IOS) || BUILDFLAG(IS_BSD) base::FEATURE_ENABLED_BY_DEFAULT); #else base::FEATURE_DISABLED_BY_DEFAULT); - #endif +@@ -94,7 +94,7 @@ bool IsLocalWebApprovalsEnabledForSubframes() { + return base::FeatureList::IsEnabled(kAllowSubframeLocalWebApprovals); + } -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) BASE_FEATURE(kEnableSupervisedUserVersionSignOutDialog, "EnableSupervisedUserVersionSignOutDialog", base::FEATURE_ENABLED_BY_DEFAULT); diff --git a/www/chromium/files/patch-components_supervised__user_core_common_features.h b/www/chromium/files/patch-components_supervised__user_core_common_features.h index 1319fe53139a..65da99ff6610 100644 --- a/www/chromium/files/patch-components_supervised__user_core_common_features.h +++ b/www/chromium/files/patch-components_supervised__user_core_common_features.h @@ -1,17 +1,17 @@ ---- components/supervised_user/core/common/features.h.orig 2025-05-28 14:55:43 UTC +--- components/supervised_user/core/common/features.h.orig 2025-09-06 10:01:20 UTC +++ components/supervised_user/core/common/features.h @@ -20,12 +20,12 @@ BASE_DECLARE_FEATURE(kLocalWebApprovals); BASE_DECLARE_FEATURE(kAllowSubframeLocalWebApprovals); #if BUILDFLAG(IS_IOS) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_WIN) -+ BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) ++ BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) extern const base::FeatureParam<int> kLocalWebApprovalBottomSheetLoadTimeoutMs; #endif // BUILDFLAG(IS_IOS) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_WIN) -#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) ++#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) // Whether we show an error screen in case of failure of a local web approval. BASE_DECLARE_FEATURE(kEnableLocalWebApprovalErrorDialog); #endif // BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) @@ -20,16 +20,7 @@ BASE_DECLARE_FEATURE(kSupervisedUserBlockInterstitialV3); -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - // Enable different web sign in interception behaviour for supervised users: - // - // 1. Supervised user signs in to existing signed out Profile: show modal -@@ -55,7 +55,7 @@ BASE_DECLARE_FEATURE(kShowKiteForSupervisedUsers); - // unauthenticated (e.g. signed out of the content area) account. - BASE_DECLARE_FEATURE(kForceSafeSearchForUnauthenticatedSupervisedUsers); - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) // Uses supervised user strings on the signout dialog. BASE_DECLARE_FEATURE(kEnableSupervisedUserVersionSignOutDialog); #endif diff --git a/www/chromium/files/patch-components_sync__preferences_common__syncable__prefs__database.cc b/www/chromium/files/patch-components_sync__preferences_common__syncable__prefs__database.cc index 5e04ea253ddc..2da6bb6d7c71 100644 --- a/www/chromium/files/patch-components_sync__preferences_common__syncable__prefs__database.cc +++ b/www/chromium/files/patch-components_sync__preferences_common__syncable__prefs__database.cc @@ -1,6 +1,6 @@ ---- components/sync_preferences/common_syncable_prefs_database.cc.orig 2025-08-07 06:57:29 UTC +--- components/sync_preferences/common_syncable_prefs_database.cc.orig 2025-09-06 10:01:20 UTC +++ components/sync_preferences/common_syncable_prefs_database.cc -@@ -343,7 +343,7 @@ constexpr auto kCommonSyncablePrefsAllowlist = +@@ -337,7 +337,7 @@ constexpr auto kCommonSyncablePrefsAllowlist = syncer::PREFERENCES, PrefSensitivity::kNone, MergeBehavior::kNone}}, #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-components_viz_service_display__embedder_skia__output__surface__impl.cc b/www/chromium/files/patch-components_viz_service_display__embedder_skia__output__surface__impl.cc index 6533a7ab2ff3..a19a0b0d63c7 100644 --- a/www/chromium/files/patch-components_viz_service_display__embedder_skia__output__surface__impl.cc +++ b/www/chromium/files/patch-components_viz_service_display__embedder_skia__output__surface__impl.cc @@ -1,6 +1,6 @@ ---- components/viz/service/display_embedder/skia_output_surface_impl.cc.orig 2025-07-02 06:08:04 UTC +--- components/viz/service/display_embedder/skia_output_surface_impl.cc.orig 2025-09-06 10:01:20 UTC +++ components/viz/service/display_embedder/skia_output_surface_impl.cc -@@ -1503,7 +1503,7 @@ GrBackendFormat SkiaOutputSurfaceImpl::GetGrBackendFor +@@ -1498,7 +1498,7 @@ GrBackendFormat SkiaOutputSurfaceImpl::GetGrBackendFor ->GetVulkanPhysicalDevice(), VK_IMAGE_TILING_OPTIMAL, vk_format, si_format, yuv_color_space, ycbcr_info); diff --git a/www/chromium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc b/www/chromium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc index d9915f027691..7b07b20a764d 100644 --- a/www/chromium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc +++ b/www/chromium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc @@ -1,4 +1,4 @@ ---- components/viz/service/frame_sinks/root_compositor_frame_sink_impl.cc.orig 2025-08-07 06:57:29 UTC +--- components/viz/service/frame_sinks/root_compositor_frame_sink_impl.cc.orig 2025-09-06 10:01:20 UTC +++ components/viz/service/frame_sinks/root_compositor_frame_sink_impl.cc @@ -142,7 +142,7 @@ RootCompositorFrameSinkImpl::Create( output_surface->SetNeedsSwapSizeNotifications( @@ -9,7 +9,7 @@ // For X11, we need notify client about swap completion after resizing, so the // client can use it for synchronize with X11 WM. output_surface->SetNeedsSwapSizeNotifications(true); -@@ -911,7 +911,7 @@ void RootCompositorFrameSinkImpl::DisplayDidCompleteSw +@@ -902,7 +902,7 @@ void RootCompositorFrameSinkImpl::DisplayDidCompleteSw if (display_client_ && enable_swap_completion_callback_) { display_client_->DidCompleteSwapWithSize(pixel_size); } diff --git a/www/chromium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.h b/www/chromium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.h index 62177b354915..34aadc2f89f5 100644 --- a/www/chromium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.h +++ b/www/chromium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.h @@ -1,6 +1,6 @@ ---- components/viz/service/frame_sinks/root_compositor_frame_sink_impl.h.orig 2025-08-07 06:57:29 UTC +--- components/viz/service/frame_sinks/root_compositor_frame_sink_impl.h.orig 2025-09-06 10:01:20 UTC +++ components/viz/service/frame_sinks/root_compositor_frame_sink_impl.h -@@ -229,7 +229,7 @@ class VIZ_SERVICE_EXPORT RootCompositorFrameSinkImpl +@@ -223,7 +223,7 @@ class VIZ_SERVICE_EXPORT RootCompositorFrameSinkImpl base::TimeDelta display_frame_interval_ = BeginFrameArgs::DefaultInterval(); base::TimeDelta preferred_frame_interval_; diff --git a/www/chromium/files/patch-components_viz_service_gl_gpu__service__impl.cc b/www/chromium/files/patch-components_viz_service_gl_gpu__service__impl.cc index 445b9446efcc..29e822e740d1 100644 --- a/www/chromium/files/patch-components_viz_service_gl_gpu__service__impl.cc +++ b/www/chromium/files/patch-components_viz_service_gl_gpu__service__impl.cc @@ -1,6 +1,6 @@ ---- components/viz/service/gl/gpu_service_impl.cc.orig 2025-08-07 06:57:29 UTC +--- components/viz/service/gl/gpu_service_impl.cc.orig 2025-09-06 10:01:20 UTC +++ components/viz/service/gl/gpu_service_impl.cc -@@ -514,7 +514,7 @@ void GpuServiceImpl::InitializeWithHostInternal( +@@ -501,7 +501,7 @@ void GpuServiceImpl::InitializeWithHostInternal( mojo::Remote<mojom::GpuHost> gpu_host(std::move(pending_gpu_host)); @@ -9,7 +9,7 @@ gpu_extra_info_.is_gmb_nv12_supported = IsGMBNV12Supported(); #endif -@@ -1372,7 +1372,7 @@ bool GpuServiceImpl::OnBeginFrameDerivedImpl(const Beg +@@ -1266,7 +1266,7 @@ bool GpuServiceImpl::OnBeginFrameDerivedImpl(const Beg return true; } @@ -17,4 +17,4 @@ +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) bool GpuServiceImpl::IsGMBNV12Supported() { CHECK(main_runner_->BelongsToCurrentThread()); - auto buffer_format = gfx::BufferFormat::YUV_420_BIPLANAR; + diff --git a/www/chromium/files/patch-components_viz_service_gl_gpu__service__impl.h b/www/chromium/files/patch-components_viz_service_gl_gpu__service__impl.h index 955bd62f4058..701257426aa9 100644 --- a/www/chromium/files/patch-components_viz_service_gl_gpu__service__impl.h +++ b/www/chromium/files/patch-components_viz_service_gl_gpu__service__impl.h @@ -1,6 +1,6 @@ ---- components/viz/service/gl/gpu_service_impl.h.orig 2025-07-02 06:08:04 UTC +--- components/viz/service/gl/gpu_service_impl.h.orig 2025-09-06 10:01:20 UTC +++ components/viz/service/gl/gpu_service_impl.h -@@ -487,7 +487,7 @@ class VIZ_SERVICE_EXPORT GpuServiceImpl +@@ -450,7 +450,7 @@ class VIZ_SERVICE_EXPORT GpuServiceImpl void OnBeginFrameOnIO(const BeginFrameArgs& args); diff --git a/www/chromium/files/patch-content_app_BUILD.gn b/www/chromium/files/patch-content_app_BUILD.gn index 285eb9386ce9..aedfaaae5770 100644 --- a/www/chromium/files/patch-content_app_BUILD.gn +++ b/www/chromium/files/patch-content_app_BUILD.gn @@ -1,6 +1,6 @@ ---- content/app/BUILD.gn.orig 2025-08-07 06:57:29 UTC +--- content/app/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ content/app/BUILD.gn -@@ -89,9 +89,9 @@ source_set("content_main_runner_app") { +@@ -91,9 +91,9 @@ source_set("content_main_runner_app") { "//third_party/tflite:buildflags", "//tools/v8_context_snapshot:buildflags", ] @@ -12,4 +12,4 @@ +# } } - source_set("app") { + if (is_android && enable_javaless_renderers) { diff --git a/www/chromium/files/patch-content_app_content__main.cc b/www/chromium/files/patch-content_app_content__main.cc index d15082f7ba07..7592d161b68c 100644 --- a/www/chromium/files/patch-content_app_content__main.cc +++ b/www/chromium/files/patch-content_app_content__main.cc @@ -1,6 +1,6 @@ ---- content/app/content_main.cc.orig 2025-08-07 06:57:29 UTC +--- content/app/content_main.cc.orig 2025-09-06 10:01:20 UTC +++ content/app/content_main.cc -@@ -226,7 +226,7 @@ NO_STACK_PROTECTOR int RunContentProcess( +@@ -225,7 +225,7 @@ NO_STACK_PROTECTOR int RunContentProcess( base::EnableTerminationOnOutOfMemory(); logging::RegisterAbslAbortHook(); @@ -9,7 +9,7 @@ // The various desktop environments set this environment variable that // allows the dbus client library to connect directly to the bus. When this // variable is not set (test environments like xvfb-run), the dbus client -@@ -320,7 +320,7 @@ NO_STACK_PROTECTOR int RunContentProcess( +@@ -319,7 +319,7 @@ NO_STACK_PROTECTOR int RunContentProcess( #endif #endif diff --git a/www/chromium/files/patch-content_app_content__main__runner__impl.cc b/www/chromium/files/patch-content_app_content__main__runner__impl.cc index ebe78bb1ed46..2a37e0f901bb 100644 --- a/www/chromium/files/patch-content_app_content__main__runner__impl.cc +++ b/www/chromium/files/patch-content_app_content__main__runner__impl.cc @@ -1,6 +1,6 @@ ---- content/app/content_main_runner_impl.cc.orig 2025-08-07 06:57:29 UTC +--- content/app/content_main_runner_impl.cc.orig 2025-09-06 10:01:20 UTC +++ content/app/content_main_runner_impl.cc -@@ -149,18 +149,20 @@ +@@ -150,18 +150,20 @@ #include "content/browser/posix_file_descriptor_info_impl.h" #include "content/public/common/content_descriptors.h" @@ -23,7 +23,7 @@ #include "third_party/boringssl/src/include/openssl/crypto.h" #include "third_party/webrtc_overrides/init_webrtc.h" // nogncheck -@@ -189,6 +191,10 @@ +@@ -185,6 +187,10 @@ #include "media/base/media_switches.h" #endif @@ -34,16 +34,16 @@ #if BUILDFLAG(IS_ANDROID) #include "base/system/sys_info.h" #include "content/browser/android/battery_metrics.h" -@@ -390,7 +396,7 @@ void InitializeZygoteSandboxForBrowserProcess( +@@ -381,7 +387,7 @@ void InitializeZygoteSandboxForBrowserProcess( } #endif // BUILDFLAG(USE_ZYGOTE) -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - #if BUILDFLAG(ENABLE_PPAPI) - // Loads the (native) libraries but does not initialize them (i.e., does not -@@ -428,7 +434,10 @@ void PreloadLibraryCdms() { + #if BUILDFLAG(ENABLE_LIBRARY_CDMS) + // Loads registered library CDMs but does not initialize them. This is needed by +@@ -400,7 +406,10 @@ void PreloadLibraryCdms() { void PreSandboxInit() { // Ensure the /dev/urandom is opened. @@ -54,7 +54,7 @@ // May use sysinfo(), sched_getaffinity(), and open various /sys/ and /proc/ // files. -@@ -440,9 +449,16 @@ void PreSandboxInit() { +@@ -412,9 +421,16 @@ void PreSandboxInit() { // https://boringssl.googlesource.com/boringssl/+/HEAD/SANDBOXING.md CRYPTO_pre_sandbox_init(); @@ -69,9 +69,18 @@ base::GetMaxNumberOfInotifyWatches(); +#endif - #if BUILDFLAG(ENABLE_PPAPI) - // Ensure access to the Pepper plugins before the sandbox is turned on. -@@ -765,7 +781,7 @@ NO_STACK_PROTECTOR int RunOtherNamedProcessTypeMain( + #if BUILDFLAG(ENABLE_LIBRARY_CDMS) + // Ensure access to the library CDMs before the sandbox is turned on. +@@ -634,7 +650,7 @@ NO_STACK_PROTECTOR int RunZygote(ContentMainDelegate* + + // Once Zygote forks and feature list initializes we can start a thread to + // begin tracing immediately. +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + if (process_type == switches::kGpuProcess) { + tracing::InitTracingPostFeatureList(/*enable_consumer=*/false, + /*will_trace_thread_restart=*/true); +@@ -733,7 +749,7 @@ NO_STACK_PROTECTOR int RunOtherNamedProcessTypeMain( base::HangWatcher::CreateHangWatcherInstance(); unregister_thread_closure = base::HangWatcher::RegisterThread( base::HangWatcher::ThreadType::kMainThread); @@ -80,7 +89,7 @@ // On Linux/ChromeOS, the HangWatcher can't start until after the sandbox is // initialized, because the sandbox can't be started with multiple threads. // TODO(mpdenton): start the HangWatcher after the sandbox is initialized. -@@ -883,11 +899,10 @@ int ContentMainRunnerImpl::Initialize(ContentMainParam +@@ -851,11 +867,10 @@ int ContentMainRunnerImpl::Initialize(ContentMainParam base::GlobalDescriptors::kBaseDescriptor); #endif // !BUILDFLAG(IS_ANDROID) @@ -94,7 +103,16 @@ #endif // !BUILDFLAG(IS_WIN) -@@ -1088,10 +1103,22 @@ int ContentMainRunnerImpl::Initialize(ContentMainParam +@@ -1007,7 +1022,7 @@ int ContentMainRunnerImpl::Initialize(ContentMainParam + // SeatbeltExecServer. + CHECK(sandbox::Seatbelt::IsSandboxed()); + } +-#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) ++#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + // In sandboxed processes and zygotes, certain resource should be pre-warmed + // as they cannot be initialized under a sandbox. In addition, loading these + // resources in zygotes (including the unsandboxed zygote) allows them to be +@@ -1017,10 +1032,22 @@ int ContentMainRunnerImpl::Initialize(ContentMainParam process_type == switches::kZygoteProcess) { PreSandboxInit(); } @@ -117,7 +135,7 @@ delegate_->SandboxInitialized(process_type); #if BUILDFLAG(USE_ZYGOTE) -@@ -1191,6 +1218,11 @@ NO_STACK_PROTECTOR int ContentMainRunnerImpl::Run() { +@@ -1122,6 +1149,11 @@ NO_STACK_PROTECTOR int ContentMainRunnerImpl::Run() { content_main_params_.reset(); RegisterMainThreadFactories(); diff --git a/www/chromium/files/patch-content_browser_BUILD.gn b/www/chromium/files/patch-content_browser_BUILD.gn index 860783d4e1ec..d1b54e6440aa 100644 --- a/www/chromium/files/patch-content_browser_BUILD.gn +++ b/www/chromium/files/patch-content_browser_BUILD.gn @@ -1,6 +1,6 @@ ---- content/browser/BUILD.gn.orig 2025-08-07 06:57:29 UTC +--- content/browser/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ content/browser/BUILD.gn -@@ -2581,6 +2581,14 @@ source_set("browser") { +@@ -2599,6 +2599,14 @@ source_set("browser") { ] } @@ -15,7 +15,7 @@ if (is_linux || is_chromeos) { sources -= [ "file_system_access/file_path_watcher/file_path_watcher_stub.cc" ] -@@ -2629,6 +2637,15 @@ source_set("browser") { +@@ -2647,6 +2655,15 @@ source_set("browser") { if (allow_oop_video_decoder) { sources += [ "media/oop_video_decoder_factory.cc" ] deps += [ "//media/mojo/mojom" ] diff --git a/www/chromium/files/patch-content_browser_accessibility_browser__accessibility__state__impl.cc b/www/chromium/files/patch-content_browser_accessibility_browser__accessibility__state__impl.cc index cc760a7abf89..17568a95f026 100644 --- a/www/chromium/files/patch-content_browser_accessibility_browser__accessibility__state__impl.cc +++ b/www/chromium/files/patch-content_browser_accessibility_browser__accessibility__state__impl.cc @@ -1,6 +1,6 @@ ---- content/browser/accessibility/browser_accessibility_state_impl.cc.orig 2025-08-07 06:57:29 UTC +--- content/browser/accessibility/browser_accessibility_state_impl.cc.orig 2025-09-06 10:01:20 UTC +++ content/browser/accessibility/browser_accessibility_state_impl.cc -@@ -295,7 +295,7 @@ BrowserAccessibilityStateImpl* BrowserAccessibilitySta +@@ -296,7 +296,7 @@ BrowserAccessibilityStateImpl* BrowserAccessibilitySta // On Android, Mac, Windows and Linux there are platform-specific subclasses. #if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_MAC) && \ diff --git a/www/chromium/files/patch-content_browser_accessibility_browser__accessibility__state__impl__auralinux.cc b/www/chromium/files/patch-content_browser_accessibility_browser__accessibility__state__impl__auralinux.cc index d544a50dd897..0813a5447738 100644 --- a/www/chromium/files/patch-content_browser_accessibility_browser__accessibility__state__impl__auralinux.cc +++ b/www/chromium/files/patch-content_browser_accessibility_browser__accessibility__state__impl__auralinux.cc @@ -1,27 +1,14 @@ ---- content/browser/accessibility/browser_accessibility_state_impl_auralinux.cc.orig 2025-08-07 06:57:29 UTC +--- content/browser/accessibility/browser_accessibility_state_impl_auralinux.cc.orig 2025-09-06 10:01:20 UTC +++ content/browser/accessibility/browser_accessibility_state_impl_auralinux.cc -@@ -12,6 +12,8 @@ +@@ -12,6 +12,7 @@ #include <sstream> #include <string> +#include "base/notimplemented.h" -+ #include "base/debug/crash_logging.h" #include "base/metrics/histogram_macros.h" #include "base/task/thread_pool.h" -@@ -34,7 +36,11 @@ bool CheckCmdlineForOrca(const std::string& cmdline_al - std::string cmdline; - std::stringstream ss(cmdline_all); - while (std::getline(ss, cmdline, '\0')) { -+#if BUILDFLAG(IS_BSD) -+ re2::RE2 orca_regex(R"((^|/)(usr/)?(local/)?bin/orca(\s|$))"); -+#else - re2::RE2 orca_regex(R"((^|/)(usr/)?bin/orca(\s|$))"); -+#endif - if (re2::RE2::PartialMatch(cmdline, orca_regex)) { - return true; // Orca was found - } -@@ -44,6 +50,10 @@ bool CheckCmdlineForOrca(const std::string& cmdline_al +@@ -43,6 +44,10 @@ bool CheckCmdlineForOrca(const std::string& cmdline_al // Returns true if Orca is active. bool DiscoverOrca() { @@ -32,7 +19,7 @@ // NOTE: this method is run from another thread to reduce jank, since // there's no guarantee these system calls will return quickly. std::unique_ptr<DIR, decltype(&CloseDir)> proc_dir(opendir("/proc"), -@@ -81,6 +91,7 @@ bool DiscoverOrca() { +@@ -80,6 +85,7 @@ bool DiscoverOrca() { } return is_orca_active; diff --git a/www/chromium/files/patch-content_browser_browser__child__process__host__impl.cc b/www/chromium/files/patch-content_browser_browser__child__process__host__impl.cc index 0922fcb37da7..7b22e09fe7f7 100644 --- a/www/chromium/files/patch-content_browser_browser__child__process__host__impl.cc +++ b/www/chromium/files/patch-content_browser_browser__child__process__host__impl.cc @@ -1,6 +1,6 @@ ---- content/browser/browser_child_process_host_impl.cc.orig 2025-07-02 06:08:04 UTC +--- content/browser/browser_child_process_host_impl.cc.orig 2025-09-06 10:01:20 UTC +++ content/browser/browser_child_process_host_impl.cc -@@ -326,6 +326,7 @@ void BrowserChildProcessHostImpl::LaunchWithoutExtraCo +@@ -297,6 +297,7 @@ void BrowserChildProcessHostImpl::LaunchWithoutExtraCo switches::kLogBestEffortTasks, switches::kPerfettoDisableInterning, switches::kTraceToConsole, @@ -8,7 +8,7 @@ }; cmd_line->CopySwitchesFrom(browser_command_line, kForwardSwitches); -@@ -696,7 +697,7 @@ void BrowserChildProcessHostImpl::OnProcessLaunched() +@@ -650,7 +651,7 @@ void BrowserChildProcessHostImpl::OnProcessLaunched() ->child_process()); #endif diff --git a/www/chromium/files/patch-content_browser_browser__child__process__host__impl.h b/www/chromium/files/patch-content_browser_browser__child__process__host__impl.h index f5673dcef553..0b90a5967a14 100644 --- a/www/chromium/files/patch-content_browser_browser__child__process__host__impl.h +++ b/www/chromium/files/patch-content_browser_browser__child__process__host__impl.h @@ -1,4 +1,4 @@ ---- content/browser/browser_child_process_host_impl.h.orig 2025-03-05 08:14:56 UTC +--- content/browser/browser_child_process_host_impl.h.orig 2025-09-06 10:01:20 UTC +++ content/browser/browser_child_process_host_impl.h @@ -36,7 +36,7 @@ #include "base/win/object_watcher.h" @@ -9,7 +9,7 @@ #include "content/browser/child_thread_type_switcher_linux.h" #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -@@ -287,7 +287,7 @@ class BrowserChildProcessHostImpl +@@ -276,7 +276,7 @@ class BrowserChildProcessHostImpl std::unique_ptr<tracing::SystemTracingService> system_tracing_service_; #endif diff --git a/www/chromium/files/patch-content_browser_browser__interface__binders.cc b/www/chromium/files/patch-content_browser_browser__interface__binders.cc new file mode 100644 index 000000000000..af9c564eb27e --- /dev/null +++ b/www/chromium/files/patch-content_browser_browser__interface__binders.cc @@ -0,0 +1,20 @@ +--- content/browser/browser_interface_binders.cc.orig 2025-09-06 10:01:20 UTC ++++ content/browser/browser_interface_binders.cc +@@ -234,7 +234,7 @@ + #include "content/browser/xr/webxr_internals/webxr_internals_ui.h" + #endif + +-#if BUILDFLAG(GOOGLE_CHROME_BRANDING) && (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)) ++#if BUILDFLAG(GOOGLE_CHROME_BRANDING) && (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) + #include "content/public/browser/service_process_host.h" + #else + #include "content/browser/gpu/gpu_process_host.h" +@@ -271,7 +271,7 @@ shape_detection::mojom::ShapeDetectionService* GetShap + mojo::Remote<shape_detection::mojom::ShapeDetectionService>> + remote; + if (!*remote) { +-#if BUILDFLAG(GOOGLE_CHROME_BRANDING) && (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)) ++#if BUILDFLAG(GOOGLE_CHROME_BRANDING) && (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) + ServiceProcessHost::Launch<shape_detection::mojom::ShapeDetectionService>( + remote->BindNewPipeAndPassReceiver(), + ServiceProcessHost::Options() diff --git a/www/chromium/files/patch-content_browser_browser__main__loop.cc b/www/chromium/files/patch-content_browser_browser__main__loop.cc index 585fa0055c2f..9bfb1f523b75 100644 --- a/www/chromium/files/patch-content_browser_browser__main__loop.cc +++ b/www/chromium/files/patch-content_browser_browser__main__loop.cc @@ -1,6 +1,6 @@ ---- content/browser/browser_main_loop.cc.orig 2025-08-07 06:57:29 UTC +--- content/browser/browser_main_loop.cc.orig 2025-09-06 10:01:20 UTC +++ content/browser/browser_main_loop.cc -@@ -250,6 +250,12 @@ +@@ -251,6 +251,12 @@ #include "mojo/public/cpp/bindings/lib/test_random_mojo_delays.h" #endif @@ -13,7 +13,7 @@ // One of the linux specific headers defines this as a macro. #ifdef DestroyAll #undef DestroyAll -@@ -550,6 +556,12 @@ int BrowserMainLoop::EarlyInitialization() { +@@ -551,6 +557,12 @@ int BrowserMainLoop::EarlyInitialization() { // by now since a thread to start the ServiceManager has been created // before the browser main loop starts. DCHECK(SandboxHostLinux::GetInstance()->IsInitialized()); @@ -26,7 +26,7 @@ #endif // GLib's spawning of new processes is buggy, so it's important that at this -@@ -582,7 +594,7 @@ int BrowserMainLoop::EarlyInitialization() { +@@ -583,7 +595,7 @@ int BrowserMainLoop::EarlyInitialization() { base::ThreadType::kDisplayCritical); #if BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ diff --git a/www/chromium/files/patch-content_browser_compositor_viz__process__transport__factory.cc b/www/chromium/files/patch-content_browser_compositor_viz__process__transport__factory.cc index 1a42fbd56aa1..b50d91559367 100644 --- a/www/chromium/files/patch-content_browser_compositor_viz__process__transport__factory.cc +++ b/www/chromium/files/patch-content_browser_compositor_viz__process__transport__factory.cc @@ -1,6 +1,6 @@ ---- content/browser/compositor/viz_process_transport_factory.cc.orig 2025-07-02 06:08:04 UTC +--- content/browser/compositor/viz_process_transport_factory.cc.orig 2025-09-06 10:01:20 UTC +++ content/browser/compositor/viz_process_transport_factory.cc -@@ -104,7 +104,7 @@ class HostDisplayClient : public viz::HostDisplayClien +@@ -103,7 +103,7 @@ class HostDisplayClient : public viz::HostDisplayClien HostDisplayClient& operator=(const HostDisplayClient&) = delete; // viz::HostDisplayClient: diff --git a/www/chromium/files/patch-content_browser_gpu_gpu__data__manager__impl.h b/www/chromium/files/patch-content_browser_gpu_gpu__data__manager__impl.h index c23acf32e286..16e5257b2e8d 100644 --- a/www/chromium/files/patch-content_browser_gpu_gpu__data__manager__impl.h +++ b/www/chromium/files/patch-content_browser_gpu_gpu__data__manager__impl.h @@ -1,6 +1,6 @@ ---- content/browser/gpu/gpu_data_manager_impl.h.orig 2025-07-02 06:08:04 UTC +--- content/browser/gpu/gpu_data_manager_impl.h.orig 2025-09-06 10:01:20 UTC +++ content/browser/gpu/gpu_data_manager_impl.h -@@ -225,7 +225,7 @@ class CONTENT_EXPORT GpuDataManagerImpl : public GpuDa +@@ -224,7 +224,7 @@ class CONTENT_EXPORT GpuDataManagerImpl : public GpuDa void OnDisplayMetricsChanged(const display::Display& display, uint32_t changed_metrics) override; diff --git a/www/chromium/files/patch-content_browser_gpu_gpu__data__manager__impl__private.cc b/www/chromium/files/patch-content_browser_gpu_gpu__data__manager__impl__private.cc index 388892949a45..6a1dc9bba1b7 100644 --- a/www/chromium/files/patch-content_browser_gpu_gpu__data__manager__impl__private.cc +++ b/www/chromium/files/patch-content_browser_gpu_gpu__data__manager__impl__private.cc @@ -1,6 +1,6 @@ ---- content/browser/gpu/gpu_data_manager_impl_private.cc.orig 2025-08-07 06:57:29 UTC +--- content/browser/gpu/gpu_data_manager_impl_private.cc.orig 2025-09-06 10:01:20 UTC +++ content/browser/gpu/gpu_data_manager_impl_private.cc -@@ -1703,7 +1703,7 @@ void GpuDataManagerImplPrivate::RecordCompositingMode( +@@ -1705,7 +1705,7 @@ void GpuDataManagerImplPrivate::RecordCompositingMode( UMA_HISTOGRAM_ENUMERATION("GPU.CompositingMode", compositing_mode); } diff --git a/www/chromium/files/patch-content_browser_gpu_gpu__process__host.cc b/www/chromium/files/patch-content_browser_gpu_gpu__process__host.cc index 5d31ab2094d2..022dac5d33af 100644 --- a/www/chromium/files/patch-content_browser_gpu_gpu__process__host.cc +++ b/www/chromium/files/patch-content_browser_gpu_gpu__process__host.cc @@ -1,6 +1,6 @@ ---- content/browser/gpu/gpu_process_host.cc.orig 2025-07-02 06:08:04 UTC +--- content/browser/gpu/gpu_process_host.cc.orig 2025-09-06 10:01:20 UTC +++ content/browser/gpu/gpu_process_host.cc -@@ -274,6 +274,7 @@ static const char* const kSwitchNames[] = { +@@ -275,6 +275,7 @@ static const char* const kSwitchNames[] = { switches::kDisableSkiaGraphite, switches::kDisableSkiaGraphitePrecompilation, switches::kDisableLowEndDeviceMode, @@ -8,7 +8,7 @@ switches::kProfilingAtStart, switches::kProfilingFile, switches::kProfilingFlush, -@@ -302,7 +303,7 @@ static const char* const kSwitchNames[] = { +@@ -303,7 +304,7 @@ static const char* const kSwitchNames[] = { switches::kEnableNativeGpuMemoryBuffers, switches::kRenderNodeOverride, #endif diff --git a/www/chromium/files/patch-content_browser_network__service__instance__impl.cc b/www/chromium/files/patch-content_browser_network__service__instance__impl.cc index 74bcc08b0254..d0c3ad87de0e 100644 --- a/www/chromium/files/patch-content_browser_network__service__instance__impl.cc +++ b/www/chromium/files/patch-content_browser_network__service__instance__impl.cc @@ -1,6 +1,6 @@ ---- content/browser/network_service_instance_impl.cc.orig 2025-07-02 06:08:04 UTC +--- content/browser/network_service_instance_impl.cc.orig 2025-09-06 10:01:20 UTC +++ content/browser/network_service_instance_impl.cc -@@ -85,7 +85,7 @@ +@@ -87,7 +87,7 @@ #include "content/browser/network/network_service_process_tracker_win.h" #endif @@ -9,7 +9,7 @@ #include "content/browser/system_dns_resolution/system_dns_resolver.h" #include "services/network/public/mojom/system_dns_resolution.mojom-forward.h" #endif -@@ -335,7 +335,7 @@ void CreateInProcessNetworkService( +@@ -327,7 +327,7 @@ void CreateInProcessNetworkService( std::move(receiver))); } @@ -18,7 +18,7 @@ // Runs a self-owned SystemDnsResolverMojoImpl. This is meant to run on a // high-priority thread pool. void RunSystemDnsResolverOnThreadPool( -@@ -402,7 +402,7 @@ network::mojom::NetworkServiceParamsPtr CreateNetworkS +@@ -394,7 +394,7 @@ network::mojom::NetworkServiceParamsPtr CreateNetworkS } #endif // BUILDFLAG(IS_POSIX) diff --git a/www/chromium/files/patch-content_browser_ppapi__plugin__process__host__receiver__bindings.cc b/www/chromium/files/patch-content_browser_ppapi__plugin__process__host__receiver__bindings.cc deleted file mode 100644 index db671fc88b41..000000000000 --- a/www/chromium/files/patch-content_browser_ppapi__plugin__process__host__receiver__bindings.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- content/browser/ppapi_plugin_process_host_receiver_bindings.cc.orig 2022-02-28 16:54:41 UTC -+++ content/browser/ppapi_plugin_process_host_receiver_bindings.cc -@@ -8,7 +8,7 @@ - - #include "build/build_config.h" - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - #include "components/services/font/public/mojom/font_service.mojom.h" // nogncheck - #include "content/browser/font_service.h" // nogncheck - #endif -@@ -17,7 +17,7 @@ namespace content { - - void PpapiPluginProcessHost::BindHostReceiver( - mojo::GenericPendingReceiver receiver) { --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - if (auto font_receiver = receiver.As<font_service::mojom::FontService>()) - ConnectToFontService(std::move(font_receiver)); - #endif diff --git a/www/chromium/files/patch-content_browser_renderer__host_pepper_pepper__file__io__host.cc b/www/chromium/files/patch-content_browser_renderer__host_pepper_pepper__file__io__host.cc deleted file mode 100644 index afba2231feba..000000000000 --- a/www/chromium/files/patch-content_browser_renderer__host_pepper_pepper__file__io__host.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- content/browser/renderer_host/pepper/pepper_file_io_host.cc.orig 2024-01-30 07:53:34 UTC -+++ content/browser/renderer_host/pepper/pepper_file_io_host.cc -@@ -462,7 +462,7 @@ void PepperFileIOHost::OnLocalFileOpened( - ppapi::host::ReplyMessageContext reply_context, - const base::FilePath& path, - base::File::Error error_code) { --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - // Quarantining a file before its contents are available is only supported on - // Windows and Linux. - if (!FileOpenForWrite(open_flags_) || error_code != base::File::FILE_OK) { -@@ -496,7 +496,7 @@ void PepperFileIOHost::OnLocalFileOpened( - #endif - } - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - void PepperFileIOHost::OnLocalFileQuarantined( - ppapi::host::ReplyMessageContext reply_context, - const base::FilePath& path, diff --git a/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl.cc b/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl.cc index 34d889ce90a9..edc107faf805 100644 --- a/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl.cc +++ b/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl.cc @@ -1,6 +1,6 @@ ---- content/browser/renderer_host/render_process_host_impl.cc.orig 2025-08-07 06:57:29 UTC +--- content/browser/renderer_host/render_process_host_impl.cc.orig 2025-09-06 10:01:20 UTC +++ content/browser/renderer_host/render_process_host_impl.cc -@@ -223,7 +223,7 @@ +@@ -224,7 +224,7 @@ #include "third_party/blink/public/mojom/android_font_lookup/android_font_lookup.mojom.h" #endif @@ -9,7 +9,7 @@ #include <sys/resource.h> #include "components/services/font/public/mojom/font_service.mojom.h" // nogncheck -@@ -1127,7 +1127,7 @@ static constexpr size_t kUnknownPlatformProcessLimit = +@@ -1114,7 +1114,7 @@ static constexpr size_t kUnknownPlatformProcessLimit = // to indicate failure and std::numeric_limits<size_t>::max() to indicate // unlimited. size_t GetPlatformProcessLimit() { @@ -18,7 +18,7 @@ struct rlimit limit; if (getrlimit(RLIMIT_NPROC, &limit) != 0) return kUnknownPlatformProcessLimit; -@@ -1334,7 +1334,7 @@ RenderProcessHostImpl::IOThreadHostImpl::~IOThreadHost +@@ -1321,7 +1321,7 @@ RenderProcessHostImpl::IOThreadHostImpl::~IOThreadHost void RenderProcessHostImpl::IOThreadHostImpl::SetPid( base::ProcessId child_pid) { @@ -27,7 +27,7 @@ child_thread_type_switcher_.SetPid(child_pid); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) } -@@ -3436,7 +3436,7 @@ void RenderProcessHostImpl::AppendRendererCommandLine( +@@ -3416,7 +3416,7 @@ void RenderProcessHostImpl::AppendRendererCommandLine( base::TimeTicks::UnixEpoch().since_origin().InMicroseconds())); } @@ -36,7 +36,7 @@ // Append `kDisableVideoCaptureUseGpuMemoryBuffer` flag if there is no support // for NV12 GPU memory buffer. if (switches::IsVideoCaptureUseGpuMemoryBufferEnabled() && -@@ -3491,6 +3491,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLin +@@ -3472,6 +3472,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLin switches::kDisableSkiaRuntimeOpts, switches::kDisableSpeechAPI, switches::kDisableThreadedCompositing, @@ -44,7 +44,7 @@ switches::kDisableV8IdleTasks, switches::kDisableVideoCaptureUseGpuMemoryBuffer, switches::kDisableWebGLImageChromium, -@@ -5339,7 +5340,7 @@ uint64_t RenderProcessHostImpl::GetPrivateMemoryFootpr +@@ -5350,7 +5351,7 @@ uint64_t RenderProcessHostImpl::GetPrivateMemoryFootpr // - Win: https://crbug.com/707022 . uint64_t total_size = 0; #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || \ diff --git a/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl.h b/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl.h index f6add77fe581..e84b98e4a2aa 100644 --- a/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl.h +++ b/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl.h @@ -1,4 +1,4 @@ ---- content/browser/renderer_host/render_process_host_impl.h.orig 2025-08-07 06:57:29 UTC +--- content/browser/renderer_host/render_process_host_impl.h.orig 2025-09-06 10:01:20 UTC +++ content/browser/renderer_host/render_process_host_impl.h @@ -101,7 +101,7 @@ #include "media/fuchsia_media_codec_provider_impl.h" @@ -9,7 +9,7 @@ #include "content/browser/child_thread_type_switcher_linux.h" #include "media/mojo/mojom/video_encode_accelerator.mojom.h" #endif -@@ -996,7 +996,7 @@ class CONTENT_EXPORT RenderProcessHostImpl +@@ -997,7 +997,7 @@ class CONTENT_EXPORT RenderProcessHostImpl mojo::Remote<media::mojom::VideoEncodeAcceleratorProviderFactory> video_encode_accelerator_factory_remote_; #endif @@ -18,7 +18,7 @@ ChildThreadTypeSwitcher child_thread_type_switcher_; #endif }; -@@ -1239,7 +1239,7 @@ class CONTENT_EXPORT RenderProcessHostImpl +@@ -1240,7 +1240,7 @@ class CONTENT_EXPORT RenderProcessHostImpl // if the request isn't handled on the IO thread. void OnBindHostReceiver(mojo::GenericPendingReceiver receiver); diff --git a/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl__receiver__bindings.cc b/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl__receiver__bindings.cc index 2a44264eb401..b08a5e4d131f 100644 --- a/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl__receiver__bindings.cc +++ b/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl__receiver__bindings.cc @@ -1,6 +1,6 @@ ---- content/browser/renderer_host/render_process_host_impl_receiver_bindings.cc.orig 2025-07-02 06:08:04 UTC +--- content/browser/renderer_host/render_process_host_impl_receiver_bindings.cc.orig 2025-09-06 10:01:20 UTC +++ content/browser/renderer_host/render_process_host_impl_receiver_bindings.cc -@@ -51,7 +51,7 @@ +@@ -52,7 +52,7 @@ #include "third_party/blink/public/mojom/android_font_lookup/android_font_lookup.mojom.h" #endif @@ -9,7 +9,7 @@ #include "components/services/font/public/mojom/font_service.mojom.h" // nogncheck #include "content/browser/font_service.h" // nogncheck #endif -@@ -336,7 +336,7 @@ void RenderProcessHostImpl::IOThreadHostImpl::BindHost +@@ -348,7 +348,7 @@ void RenderProcessHostImpl::IOThreadHostImpl::BindHost } #endif @@ -18,7 +18,7 @@ if (auto font_receiver = receiver.As<font_service::mojom::FontService>()) { ConnectToFontService(std::move(font_receiver)); return; -@@ -364,7 +364,7 @@ void RenderProcessHostImpl::IOThreadHostImpl::BindHost +@@ -376,7 +376,7 @@ void RenderProcessHostImpl::IOThreadHostImpl::BindHost } #endif diff --git a/www/chromium/files/patch-content_browser_renderer__host_render__view__host__impl.cc b/www/chromium/files/patch-content_browser_renderer__host_render__view__host__impl.cc index a8bb5458fa6e..7774e59d87b0 100644 --- a/www/chromium/files/patch-content_browser_renderer__host_render__view__host__impl.cc +++ b/www/chromium/files/patch-content_browser_renderer__host_render__view__host__impl.cc @@ -1,6 +1,6 @@ ---- content/browser/renderer_host/render_view_host_impl.cc.orig 2025-07-02 06:08:04 UTC +--- content/browser/renderer_host/render_view_host_impl.cc.orig 2025-09-06 10:01:20 UTC +++ content/browser/renderer_host/render_view_host_impl.cc -@@ -271,7 +271,7 @@ void RenderViewHostImpl::GetPlatformSpecificPrefs( +@@ -275,7 +275,7 @@ void RenderViewHostImpl::GetPlatformSpecificPrefs( display::win::GetScreenWin()->GetSystemMetricsInDIP(SM_CYVSCROLL); prefs->arrow_bitmap_width_horizontal_scroll_bar_in_dips = display::win::GetScreenWin()->GetSystemMetricsInDIP(SM_CXHSCROLL); diff --git a/www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc b/www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc index 447262e51fea..13d88d330445 100644 --- a/www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc +++ b/www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc @@ -1,4 +1,4 @@ ---- content/browser/renderer_host/render_widget_host_view_aura.cc.orig 2025-08-07 06:57:29 UTC +--- content/browser/renderer_host/render_widget_host_view_aura.cc.orig 2025-09-06 10:01:20 UTC +++ content/browser/renderer_host/render_widget_host_view_aura.cc @@ -122,7 +122,7 @@ #include "ui/gfx/gdi_util.h" @@ -27,7 +27,7 @@ bool RenderWidgetHostViewAura::SetCompositionFromExistingText( const gfx::Range& range, const std::vector<ui::ImeTextSpan>& ui_ime_text_spans) { -@@ -2859,7 +2859,7 @@ bool RenderWidgetHostViewAura::NeedsInputGrab() { +@@ -2866,7 +2866,7 @@ bool RenderWidgetHostViewAura::NeedsInputGrab() { } bool RenderWidgetHostViewAura::NeedsMouseCapture() { @@ -36,7 +36,7 @@ return NeedsInputGrab(); #else return false; -@@ -3043,7 +3043,7 @@ void RenderWidgetHostViewAura::ForwardKeyboardEventWit +@@ -3050,7 +3050,7 @@ void RenderWidgetHostViewAura::ForwardKeyboardEventWit if (!target_host) return; diff --git a/www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__event__handler.cc b/www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__event__handler.cc index e96650ca22ad..47edfd467ae0 100644 --- a/www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__event__handler.cc +++ b/www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__event__handler.cc @@ -1,6 +1,6 @@ ---- content/browser/renderer_host/render_widget_host_view_event_handler.cc.orig 2025-08-07 06:57:29 UTC +--- content/browser/renderer_host/render_widget_host_view_event_handler.cc.orig 2025-09-06 10:01:20 UTC +++ content/browser/renderer_host/render_widget_host_view_event_handler.cc -@@ -603,7 +603,7 @@ bool RenderWidgetHostViewEventHandler::CanRendererHand +@@ -618,7 +618,7 @@ bool RenderWidgetHostViewEventHandler::CanRendererHand if (event->type() == ui::EventType::kMouseExited) { if (mouse_locked || selection_popup) return false; diff --git a/www/chromium/files/patch-content_browser_service__host_utility__process__host.cc b/www/chromium/files/patch-content_browser_service__host_utility__process__host.cc index dcf5437a0601..dba9466e06b1 100644 --- a/www/chromium/files/patch-content_browser_service__host_utility__process__host.cc +++ b/www/chromium/files/patch-content_browser_service__host_utility__process__host.cc @@ -1,4 +1,4 @@ ---- content/browser/service_host/utility_process_host.cc.orig 2025-07-02 06:08:04 UTC +--- content/browser/service_host/utility_process_host.cc.orig 2025-09-06 10:01:20 UTC +++ content/browser/service_host/utility_process_host.cc @@ -68,7 +68,7 @@ #include "content/browser/v8_snapshot_files.h" @@ -9,7 +9,7 @@ #include "base/files/file_util.h" #include "base/files/scoped_file.h" #include "base/pickle.h" -@@ -96,7 +96,7 @@ namespace content { +@@ -97,7 +97,7 @@ namespace content { namespace { @@ -18,7 +18,7 @@ base::ScopedFD PassNetworkContextParentDirs( std::vector<base::FilePath> network_context_parent_dirs) { base::Pickle pickle; -@@ -491,7 +491,7 @@ bool UtilityProcessHost::StartProcess() { +@@ -494,7 +494,7 @@ bool UtilityProcessHost::StartProcess() { GetV8SnapshotFilesToPreload(*cmd_line)); #endif // BUILDFLAG(IS_POSIX) @@ -27,7 +27,7 @@ // The network service should have access to the parent directories // necessary for its usage. if (options_.sandbox_type_ == sandbox::mojom::Sandbox::kNetwork) { -@@ -509,7 +509,7 @@ bool UtilityProcessHost::StartProcess() { +@@ -512,7 +512,7 @@ bool UtilityProcessHost::StartProcess() { video_capture::mojom::VideoCaptureService::Name_) { bool pass_gpu_buffer_flag = switches::IsVideoCaptureUseGpuMemoryBufferEnabled(); diff --git a/www/chromium/files/patch-content_browser_service__host_utility__sandbox__delegate.cc b/www/chromium/files/patch-content_browser_service__host_utility__sandbox__delegate.cc index 0956ff8d29f0..ebc613f6e870 100644 --- a/www/chromium/files/patch-content_browser_service__host_utility__sandbox__delegate.cc +++ b/www/chromium/files/patch-content_browser_service__host_utility__sandbox__delegate.cc @@ -1,6 +1,24 @@ ---- content/browser/service_host/utility_sandbox_delegate.cc.orig 2025-07-02 06:08:04 UTC +--- content/browser/service_host/utility_sandbox_delegate.cc.orig 2025-09-06 10:01:20 UTC +++ content/browser/service_host/utility_sandbox_delegate.cc -@@ -91,14 +91,14 @@ UtilitySandboxedProcessLauncherDelegate:: +@@ -28,7 +28,7 @@ + #include "chromeos/ash/components/assistant/buildflags.h" + #endif // BUILDFLAG(IS_CHROMEOS) + +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + #include "media/gpu/buildflags.h" + #include "media/media_buildflags.h" + #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +@@ -79,7 +79,7 @@ UtilitySandboxedProcessLauncherDelegate:: + #if BUILDFLAG(IS_FUCHSIA) + sandbox_type_ == sandbox::mojom::Sandbox::kVideoCapture || + #endif +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + sandbox_type_ == sandbox::mojom::Sandbox::kShapeDetection || + #if BUILDFLAG(ALLOW_OOP_VIDEO_DECODER) + sandbox_type_ == sandbox::mojom::Sandbox::kHardwareVideoDecoding || +@@ -97,14 +97,14 @@ UtilitySandboxedProcessLauncherDelegate:: #endif // BUILDFLAG(ENABLE_CROS_LIBASSISTANT) #endif // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -18,9 +36,14 @@ sandbox_type_ == sandbox::mojom::Sandbox::kOnDeviceTranslation || #endif sandbox_type_ == sandbox::mojom::Sandbox::kAudio || -@@ -159,11 +159,11 @@ ZygoteCommunication* UtilitySandboxedProcessLauncherDe +@@ -164,15 +164,15 @@ ZygoteCommunication* UtilitySandboxedProcessLauncherDe + #endif // BUILDFLAG(ENABLE_CROS_LIBASSISTANT) #endif // BUILDFLAG(IS_CHROMEOS) sandbox_type_ == sandbox::mojom::Sandbox::kAudio || +-#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + sandbox_type_ == sandbox::mojom::Sandbox::kShapeDetection || + #endif #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ - BUILDFLAG(IS_WIN) + BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) diff --git a/www/chromium/files/patch-content_browser_web__contents_web__contents__view__aura.cc b/www/chromium/files/patch-content_browser_web__contents_web__contents__view__aura.cc index b0652b4816a1..9b694c8400f5 100644 --- a/www/chromium/files/patch-content_browser_web__contents_web__contents__view__aura.cc +++ b/www/chromium/files/patch-content_browser_web__contents_web__contents__view__aura.cc @@ -1,6 +1,6 @@ ---- content/browser/web_contents/web_contents_view_aura.cc.orig 2025-08-07 06:57:29 UTC +--- content/browser/web_contents/web_contents_view_aura.cc.orig 2025-09-06 10:01:20 UTC +++ content/browser/web_contents/web_contents_view_aura.cc -@@ -174,7 +174,7 @@ class WebDragSourceAura : public content::WebContentsO +@@ -175,7 +175,7 @@ class WebDragSourceAura : public content::WebContentsO raw_ptr<aura::Window> window_; }; @@ -9,7 +9,7 @@ // Fill out the OSExchangeData with a file contents, synthesizing a name if // necessary. void PrepareDragForFileContents(const DropData& drop_data, -@@ -259,7 +259,7 @@ void PrepareDragData(const DropData& drop_data, +@@ -260,7 +260,7 @@ void PrepareDragData(const DropData& drop_data, if (!drop_data.download_metadata.empty()) PrepareDragForDownload(drop_data, provider, web_contents); #endif @@ -18,7 +18,7 @@ // We set the file contents before the URL because the URL also sets file // contents (to a .URL shortcut). We want to prefer file content data over // a shortcut so we add it first. -@@ -1325,7 +1325,7 @@ void WebContentsViewAura::OnMouseEvent(ui::MouseEvent* +@@ -1326,7 +1326,7 @@ void WebContentsViewAura::OnMouseEvent(ui::MouseEvent* // Linux window managers like to handle raise-on-click themselves. If we // raise-on-click manually, this may override user settings that prevent // focus-stealing. diff --git a/www/chromium/files/patch-content_browser_web__contents_web__contents__view__aura__unittest.cc b/www/chromium/files/patch-content_browser_web__contents_web__contents__view__aura__unittest.cc index a1d4cae882f8..a9ccf3ba10e9 100644 --- a/www/chromium/files/patch-content_browser_web__contents_web__contents__view__aura__unittest.cc +++ b/www/chromium/files/patch-content_browser_web__contents_web__contents__view__aura__unittest.cc @@ -1,6 +1,6 @@ ---- content/browser/web_contents/web_contents_view_aura_unittest.cc.orig 2025-04-04 08:52:13 UTC +--- content/browser/web_contents/web_contents_view_aura_unittest.cc.orig 2025-09-06 10:01:20 UTC +++ content/browser/web_contents/web_contents_view_aura_unittest.cc -@@ -40,7 +40,7 @@ +@@ -41,7 +41,7 @@ #include "ui/base/dragdrop/os_exchange_data_provider_win.h" #endif @@ -9,7 +9,7 @@ #include "ui/base/x/selection_utils.h" #include "ui/base/x/x11_os_exchange_data_provider.h" #include "ui/gfx/x/atom_cache.h" -@@ -96,7 +96,7 @@ class TestDragDropClient : public aura::client::DragDr +@@ -97,7 +97,7 @@ class TestDragDropClient : public aura::client::DragDr drag_drop_data_ = std::move(data); return DragOperation::kCopy; } @@ -18,7 +18,7 @@ void UpdateDragImage(const gfx::ImageSkia& image, const gfx::Vector2d& offset) override {} #endif -@@ -231,7 +231,7 @@ TEST_F(WebContentsViewAuraTest, WebContentsDestroyedDu +@@ -232,7 +232,7 @@ TEST_F(WebContentsViewAuraTest, WebContentsDestroyedDu ui::EF_LEFT_MOUSE_BUTTON, 0); ui::EventHandler* event_handler = GetView(); event_handler->OnMouseEvent(&mouse_event); @@ -27,7 +27,7 @@ // The web-content is not activated during mouse-press on Linux. // See comment in WebContentsViewAura::OnMouseEvent() for more details. EXPECT_NE(web_contents(), nullptr); -@@ -297,7 +297,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropFiles) { +@@ -298,7 +298,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropFiles) { view->OnDragEntered(event); ASSERT_NE(nullptr, view->current_drag_data_); @@ -36,7 +36,7 @@ // By design, Linux implementations return an empty string if file data // is also present. EXPECT_TRUE(!view->current_drag_data_->text || -@@ -337,7 +337,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropFiles) { +@@ -338,7 +338,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropFiles) { CheckDropData(view); @@ -45,7 +45,7 @@ // By design, Linux implementations returns an empty string if file data // is also present. EXPECT_TRUE(!drop_complete_data_->drop_data.text || -@@ -395,7 +395,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropFilesOri +@@ -396,7 +396,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropFilesOri view->OnDragEntered(event); ASSERT_NE(nullptr, view->current_drag_data_); @@ -54,7 +54,7 @@ // By design, Linux implementations return an empty string if file data // is also present. EXPECT_TRUE(!view->current_drag_data_->text || -@@ -427,7 +427,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropFilesOri +@@ -428,7 +428,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropFilesOri CheckDropData(view); @@ -63,7 +63,7 @@ // By design, Linux implementations returns an empty string if file data is // also present. EXPECT_TRUE(!drop_complete_data_->drop_data.text || -@@ -458,7 +458,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropImageFro +@@ -459,7 +459,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropImageFro auto data = std::make_unique<ui::OSExchangeData>(); diff --git a/www/chromium/files/patch-content_child_child__process.cc b/www/chromium/files/patch-content_child_child__process.cc index 8f32ac959520..b1e569660a0b 100644 --- a/www/chromium/files/patch-content_child_child__process.cc +++ b/www/chromium/files/patch-content_child_child__process.cc @@ -1,6 +1,6 @@ ---- content/child/child_process.cc.orig 2025-04-04 08:52:13 UTC +--- content/child/child_process.cc.orig 2025-09-06 10:01:20 UTC +++ content/child/child_process.cc -@@ -31,7 +31,7 @@ +@@ -34,7 +34,7 @@ #include "content/common/android/cpu_time_metrics.h" #endif @@ -9,7 +9,7 @@ #include "content/child/sandboxed_process_thread_type_handler.h" #endif -@@ -177,7 +177,7 @@ void ChildProcess::set_main_thread(ChildThreadImpl* th +@@ -192,7 +192,7 @@ void ChildProcess::set_main_thread(ChildThreadImpl* th main_thread_.reset(thread); } diff --git a/www/chromium/files/patch-content_common_BUILD.gn b/www/chromium/files/patch-content_common_BUILD.gn index 0966e727f322..e42bf05c912a 100644 --- a/www/chromium/files/patch-content_common_BUILD.gn +++ b/www/chromium/files/patch-content_common_BUILD.gn @@ -1,6 +1,6 @@ ---- content/common/BUILD.gn.orig 2025-08-07 06:57:29 UTC +--- content/common/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ content/common/BUILD.gn -@@ -381,19 +381,28 @@ source_set("common") { +@@ -367,19 +367,28 @@ source_set("common") { } if (is_linux || is_chromeos) { diff --git a/www/chromium/files/patch-content_common_features.cc b/www/chromium/files/patch-content_common_features.cc index 1d65558bb020..559bc67c3b5e 100644 --- a/www/chromium/files/patch-content_common_features.cc +++ b/www/chromium/files/patch-content_common_features.cc @@ -1,6 +1,6 @@ ---- content/common/features.cc.orig 2025-08-07 06:57:29 UTC +--- content/common/features.cc.orig 2025-09-06 10:01:20 UTC +++ content/common/features.cc -@@ -169,7 +169,7 @@ BASE_FEATURE(kEmbeddingRequiresOptIn, +@@ -170,7 +170,7 @@ BASE_FEATURE(kEmbeddingRequiresOptIn, base::FEATURE_DISABLED_BY_DEFAULT); // Enables error reporting for JS errors inside DevTools frontend host diff --git a/www/chromium/files/patch-content_common_features.h b/www/chromium/files/patch-content_common_features.h index 4f17dd3bce7f..d583a869cbad 100644 --- a/www/chromium/files/patch-content_common_features.h +++ b/www/chromium/files/patch-content_common_features.h @@ -1,4 +1,4 @@ ---- content/common/features.h.orig 2025-07-02 06:08:04 UTC +--- content/common/features.h.orig 2025-09-06 10:01:20 UTC +++ content/common/features.h @@ -60,7 +60,7 @@ CONTENT_EXPORT BASE_DECLARE_FEATURE(kCommittedOriginEn CONTENT_EXPORT BASE_DECLARE_FEATURE(kCommittedOriginTracking); @@ -8,4 +8,4 @@ +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) CONTENT_EXPORT BASE_DECLARE_FEATURE(kEnableDevToolsJsErrorReporting); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) - CONTENT_EXPORT BASE_DECLARE_FEATURE(kEmbeddingRequiresOptIn); + CONTENT_EXPORT BASE_DECLARE_FEATURE(kEnforceSameDocumentOriginInvariants); diff --git a/www/chromium/files/patch-content_common_gpu__pre__sandbox__hook__bsd.cc b/www/chromium/files/patch-content_common_gpu__pre__sandbox__hook__bsd.cc index b3b5ba3fb25d..40acc1884daa 100644 --- a/www/chromium/files/patch-content_common_gpu__pre__sandbox__hook__bsd.cc +++ b/www/chromium/files/patch-content_common_gpu__pre__sandbox__hook__bsd.cc @@ -1,4 +1,4 @@ ---- content/common/gpu_pre_sandbox_hook_bsd.cc.orig 2024-04-19 13:02:56 UTC +--- content/common/gpu_pre_sandbox_hook_bsd.cc.orig 2025-09-06 10:01:20 UTC +++ content/common/gpu_pre_sandbox_hook_bsd.cc @@ -0,0 +1,68 @@ +// Copyright 2023 The Chromium Authors @@ -49,6 +49,8 @@ + } +} + ++} // namespace ++ +bool LoadLibrariesForGpu( + const sandbox::policy::SandboxSeccompBPF::Options& options) { + LoadVulkanLibraries(); @@ -56,8 +58,6 @@ + return true; +} + -+} // namespace -+ +bool GpuPreSandboxHook(sandbox::policy::SandboxLinux::Options options) { + if (!LoadLibrariesForGpu(options)) + return false; diff --git a/www/chromium/files/patch-content_common_gpu__pre__sandbox__hook__linux.h b/www/chromium/files/patch-content_common_gpu__pre__sandbox__hook__linux.h index c2eab1f687ba..0a71e0fc0219 100644 --- a/www/chromium/files/patch-content_common_gpu__pre__sandbox__hook__linux.h +++ b/www/chromium/files/patch-content_common_gpu__pre__sandbox__hook__linux.h @@ -1,16 +1,18 @@ ---- content/common/gpu_pre_sandbox_hook_linux.h.orig 2024-04-19 13:02:56 UTC +--- content/common/gpu_pre_sandbox_hook_linux.h.orig 2025-09-06 10:01:20 UTC +++ content/common/gpu_pre_sandbox_hook_linux.h -@@ -5,8 +5,13 @@ - #ifndef CONTENT_COMMON_GPU_PRE_SANDBOX_HOOK_LINUX_H_ - #define CONTENT_COMMON_GPU_PRE_SANDBOX_HOOK_LINUX_H_ +@@ -7,7 +7,15 @@ + + #include <vector> +#include "build/build_config.h" - #include "base/component_export.h" ++ +#if BUILDFLAG(IS_BSD) +#include "sandbox/policy/sandbox.h" ++#include "sandbox/linux/syscall_broker/broker_command.h" ++#include "sandbox/linux/syscall_broker/broker_file_permission.h" +#else #include "sandbox/policy/linux/sandbox_linux.h" +#endif - namespace content { - + namespace sandbox::syscall_broker { + class BrokerFilePermission; diff --git a/www/chromium/files/patch-content_gpu_gpu__child__thread.cc b/www/chromium/files/patch-content_gpu_gpu__child__thread.cc index 2b2c00bc447f..6a487a60422d 100644 --- a/www/chromium/files/patch-content_gpu_gpu__child__thread.cc +++ b/www/chromium/files/patch-content_gpu_gpu__child__thread.cc @@ -1,6 +1,6 @@ ---- content/gpu/gpu_child_thread.cc.orig 2025-02-19 07:43:18 UTC +--- content/gpu/gpu_child_thread.cc.orig 2025-09-06 10:01:20 UTC +++ content/gpu/gpu_child_thread.cc -@@ -57,7 +57,7 @@ +@@ -56,7 +56,7 @@ #include "third_party/skia/include/ports/SkFontConfigInterface.h" #endif @@ -9,7 +9,7 @@ #include "content/child/sandboxed_process_thread_type_handler.h" #endif -@@ -147,7 +147,8 @@ void GpuChildThread::Init(const base::TimeTicks& proce +@@ -146,7 +146,8 @@ void GpuChildThread::Init(const base::TimeTicks& proce viz_main_.gpu_service()->set_start_time(process_start_time); diff --git a/www/chromium/files/patch-content_gpu_gpu__main.cc b/www/chromium/files/patch-content_gpu_gpu__main.cc index c3c11eef0c4b..8ede10528f42 100644 --- a/www/chromium/files/patch-content_gpu_gpu__main.cc +++ b/www/chromium/files/patch-content_gpu_gpu__main.cc @@ -1,6 +1,6 @@ ---- content/gpu/gpu_main.cc.orig 2025-08-07 06:57:29 UTC +--- content/gpu/gpu_main.cc.orig 2025-09-06 10:01:20 UTC +++ content/gpu/gpu_main.cc -@@ -103,10 +103,14 @@ +@@ -107,10 +107,14 @@ #include "sandbox/win/src/sandbox.h" #endif @@ -16,7 +16,7 @@ #include "sandbox/policy/sandbox_type.h" #endif -@@ -124,7 +128,7 @@ namespace content { +@@ -128,7 +132,7 @@ namespace content { namespace { @@ -25,7 +25,7 @@ bool StartSandboxLinux(gpu::GpuWatchdogThread*, const gpu::GPUInfo*, const gpu::GpuPreferences&); -@@ -186,7 +190,7 @@ class ContentSandboxHelper : public gpu::GpuSandboxHel +@@ -190,7 +194,7 @@ class ContentSandboxHelper : public gpu::GpuSandboxHel const gpu::GPUInfo* gpu_info, const gpu::GpuPreferences& gpu_prefs) override { TRACE_EVENT("gpu,startup", "gpu_main::EnsureSandboxInitialized"); @@ -34,7 +34,7 @@ return StartSandboxLinux(watchdog_thread, gpu_info, gpu_prefs); #elif BUILDFLAG(IS_WIN) return StartSandboxWindows(sandbox_info_); -@@ -302,7 +306,7 @@ int GpuMain(MainFunctionParams parameters) { +@@ -306,7 +310,7 @@ int GpuMain(MainFunctionParams parameters) { std::make_unique<base::SingleThreadTaskExecutor>( gpu_preferences.message_pump_type); } @@ -43,7 +43,7 @@ #error "Unsupported Linux platform." #elif BUILDFLAG(IS_MAC) // Cross-process CoreAnimation requires a CFRunLoop to function at all, and -@@ -327,7 +331,8 @@ int GpuMain(MainFunctionParams parameters) { +@@ -331,7 +335,8 @@ int GpuMain(MainFunctionParams parameters) { base::PlatformThread::SetName("CrGpuMain"); mojo::InterfaceEndpointClient::SetThreadNameSuffixForMetrics("GpuMain"); @@ -53,7 +53,7 @@ // Thread type delegate of the process should be registered before // thread type change below for the main thread and for thread pool in // ChildProcess constructor. -@@ -459,7 +464,7 @@ int GpuMain(MainFunctionParams parameters) { +@@ -479,7 +484,7 @@ int GpuMain(MainFunctionParams parameters) { namespace { @@ -62,7 +62,7 @@ bool StartSandboxLinux(gpu::GpuWatchdogThread* watchdog_thread, const gpu::GPUInfo* gpu_info, const gpu::GpuPreferences& gpu_prefs) { -@@ -507,7 +512,7 @@ bool StartSandboxLinux(gpu::GpuWatchdogThread* watchdo +@@ -527,7 +532,7 @@ bool StartSandboxLinux(gpu::GpuWatchdogThread* watchdo sandbox_options.accelerated_video_encode_enabled = !gpu_prefs.disable_accelerated_video_encode; diff --git a/www/chromium/files/patch-content_ppapi__plugin_ppapi__blink__platform__impl.cc b/www/chromium/files/patch-content_ppapi__plugin_ppapi__blink__platform__impl.cc deleted file mode 100644 index 5282341d40c8..000000000000 --- a/www/chromium/files/patch-content_ppapi__plugin_ppapi__blink__platform__impl.cc +++ /dev/null @@ -1,29 +0,0 @@ ---- content/ppapi_plugin/ppapi_blink_platform_impl.cc.orig 2024-02-23 21:04:38 UTC -+++ content/ppapi_plugin/ppapi_blink_platform_impl.cc -@@ -21,7 +21,7 @@ - - #if BUILDFLAG(IS_MAC) - #include "content/child/child_process_sandbox_support_impl_mac.h" --#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - #include "content/child/child_process_sandbox_support_impl_linux.h" - #include "mojo/public/cpp/bindings/pending_remote.h" - #endif -@@ -36,7 +36,7 @@ typedef struct CGFont* CGFontRef; - namespace content { - - PpapiBlinkPlatformImpl::PpapiBlinkPlatformImpl() { --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - mojo::PendingRemote<font_service::mojom::FontService> font_service; - ChildThread::Get()->BindHostReceiver( - font_service.InitWithNewPipeAndPassReceiver()); -@@ -55,7 +55,7 @@ PpapiBlinkPlatformImpl::~PpapiBlinkPlatformImpl() { - void PpapiBlinkPlatformImpl::Shutdown() {} - - blink::WebSandboxSupport* PpapiBlinkPlatformImpl::GetSandboxSupport() { --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) - return sandbox_support_.get(); - #else - return nullptr; diff --git a/www/chromium/files/patch-content_ppapi__plugin_ppapi__blink__platform__impl.h b/www/chromium/files/patch-content_ppapi__plugin_ppapi__blink__platform__impl.h deleted file mode 100644 index 5143ca044cb9..000000000000 --- a/www/chromium/files/patch-content_ppapi__plugin_ppapi__blink__platform__impl.h +++ /dev/null @@ -1,11 +0,0 @@ ---- content/ppapi_plugin/ppapi_blink_platform_impl.h.orig 2024-07-30 11:12:21 UTC -+++ content/ppapi_plugin/ppapi_blink_platform_impl.h -@@ -36,7 +36,7 @@ class PpapiBlinkPlatformImpl : public BlinkPlatformImp - blink::WebString DefaultLocale() override; - - private: --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) - std::unique_ptr<blink::WebSandboxSupport> sandbox_support_; - #endif - }; diff --git a/www/chromium/files/patch-content_ppapi__plugin_ppapi__plugin__main.cc b/www/chromium/files/patch-content_ppapi__plugin_ppapi__plugin__main.cc deleted file mode 100644 index 2d0f03ae81d3..000000000000 --- a/www/chromium/files/patch-content_ppapi__plugin_ppapi__plugin__main.cc +++ /dev/null @@ -1,23 +0,0 @@ ---- content/ppapi_plugin/ppapi_plugin_main.cc.orig 2025-03-05 08:14:56 UTC -+++ content/ppapi_plugin/ppapi_plugin_main.cc -@@ -52,6 +52,11 @@ - #include "gin/v8_initializer.h" - #endif - -+#if BUILDFLAG(IS_BSD) -+#include "sandbox/policy/sandbox.h" -+#include "sandbox/policy/sandbox_type.h" -+#endif -+ - #if BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_ANDROID) - #include <stdlib.h> - #endif -@@ -139,7 +144,7 @@ int PpapiPluginMain(MainFunctionParams parameters) { - gin::V8Initializer::LoadV8Snapshot(); - #endif - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_OPENBSD) - sandbox::policy::SandboxLinux::GetInstance()->InitializeSandbox( - sandbox::policy::SandboxTypeFromCommandLine(command_line), - sandbox::policy::SandboxLinux::PreSandboxHook(), diff --git a/www/chromium/files/patch-content_public_browser_content__browser__client.cc b/www/chromium/files/patch-content_public_browser_content__browser__client.cc index c5bf79ebe1c3..ffb2865ce584 100644 --- a/www/chromium/files/patch-content_public_browser_content__browser__client.cc +++ b/www/chromium/files/patch-content_public_browser_content__browser__client.cc @@ -1,6 +1,6 @@ ---- content/public/browser/content_browser_client.cc.orig 2025-08-07 06:57:29 UTC +--- content/public/browser/content_browser_client.cc.orig 2025-09-06 10:01:20 UTC +++ content/public/browser/content_browser_client.cc -@@ -1429,7 +1429,7 @@ bool ContentBrowserClient::ShouldRunOutOfProcessSystem +@@ -1394,7 +1394,7 @@ bool ContentBrowserClient::ShouldRunOutOfProcessSystem // that can be adequately sandboxed. // Currently Android's network service will not run out of process or sandboxed, // so OutOfProcessSystemDnsResolution is not currently enabled on Android. diff --git a/www/chromium/files/patch-content_public_common_content__features.cc b/www/chromium/files/patch-content_public_common_content__features.cc index 41a7264e9a70..61aa9c4a8ea3 100644 --- a/www/chromium/files/patch-content_public_common_content__features.cc +++ b/www/chromium/files/patch-content_public_common_content__features.cc @@ -1,6 +1,6 @@ ---- content/public/common/content_features.cc.orig 2025-08-07 06:57:29 UTC +--- content/public/common/content_features.cc.orig 2025-09-06 10:01:20 UTC +++ content/public/common/content_features.cc -@@ -91,7 +91,7 @@ BASE_FEATURE(kAudioServiceLaunchOnStartup, +@@ -103,7 +103,7 @@ BASE_FEATURE(kAudioServiceLaunchOnStartup, // Runs the audio service in a separate process. BASE_FEATURE(kAudioServiceOutOfProcess, "AudioServiceOutOfProcess", @@ -9,7 +9,7 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -1319,9 +1319,9 @@ BASE_FEATURE(kWebAssemblyTiering, +@@ -1394,9 +1394,9 @@ BASE_FEATURE(kWebAssemblyTiering, BASE_FEATURE(kWebAssemblyTrapHandler, "WebAssemblyTrapHandler", #if ((BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) || \ @@ -21,7 +21,7 @@ defined(ARCH_CPU_ARM64)) base::FEATURE_ENABLED_BY_DEFAULT #else -@@ -1381,7 +1381,11 @@ BASE_FEATURE(kWebUIJSErrorReportingExtended, +@@ -1453,7 +1453,11 @@ BASE_FEATURE(kWebUIJSErrorReportingExtended, // Controls whether the WebUSB API is enabled: // https://wicg.github.io/webusb diff --git a/www/chromium/files/patch-content_public_common_content__switches.cc b/www/chromium/files/patch-content_public_common_content__switches.cc index 50e6523eed32..344c9b227640 100644 --- a/www/chromium/files/patch-content_public_common_content__switches.cc +++ b/www/chromium/files/patch-content_public_common_content__switches.cc @@ -1,6 +1,6 @@ ---- content/public/common/content_switches.cc.orig 2025-08-07 06:57:29 UTC +--- content/public/common/content_switches.cc.orig 2025-09-06 10:01:20 UTC +++ content/public/common/content_switches.cc -@@ -345,6 +345,8 @@ const char kEnableIsolatedWebAppsInRenderer[] = +@@ -347,6 +347,8 @@ const char kEnableIsolatedWebAppsInRenderer[] = // builds. const char kEnableLogging[] = "enable-logging"; @@ -9,7 +9,7 @@ // Enables the type, downlinkMax attributes of the NetInfo API. Also, enables // triggering of change attribute of the NetInfo API when there is a change in // the connection type. -@@ -958,7 +960,7 @@ const char kPreventResizingContentsForTesting[] = +@@ -946,7 +948,7 @@ const char kPreventResizingContentsForTesting[] = "prevent-resizing-contents-for-testing"; #endif diff --git a/www/chromium/files/patch-content_public_common_content__switches.h b/www/chromium/files/patch-content_public_common_content__switches.h index 7968e8989cd1..e5f4d5cc6eda 100644 --- a/www/chromium/files/patch-content_public_common_content__switches.h +++ b/www/chromium/files/patch-content_public_common_content__switches.h @@ -1,4 +1,4 @@ ---- content/public/common/content_switches.h.orig 2025-08-07 06:57:29 UTC +--- content/public/common/content_switches.h.orig 2025-09-06 10:01:20 UTC +++ content/public/common/content_switches.h @@ -108,6 +108,7 @@ CONTENT_EXPORT extern const char kEnableGpuMemoryBuffe CONTENT_EXPORT extern const char kEnableIsolatedWebAppsInRenderer[]; @@ -8,7 +8,7 @@ CONTENT_EXPORT extern const char kEnableNetworkInformationDownlinkMax[]; CONTENT_EXPORT extern const char kEnableCanvas2DLayers[]; CONTENT_EXPORT extern const char kEnablePluginPlaceholderTesting[]; -@@ -261,7 +262,7 @@ CONTENT_EXPORT extern const char kRendererWaitForJavaD +@@ -257,7 +258,7 @@ CONTENT_EXPORT extern const char kRendererWaitForJavaD CONTENT_EXPORT extern const char kPreventResizingContentsForTesting[]; #endif diff --git a/www/chromium/files/patch-content_renderer_render__thread__impl.cc b/www/chromium/files/patch-content_renderer_render__thread__impl.cc index f11e95517d8b..43d061689e5f 100644 --- a/www/chromium/files/patch-content_renderer_render__thread__impl.cc +++ b/www/chromium/files/patch-content_renderer_render__thread__impl.cc @@ -1,6 +1,6 @@ ---- content/renderer/render_thread_impl.cc.orig 2025-08-07 06:57:29 UTC +--- content/renderer/render_thread_impl.cc.orig 2025-09-06 10:01:20 UTC +++ content/renderer/render_thread_impl.cc -@@ -204,6 +204,8 @@ +@@ -203,6 +203,8 @@ #if BUILDFLAG(IS_APPLE) #include <malloc/malloc.h> @@ -9,7 +9,7 @@ #else #include <malloc.h> #endif -@@ -1061,7 +1063,7 @@ media::GpuVideoAcceleratorFactories* RenderThreadImpl: +@@ -1026,7 +1028,7 @@ media::GpuVideoAcceleratorFactories* RenderThreadImpl: kGpuStreamIdMedia, kGpuStreamPriorityMedia); const bool enable_video_decode_accelerator = @@ -18,7 +18,7 @@ base::FeatureList::IsEnabled(media::kAcceleratedVideoDecodeLinux) && #endif // BUILDFLAG(IS_LINUX) !cmd_line->HasSwitch(switches::kDisableAcceleratedVideoDecode) && -@@ -1070,7 +1072,7 @@ media::GpuVideoAcceleratorFactories* RenderThreadImpl: +@@ -1035,7 +1037,7 @@ media::GpuVideoAcceleratorFactories* RenderThreadImpl: gpu::kGpuFeatureStatusEnabled); const bool enable_video_encode_accelerator = @@ -27,7 +27,7 @@ base::FeatureList::IsEnabled(media::kAcceleratedVideoEncodeLinux) && #else !cmd_line->HasSwitch(switches::kDisableAcceleratedVideoEncode) && -@@ -1845,7 +1847,7 @@ RenderThreadImpl::CreateMediaMojoCodecFactory( +@@ -1809,7 +1811,7 @@ RenderThreadImpl::CreateMediaMojoCodecFactory( bool enable_video_encode_accelerator) { mojo::PendingRemote<media::mojom::VideoEncodeAcceleratorProvider> vea_provider; diff --git a/www/chromium/files/patch-content_renderer_renderer__blink__platform__impl.cc b/www/chromium/files/patch-content_renderer_renderer__blink__platform__impl.cc index 2678166322aa..05bdf7dc3912 100644 --- a/www/chromium/files/patch-content_renderer_renderer__blink__platform__impl.cc +++ b/www/chromium/files/patch-content_renderer_renderer__blink__platform__impl.cc @@ -1,4 +1,4 @@ ---- content/renderer/renderer_blink_platform_impl.cc.orig 2025-08-07 06:57:29 UTC +--- content/renderer/renderer_blink_platform_impl.cc.orig 2025-09-06 10:01:20 UTC +++ content/renderer/renderer_blink_platform_impl.cc @@ -124,7 +124,7 @@ @@ -9,7 +9,7 @@ #include "content/child/child_process_sandbox_support_impl_linux.h" #include "content/child/sandboxed_process_thread_type_handler.h" #endif -@@ -192,13 +192,13 @@ RendererBlinkPlatformImpl::RendererBlinkPlatformImpl( +@@ -193,13 +193,13 @@ RendererBlinkPlatformImpl::RendererBlinkPlatformImpl( is_locked_to_site_(false), main_thread_scheduler_(main_thread_scheduler), next_frame_sink_id_(uint32_t{std::numeric_limits<int32_t>::max()} + 1) { @@ -25,7 +25,7 @@ mojo::PendingRemote<font_service::mojom::FontService> font_service; RenderThreadImpl::current()->BindHostReceiver( font_service.InitWithNewPipeAndPassReceiver()); -@@ -223,7 +223,7 @@ RendererBlinkPlatformImpl::RendererBlinkPlatformImpl( +@@ -224,7 +224,7 @@ RendererBlinkPlatformImpl::RendererBlinkPlatformImpl( } #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -34,7 +34,7 @@ if (sandboxEnabled()) { #if BUILDFLAG(IS_MAC) sandbox_support_ = std::make_unique<WebSandboxSupportMac>(); -@@ -296,7 +296,7 @@ RendererBlinkPlatformImpl::GetWebUIBundledCodeCacheRes +@@ -297,7 +297,7 @@ RendererBlinkPlatformImpl::GetWebUIBundledCodeCacheRes blink::WebSandboxSupport* RendererBlinkPlatformImpl::GetSandboxSupport() { #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ diff --git a/www/chromium/files/patch-content_renderer_renderer__blink__platform__impl.h b/www/chromium/files/patch-content_renderer_renderer__blink__platform__impl.h index b94a7555e927..5a612433f5aa 100644 --- a/www/chromium/files/patch-content_renderer_renderer__blink__platform__impl.h +++ b/www/chromium/files/patch-content_renderer_renderer__blink__platform__impl.h @@ -1,6 +1,6 @@ ---- content/renderer/renderer_blink_platform_impl.h.orig 2025-08-07 06:57:29 UTC +--- content/renderer/renderer_blink_platform_impl.h.orig 2025-09-06 10:01:20 UTC +++ content/renderer/renderer_blink_platform_impl.h -@@ -270,7 +270,7 @@ class CONTENT_EXPORT RendererBlinkPlatformImpl : publi +@@ -273,7 +273,7 @@ class CONTENT_EXPORT RendererBlinkPlatformImpl : publi const gpu::GPUInfo& gpu_info) const; #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ diff --git a/www/chromium/files/patch-content_shell_BUILD.gn b/www/chromium/files/patch-content_shell_BUILD.gn index 05cda5599dae..21416fda7108 100644 --- a/www/chromium/files/patch-content_shell_BUILD.gn +++ b/www/chromium/files/patch-content_shell_BUILD.gn @@ -1,6 +1,6 @@ ---- content/shell/BUILD.gn.orig 2025-05-28 14:55:43 UTC +--- content/shell/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ content/shell/BUILD.gn -@@ -1111,7 +1111,7 @@ group("content_shell_crash_test") { +@@ -1102,7 +1102,7 @@ group("content_shell_crash_test") { if (is_win) { data_deps += [ "//build/win:copy_cdb_to_output" ] } diff --git a/www/chromium/files/patch-content_shell_app_shell__main__delegate.cc b/www/chromium/files/patch-content_shell_app_shell__main__delegate.cc index bad2e3df5507..b2babc305922 100644 --- a/www/chromium/files/patch-content_shell_app_shell__main__delegate.cc +++ b/www/chromium/files/patch-content_shell_app_shell__main__delegate.cc @@ -1,6 +1,6 @@ ---- content/shell/app/shell_main_delegate.cc.orig 2025-08-07 06:57:29 UTC +--- content/shell/app/shell_main_delegate.cc.orig 2025-09-06 10:01:20 UTC +++ content/shell/app/shell_main_delegate.cc -@@ -287,7 +287,7 @@ void ShellMainDelegate::PreSandboxStartup() { +@@ -289,7 +289,7 @@ void ShellMainDelegate::PreSandboxStartup() { // Reporting for sub-processes will be initialized in ZygoteForked. if (process_type != switches::kZygoteProcess) { crash_reporter::InitializeCrashpad(process_type.empty(), process_type); diff --git a/www/chromium/files/patch-content_shell_renderer_shell__content__renderer__client.cc b/www/chromium/files/patch-content_shell_renderer_shell__content__renderer__client.cc index 26421ce2a6fc..21c1d67714bb 100644 --- a/www/chromium/files/patch-content_shell_renderer_shell__content__renderer__client.cc +++ b/www/chromium/files/patch-content_shell_renderer_shell__content__renderer__client.cc @@ -1,6 +1,6 @@ ---- content/shell/renderer/shell_content_renderer_client.cc.orig 2025-02-19 07:43:18 UTC +--- content/shell/renderer/shell_content_renderer_client.cc.orig 2025-09-06 10:01:20 UTC +++ content/shell/renderer/shell_content_renderer_client.cc -@@ -55,7 +55,7 @@ +@@ -50,7 +50,7 @@ #include "media/base/media_switches.h" #endif diff --git a/www/chromium/files/patch-content_shell_utility_shell__content__utility__client.cc b/www/chromium/files/patch-content_shell_utility_shell__content__utility__client.cc index 8d59de4f66eb..17056087522b 100644 --- a/www/chromium/files/patch-content_shell_utility_shell__content__utility__client.cc +++ b/www/chromium/files/patch-content_shell_utility_shell__content__utility__client.cc @@ -1,4 +1,4 @@ ---- content/shell/utility/shell_content_utility_client.cc.orig 2025-03-05 08:14:56 UTC +--- content/shell/utility/shell_content_utility_client.cc.orig 2025-09-06 10:01:20 UTC +++ content/shell/utility/shell_content_utility_client.cc @@ -43,7 +43,7 @@ #include "sandbox/policy/sandbox.h" @@ -11,7 +11,7 @@ @@ -192,7 +192,7 @@ void ShellContentUtilityClient::ExposeInterfacesToBrow binders->Add<mojom::PowerMonitorTest>( - base::BindRepeating(&PowerMonitorTestImpl::MakeSelfOwnedReceiver), + &PowerMonitorTestImpl::MakeSelfOwnedReceiver, base::SingleThreadTaskRunner::GetCurrentDefault()); -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) diff --git a/www/chromium/files/patch-content_utility_on__device__model_on__device__model__sandbox__init.cc b/www/chromium/files/patch-content_utility_on__device__model_on__device__model__sandbox__init.cc new file mode 100644 index 000000000000..44c9039b73b2 --- /dev/null +++ b/www/chromium/files/patch-content_utility_on__device__model_on__device__model__sandbox__init.cc @@ -0,0 +1,84 @@ +--- content/utility/on_device_model/on_device_model_sandbox_init.cc.orig 2025-09-06 10:01:20 UTC ++++ content/utility/on_device_model/on_device_model_sandbox_init.cc +@@ -17,16 +17,20 @@ + #include "services/on_device_model/ml/gpu_blocklist.h" // nogncheck + #endif + +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + #include <errno.h> + + #include "content/common/gpu_pre_sandbox_hook_linux.h" + #include "gpu/config/gpu_info_collector.h" // nogncheck ++#if BUILDFLAG(IS_BSD) ++#include "sandbox/policy/sandbox.h" ++#else + #include "sandbox/policy/linux/sandbox_linux.h" + #endif ++#endif + + #if !BUILDFLAG(IS_FUCHSIA) && \ +- !(BUILDFLAG(IS_LINUX) && BUILDFLAG(ENABLE_CAST_RECEIVER)) ++ !((BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && BUILDFLAG(ENABLE_CAST_RECEIVER)) + #include "base/feature_list.h" + #include "third_party/dawn/include/dawn/dawn_proc.h" // nogncheck + #include "third_party/dawn/include/dawn/native/DawnNative.h" // nogncheck +@@ -37,7 +41,7 @@ namespace on_device_model { + + namespace { + +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + constexpr uint32_t kVendorIdAMD = 0x1002; + constexpr uint32_t kVendorIdIntel = 0x8086; + constexpr uint32_t kVendorIdNVIDIA = 0x10DE; +@@ -66,13 +70,13 @@ void UpdateSandboxOptionsForGpu( + #endif + + #if !BUILDFLAG(IS_FUCHSIA) && \ +- !(BUILDFLAG(IS_LINUX) && BUILDFLAG(ENABLE_CAST_RECEIVER)) ++ !((BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && BUILDFLAG(ENABLE_CAST_RECEIVER)) + // If this feature is enabled, a WebGPU device is created for each valid + // adapter. This makes sure any relevant drivers or other libs are loaded before + // enabling the sandbox. + BASE_FEATURE(kOnDeviceModelWarmDrivers, + "OnDeviceModelWarmDrivers", +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) + base::FEATURE_ENABLED_BY_DEFAULT + #else + base::FEATURE_DISABLED_BY_DEFAULT +@@ -101,7 +105,7 @@ bool PreSandboxInit() { + #endif + + #if !BUILDFLAG(IS_FUCHSIA) && \ +- !(BUILDFLAG(IS_LINUX) && BUILDFLAG(ENABLE_CAST_RECEIVER)) ++ !((BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && BUILDFLAG(ENABLE_CAST_RECEIVER)) + if (base::FeatureList::IsEnabled(kOnDeviceModelWarmDrivers) + #if defined(ENABLE_ML_INTERNAL) + && !ml::IsGpuBlocked(ml::ChromeML::Get()->api(), /*log_histogram=*/false) +@@ -141,7 +145,7 @@ bool PreSandboxInit() { + return true; + } + +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + void AddSandboxLinuxOptions(sandbox::policy::SandboxLinux::Options& options) { + // Make sure any necessary vendor-specific options are set. + gpu::GPUInfo info; +@@ -153,6 +157,7 @@ void AddSandboxLinuxOptions(sandbox::policy::SandboxLi + } + + bool PreSandboxHook(sandbox::policy::SandboxLinux::Options options) { ++#if !BUILDFLAG(IS_BSD) + std::vector<sandbox::syscall_broker::BrokerFilePermission> file_permissions = + content::FilePermissionsForGpu(options); + file_permissions.push_back( +@@ -161,6 +166,7 @@ bool PreSandboxHook(sandbox::policy::SandboxLinux::Opt + + sandbox::policy::SandboxLinux::GetInstance()->StartBrokerProcess( + content::CommandSetForGPU(options), file_permissions, options); ++#endif + + if (!content::LoadLibrariesForGpu(options)) { + return false; diff --git a/www/chromium/files/patch-content_utility_on__device__model_on__device__model__sandbox__init.h b/www/chromium/files/patch-content_utility_on__device__model_on__device__model__sandbox__init.h new file mode 100644 index 000000000000..97273b95ef1c --- /dev/null +++ b/www/chromium/files/patch-content_utility_on__device__model_on__device__model__sandbox__init.h @@ -0,0 +1,22 @@ +--- content/utility/on_device_model/on_device_model_sandbox_init.h.orig 2025-09-06 10:01:20 UTC ++++ content/utility/on_device_model/on_device_model_sandbox_init.h +@@ -11,6 +11,10 @@ + #include "sandbox/policy/linux/sandbox_linux.h" + #endif + ++#if BUILDFLAG(IS_BSD) ++#include "sandbox/policy/sandbox.h" ++#endif ++ + namespace on_device_model { + + // Must be called in the service's process before sandbox initialization. +@@ -21,7 +25,7 @@ namespace on_device_model { + // Must be called in the service's process after the run loop finished. + [[nodiscard]] bool Shutdown(); + +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + void AddSandboxLinuxOptions(sandbox::policy::SandboxLinux::Options& options); + + [[nodiscard]] bool PreSandboxHook( diff --git a/www/chromium/files/patch-content_utility_services.cc b/www/chromium/files/patch-content_utility_services.cc index 2f938f3a09db..5d903f50bbfb 100644 --- a/www/chromium/files/patch-content_utility_services.cc +++ b/www/chromium/files/patch-content_utility_services.cc @@ -1,6 +1,6 @@ ---- content/utility/services.cc.orig 2025-07-02 06:08:04 UTC +--- content/utility/services.cc.orig 2025-09-06 10:01:20 UTC +++ content/utility/services.cc -@@ -73,7 +73,7 @@ +@@ -74,13 +74,13 @@ extern sandbox::TargetServices* g_utility_target_services; #endif // BUILDFLAG(IS_WIN) @@ -9,7 +9,14 @@ #include "sandbox/linux/services/libc_interceptor.h" #include "sandbox/policy/mojom/sandbox.mojom.h" #include "sandbox/policy/sandbox_type.h" -@@ -233,7 +233,7 @@ auto RunAudio(mojo::PendingReceiver<audio::mojom::Audi + #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) + +-#if BUILDFLAG(GOOGLE_CHROME_BRANDING) && (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)) ++#if BUILDFLAG(GOOGLE_CHROME_BRANDING) && (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) + #include "services/shape_detection/public/mojom/shape_detection_service.mojom.h" // nogncheck + #include "services/shape_detection/shape_detection_service.h" // nogncheck + #endif // BUILDFLAG(GOOGLE_CHROME_BRANDING) && BUILDFLAG(IS_CHROMEOS) +@@ -235,7 +235,7 @@ auto RunAudio(mojo::PendingReceiver<audio::mojom::Audi << "task_policy_set TASK_QOS_POLICY"; #endif @@ -18,3 +25,21 @@ auto* command_line = base::CommandLine::ForCurrentProcess(); if (sandbox::policy::SandboxTypeFromCommandLine(*command_line) == sandbox::mojom::Sandbox::kNoSandbox) { +@@ -257,7 +257,7 @@ auto RunAudio(mojo::PendingReceiver<audio::mojom::Audi + return audio::CreateStandaloneService(std::move(receiver)); + } + +-#if BUILDFLAG(GOOGLE_CHROME_BRANDING) && (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)) ++#if BUILDFLAG(GOOGLE_CHROME_BRANDING) && (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) + auto RunShapeDetectionService( + mojo::PendingReceiver<shape_detection::mojom::ShapeDetectionService> + receiver) { +@@ -432,7 +432,7 @@ void RegisterMainThreadServices(mojo::ServiceFactory& + services.Add(RunOnDeviceModel); + } + +-#if BUILDFLAG(GOOGLE_CHROME_BRANDING) && (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)) ++#if BUILDFLAG(GOOGLE_CHROME_BRANDING) && (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) + services.Add(RunShapeDetectionService); + #endif + diff --git a/www/chromium/files/patch-content_utility_utility__main.cc b/www/chromium/files/patch-content_utility_utility__main.cc index cbb896bebdc2..16f94dca3000 100644 --- a/www/chromium/files/patch-content_utility_utility__main.cc +++ b/www/chromium/files/patch-content_utility_utility__main.cc @@ -1,6 +1,6 @@ ---- content/utility/utility_main.cc.orig 2025-08-07 06:57:29 UTC +--- content/utility/utility_main.cc.orig 2025-09-06 10:01:20 UTC +++ content/utility/utility_main.cc -@@ -38,15 +38,19 @@ +@@ -39,17 +39,21 @@ #include "services/tracing/public/cpp/trace_startup.h" #include "services/video_effects/public/cpp/buildflags.h" @@ -15,13 +15,15 @@ +#endif #include "content/public/common/content_descriptor_keys.h" #include "content/utility/speech/speech_recognition_sandbox_hook_linux.h" + #include "media/gpu/buildflags.h" + #include "media/media_buildflags.h" +#if !BUILDFLAG(IS_BSD) #include "sandbox/policy/linux/sandbox_linux.h" +#endif #include "services/audio/audio_sandbox_hook_linux.h" #include "services/network/network_sandbox_hook_linux.h" #include "services/screen_ai/buildflags/buildflags.h" -@@ -77,7 +81,12 @@ +@@ -84,7 +88,12 @@ #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) @@ -35,7 +37,7 @@ #include "services/video_effects/video_effects_sandbox_hook_linux.h" // nogncheck #endif // BUILDFLAG(IS_LINUX) -@@ -112,7 +121,7 @@ +@@ -121,7 +130,7 @@ sandbox::TargetServices* g_utility_target_services = nullptr; #endif // BUILDFLAG(IS_WIN) @@ -44,7 +46,7 @@ #include "components/services/on_device_translation/sandbox_hook.h" #endif // BUILDFLAG(ENABLE_ON_DEVICE_TRANSLATION) && BUILDFLAG(IS_LINUX) -@@ -120,7 +129,7 @@ namespace content { +@@ -129,7 +138,7 @@ namespace content { namespace { @@ -53,26 +55,27 @@ std::vector<std::string> GetNetworkContextsParentDirectories() { base::MemoryMappedFile::Region region; base::ScopedFD read_pipe_fd = base::FileDescriptorStore::GetInstance().TakeFD( -@@ -268,7 +277,8 @@ int UtilityMain(MainFunctionParams parameters) { +@@ -284,7 +293,7 @@ int UtilityMain(MainFunctionParams parameters) { + CHECK(on_device_model::PreSandboxInit()); } - #endif // BUILDFLAG(USE_LINUX_VIDEO_ACCELERATION) && BUILDFLAG(USE_VAAPI) -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+// XXX BSD -+#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) && !BUILDFLAG(IS_BSD) - // Thread type delegate of the process should be registered before first ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + + #if BUILDFLAG(USE_LINUX_VIDEO_ACCELERATION) && BUILDFLAG(USE_VAAPI) + // Regardless of the sandbox status, the VaapiWrapper needs to be initialized +@@ -299,7 +308,10 @@ int UtilityMain(MainFunctionParams parameters) { // thread type change in ChildProcess constructor. It also needs to be // registered before the process has multiple threads, which may race with -@@ -276,7 +286,7 @@ int UtilityMain(MainFunctionParams parameters) { + // application of the sandbox. ++// XXX BSD ++#if !BUILDFLAG(IS_BSD) SandboxedProcessThreadTypeHandler::Create(); - #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) ++#endif --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) // Initializes the sandbox before any threads are created. // TODO(jorgelo): move this after GTK initialization when we enable a strict - // Seccomp-BPF policy. -@@ -308,7 +318,7 @@ int UtilityMain(MainFunctionParams parameters) { +@@ -331,7 +343,7 @@ int UtilityMain(MainFunctionParams parameters) { pre_sandbox_hook = base::BindOnce(&speech::SpeechRecognitionPreSandboxHook); break; @@ -81,7 +84,7 @@ case sandbox::mojom::Sandbox::kOnDeviceTranslation: pre_sandbox_hook = base::BindOnce( &on_device_translation::OnDeviceTranslationSandboxHook); -@@ -324,7 +334,7 @@ int UtilityMain(MainFunctionParams parameters) { +@@ -347,7 +359,7 @@ int UtilityMain(MainFunctionParams parameters) { #else NOTREACHED(); #endif @@ -90,7 +93,16 @@ case sandbox::mojom::Sandbox::kVideoEffects: #if BUILDFLAG(ENABLE_VIDEO_EFFECTS) pre_sandbox_hook = -@@ -359,6 +369,7 @@ int UtilityMain(MainFunctionParams parameters) { +@@ -355,7 +367,7 @@ int UtilityMain(MainFunctionParams parameters) { + #endif + break; + #endif // BUILDFLAG(IS_LINUX) +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + case sandbox::mojom::Sandbox::kShapeDetection: + pre_sandbox_hook = + base::BindOnce(&shape_detection::ShapeDetectionPreSandboxHook); +@@ -390,6 +402,7 @@ int UtilityMain(MainFunctionParams parameters) { default: break; } @@ -98,7 +110,7 @@ if (!sandbox::policy::IsUnsandboxedSandboxType(sandbox_type) && (parameters.zygote_child || !pre_sandbox_hook.is_null())) { sandbox_options.use_amd_specific_policies = -@@ -366,6 +377,11 @@ int UtilityMain(MainFunctionParams parameters) { +@@ -397,6 +410,11 @@ int UtilityMain(MainFunctionParams parameters) { sandbox::policy::Sandbox::Initialize( sandbox_type, std::move(pre_sandbox_hook), sandbox_options); } @@ -108,5 +120,5 @@ + sandbox::policy::SandboxLinux::Options()); +#endif - // Start the HangWatcher now that the sandbox is engaged, if it hasn't - // already been started. + // Startup tracing creates a tracing thread, which is incompatible on + // platforms that require single-threaded sandbox initialization. In these diff --git a/www/chromium/files/patch-content_zygote_BUILD.gn b/www/chromium/files/patch-content_zygote_BUILD.gn index b9c3d8fe8cdc..58ce376803ad 100644 --- a/www/chromium/files/patch-content_zygote_BUILD.gn +++ b/www/chromium/files/patch-content_zygote_BUILD.gn @@ -1,7 +1,7 @@ ---- content/zygote/BUILD.gn.orig 2022-02-07 13:39:41 UTC +--- content/zygote/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ content/zygote/BUILD.gn -@@ -5,7 +5,7 @@ - import("//build/config/nacl/config.gni") +@@ -4,7 +4,7 @@ + import("//content/public/common/zygote/features.gni") -if (is_linux || is_chromeos) { diff --git a/www/chromium/files/patch-extensions_browser_api_messaging_message__service.cc b/www/chromium/files/patch-extensions_browser_api_messaging_message__service.cc index 1adece5516fb..87d690f8a8a8 100644 --- a/www/chromium/files/patch-extensions_browser_api_messaging_message__service.cc +++ b/www/chromium/files/patch-extensions_browser_api_messaging_message__service.cc @@ -1,6 +1,6 @@ ---- extensions/browser/api/messaging/message_service.cc.orig 2025-08-07 06:57:29 UTC +--- extensions/browser/api/messaging/message_service.cc.orig 2025-09-06 10:01:20 UTC +++ extensions/browser/api/messaging/message_service.cc -@@ -81,7 +81,7 @@ namespace { +@@ -82,7 +82,7 @@ namespace { const char kReceivingEndDoesntExistError[] = "Could not establish connection. Receiving end does not exist."; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ const char kMissingPermissionError[] = "Access to native messaging requires nativeMessaging permission."; const char kProhibitedByPoliciesError[] = -@@ -674,7 +674,7 @@ void MessageService::OpenChannelToNativeAppImpl( +@@ -675,7 +675,7 @@ void MessageService::OpenChannelToNativeAppImpl( return; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-extensions_common_api___permission__features.json b/www/chromium/files/patch-extensions_common_api___permission__features.json index e0795e22829e..0b74b5638147 100644 --- a/www/chromium/files/patch-extensions_common_api___permission__features.json +++ b/www/chromium/files/patch-extensions_common_api___permission__features.json @@ -1,6 +1,40 @@ ---- extensions/common/api/_permission_features.json.orig 2025-08-07 06:57:29 UTC +--- extensions/common/api/_permission_features.json.orig 2025-09-06 10:01:20 UTC +++ extensions/common/api/_permission_features.json -@@ -134,7 +134,7 @@ +@@ -61,7 +61,7 @@ + "channel": "stable", + "extension_types": ["platform_app"], + // "desktop_android" is not supported. +- "platforms": ["chromeos", "linux", "mac", "win"] ++ "platforms": ["chromeos", "linux", "mac", "win", "openbsd", "freebsd"] + }, + "app.window.ime": { + "channel": "stable", +@@ -77,7 +77,7 @@ + "channel": "stable", + "extension_types": ["platform_app"], + // "desktop_android" is not supported. +- "platforms": ["chromeos", "linux", "mac", "win"] ++ "platforms": ["chromeos", "linux", "mac", "win", "openbsd", "freebsd"] + }, + "audio": [ + { +@@ -98,13 +98,13 @@ + "channel": "dev", + "extension_types": ["platform_app"], + // "desktop_android" is not supported. +- "platforms": ["chromeos", "linux", "mac", "win"] ++ "platforms": ["chromeos", "linux", "mac", "win", "openbsd", "freebsd"] + }, + { + "channel": "stable", + "extension_types": ["platform_app"], + // "desktop_android" is not supported. +- "platforms": ["chromeos", "linux", "mac", "win"], ++ "platforms": ["chromeos", "linux", "mac", "win", "openbsd", "freebsd"], + "allowlist": [ + "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", + "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", +@@ -142,7 +142,7 @@ { "channel": "stable", "extension_types": ["platform_app"], @@ -9,21 +43,145 @@ "allowlist": [ "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/387169 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/387169 -@@ -420,7 +420,7 @@ - }, { +@@ -217,7 +217,7 @@ + "extension_types": ["extension", "legacy_packaged_app"], + "max_manifest_version": 2, + // "desktop_android" is not supported. +- "platforms": ["chromeos", "linux", "mac", "win"] ++ "platforms": ["chromeos", "linux", "mac", "win", "openbsd", "freebsd"] + }, + "diagnostics": [ + { +@@ -262,7 +262,7 @@ + "channel": "stable", + "extension_types": ["extension", "platform_app"], + // "desktop_android" is not supported. +- "platforms": ["chromeos", "linux", "mac", "win"], ++ "platforms": ["chromeos", "linux", "mac", "win", "openbsd", "freebsd"], + "allowlist": [ + "7910EAFDAF64B947E1CB31B333A9BD14CA556B6C", // Feedback UI. + "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683 +@@ -284,12 +284,12 @@ + "extension_types": ["platform_app"], + "default_parent": true, + // "desktop_android" is not supported. +- "platforms": ["chromeos", "linux", "mac", "win"] ++ "platforms": ["chromeos", "linux", "mac", "win", "openbsd", "freebsd"] + },{ + "channel": "stable", + "extension_types": ["extension"], + // "desktop_android" is not supported. +- "platforms": ["chromeos", "linux", "mac", "win"], ++ "platforms": ["chromeos", "linux", "mac", "win", "openbsd", "freebsd"], + "allowlist": [ + "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice + "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal +@@ -326,13 +326,13 @@ + "channel": "stable", + "extension_types": ["platform_app"], + // "desktop_android" is not supported. +- "platforms": ["chromeos", "linux", "mac", "win"] ++ "platforms": ["chromeos", "linux", "mac", "win", "openbsd", "freebsd"] + }, + { + "channel": "stable", + "extension_types": ["extension"], + // "desktop_android" is not supported. +- "platforms": ["chromeos", "linux", "mac", "win"], ++ "platforms": ["chromeos", "linux", "mac", "win", "openbsd", "freebsd"], + "allowlist": [ + "D7CD4B3956B1F6E970E4AFCBCD4094B1EF4D07B9", // http://crbug.com/710541 + "D4EFCCC0CC612380762758BB96C7997224BD6395", // http://crbug.com/710541 +@@ -441,7 +441,7 @@ "channel": "stable", "extension_types": ["extension", "legacy_packaged_app", "platform_app"], -- "platforms": ["chromeos", "mac", "win", "linux", "fuchsia"], -+ "platforms": ["chromeos", "mac", "win", "linux", "fuchsia", "openbsd", "freebsd"], + // "desktop_android" is not supported. +- "platforms": ["chromeos", "mac", "win", "linux"], ++ "platforms": ["chromeos", "mac", "win", "linux", "openbsd", "freebsd"], "allowlist": [ "0DE0F05680A4A056BCEC864ED8DDA84296F82B40", // http://crbug.com/434651 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683 -@@ -464,7 +464,7 @@ - "networkingPrivate": { +@@ -486,7 +486,7 @@ "channel": "stable", "extension_types": ["extension", "legacy_packaged_app", "platform_app"], -- "platforms": ["chromeos", "mac", "win", "linux", "fuchsia"], -+ "platforms": ["chromeos", "mac", "win", "linux", "fuchsia", "openbsd", "freebsd"], + // "desktop_android" is not supported. +- "platforms": ["chromeos", "mac", "win", "linux"], ++ "platforms": ["chromeos", "mac", "win", "linux", "openbsd", "freebsd"], "allowlist": [ // DO NOT ADD ANY MORE ENTRIES HERE. // networkingPrivate is being migrated to networking.onc. +@@ -566,7 +566,7 @@ + "channel": "stable", + "extension_types": ["extension", "platform_app" ], + // "desktop_android" is not supported. +- "platforms": ["chromeos", "linux", "mac", "win"] ++ "platforms": ["chromeos", "linux", "mac", "win", "openbsd", "freebsd"] + }, + // Note: runtime is not actually a permission, but some systems check these + // values to verify restrictions. +@@ -578,13 +578,13 @@ + "channel": "stable", + "extension_types": ["platform_app"], + // "desktop_android" is not supported. +- "platforms": ["chromeos", "linux", "mac", "win"] ++ "platforms": ["chromeos", "linux", "mac", "win", "openbsd", "freebsd"] + }, + "socket": { + "channel": "stable", + "extension_types": ["platform_app"], + // "desktop_android" is not supported. +- "platforms": ["chromeos", "linux", "mac", "win"] ++ "platforms": ["chromeos", "linux", "mac", "win", "openbsd", "freebsd"] + }, + "storage": [ + { +@@ -672,13 +672,13 @@ + "channel": "stable", + "extension_types": ["extension", "legacy_packaged_app", "platform_app"], + // "desktop_android" is not supported. +- "platforms": ["chromeos", "linux", "mac", "win"] ++ "platforms": ["chromeos", "linux", "mac", "win", "openbsd", "freebsd"] + }, + { + "channel": "stable", + "extension_types": ["hosted_app"], + // "desktop_android" is not supported. +- "platforms": ["chromeos", "linux", "mac", "win"], ++ "platforms": ["chromeos", "linux", "mac", "win", "openbsd", "freebsd"], + "allowlist": ["B44D08FD98F1523ED5837D78D0A606EA9D6206E5"] // Web Store + } + ], +@@ -687,13 +687,13 @@ + "channel": "stable", + "extension_types": ["extension", "legacy_packaged_app", "platform_app"], + // "desktop_android" is not supported. +- "platforms": ["chromeos", "linux", "mac", "win"] ++ "platforms": ["chromeos", "linux", "mac", "win", "openbsd", "freebsd"] + }, + { + "channel": "stable", + "extension_types": ["hosted_app"], + // "desktop_android" is not supported. +- "platforms": ["chromeos", "linux", "mac", "win"], ++ "platforms": ["chromeos", "linux", "mac", "win", "openbsd", "freebsd"], + "allowlist": ["B44D08FD98F1523ED5837D78D0A606EA9D6206E5"] // Web Store + } + ], +@@ -721,7 +721,7 @@ + "channel": "stable", + "extension_types": ["platform_app"], + // "desktop_android" is not supported. +- "platforms": ["chromeos", "linux", "mac", "win"] ++ "platforms": ["chromeos", "linux", "mac", "win", "openbsd", "freebsd"] + }, + { + "channel": "dev", +@@ -807,7 +807,7 @@ + "channel": "stable", + "extension_types": ["platform_app"], + // "desktop_android" is not supported. +- "platforms": ["chromeos", "linux", "mac", "win"] ++ "platforms": ["chromeos", "linux", "mac", "win", "openbsd", "freebsd"] + }, + "webRequest": [ + { diff --git a/www/chromium/files/patch-extensions_common_command.cc b/www/chromium/files/patch-extensions_common_command.cc index f05df69f862b..283c250f8c64 100644 --- a/www/chromium/files/patch-extensions_common_command.cc +++ b/www/chromium/files/patch-extensions_common_command.cc @@ -1,4 +1,4 @@ ---- extensions/common/command.cc.orig 2025-08-07 06:57:29 UTC +--- extensions/common/command.cc.orig 2025-09-06 10:01:20 UTC +++ extensions/common/command.cc @@ -117,7 +117,7 @@ std::string Command::CommandPlatform() { return ui::kKeybindingPlatformMac; @@ -7,5 +7,5 @@ -#elif BUILDFLAG(IS_LINUX) +#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) return ui::kKeybindingPlatformLinux; - #elif BUILDFLAG(IS_FUCHSIA) - // TODO(crbug.com/40220501): Change this once we decide what string should be + #elif BUILDFLAG(IS_DESKTOP_ANDROID) + // For now, we use linux keybindings on desktop android. diff --git a/www/chromium/files/patch-extensions_common_features_feature.cc b/www/chromium/files/patch-extensions_common_features_feature.cc index 7dfd18742145..dd7ad648ff60 100644 --- a/www/chromium/files/patch-extensions_common_features_feature.cc +++ b/www/chromium/files/patch-extensions_common_features_feature.cc @@ -1,7 +1,7 @@ ---- extensions/common/features/feature.cc.orig 2025-08-07 06:57:29 UTC +--- extensions/common/features/feature.cc.orig 2025-09-06 10:01:20 UTC +++ extensions/common/features/feature.cc -@@ -32,6 +32,8 @@ Feature::Platform Feature::GetCurrentPlatform() { - return FUCHSIA_PLATFORM; +@@ -30,6 +30,8 @@ Feature::Platform Feature::GetCurrentPlatform() { + return WIN_PLATFORM; #elif BUILDFLAG(ENABLE_DESKTOP_ANDROID_EXTENSIONS) return DESKTOP_ANDROID_PLATFORM; +#elif BUILDFLAG(IS_BSD) diff --git a/www/chromium/files/patch-gpu_command__buffer_client_fake__gpu__memory__buffer.cc b/www/chromium/files/patch-gpu_command__buffer_client_fake__gpu__memory__buffer.cc deleted file mode 100644 index adcb4cf7cc94..000000000000 --- a/www/chromium/files/patch-gpu_command__buffer_client_fake__gpu__memory__buffer.cc +++ /dev/null @@ -1,29 +0,0 @@ ---- gpu/command_buffer/client/fake_gpu_memory_buffer.cc.orig 2025-07-02 06:08:04 UTC -+++ gpu/command_buffer/client/fake_gpu_memory_buffer.cc -@@ -14,7 +14,7 @@ - #include "media/base/format_utils.h" - #include "media/base/video_frame.h" - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - #include <fcntl.h> - #include <sys/stat.h> - #include <sys/types.h> -@@ -29,7 +29,7 @@ namespace gpu { - - namespace { - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - base::ScopedFD GetDummyFD() { - base::ScopedFD fd(open("/dev/zero", O_RDWR)); - DCHECK(fd.is_valid()); -@@ -41,7 +41,7 @@ static base::AtomicSequenceNumber buffer_id_generator; - - } // namespace - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - gfx::GpuMemoryBufferHandle CreatePixmapHandleForTesting( - const gfx::Size& size, - gfx::BufferFormat format, diff --git a/www/chromium/files/patch-gpu_command__buffer_client_fake__gpu__memory__buffer.h b/www/chromium/files/patch-gpu_command__buffer_client_fake__gpu__memory__buffer.h deleted file mode 100644 index aed66a84d9b0..000000000000 --- a/www/chromium/files/patch-gpu_command__buffer_client_fake__gpu__memory__buffer.h +++ /dev/null @@ -1,11 +0,0 @@ ---- gpu/command_buffer/client/fake_gpu_memory_buffer.h.orig 2025-07-02 06:08:04 UTC -+++ gpu/command_buffer/client/fake_gpu_memory_buffer.h -@@ -12,7 +12,7 @@ - - namespace gpu { - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - // This method is used by tests to create a fake pixmap handle instead of - // creating a FakeGpuMemoryBuffer. Once all tests are converted to use it, - // FakeGpuMemoryBuffer will be removed and this file will be renamed diff --git a/www/chromium/files/patch-gpu_command__buffer_client_test__shared__image__interface.cc b/www/chromium/files/patch-gpu_command__buffer_client_test__shared__image__interface.cc new file mode 100644 index 000000000000..4a431da9ba3d --- /dev/null +++ b/www/chromium/files/patch-gpu_command__buffer_client_test__shared__image__interface.cc @@ -0,0 +1,20 @@ +--- gpu/command_buffer/client/test_shared_image_interface.cc.orig 2025-09-06 10:01:20 UTC ++++ gpu/command_buffer/client/test_shared_image_interface.cc +@@ -30,7 +30,7 @@ + #include "ui/gfx/gpu_fence.h" + #include "ui/gfx/gpu_memory_buffer_handle.h" + +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + #include <fcntl.h> + #endif + +@@ -154,7 +154,7 @@ TestSharedImageInterface::TestSharedImageInterface() { + TestSharedImageInterface::~TestSharedImageInterface() = default; + + // static +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + gfx::GpuMemoryBufferHandle TestSharedImageInterface::CreatePixmapHandle( + const gfx::Size& size, + gfx::BufferFormat format) { diff --git a/www/chromium/files/patch-gpu_command__buffer_client_test__shared__image__interface.h b/www/chromium/files/patch-gpu_command__buffer_client_test__shared__image__interface.h new file mode 100644 index 000000000000..401c95e97d8d --- /dev/null +++ b/www/chromium/files/patch-gpu_command__buffer_client_test__shared__image__interface.h @@ -0,0 +1,11 @@ +--- gpu/command_buffer/client/test_shared_image_interface.h.orig 2025-09-06 10:01:20 UTC ++++ gpu/command_buffer/client/test_shared_image_interface.h +@@ -37,7 +37,7 @@ class TestSharedImageInterface : public SharedImageInt + public: + TestSharedImageInterface(); + +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + // TODO(blundell): Fold this inside of a TestSII::CreateSI() variant and have + // test clients that need the handle grab it from the created SI. + static gfx::GpuMemoryBufferHandle CreatePixmapHandle( diff --git a/www/chromium/files/patch-gpu_command__buffer_service_gles2__cmd__decoder.cc b/www/chromium/files/patch-gpu_command__buffer_service_gles2__cmd__decoder.cc index 9228fac786be..670549705410 100644 --- a/www/chromium/files/patch-gpu_command__buffer_service_gles2__cmd__decoder.cc +++ b/www/chromium/files/patch-gpu_command__buffer_service_gles2__cmd__decoder.cc @@ -1,6 +1,6 @@ ---- gpu/command_buffer/service/gles2_cmd_decoder.cc.orig 2025-08-07 06:57:29 UTC +--- gpu/command_buffer/service/gles2_cmd_decoder.cc.orig 2025-09-06 10:01:20 UTC +++ gpu/command_buffer/service/gles2_cmd_decoder.cc -@@ -2863,7 +2863,7 @@ GLES2Decoder* GLES2Decoder::Create( +@@ -2851,7 +2851,7 @@ GLES2Decoder* GLES2Decoder::Create( } // Allow linux to run fuzzers. diff --git a/www/chromium/files/patch-gpu_command__buffer_service_shared__context__state.cc b/www/chromium/files/patch-gpu_command__buffer_service_shared__context__state.cc index bcfe68c08759..921ca2de8cd1 100644 --- a/www/chromium/files/patch-gpu_command__buffer_service_shared__context__state.cc +++ b/www/chromium/files/patch-gpu_command__buffer_service_shared__context__state.cc @@ -1,4 +1,4 @@ ---- gpu/command_buffer/service/shared_context_state.cc.orig 2025-08-07 06:57:29 UTC +--- gpu/command_buffer/service/shared_context_state.cc.orig 2025-09-06 10:01:20 UTC +++ gpu/command_buffer/service/shared_context_state.cc @@ -65,7 +65,7 @@ #include "gpu/vulkan/vulkan_implementation.h" @@ -9,7 +9,7 @@ #include "gpu/command_buffer/service/external_semaphore_pool.h" #endif -@@ -302,7 +302,7 @@ SharedContextState::SharedContextState( +@@ -304,7 +304,7 @@ SharedContextState::SharedContextState( if (gr_context_type_ == GrContextType::kVulkan) { if (vk_context_provider_) { #if BUILDFLAG(ENABLE_VULKAN) && \ @@ -18,7 +18,7 @@ external_semaphore_pool_ = std::make_unique<ExternalSemaphorePool>(this); #endif use_virtualized_gl_contexts_ = false; -@@ -339,7 +339,7 @@ SharedContextState::~SharedContextState() { +@@ -341,7 +341,7 @@ SharedContextState::~SharedContextState() { } #if BUILDFLAG(ENABLE_VULKAN) && \ diff --git a/www/chromium/files/patch-gpu_command__buffer_service_shared__context__state.h b/www/chromium/files/patch-gpu_command__buffer_service_shared__context__state.h index f87d84bcb7ca..fa3c96cafdc2 100644 --- a/www/chromium/files/patch-gpu_command__buffer_service_shared__context__state.h +++ b/www/chromium/files/patch-gpu_command__buffer_service_shared__context__state.h @@ -1,6 +1,6 @@ ---- gpu/command_buffer/service/shared_context_state.h.orig 2025-08-07 06:57:29 UTC +--- gpu/command_buffer/service/shared_context_state.h.orig 2025-09-06 10:01:20 UTC +++ gpu/command_buffer/service/shared_context_state.h -@@ -234,7 +234,7 @@ class GPU_GLES2_EXPORT SharedContextState +@@ -236,7 +236,7 @@ class GPU_GLES2_EXPORT SharedContextState return &memory_type_tracker_; } #if BUILDFLAG(ENABLE_VULKAN) && \ @@ -9,7 +9,7 @@ ExternalSemaphorePool* external_semaphore_pool() { return external_semaphore_pool_.get(); } -@@ -399,7 +399,7 @@ class GPU_GLES2_EXPORT SharedContextState +@@ -401,7 +401,7 @@ class GPU_GLES2_EXPORT SharedContextState bool disable_check_reset_status_throttling_for_test_ = false; #if BUILDFLAG(ENABLE_VULKAN) && \ diff --git a/www/chromium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing.cc b/www/chromium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing.cc index d472cfb6f87f..b42cf420217f 100644 --- a/www/chromium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing.cc +++ b/www/chromium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing.cc @@ -1,6 +1,6 @@ ---- gpu/command_buffer/service/shared_image/external_vk_image_backing.cc.orig 2025-08-07 06:57:29 UTC +--- gpu/command_buffer/service/shared_image/external_vk_image_backing.cc.orig 2025-09-06 10:01:20 UTC +++ gpu/command_buffer/service/shared_image/external_vk_image_backing.cc -@@ -57,7 +57,7 @@ +@@ -56,7 +56,7 @@ #include "ui/gl/gl_version_info.h" #include "ui/gl/scoped_binders.h" @@ -9,7 +9,7 @@ #include "gpu/command_buffer/service/shared_image/external_vk_image_dawn_representation.h" #if BUILDFLAG(DAWN_ENABLE_BACKEND_OPENGLES) #include "gpu/command_buffer/service/shared_image/dawn_gl_texture_representation.h" -@@ -697,7 +697,7 @@ std::unique_ptr<DawnImageRepresentation> ExternalVkIma +@@ -696,7 +696,7 @@ std::unique_ptr<DawnImageRepresentation> ExternalVkIma wgpu::BackendType backend_type, std::vector<wgpu::TextureFormat> view_formats, scoped_refptr<SharedContextState> context_state) { diff --git a/www/chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__factory.cc b/www/chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__factory.cc index 5fd08e28c167..418f20c1904f 100644 --- a/www/chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__factory.cc +++ b/www/chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__factory.cc @@ -1,6 +1,6 @@ ---- gpu/command_buffer/service/shared_image/shared_image_factory.cc.orig 2025-08-07 06:57:29 UTC +--- gpu/command_buffer/service/shared_image/shared_image_factory.cc.orig 2025-09-06 10:01:20 UTC +++ gpu/command_buffer/service/shared_image/shared_image_factory.cc -@@ -51,7 +51,7 @@ +@@ -50,7 +50,7 @@ #include "gpu/command_buffer/service/shared_image/angle_vulkan_image_backing_factory.h" #include "gpu/vulkan/vulkan_device_queue.h" @@ -9,7 +9,7 @@ #include "gpu/command_buffer/service/shared_image/external_vk_image_backing_factory.h" #endif -@@ -105,7 +105,7 @@ const char* GmbTypeToString(gfx::GpuMemoryBufferType t +@@ -104,7 +104,7 @@ const char* GmbTypeToString(gfx::GpuMemoryBufferType t case gfx::IO_SURFACE_BUFFER: return "platform"; #endif @@ -18,7 +18,7 @@ case gfx::NATIVE_PIXMAP: return "platform"; #endif -@@ -126,7 +126,7 @@ gfx::GpuMemoryBufferType GetNativeBufferType() { +@@ -125,7 +125,7 @@ gfx::GpuMemoryBufferType GetNativeBufferType() { return gfx::GpuMemoryBufferType::IO_SURFACE_BUFFER; #elif BUILDFLAG(IS_ANDROID) return gfx::GpuMemoryBufferType::ANDROID_HARDWARE_BUFFER; @@ -27,7 +27,7 @@ return gfx::GpuMemoryBufferType::NATIVE_PIXMAP; #elif BUILDFLAG(IS_WIN) return gfx::GpuMemoryBufferType::DXGI_SHARED_HANDLE; -@@ -298,7 +298,7 @@ SharedImageFactory::SharedImageFactory( +@@ -297,7 +297,7 @@ SharedImageFactory::SharedImageFactory( context_state_, workarounds_); factories_.push_back(std::move(ozone_factory)); } diff --git a/www/chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__manager.cc b/www/chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__manager.cc index 3ec9f6f00512..942fbaf9538d 100644 --- a/www/chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__manager.cc +++ b/www/chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__manager.cc @@ -1,6 +1,6 @@ ---- gpu/command_buffer/service/shared_image/shared_image_manager.cc.orig 2025-07-02 06:08:04 UTC +--- gpu/command_buffer/service/shared_image/shared_image_manager.cc.orig 2025-09-06 10:01:20 UTC +++ gpu/command_buffer/service/shared_image/shared_image_manager.cc -@@ -736,7 +736,7 @@ bool SharedImageManager::SupportsScanoutImages() { +@@ -760,7 +760,7 @@ bool SharedImageManager::SupportsScanoutImages() { return true; #elif BUILDFLAG(IS_ANDROID) return base::AndroidHardwareBufferCompat::IsSupportAvailable(); diff --git a/www/chromium/files/patch-gpu_command__buffer_service_webgpu__decoder__impl.cc b/www/chromium/files/patch-gpu_command__buffer_service_webgpu__decoder__impl.cc index 7d3c01e20ad5..20265ee0f3e3 100644 --- a/www/chromium/files/patch-gpu_command__buffer_service_webgpu__decoder__impl.cc +++ b/www/chromium/files/patch-gpu_command__buffer_service_webgpu__decoder__impl.cc @@ -1,6 +1,6 @@ ---- gpu/command_buffer/service/webgpu_decoder_impl.cc.orig 2025-08-07 06:57:29 UTC +--- gpu/command_buffer/service/webgpu_decoder_impl.cc.orig 2025-09-06 10:01:20 UTC +++ gpu/command_buffer/service/webgpu_decoder_impl.cc -@@ -1725,7 +1725,7 @@ wgpu::Adapter WebGPUDecoderImpl::CreatePreferredAdapte +@@ -1741,7 +1741,7 @@ wgpu::Adapter WebGPUDecoderImpl::CreatePreferredAdapte backend_types = {wgpu::BackendType::D3D12}; #elif BUILDFLAG(IS_APPLE) backend_types = {wgpu::BackendType::Metal}; @@ -9,7 +9,7 @@ if (shared_context_state_->GrContextIsVulkan() || shared_context_state_->IsGraphiteDawnVulkan()) { backend_types = {wgpu::BackendType::Vulkan}; -@@ -1970,7 +1970,7 @@ WebGPUDecoderImpl::AssociateMailboxDawn( +@@ -1986,7 +1986,7 @@ WebGPUDecoderImpl::AssociateMailboxDawn( } #if !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_APPLE) && \ diff --git a/www/chromium/files/patch-gpu_command__buffer_tests_gl__gpu__memory__buffer__unittest.cc b/www/chromium/files/patch-gpu_command__buffer_tests_gl__gpu__memory__buffer__unittest.cc deleted file mode 100644 index 9344ba32bcf4..000000000000 --- a/www/chromium/files/patch-gpu_command__buffer_tests_gl__gpu__memory__buffer__unittest.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc.orig 2025-08-07 06:57:29 UTC -+++ gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc -@@ -29,7 +29,7 @@ - #include "ui/gfx/half_float.h" - #include "ui/gl/test/gl_test_support.h" - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - #include "ui/gfx/linux/client_native_pixmap_factory_dmabuf.h" - #endif - -@@ -71,7 +71,7 @@ class GpuMemoryBufferTest : public testing::TestWithPa - GLManager gl_; - }; - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - class GpuMemoryBufferTestEGL : public testing::Test, - public gpu::GpuCommandBufferTestEGL { - public: diff --git a/www/chromium/files/patch-gpu_config_gpu__control__list.cc b/www/chromium/files/patch-gpu_config_gpu__control__list.cc index 0627315ce916..084c416b6123 100644 --- a/www/chromium/files/patch-gpu_config_gpu__control__list.cc +++ b/www/chromium/files/patch-gpu_config_gpu__control__list.cc @@ -1,6 +1,6 @@ ---- gpu/config/gpu_control_list.cc.orig 2025-07-02 06:08:04 UTC +--- gpu/config/gpu_control_list.cc.orig 2025-09-06 10:01:20 UTC +++ gpu/config/gpu_control_list.cc -@@ -830,7 +830,7 @@ GpuControlList::OsType GpuControlList::GetOsType() { +@@ -843,7 +843,7 @@ GpuControlList::OsType GpuControlList::GetOsType() { return kOsAndroid; #elif BUILDFLAG(IS_FUCHSIA) return kOsFuchsia; diff --git a/www/chromium/files/patch-gpu_ipc_common_gpu__memory__buffer__support.h b/www/chromium/files/patch-gpu_ipc_common_gpu__memory__buffer__support.h deleted file mode 100644 index 2b2bacdd6138..000000000000 --- a/www/chromium/files/patch-gpu_ipc_common_gpu__memory__buffer__support.h +++ /dev/null @@ -1,11 +0,0 @@ ---- gpu/ipc/common/gpu_memory_buffer_support.h.orig 2025-08-07 06:57:29 UTC -+++ gpu/ipc/common/gpu_memory_buffer_support.h -@@ -22,7 +22,7 @@ - #include "ui/gfx/geometry/size.h" - #include "ui/gfx/gpu_memory_buffer_handle.h" - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_OZONE) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_OZONE) || BUILDFLAG(IS_BSD) - namespace gfx { - class ClientNativePixmapFactory; - } // namespace gfx diff --git a/www/chromium/files/patch-gpu_ipc_service_gpu__init.cc b/www/chromium/files/patch-gpu_ipc_service_gpu__init.cc index 45c16ef8bb2e..7ec6893236eb 100644 --- a/www/chromium/files/patch-gpu_ipc_service_gpu__init.cc +++ b/www/chromium/files/patch-gpu_ipc_service_gpu__init.cc @@ -1,4 +1,4 @@ ---- gpu/ipc/service/gpu_init.cc.orig 2025-08-07 06:57:29 UTC +--- gpu/ipc/service/gpu_init.cc.orig 2025-09-06 10:01:20 UTC +++ gpu/ipc/service/gpu_init.cc @@ -155,7 +155,7 @@ void InitializePlatformOverlaySettings(GPUInfo* gpu_in @@ -9,7 +9,7 @@ if (gpu_info.gpu.vendor_id != 0x10de || // NVIDIA gpu_info.gpu.driver_vendor != "NVIDIA") return true; -@@ -393,7 +393,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL +@@ -417,7 +417,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL enable_watchdog = false; #endif @@ -18,7 +18,7 @@ bool gpu_sandbox_start_early = gpu_preferences_.gpu_sandbox_start_early; #else // !(BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) // For some reasons MacOSX's VideoToolbox might crash when called after -@@ -431,7 +431,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL +@@ -455,7 +455,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL } bool attempted_startsandbox = false; @@ -27,7 +27,7 @@ // On Chrome OS ARM Mali, GPU driver userspace creates threads when // initializing a GL context, so start the sandbox early. // TODO(zmo): Need to collect OS version before this. -@@ -528,7 +528,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL +@@ -552,7 +552,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL gpu_preferences_.gr_context_type = GrContextType::kGL; } @@ -36,7 +36,7 @@ // The ContentSandboxHelper is currently the only one implementation of // GpuSandboxHelper and it has no dependency. Except on Linux where // VaapiWrapper checks the GL implementation to determine which display -@@ -586,7 +586,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL +@@ -610,7 +610,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL command_line, gpu_feature_info_, gpu_preferences_.disable_software_rasterizer, false); if (gl_use_swiftshader_) { @@ -45,7 +45,7 @@ VLOG(1) << "Quit GPU process launch to fallback to SwiftShader cleanly " << "on Linux"; return false; -@@ -754,7 +754,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL +@@ -778,7 +778,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL ->GetSupportedFormatsForGLNativePixmapImport(); #endif // BUILDFLAG(IS_OZONE) @@ -54,7 +54,7 @@ // Driver may create a compatibility profile context when collect graphics // information on Linux platform. Try to collect graphics information // based on core profile context after disabling platform extensions. -@@ -806,7 +806,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL +@@ -830,7 +830,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL } } } @@ -63,7 +63,7 @@ (BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_CHROMEOS_DEVICE)) if (!gl_disabled && !gl_use_swiftshader_ && std::getenv("RUNNING_UNDER_RR")) { // https://rr-project.org/ is a Linux-only record-and-replay debugger that -@@ -1008,7 +1008,7 @@ void GpuInit::InitializeInProcess(base::CommandLine* c +@@ -1032,7 +1032,7 @@ void GpuInit::InitializeInProcess(base::CommandLine* c } bool gl_disabled = gl::GetGLImplementation() == gl::kGLImplementationDisabled; @@ -72,7 +72,7 @@ (BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_CHROMEOS_DEVICE)) if (!gl_disabled && !gl_use_swiftshader_ && std::getenv("RUNNING_UNDER_RR")) { // https://rr-project.org/ is a Linux-only record-and-replay debugger that -@@ -1064,7 +1064,7 @@ void GpuInit::InitializeInProcess(base::CommandLine* c +@@ -1088,7 +1088,7 @@ void GpuInit::InitializeInProcess(base::CommandLine* c } } diff --git a/www/chromium/files/patch-gpu_ipc_service_gpu__memory__buffer__factory.cc b/www/chromium/files/patch-gpu_ipc_service_gpu__memory__buffer__factory.cc index e6b775a9e6e8..81555e5694c5 100644 --- a/www/chromium/files/patch-gpu_ipc_service_gpu__memory__buffer__factory.cc +++ b/www/chromium/files/patch-gpu_ipc_service_gpu__memory__buffer__factory.cc @@ -1,4 +1,4 @@ ---- gpu/ipc/service/gpu_memory_buffer_factory.cc.orig 2024-10-22 08:31:56 UTC +--- gpu/ipc/service/gpu_memory_buffer_factory.cc.orig 2025-09-06 10:01:20 UTC +++ gpu/ipc/service/gpu_memory_buffer_factory.cc @@ -14,7 +14,7 @@ #include "gpu/ipc/service/gpu_memory_buffer_factory_io_surface.h" @@ -9,7 +9,7 @@ #include "gpu/ipc/service/gpu_memory_buffer_factory_native_pixmap.h" #endif -@@ -71,7 +71,7 @@ GpuMemoryBufferFactory::CreateNativeType( +@@ -65,7 +65,7 @@ GpuMemoryBufferFactory::CreateNativeType( // to have a factory that vends invalid GMB handles rather than having no // factory at all. return std::make_unique<GpuMemoryBufferFactoryStub>(); diff --git a/www/chromium/files/patch-gpu_vulkan_vulkan__image.h b/www/chromium/files/patch-gpu_vulkan_vulkan__image.h index e50d3fc98eeb..4707504d2397 100644 --- a/www/chromium/files/patch-gpu_vulkan_vulkan__image.h +++ b/www/chromium/files/patch-gpu_vulkan_vulkan__image.h @@ -1,6 +1,6 @@ ---- gpu/vulkan/vulkan_image.h.orig 2023-02-08 09:03:45 UTC +--- gpu/vulkan/vulkan_image.h.orig 2025-09-06 10:01:20 UTC +++ gpu/vulkan/vulkan_image.h -@@ -87,7 +87,7 @@ class COMPONENT_EXPORT(VULKAN) VulkanImage { +@@ -86,7 +86,7 @@ class COMPONENT_EXPORT(VULKAN) VulkanImage { VkImageUsageFlags usage, VkImageCreateFlags flags); @@ -9,7 +9,7 @@ static std::unique_ptr<VulkanImage> CreateWithExternalMemoryAndModifiers( VulkanDeviceQueue* device_queue, const gfx::Size& size, -@@ -199,7 +199,7 @@ class COMPONENT_EXPORT(VULKAN) VulkanImage { +@@ -198,7 +198,7 @@ class COMPONENT_EXPORT(VULKAN) VulkanImage { VkImageTiling image_tiling, uint32_t queue_family_index); diff --git a/www/chromium/files/patch-headless_lib_headless__content__main__delegate.cc b/www/chromium/files/patch-headless_lib_headless__content__main__delegate.cc index 2fd247eaa0a2..01c6bb99b79a 100644 --- a/www/chromium/files/patch-headless_lib_headless__content__main__delegate.cc +++ b/www/chromium/files/patch-headless_lib_headless__content__main__delegate.cc @@ -1,6 +1,6 @@ ---- headless/lib/headless_content_main_delegate.cc.orig 2025-08-07 06:57:29 UTC +--- headless/lib/headless_content_main_delegate.cc.orig 2025-09-06 10:01:20 UTC +++ headless/lib/headless_content_main_delegate.cc -@@ -407,7 +407,7 @@ void HeadlessContentMainDelegate::InitCrashReporter( +@@ -411,7 +411,7 @@ void HeadlessContentMainDelegate::InitCrashReporter( if (process_type != ::switches::kZygoteProcess) { g_headless_crash_client.Pointer()->set_crash_dumps_dir( command_line.GetSwitchValuePath(switches::kCrashDumpsDir)); diff --git a/www/chromium/files/patch-ipc_ipc__channel.h b/www/chromium/files/patch-ipc_ipc__channel.h index 6e8f63c5006d..e19a68d4f1db 100644 --- a/www/chromium/files/patch-ipc_ipc__channel.h +++ b/www/chromium/files/patch-ipc_ipc__channel.h @@ -1,8 +1,8 @@ ---- ipc/ipc_channel.h.orig 2024-06-17 12:56:06 UTC +--- ipc/ipc_channel.h.orig 2025-09-06 10:01:20 UTC +++ ipc/ipc_channel.h -@@ -218,7 +218,7 @@ class COMPONENT_EXPORT(IPC) Channel : public Sender { +@@ -199,7 +199,7 @@ class COMPONENT_EXPORT(IPC) Channel : public Sender { + // Generates a channel ID that's non-predictable and unique. static std::string GenerateUniqueRandomChannelID(); - #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) diff --git a/www/chromium/files/patch-ipc_ipc__channel__mojo.cc b/www/chromium/files/patch-ipc_ipc__channel__mojo.cc index 0dcf959a6109..32abe3ef3e94 100644 --- a/www/chromium/files/patch-ipc_ipc__channel__mojo.cc +++ b/www/chromium/files/patch-ipc_ipc__channel__mojo.cc @@ -1,6 +1,6 @@ ---- ipc/ipc_channel_mojo.cc.orig 2023-02-08 09:03:45 UTC +--- ipc/ipc_channel_mojo.cc.orig 2025-09-06 10:01:20 UTC +++ ipc/ipc_channel_mojo.cc -@@ -105,7 +105,7 @@ class ThreadSafeChannelProxy : public mojo::ThreadSafe +@@ -104,7 +104,7 @@ class ThreadSafeChannelProxy : public mojo::ThreadSafe }; base::ProcessId GetSelfPID() { diff --git a/www/chromium/files/patch-ipc_ipc__message__utils.h b/www/chromium/files/patch-ipc_ipc__message__utils.h index 4618c63ee766..48f8f102853c 100644 --- a/www/chromium/files/patch-ipc_ipc__message__utils.h +++ b/www/chromium/files/patch-ipc_ipc__message__utils.h @@ -1,6 +1,6 @@ ---- ipc/ipc_message_utils.h.orig 2025-05-05 10:57:53 UTC +--- ipc/ipc_message_utils.h.orig 2025-09-06 10:01:20 UTC +++ ipc/ipc_message_utils.h -@@ -216,7 +216,7 @@ struct ParamTraits<unsigned int> { +@@ -211,7 +211,7 @@ struct ParamTraits<unsigned int> { // Since we want to support Android 32<>64 bit IPC, as long as we don't have // these traits for 32 bit ARM then that'll catch any errors. #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ diff --git a/www/chromium/files/patch-media_BUILD.gn b/www/chromium/files/patch-media_BUILD.gn index ae5427149201..eb1dd46dbfcf 100644 --- a/www/chromium/files/patch-media_BUILD.gn +++ b/www/chromium/files/patch-media_BUILD.gn @@ -1,6 +1,6 @@ ---- media/BUILD.gn.orig 2025-05-05 10:57:53 UTC +--- media/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ media/BUILD.gn -@@ -105,6 +105,9 @@ config("media_config") { +@@ -107,6 +107,9 @@ config("media_config") { defines += [ "DLOPEN_PULSEAUDIO" ] } } diff --git a/www/chromium/files/patch-media_audio_BUILD.gn b/www/chromium/files/patch-media_audio_BUILD.gn index 04357e3a968e..000f42e73441 100644 --- a/www/chromium/files/patch-media_audio_BUILD.gn +++ b/www/chromium/files/patch-media_audio_BUILD.gn @@ -1,6 +1,6 @@ ---- media/audio/BUILD.gn.orig 2025-08-07 06:57:29 UTC +--- media/audio/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ media/audio/BUILD.gn -@@ -290,9 +290,23 @@ source_set("audio") { +@@ -289,9 +289,23 @@ source_set("audio") { deps += [ "//media/base/android:media_jni_headers" ] } diff --git a/www/chromium/files/patch-media_audio_alsa_audio__manager__alsa.cc b/www/chromium/files/patch-media_audio_alsa_audio__manager__alsa.cc index dda7610a87cf..f0e387dd9df2 100644 --- a/www/chromium/files/patch-media_audio_alsa_audio__manager__alsa.cc +++ b/www/chromium/files/patch-media_audio_alsa_audio__manager__alsa.cc @@ -1,6 +1,6 @@ ---- media/audio/alsa/audio_manager_alsa.cc.orig 2025-05-28 14:55:43 UTC +--- media/audio/alsa/audio_manager_alsa.cc.orig 2025-09-06 10:01:20 UTC +++ media/audio/alsa/audio_manager_alsa.cc -@@ -106,7 +106,9 @@ void AudioManagerAlsa::GetAlsaAudioDevices(StreamType +@@ -103,7 +103,9 @@ void AudioManagerAlsa::GetAlsaAudioDevices(StreamType int card = -1; // Loop through the physical sound cards to get ALSA device hints. @@ -10,7 +10,7 @@ void** hints = nullptr; int error = wrapper_->DeviceNameHint(card, kPcmInterfaceName, &hints); if (!error) { -@@ -118,7 +120,9 @@ void AudioManagerAlsa::GetAlsaAudioDevices(StreamType +@@ -115,7 +117,9 @@ void AudioManagerAlsa::GetAlsaAudioDevices(StreamType DLOG(WARNING) << "GetAlsaAudioDevices: unable to get device hints: " << wrapper_->StrError(error); } @@ -20,19 +20,19 @@ } void AudioManagerAlsa::GetAlsaDevicesInfo(AudioManagerAlsa::StreamType type, -@@ -202,7 +206,11 @@ bool AudioManagerAlsa::IsAlsaDeviceAvailable( +@@ -199,7 +203,11 @@ bool AudioManagerAlsa::IsAlsaDeviceAvailable(AudioMana // goes through software conversion if needed (e.g. incompatible // sample rate). // TODO(joi): Should we prefer "hw" instead? +#if BUILDFLAG(IS_BSD) -+ static const char kDeviceTypeDesired[] = "plug"; ++ static constexpr std::string_view kDeviceTypeDesired = "plug"; +#else - static const char kDeviceTypeDesired[] = "plughw"; + static constexpr std::string_view kDeviceTypeDesired = "plughw"; +#endif - return strncmp(kDeviceTypeDesired, device_name, - std::size(kDeviceTypeDesired) - 1) == 0; + return device_name.starts_with(kDeviceTypeDesired); } -@@ -254,7 +262,9 @@ bool AudioManagerAlsa::HasAnyAlsaAudioDevice( + +@@ -250,7 +258,9 @@ bool AudioManagerAlsa::HasAnyAlsaAudioDevice( // Loop through the sound cards. // Don't use snd_device_name_hint(-1,..) since there is an access violation // inside this ALSA API with libasound.so.2.0.0. @@ -41,7 +41,7 @@ +#endif int error = wrapper_->DeviceNameHint(card, kPcmInterfaceName, &hints); if (!error) { - for (void** hint_iter = hints; *hint_iter != nullptr; hint_iter++) { + const std::string_view unwanted_type = @@ -279,7 +289,9 @@ bool AudioManagerAlsa::HasAnyAlsaAudioDevice( DLOG(WARNING) << "HasAnyAudioDevice: unable to get device hints: " << wrapper_->StrError(error); diff --git a/www/chromium/files/patch-media_audio_audio__input__device.cc b/www/chromium/files/patch-media_audio_audio__input__device.cc index 162f83363e38..33cba09eb733 100644 --- a/www/chromium/files/patch-media_audio_audio__input__device.cc +++ b/www/chromium/files/patch-media_audio_audio__input__device.cc @@ -1,6 +1,6 @@ ---- media/audio/audio_input_device.cc.orig 2025-02-19 07:43:18 UTC +--- media/audio/audio_input_device.cc.orig 2025-09-06 10:01:20 UTC +++ media/audio/audio_input_device.cc -@@ -275,7 +275,7 @@ void AudioInputDevice::OnStreamCreated( +@@ -271,7 +271,7 @@ void AudioInputDevice::OnStreamCreated( // here. See comments in AliveChecker and PowerObserverHelper for details and // todos. if (detect_dead_stream_ == DeadStreamDetection::kEnabled) { diff --git a/www/chromium/files/patch-media_audio_pulse_pulse__util.cc b/www/chromium/files/patch-media_audio_pulse_pulse__util.cc index ccb79f1f1543..6793f854d879 100644 --- a/www/chromium/files/patch-media_audio_pulse_pulse__util.cc +++ b/www/chromium/files/patch-media_audio_pulse_pulse__util.cc @@ -1,6 +1,6 @@ ---- media/audio/pulse/pulse_util.cc.orig 2024-09-30 07:45:04 UTC +--- media/audio/pulse/pulse_util.cc.orig 2025-09-06 10:01:20 UTC +++ media/audio/pulse/pulse_util.cc -@@ -50,7 +50,11 @@ constexpr char kBrowserDisplayName[] = "chromium-brows +@@ -45,7 +45,11 @@ constexpr char kBrowserDisplayName[] = "chromium-brows #if defined(DLOPEN_PULSEAUDIO) static const base::FilePath::CharType kPulseLib[] = diff --git a/www/chromium/files/patch-media_audio_sndio_sndio__input.cc b/www/chromium/files/patch-media_audio_sndio_sndio__input.cc index da2f0c91ade2..1f3c069c2142 100644 --- a/www/chromium/files/patch-media_audio_sndio_sndio__input.cc +++ b/www/chromium/files/patch-media_audio_sndio_sndio__input.cc @@ -1,11 +1,12 @@ ---- media/audio/sndio/sndio_input.cc.orig 2023-04-28 17:01:32 UTC +--- media/audio/sndio/sndio_input.cc.orig 2025-09-06 10:01:20 UTC +++ media/audio/sndio/sndio_input.cc -@@ -0,0 +1,200 @@ +@@ -0,0 +1,201 @@ +// Copyright 2013 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#include "base/logging.h" ++#include "media/base/audio_sample_types.h" +#include "media/base/audio_timestamp_helper.h" +#include "media/audio/sndio/audio_manager_sndio.h" +#include "media/audio/audio_manager.h" diff --git a/www/chromium/files/patch-media_audio_sndio_sndio__output.cc b/www/chromium/files/patch-media_audio_sndio_sndio__output.cc index e875d0c0d87b..7ae294448601 100644 --- a/www/chromium/files/patch-media_audio_sndio_sndio__output.cc +++ b/www/chromium/files/patch-media_audio_sndio_sndio__output.cc @@ -1,6 +1,6 @@ ---- media/audio/sndio/sndio_output.cc.orig 2023-02-08 09:03:45 UTC +--- media/audio/sndio/sndio_output.cc.orig 2025-09-06 10:01:20 UTC +++ media/audio/sndio/sndio_output.cc -@@ -0,0 +1,187 @@ +@@ -0,0 +1,188 @@ +// Copyright (c) 2012 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. @@ -9,6 +9,7 @@ +#include "base/time/time.h" +#include "base/time/default_tick_clock.h" +#include "media/audio/audio_manager_base.h" ++#include "media/base/audio_sample_types.h" +#include "media/base/audio_timestamp_helper.h" +#include "media/audio/sndio/sndio_output.h" + diff --git a/www/chromium/files/patch-media_base_audio__latency.cc b/www/chromium/files/patch-media_base_audio__latency.cc index 8bc6f327581e..d8aff6b4c012 100644 --- a/www/chromium/files/patch-media_base_audio__latency.cc +++ b/www/chromium/files/patch-media_base_audio__latency.cc @@ -1,6 +1,6 @@ ---- media/base/audio_latency.cc.orig 2025-04-04 08:52:13 UTC +--- media/base/audio_latency.cc.orig 2025-09-06 10:01:20 UTC +++ media/base/audio_latency.cc -@@ -147,7 +147,7 @@ int AudioLatency::GetRtcBufferSize(int sample_rate, in +@@ -143,7 +143,7 @@ int AudioLatency::GetRtcBufferSize(int sample_rate, in } #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_APPLE) || \ diff --git a/www/chromium/files/patch-media_base_media__switches.cc b/www/chromium/files/patch-media_base_media__switches.cc index 26164df546f3..e42332dae9de 100644 --- a/www/chromium/files/patch-media_base_media__switches.cc +++ b/www/chromium/files/patch-media_base_media__switches.cc @@ -1,4 +1,4 @@ ---- media/base/media_switches.cc.orig 2025-08-07 06:57:29 UTC +--- media/base/media_switches.cc.orig 2025-09-06 10:01:20 UTC +++ media/base/media_switches.cc @@ -19,7 +19,7 @@ #include "ui/gl/gl_features.h" @@ -9,7 +9,7 @@ #include "base/cpu.h" #endif -@@ -371,8 +371,8 @@ BASE_FEATURE(kUseSCContentSharingPicker, +@@ -380,8 +380,8 @@ BASE_FEATURE(kUseSCContentSharingPicker, "UseSCContentSharingPicker", base::FEATURE_DISABLED_BY_DEFAULT); #endif // BUILDFLAG(IS_MAC) @@ -20,7 +20,7 @@ // Enables system audio mirroring using pulseaudio. BASE_FEATURE(kPulseaudioLoopbackForCast, "PulseaudioLoopbackForCast", -@@ -382,6 +382,28 @@ BASE_FEATURE(kPulseaudioLoopbackForCast, +@@ -391,6 +391,28 @@ BASE_FEATURE(kPulseaudioLoopbackForCast, BASE_FEATURE(kPulseaudioLoopbackForScreenShare, "PulseaudioLoopbackForScreenShare", base::FEATURE_DISABLED_BY_DEFAULT); @@ -49,7 +49,7 @@ #endif // BUILDFLAG(IS_LINUX) // When enabled, MediaCapabilities will check with GPU Video Accelerator -@@ -684,7 +706,7 @@ BASE_FEATURE(kFileDialogsTuckPictureInPicture, +@@ -705,7 +727,7 @@ BASE_FEATURE(kFileDialogsTuckPictureInPicture, // Show toolbar button that opens dialog for controlling media sessions. BASE_FEATURE(kGlobalMediaControls, "GlobalMediaControls", @@ -58,7 +58,7 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -707,7 +729,7 @@ BASE_FEATURE(kGlobalMediaControlsUpdatedUI, +@@ -728,7 +750,7 @@ BASE_FEATURE(kGlobalMediaControlsUpdatedUI, // If enabled, users can request Media Remoting without fullscreen-in-tab. BASE_FEATURE(kMediaRemotingWithoutFullscreen, "MediaRemotingWithoutFullscreen", @@ -67,7 +67,7 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -719,7 +741,7 @@ BASE_FEATURE(kMediaRemotingWithoutFullscreen, +@@ -740,7 +762,7 @@ BASE_FEATURE(kMediaRemotingWithoutFullscreen, BASE_FEATURE(kGlobalMediaControlsPictureInPicture, "GlobalMediaControlsPictureInPicture", #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -76,7 +76,7 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -748,7 +770,7 @@ BASE_FEATURE(kUnifiedAutoplay, +@@ -775,7 +797,7 @@ BASE_FEATURE(kUnifiedAutoplay, "UnifiedAutoplay", base::FEATURE_ENABLED_BY_DEFAULT); @@ -85,7 +85,7 @@ // Enable vaapi/v4l2 video decoding on linux. This is already enabled by default // on chromeos, but needs an experiment on linux. BASE_FEATURE(kAcceleratedVideoDecodeLinux, -@@ -821,7 +843,7 @@ BASE_FEATURE(kVSyncMjpegDecoding, +@@ -848,7 +870,7 @@ BASE_FEATURE(kVSyncMjpegDecoding, "VSyncMjpegDecoding", base::FEATURE_DISABLED_BY_DEFAULT); #endif // defined(ARCH_CPU_X86_FAMILY) && BUILDFLAG(IS_CHROMEOS) @@ -94,7 +94,7 @@ // Enable H264 temporal layer encoding with V4L2 HW encoder on ChromeOS. BASE_FEATURE(kV4L2H264TemporalLayerHWEncoding, "V4L2H264TemporalLayerHWEncoding", -@@ -1398,7 +1420,7 @@ BASE_FEATURE(kUseOutOfProcessVideoDecoding, +@@ -1444,7 +1466,7 @@ BASE_FEATURE(kUseOutOfProcessVideoDecoding, ); #endif // BUILDFLAG(ALLOW_OOP_VIDEO_DECODER) @@ -103,7 +103,7 @@ // Spawn utility processes to perform hardware encode acceleration instead of // using the GPU process. BASE_FEATURE(kUseOutOfProcessVideoEncoding, -@@ -1480,7 +1502,7 @@ BASE_FEATURE(kRecordWebAudioEngagement, +@@ -1526,7 +1548,7 @@ BASE_FEATURE(kRecordWebAudioEngagement, "RecordWebAudioEngagement", base::FEATURE_ENABLED_BY_DEFAULT); @@ -112,3 +112,12 @@ // Reduces the number of buffers needed in the output video frame pool to // populate the Renderer pipeline for hardware accelerated VideoDecoder in // non-low latency scenarios. +@@ -1843,7 +1865,7 @@ bool IsSystemLoopbackCaptureSupported() { + #elif BUILDFLAG(IS_MAC) + return (IsMacSckSystemLoopbackCaptureSupported() || + IsMacCatapSystemLoopbackCaptureSupported()); +-#elif BUILDFLAG(IS_LINUX) && defined(USE_PULSEAUDIO) ++#elif (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && defined(USE_PULSEAUDIO) + return true; + #else + return false; diff --git a/www/chromium/files/patch-media_base_media__switches.h b/www/chromium/files/patch-media_base_media__switches.h index ec90f94782a3..935d851bba2d 100644 --- a/www/chromium/files/patch-media_base_media__switches.h +++ b/www/chromium/files/patch-media_base_media__switches.h @@ -1,6 +1,6 @@ ---- media/base/media_switches.h.orig 2025-08-07 06:57:29 UTC +--- media/base/media_switches.h.orig 2025-09-06 10:01:20 UTC +++ media/base/media_switches.h -@@ -340,13 +340,25 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kMediaRecorderHEVCSu +@@ -338,13 +338,25 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kMediaRecorderHEVCSu MEDIA_EXPORT BASE_DECLARE_FEATURE(kPlaybackSpeedButton); MEDIA_EXPORT BASE_DECLARE_FEATURE(kPreloadMediaEngagementData); MEDIA_EXPORT BASE_DECLARE_FEATURE(kPreloadMetadataSuspend); @@ -28,16 +28,16 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kReduceHardwareVideoDecoderBuffers); #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) MEDIA_EXPORT BASE_DECLARE_FEATURE(kResumeBackgroundVideo); -@@ -360,7 +372,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kSuspendMutedAudio); - MEDIA_EXPORT BASE_DECLARE_FEATURE(kUnifiedAutoplay); +@@ -363,7 +375,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kUnifiedAutoplay); MEDIA_EXPORT BASE_DECLARE_FEATURE(kUseAndroidOverlayForSecureOnly); MEDIA_EXPORT BASE_DECLARE_FEATURE(kUseFakeDeviceForMediaStream); + MEDIA_EXPORT BASE_DECLARE_FEATURE(kMediaStreamAccurateDroppedFrameCount); -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) MEDIA_EXPORT BASE_DECLARE_FEATURE(kAcceleratedVideoDecodeLinux); MEDIA_EXPORT BASE_DECLARE_FEATURE(kAcceleratedVideoDecodeLinuxGL); MEDIA_EXPORT BASE_DECLARE_FEATURE(kAcceleratedVideoEncodeLinux); -@@ -376,7 +388,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kVaapiAV1TemporalLay +@@ -379,7 +391,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kVaapiAV1TemporalLay MEDIA_EXPORT BASE_DECLARE_FEATURE(kVaapiVp9SModeHWEncoding); MEDIA_EXPORT BASE_DECLARE_FEATURE(kVSyncMjpegDecoding); #endif // defined(ARCH_CPU_X86_FAMILY) && BUILDFLAG(IS_CHROMEOS) @@ -46,7 +46,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kV4L2H264TemporalLayerHWEncoding); #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) MEDIA_EXPORT BASE_DECLARE_FEATURE(kVideoBlitColorAccuracy); -@@ -498,7 +510,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kBackgroundListening +@@ -497,7 +509,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kBackgroundListening MEDIA_EXPORT BASE_DECLARE_FEATURE(kUseOutOfProcessVideoDecoding); #endif // BUILDFLAG(ALLOW_OOP_VIDEO_DECODER) diff --git a/www/chromium/files/patch-media_base_video__frame.cc b/www/chromium/files/patch-media_base_video__frame.cc index 6ad9519f0f0f..703204f7ea01 100644 --- a/www/chromium/files/patch-media_base_video__frame.cc +++ b/www/chromium/files/patch-media_base_video__frame.cc @@ -1,6 +1,6 @@ ---- media/base/video_frame.cc.orig 2025-08-07 06:57:29 UTC +--- media/base/video_frame.cc.orig 2025-09-06 10:01:20 UTC +++ media/base/video_frame.cc -@@ -96,7 +96,7 @@ std::string VideoFrame::StorageTypeToString( +@@ -87,7 +87,7 @@ std::string VideoFrame::StorageTypeToString( return "OWNED_MEMORY"; case VideoFrame::STORAGE_SHMEM: return "SHMEM"; @@ -9,7 +9,7 @@ case VideoFrame::STORAGE_DMABUFS: return "DMABUFS"; #endif -@@ -110,7 +110,7 @@ std::string VideoFrame::StorageTypeToString( +@@ -101,7 +101,7 @@ std::string VideoFrame::StorageTypeToString( // static bool VideoFrame::IsStorageTypeMappable(VideoFrame::StorageType storage_type) { return @@ -18,25 +18,25 @@ // This is not strictly needed but makes explicit that, at VideoFrame // level, DmaBufs are not mappable from userspace. storage_type != VideoFrame::STORAGE_DMABUFS && -@@ -421,7 +421,7 @@ VideoFrame::CreateFrameForGpuMemoryBufferOrMappableSII +@@ -396,7 +396,7 @@ scoped_refptr<VideoFrame> VideoFrame::CreateFrameForMa plane_size.width() * VideoFrame::BytesPerElement(*format, plane); } uint64_t modifier = gfx::NativePixmapHandle::kNoModifier; -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - bool is_native_buffer = - gpu_memory_buffer - ? (gpu_memory_buffer->GetType() != gfx::SHARED_MEMORY_BUFFER) -@@ -850,7 +850,7 @@ scoped_refptr<VideoFrame> VideoFrame::WrapExternalGpuM - return frame; + bool is_native_buffer = !shared_image->IsSharedMemoryForVideoFrame(); + if (is_native_buffer) { + const auto gmb_handle = shared_image->CloneGpuMemoryBufferHandle(); +@@ -861,7 +861,7 @@ scoped_refptr<VideoFrame> VideoFrame::WrapExternalGpuM } + #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) // static scoped_refptr<VideoFrame> VideoFrame::WrapExternalDmabufs( const VideoFrameLayout& layout, -@@ -1541,7 +1541,7 @@ scoped_refptr<gpu::ClientSharedImage> VideoFrame::shar +@@ -1535,7 +1535,7 @@ scoped_refptr<gpu::ClientSharedImage> VideoFrame::shar return wrapped_frame_ ? wrapped_frame_->shared_image() : shared_image_; } diff --git a/www/chromium/files/patch-media_base_video__frame.h b/www/chromium/files/patch-media_base_video__frame.h index 6d532d788aa5..51b2c2913136 100644 --- a/www/chromium/files/patch-media_base_video__frame.h +++ b/www/chromium/files/patch-media_base_video__frame.h @@ -1,6 +1,6 @@ ---- media/base/video_frame.h.orig 2025-08-07 06:57:29 UTC +--- media/base/video_frame.h.orig 2025-09-06 10:01:20 UTC +++ media/base/video_frame.h -@@ -42,7 +42,7 @@ +@@ -41,7 +41,7 @@ #include "ui/gfx/geometry/size.h" #include "ui/gfx/hdr_metadata.h" @@ -9,7 +9,7 @@ #include "base/files/scoped_file.h" #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -@@ -88,7 +88,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte +@@ -95,7 +95,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte STORAGE_UNOWNED_MEMORY = 2, // External, non owned data pointers. STORAGE_OWNED_MEMORY = 3, // VideoFrame has allocated its own data buffer. STORAGE_SHMEM = 4, // Backed by read-only shared memory. @@ -18,16 +18,16 @@ STORAGE_DMABUFS = 5, // Each plane is stored into a DmaBuf. #endif STORAGE_GPU_MEMORY_BUFFER = 6, -@@ -400,7 +400,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte - ReleaseMailboxAndGpuMemoryBufferCB mailbox_holder_and_gmb_release_cb, +@@ -370,7 +370,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte base::TimeDelta timestamp); + #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) // Wraps provided dmabufs // (https://www.kernel.org/doc/html/latest/driver-api/dma-buf.html) with a // VideoFrame. The frame will take ownership of |dmabuf_fds|, and will -@@ -716,7 +716,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte +@@ -692,7 +692,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte // wait for the included sync point. scoped_refptr<gpu::ClientSharedImage> shared_image() const; @@ -36,7 +36,7 @@ // The number of DmaBufs will be equal or less than the number of planes of // the frame. If there are less, this means that the last FD contains the // remaining planes. Should be > 0 for STORAGE_DMABUFS. -@@ -954,7 +954,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte +@@ -927,7 +927,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte // GpuMemoryBuffers. Clients will set this flag while creating a VideoFrame. bool is_mappable_si_enabled_ = false; diff --git a/www/chromium/files/patch-media_ffmpeg_scripts_build__ffmpeg.py b/www/chromium/files/patch-media_ffmpeg_scripts_build__ffmpeg.py index 9b83eed1f968..de016ddcc962 100644 --- a/www/chromium/files/patch-media_ffmpeg_scripts_build__ffmpeg.py +++ b/www/chromium/files/patch-media_ffmpeg_scripts_build__ffmpeg.py @@ -1,4 +1,4 @@ ---- media/ffmpeg/scripts/build_ffmpeg.py.orig 2025-07-02 06:08:04 UTC +--- media/ffmpeg/scripts/build_ffmpeg.py.orig 2025-09-06 10:01:20 UTC +++ media/ffmpeg/scripts/build_ffmpeg.py @@ -33,7 +33,7 @@ NDK_ROOT_DIR = os.path.abspath( SUCCESS_TOKEN = 'THIS_BUILD_WORKED' @@ -12,13 +12,13 @@ @@ -43,6 +43,8 @@ BRANDINGS = [ ARCH_MAP = { 'android': ['ia32', 'x64', 'arm-neon', 'arm64'], - 'linux': ['ia32', 'x64', 'noasm-x64', 'arm', 'arm-neon', 'arm64'], + 'linux': ['ia32', 'x64', 'noasm-x64', 'arm', 'arm-neon', 'arm64', 'riscv64'], + 'openbsd': ['x64', 'arm64', 'ia32'], + 'freebsd': ['x64', 'arm64', 'ia32'], 'mac': ['x64', 'arm64'], 'win': ['ia32', 'x64', 'arm64'], } -@@ -122,7 +124,7 @@ def PrintAndCheckCall(argv, *args, **kwargs): +@@ -124,7 +126,7 @@ def PrintAndCheckCall(argv, *args, **kwargs): def GetDsoName(target_os, dso_name, dso_version): @@ -27,7 +27,7 @@ return 'lib%s.so.%s' % (dso_name, dso_version) elif target_os == 'mac': return 'lib%s.%s.dylib' % (dso_name, dso_version) -@@ -473,7 +475,7 @@ def BuildFFmpeg(target_os, target_arch, host_os, host_ +@@ -475,7 +477,7 @@ def BuildFFmpeg(target_os, target_arch, host_os, host_ # removing <sys/sysctl.h> soon, so this is needed to silence a deprecation # #warning which will be converted to an error via -Werror. # There is also no prctl.h @@ -36,7 +36,7 @@ pre_make_rewrites += [ (r'(#define HAVE_SYSCTL [01])', r'#define HAVE_SYSCTL 0 /* \1 -- forced to 0 for Fuchsia */'), -@@ -596,7 +598,7 @@ def main(argv): +@@ -598,7 +600,7 @@ def main(argv): configure_args = args[2:] if target_os not in ('android', 'linux', 'linux-noasm', 'mac', 'win', @@ -45,7 +45,7 @@ parser.print_help() return 1 -@@ -710,7 +712,7 @@ def ConfigureAndBuild(target_arch, target_os, host_os, +@@ -712,7 +714,7 @@ def ConfigureAndBuild(target_arch, target_os, host_os, '--optflags="-O2"', ]) @@ -54,7 +54,7 @@ if target_arch == 'x64': if target_os == 'android': configure_flags['Common'].extend([ -@@ -825,9 +827,6 @@ def ConfigureAndBuild(target_arch, target_os, host_os, +@@ -827,9 +829,6 @@ def ConfigureAndBuild(target_arch, target_os, host_os, configure_flags['Common'].extend([ '--target-os=linux', diff --git a/www/chromium/files/patch-media_ffmpeg_scripts_robo__lib_config.py b/www/chromium/files/patch-media_ffmpeg_scripts_robo__lib_config.py index ab5ebfcfc23c..663f2ac6ed62 100644 --- a/www/chromium/files/patch-media_ffmpeg_scripts_robo__lib_config.py +++ b/www/chromium/files/patch-media_ffmpeg_scripts_robo__lib_config.py @@ -1,4 +1,4 @@ ---- media/ffmpeg/scripts/robo_lib/config.py.orig 2025-08-07 06:57:29 UTC +--- media/ffmpeg/scripts/robo_lib/config.py.orig 2025-09-06 10:01:20 UTC +++ media/ffmpeg/scripts/robo_lib/config.py @@ -56,19 +56,13 @@ class RoboConfiguration: self._llvm_path = os.path.join(self.chrome_src(), "third_party", @@ -32,7 +32,7 @@ self._host_architecture = "arm64" elif platform.machine() == "mips32": self._host_architecture = "mipsel" -@@ -228,6 +222,10 @@ class RoboConfiguration: +@@ -230,6 +224,10 @@ class RoboConfiguration: elif platform.system() == "Windows" or "CYGWIN_NT" in platform.system( ): self._host_operating_system = "win" @@ -43,7 +43,7 @@ else: raise ValueError(f"Unsupported platform: {platform.system()}") -@@ -236,8 +234,8 @@ class RoboConfiguration: +@@ -238,8 +236,8 @@ class RoboConfiguration: wd = os.getcwd() # Walk up the tree until we find src/AUTHORS while wd != "/": diff --git a/www/chromium/files/patch-media_gpu_chromeos_mailbox__video__frame__converter.cc b/www/chromium/files/patch-media_gpu_chromeos_mailbox__video__frame__converter.cc index c103c07306e8..e14826eea5cf 100644 --- a/www/chromium/files/patch-media_gpu_chromeos_mailbox__video__frame__converter.cc +++ b/www/chromium/files/patch-media_gpu_chromeos_mailbox__video__frame__converter.cc @@ -1,11 +1,11 @@ ---- media/gpu/chromeos/mailbox_video_frame_converter.cc.orig 2025-05-05 10:57:53 UTC +--- media/gpu/chromeos/mailbox_video_frame_converter.cc.orig 2025-09-06 10:01:20 UTC +++ media/gpu/chromeos/mailbox_video_frame_converter.cc -@@ -68,7 +68,7 @@ viz::SharedImageFormat GetSharedImageFormat(gfx::Buffe - << static_cast<int>(buffer_format); - NOTREACHED(); +@@ -321,7 +321,7 @@ bool MailboxVideoFrameConverter::GenerateSharedImage( + VideoPixelFormatToString(origin_frame->format())); + return false; } -#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) // If format is true multiplanar format, we prefer external sampler on // ChromeOS and Linux. - if (format.is_multi_plane()) { + if (si_format->is_multi_plane()) { diff --git a/www/chromium/files/patch-media_gpu_chromeos_platform__video__frame__utils.cc b/www/chromium/files/patch-media_gpu_chromeos_platform__video__frame__utils.cc index c8ada7c79f9d..a46931e30834 100644 --- a/www/chromium/files/patch-media_gpu_chromeos_platform__video__frame__utils.cc +++ b/www/chromium/files/patch-media_gpu_chromeos_platform__video__frame__utils.cc @@ -1,6 +1,6 @@ ---- media/gpu/chromeos/platform_video_frame_utils.cc.orig 2025-07-02 06:08:04 UTC +--- media/gpu/chromeos/platform_video_frame_utils.cc.orig 2025-09-06 10:01:20 UTC +++ media/gpu/chromeos/platform_video_frame_utils.cc -@@ -69,7 +69,7 @@ static std::unique_ptr<ui::GbmDevice> CreateGbmDevice( +@@ -71,7 +71,7 @@ static std::unique_ptr<ui::GbmDevice> CreateGbmDevice( const base::FilePath dev_path(FILE_PATH_LITERAL( base::StrCat({drm_node_file_prefix, base::NumberToString(i)}))); @@ -9,7 +9,7 @@ const bool is_render_node = base::Contains(drm_node_file_prefix, "render"); // TODO(b/313513760): don't guard base::File::FLAG_WRITE behind -@@ -190,7 +190,7 @@ class GbmDeviceWrapper { +@@ -192,7 +192,7 @@ class GbmDeviceWrapper { const base::FilePath dev_path( base::CommandLine::ForCurrentProcess()->GetSwitchValuePath( switches::kRenderNodeOverride)); diff --git a/www/chromium/files/patch-media_gpu_gpu__video__encode__accelerator__factory.cc b/www/chromium/files/patch-media_gpu_gpu__video__encode__accelerator__factory.cc index 5401fc494c18..af2cc38e4100 100644 --- a/www/chromium/files/patch-media_gpu_gpu__video__encode__accelerator__factory.cc +++ b/www/chromium/files/patch-media_gpu_gpu__video__encode__accelerator__factory.cc @@ -1,6 +1,6 @@ ---- media/gpu/gpu_video_encode_accelerator_factory.cc.orig 2025-05-05 10:57:53 UTC +--- media/gpu/gpu_video_encode_accelerator_factory.cc.orig 2025-09-06 10:01:20 UTC +++ media/gpu/gpu_video_encode_accelerator_factory.cc -@@ -160,7 +160,7 @@ std::vector<VEAFactoryFunction> GetVEAFactoryFunctions +@@ -162,7 +162,7 @@ std::vector<VEAFactoryFunction> GetVEAFactoryFunctions } #if BUILDFLAG(USE_VAAPI) @@ -9,7 +9,7 @@ if (base::FeatureList::IsEnabled(kAcceleratedVideoEncodeLinux)) { vea_factory_functions->push_back(base::BindRepeating(&CreateVaapiVEA)); } -@@ -168,7 +168,7 @@ std::vector<VEAFactoryFunction> GetVEAFactoryFunctions +@@ -170,7 +170,7 @@ std::vector<VEAFactoryFunction> GetVEAFactoryFunctions vea_factory_functions->push_back(base::BindRepeating(&CreateVaapiVEA)); #endif #elif BUILDFLAG(USE_V4L2_CODEC) diff --git a/www/chromium/files/patch-media_gpu_test_video__frame__validator.cc b/www/chromium/files/patch-media_gpu_test_video__frame__validator.cc index 2774a9a9b427..ca0ed63cffc5 100644 --- a/www/chromium/files/patch-media_gpu_test_video__frame__validator.cc +++ b/www/chromium/files/patch-media_gpu_test_video__frame__validator.cc @@ -1,6 +1,6 @@ ---- media/gpu/test/video_frame_validator.cc.orig 2025-08-07 06:57:29 UTC +--- media/gpu/test/video_frame_validator.cc.orig 2025-09-06 10:01:20 UTC +++ media/gpu/test/video_frame_validator.cc -@@ -33,7 +33,7 @@ +@@ -29,7 +29,7 @@ #include "media/media_buildflags.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/www/chromium/files/patch-media_gpu_vaapi_vaapi__video__decoder.cc b/www/chromium/files/patch-media_gpu_vaapi_vaapi__video__decoder.cc index 7d713531903c..6a586e88afc9 100644 --- a/www/chromium/files/patch-media_gpu_vaapi_vaapi__video__decoder.cc +++ b/www/chromium/files/patch-media_gpu_vaapi_vaapi__video__decoder.cc @@ -1,6 +1,6 @@ ---- media/gpu/vaapi/vaapi_video_decoder.cc.orig 2025-08-07 06:57:29 UTC +--- media/gpu/vaapi/vaapi_video_decoder.cc.orig 2025-09-06 10:01:20 UTC +++ media/gpu/vaapi/vaapi_video_decoder.cc -@@ -785,7 +785,7 @@ void VaapiVideoDecoder::ApplyResolutionChangeWithScree +@@ -787,7 +787,7 @@ void VaapiVideoDecoder::ApplyResolutionChangeWithScree const gfx::Size decoder_natural_size = aspect_ratio_.GetNaturalSize(decoder_visible_rect); diff --git a/www/chromium/files/patch-media_media__options.gni b/www/chromium/files/patch-media_media__options.gni index 88d69961b266..c5ac175dbd70 100644 --- a/www/chromium/files/patch-media_media__options.gni +++ b/www/chromium/files/patch-media_media__options.gni @@ -1,6 +1,6 @@ ---- media/media_options.gni.orig 2025-07-02 06:08:04 UTC +--- media/media_options.gni.orig 2025-09-06 10:01:20 UTC +++ media/media_options.gni -@@ -200,12 +200,15 @@ declare_args() { +@@ -206,12 +206,15 @@ declare_args() { # Enables runtime selection of ALSA library for audio. use_alsa = false diff --git a/www/chromium/files/patch-media_mojo_mojom_BUILD.gn b/www/chromium/files/patch-media_mojo_mojom_BUILD.gn index bac04658cf39..e54f25e5148b 100644 --- a/www/chromium/files/patch-media_mojo_mojom_BUILD.gn +++ b/www/chromium/files/patch-media_mojo_mojom_BUILD.gn @@ -1,6 +1,6 @@ ---- media/mojo/mojom/BUILD.gn.orig 2025-08-07 06:57:29 UTC +--- media/mojo/mojom/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ media/mojo/mojom/BUILD.gn -@@ -979,7 +979,7 @@ source_set("test_support") { +@@ -962,7 +962,7 @@ source_set("test_support") { sources = [] deps = [] diff --git a/www/chromium/files/patch-media_mojo_mojom_video__frame__mojom__traits.cc b/www/chromium/files/patch-media_mojo_mojom_video__frame__mojom__traits.cc index aa3411ee0679..4c72fc20de0a 100644 --- a/www/chromium/files/patch-media_mojo_mojom_video__frame__mojom__traits.cc +++ b/www/chromium/files/patch-media_mojo_mojom_video__frame__mojom__traits.cc @@ -1,6 +1,6 @@ ---- media/mojo/mojom/video_frame_mojom_traits.cc.orig 2025-08-07 06:57:29 UTC +--- media/mojo/mojom/video_frame_mojom_traits.cc.orig 2025-09-06 10:01:20 UTC +++ media/mojo/mojom/video_frame_mojom_traits.cc -@@ -23,7 +23,7 @@ +@@ -21,7 +21,7 @@ #include "ui/gfx/mojom/color_space_mojom_traits.h" #include "ui/gfx/mojom/hdr_metadata_mojom_traits.h" @@ -9,7 +9,7 @@ #include "base/posix/eintr_wrapper.h" #include "media/gpu/buffer_validation.h" #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -@@ -160,7 +160,7 @@ media::mojom::VideoFrameDataPtr MakeVideoFrameData( +@@ -188,7 +188,7 @@ media::mojom::VideoFrameDataPtr MakeVideoFrameData( media::mojom::OpaqueVideoFrameData::New()); } @@ -18,7 +18,7 @@ if (input->storage_type() == media::VideoFrame::STORAGE_DMABUFS) { // Duplicates the DMA buffer FDs to a new vector since this cannot take // ownership of the FDs in |input| due to constness. -@@ -191,7 +191,7 @@ media::mojom::VideoFrameDataPtr MakeVideoFrameData( +@@ -219,7 +219,7 @@ media::mojom::VideoFrameDataPtr MakeVideoFrameData( } // namespace @@ -27,7 +27,7 @@ // static bool StructTraits< media::mojom::ColorPlaneLayoutDataView, -@@ -430,7 +430,7 @@ bool StructTraits<media::mojom::VideoFrameDataView, +@@ -442,7 +442,7 @@ bool StructTraits<media::mojom::VideoFrameDataView, frame = media::VideoFrame::WrapTrackingToken( format, *metadata.tracking_token, coded_size, visible_rect, natural_size, timestamp); diff --git a/www/chromium/files/patch-media_video_gpu__memory__buffer__video__frame__pool.cc b/www/chromium/files/patch-media_video_gpu__memory__buffer__video__frame__pool.cc index fadb11d7be0a..e8b0914ac183 100644 --- a/www/chromium/files/patch-media_video_gpu__memory__buffer__video__frame__pool.cc +++ b/www/chromium/files/patch-media_video_gpu__memory__buffer__video__frame__pool.cc @@ -1,6 +1,6 @@ ---- media/video/gpu_memory_buffer_video_frame_pool.cc.orig 2025-07-02 06:08:04 UTC +--- media/video/gpu_memory_buffer_video_frame_pool.cc.orig 2025-09-06 10:01:20 UTC +++ media/video/gpu_memory_buffer_video_frame_pool.cc -@@ -647,7 +647,7 @@ void GpuMemoryBufferVideoFramePool::PoolImpl::CreateHa +@@ -651,7 +651,7 @@ void GpuMemoryBufferVideoFramePool::PoolImpl::CreateHa } bool is_software_backed_video_frame = !video_frame->HasSharedImage(); @@ -9,8 +9,8 @@ is_software_backed_video_frame &= !video_frame->HasDmaBufs(); #endif -@@ -1054,7 +1054,7 @@ scoped_refptr<VideoFrame> GpuMemoryBufferVideoFramePoo - media::IOSurfaceIsWebGPUCompatible(handle.io_surface.get()); +@@ -1052,7 +1052,7 @@ scoped_refptr<VideoFrame> GpuMemoryBufferVideoFramePoo + media::IOSurfaceIsWebGPUCompatible(handle.io_surface().get()); #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) @@ -18,7 +18,7 @@ is_webgpu_compatible = handle.type == gfx::NATIVE_PIXMAP && handle.native_pixmap_handle().supports_zero_copy_webgpu_import; -@@ -1226,7 +1226,7 @@ GpuMemoryBufferVideoFramePool::PoolImpl::GetOrCreateFr +@@ -1220,7 +1220,7 @@ GpuMemoryBufferVideoFramePool::PoolImpl::GetOrCreateFr si_usage |= gpu::SHARED_IMAGE_USAGE_SCANOUT; } diff --git a/www/chromium/files/patch-media_video_video__encode__accelerator__adapter.cc b/www/chromium/files/patch-media_video_video__encode__accelerator__adapter.cc index 15c58a7e2664..50bae2580ff2 100644 --- a/www/chromium/files/patch-media_video_video__encode__accelerator__adapter.cc +++ b/www/chromium/files/patch-media_video_video__encode__accelerator__adapter.cc @@ -1,6 +1,6 @@ ---- media/video/video_encode_accelerator_adapter.cc.orig 2025-08-07 06:57:29 UTC +--- media/video/video_encode_accelerator_adapter.cc.orig 2025-09-06 10:01:20 UTC +++ media/video/video_encode_accelerator_adapter.cc -@@ -470,7 +470,7 @@ void VideoEncodeAcceleratorAdapter::InitializeOnAccele +@@ -467,7 +467,7 @@ void VideoEncodeAcceleratorAdapter::InitializeOnAccele auto format = PIXEL_FORMAT_I420; auto storage_type = VideoEncodeAccelerator::Config::StorageType::kShmem; diff --git a/www/chromium/files/patch-media_webrtc_audio__processor.cc b/www/chromium/files/patch-media_webrtc_audio__processor.cc index cf52d6b63a2f..f6bdaa9ab780 100644 --- a/www/chromium/files/patch-media_webrtc_audio__processor.cc +++ b/www/chromium/files/patch-media_webrtc_audio__processor.cc @@ -1,6 +1,6 @@ ---- media/webrtc/audio_processor.cc.orig 2025-07-02 06:08:04 UTC +--- media/webrtc/audio_processor.cc.orig 2025-09-06 10:01:20 UTC +++ media/webrtc/audio_processor.cc -@@ -507,7 +507,7 @@ std::optional<double> AudioProcessor::ProcessData( +@@ -510,7 +510,7 @@ std::optional<double> AudioProcessor::ProcessData( // controller. #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) DCHECK_LE(volume, 1.0); diff --git a/www/chromium/files/patch-media_webrtc_helpers__unittests.cc b/www/chromium/files/patch-media_webrtc_helpers__unittests.cc index cc67a9e7177e..afba69847ae4 100644 --- a/www/chromium/files/patch-media_webrtc_helpers__unittests.cc +++ b/www/chromium/files/patch-media_webrtc_helpers__unittests.cc @@ -1,6 +1,6 @@ ---- media/webrtc/helpers_unittests.cc.orig 2025-02-19 07:43:18 UTC +--- media/webrtc/helpers_unittests.cc.orig 2025-09-06 10:01:20 UTC +++ media/webrtc/helpers_unittests.cc -@@ -39,7 +39,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, CheckDefau +@@ -38,7 +38,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, CheckDefau EXPECT_TRUE(config.echo_canceller.enabled); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ EXPECT_FALSE(config.gain_controller1.enabled); EXPECT_TRUE(config.gain_controller2.enabled); #elif BUILDFLAG(IS_CASTOS) || BUILDFLAG(IS_CAST_ANDROID) -@@ -66,7 +66,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, +@@ -65,7 +65,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -18,7 +18,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, InputVolumeAdjustmentEnabledWithAgc2) { ::base::test::ScopedFeatureList feature_list; -@@ -82,7 +82,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, +@@ -81,7 +81,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) @@ -27,7 +27,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, CanDisableInputVolumeAdjustmentWithAgc2) { ::base::test::ScopedFeatureList feature_list; -@@ -99,7 +99,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, +@@ -98,7 +98,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-mojo_core_BUILD.gn b/www/chromium/files/patch-mojo_core_BUILD.gn index acb8f8d8386f..08dfed902da3 100644 --- a/www/chromium/files/patch-mojo_core_BUILD.gn +++ b/www/chromium/files/patch-mojo_core_BUILD.gn @@ -1,11 +1,11 @@ ---- mojo/core/BUILD.gn.orig 2025-07-02 06:08:04 UTC +--- mojo/core/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ mojo/core/BUILD.gn -@@ -164,7 +164,7 @@ source_set("impl_for_embedder") { - ] - } +@@ -161,7 +161,7 @@ source_set("impl_for_embedder") { + "channel_posix.h", + ] -- if ((is_linux || is_chromeos || is_android) && !is_nacl) { -+ if ((is_linux || is_chromeos || is_android) && !is_nacl && !is_bsd) { +- if (is_linux || is_chromeos || is_android) { ++ if ((is_linux || is_chromeos || is_android) && !is_bsd) { sources += [ "channel_linux.cc", "channel_linux.h", diff --git a/www/chromium/files/patch-mojo_core_channel.cc b/www/chromium/files/patch-mojo_core_channel.cc index a00b2f95b61f..bf4014dcada0 100644 --- a/www/chromium/files/patch-mojo_core_channel.cc +++ b/www/chromium/files/patch-mojo_core_channel.cc @@ -1,6 +1,6 @@ ---- mojo/core/channel.cc.orig 2025-08-07 06:57:29 UTC +--- mojo/core/channel.cc.orig 2025-09-06 10:01:20 UTC +++ mojo/core/channel.cc -@@ -84,7 +84,11 @@ const size_t kMaxAttachedHandles = 64; +@@ -80,7 +80,11 @@ const size_t kMaxAttachedHandles = 64; const size_t kMaxAttachedHandles = 253; #endif // BUILDFLAG(IS_FUCHSIA) @@ -12,3 +12,12 @@ Channel::AlignedBuffer MakeAlignedBuffer(size_t size) { // Generic allocators (such as malloc) return a pointer that is suitably // aligned for storing any type of object with a fundamental alignment +@@ -1162,7 +1166,7 @@ void Channel::LogHistogramForIPCMetrics(MessageType ty + } + + // Currently only CrOs, Linux, and Android support upgrades. +-#if !(BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_ANDROID)) ++#if !(BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD)) + // static + MOJO_SYSTEM_IMPL_EXPORT bool Channel::SupportsChannelUpgrade() { + return false; diff --git a/www/chromium/files/patch-mojo_core_embedder_features.h b/www/chromium/files/patch-mojo_core_embedder_features.h index bf298c54db6c..af452a35d6c5 100644 --- a/www/chromium/files/patch-mojo_core_embedder_features.h +++ b/www/chromium/files/patch-mojo_core_embedder_features.h @@ -1,9 +1,9 @@ ---- mojo/core/embedder/features.h.orig 2023-04-28 17:01:32 UTC +--- mojo/core/embedder/features.h.orig 2025-09-06 10:01:20 UTC +++ mojo/core/embedder/features.h -@@ -16,7 +16,7 @@ namespace core { +@@ -15,7 +15,7 @@ namespace mojo { + namespace core { - #if BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_NACL) && \ - !BUILDFLAG(MOJO_USE_APPLE_CHANNEL) + #if BUILDFLAG(IS_POSIX) && !BUILDFLAG(MOJO_USE_APPLE_CHANNEL) -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) COMPONENT_EXPORT(MOJO_CORE_EMBEDDER_FEATURES) diff --git a/www/chromium/files/patch-mojo_public_tools_bindings_mojom.gni b/www/chromium/files/patch-mojo_public_tools_bindings_mojom.gni index 69e69e009bda..15d5df3b9489 100644 --- a/www/chromium/files/patch-mojo_public_tools_bindings_mojom.gni +++ b/www/chromium/files/patch-mojo_public_tools_bindings_mojom.gni @@ -1,6 +1,6 @@ ---- mojo/public/tools/bindings/mojom.gni.orig 2025-05-05 10:57:53 UTC +--- mojo/public/tools/bindings/mojom.gni.orig 2025-09-06 10:01:20 UTC +++ mojo/public/tools/bindings/mojom.gni -@@ -774,6 +774,16 @@ template("mojom") { +@@ -762,6 +762,16 @@ template("mojom") { enabled_features += [ "is_apple" ] } diff --git a/www/chromium/files/patch-net_BUILD.gn b/www/chromium/files/patch-net_BUILD.gn index e9e4804fd0c0..614982b709d1 100644 --- a/www/chromium/files/patch-net_BUILD.gn +++ b/www/chromium/files/patch-net_BUILD.gn @@ -1,4 +1,4 @@ ---- net/BUILD.gn.orig 2025-08-07 06:57:29 UTC +--- net/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ net/BUILD.gn @@ -126,7 +126,7 @@ net_configs = [ "//build/config/compiler:wexit_time_destructors", @@ -9,7 +9,7 @@ net_configs += [ "//build/config/linux:libresolv" ] } -@@ -1349,6 +1349,19 @@ component("net") { +@@ -1356,6 +1356,19 @@ component("net") { ] } @@ -29,7 +29,7 @@ if (is_mac) { sources += [ "base/network_notification_thread_mac.cc", -@@ -1512,7 +1525,7 @@ component("net") { +@@ -1519,7 +1532,7 @@ component("net") { } # Use getifaddrs() on POSIX platforms, except Linux. @@ -38,7 +38,7 @@ sources += [ "base/network_interfaces_getifaddrs.cc", "base/network_interfaces_getifaddrs.h", -@@ -2236,7 +2249,7 @@ static_library("test_support") { +@@ -2252,7 +2265,7 @@ static_library("test_support") { ] } @@ -47,7 +47,7 @@ sources += [ "base/address_tracker_linux_test_util.cc", "base/address_tracker_linux_test_util.h", -@@ -3056,14 +3069,14 @@ target(_test_target_type, "net_unittests") { +@@ -3050,14 +3063,14 @@ target(_test_target_type, "net_unittests") { ] } @@ -64,7 +64,7 @@ sources += [ "base/address_tracker_linux_unittest.cc", "base/network_interfaces_linux_unittest.cc", -@@ -3164,6 +3177,10 @@ target(_test_target_type, "net_unittests") { +@@ -3158,6 +3171,10 @@ target(_test_target_type, "net_unittests") { ] } @@ -75,16 +75,16 @@ if (enable_websockets) { sources += [ "server/http_connection_unittest.cc", -@@ -3229,7 +3246,7 @@ target(_test_target_type, "net_unittests") { - ] - } +@@ -3214,7 +3231,7 @@ target(_test_target_type, "net_unittests") { + ] + data_deps = [ "//testing/buildbot/filters:net_unittests_filters" ] - if (is_linux || is_chromeos) { + if ((is_linux || is_chromeos) && !is_bsd) { sources += [ "tools/quic/quic_simple_server_test.cc" ] } -@@ -3367,7 +3384,7 @@ target(_test_target_type, "net_unittests") { +@@ -3344,7 +3361,7 @@ target(_test_target_type, "net_unittests") { } # Use getifaddrs() on POSIX platforms, except Linux. diff --git a/www/chromium/files/patch-net_base_features.cc b/www/chromium/files/patch-net_base_features.cc index 46045ee1946b..5301b3269f9d 100644 --- a/www/chromium/files/patch-net_base_features.cc +++ b/www/chromium/files/patch-net_base_features.cc @@ -1,6 +1,6 @@ ---- net/base/features.cc.orig 2025-07-02 06:08:04 UTC +--- net/base/features.cc.orig 2025-09-06 10:01:20 UTC +++ net/base/features.cc -@@ -31,7 +31,7 @@ BASE_FEATURE(kCapReferrerToOriginOnCrossOrigin, +@@ -32,7 +32,7 @@ BASE_FEATURE(kCapReferrerToOriginOnCrossOrigin, BASE_FEATURE(kAsyncDns, "AsyncDns", #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_ANDROID) || \ @@ -9,3 +9,12 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT +@@ -711,7 +711,7 @@ BASE_FEATURE(kReportingApiEnableEnterpriseCookieIssues + + BASE_FEATURE(kSimdutfBase64Support, + "SimdutfBase64Support", +-#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + base::FEATURE_ENABLED_BY_DEFAULT + #else + base::FEATURE_DISABLED_BY_DEFAULT diff --git a/www/chromium/files/patch-net_disk__cache_backend__experiment.h b/www/chromium/files/patch-net_disk__cache_backend__experiment.h index b286abed6dda..c1b1db6d1af3 100644 --- a/www/chromium/files/patch-net_disk__cache_backend__experiment.h +++ b/www/chromium/files/patch-net_disk__cache_backend__experiment.h @@ -1,6 +1,6 @@ ---- net/disk_cache/backend_experiment.h.orig 2024-11-14 07:57:23 UTC +--- net/disk_cache/backend_experiment.h.orig 2025-09-06 10:01:20 UTC +++ net/disk_cache/backend_experiment.h -@@ -14,7 +14,7 @@ namespace disk_cache { +@@ -15,7 +15,7 @@ namespace disk_cache { // default. constexpr bool IsSimpleBackendEnabledByDefaultPlatform() { return BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) || diff --git a/www/chromium/files/patch-net_dns_address__sorter__posix.cc b/www/chromium/files/patch-net_dns_address__sorter__posix.cc index 974c87f29130..60a4e68c95f3 100644 --- a/www/chromium/files/patch-net_dns_address__sorter__posix.cc +++ b/www/chromium/files/patch-net_dns_address__sorter__posix.cc @@ -1,6 +1,6 @@ ---- net/dns/address_sorter_posix.cc.orig 2024-07-30 11:12:21 UTC +--- net/dns/address_sorter_posix.cc.orig 2025-09-06 10:01:20 UTC +++ net/dns/address_sorter_posix.cc -@@ -32,6 +32,7 @@ +@@ -33,6 +33,7 @@ #include "net/dns/netinet_in_var_ios.h" #else #include <netinet/in_var.h> diff --git a/www/chromium/files/patch-net_dns_public_resolv__reader.cc b/www/chromium/files/patch-net_dns_public_resolv__reader.cc new file mode 100644 index 000000000000..95af21540dbb --- /dev/null +++ b/www/chromium/files/patch-net_dns_public_resolv__reader.cc @@ -0,0 +1,11 @@ +--- net/dns/public/resolv_reader.cc.orig 2025-09-06 10:01:20 UTC ++++ net/dns/public/resolv_reader.cc +@@ -34,7 +34,7 @@ std::unique_ptr<ScopedResState> ResolvReader::GetResSt + } + + bool ResolvReader::IsLikelySystemdResolved() { +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_BSD) + // Look for a single 127.0.0.53:53 nameserver endpoint. The only known + // significant usage of such a configuration is the systemd-resolved local + // resolver, so it is then a fairly safe assumption that any DNS queries to diff --git a/www/chromium/files/patch-net_quic_quic__network__transaction__unittest.cc b/www/chromium/files/patch-net_quic_quic__network__transaction__unittest.cc deleted file mode 100644 index b2d6fe26fc37..000000000000 --- a/www/chromium/files/patch-net_quic_quic__network__transaction__unittest.cc +++ /dev/null @@ -1,28 +0,0 @@ ---- net/quic/quic_network_transaction_unittest.cc.orig 2025-08-07 06:57:29 UTC -+++ net/quic/quic_network_transaction_unittest.cc -@@ -5203,10 +5203,10 @@ TEST_P(QuicNetworkTransactionTest, RstStreamBeforeHead - - TEST_P(QuicNetworkTransactionTest, BrokenAlternateProtocol) { - // Alternate-protocol job -- std::unique_ptr<quic::QuicEncryptedPacket> close( -+ std::unique_ptr<quic::QuicEncryptedPacket> test_close( - ConstructServerConnectionClosePacket(1)); - MockRead quic_reads[] = { -- MockRead(ASYNC, close->data(), close->length()), -+ MockRead(ASYNC, test_close->data(), test_close->length()), - MockRead(ASYNC, ERR_IO_PENDING), // No more data to read - MockRead(ASYNC, OK), // EOF - }; -@@ -5249,10 +5249,10 @@ TEST_P(QuicNetworkTransactionTest, - http_server_properties_ = std::make_unique<HttpServerProperties>(); - - // Alternate-protocol job -- std::unique_ptr<quic::QuicEncryptedPacket> close( -+ std::unique_ptr<quic::QuicEncryptedPacket> test_close( - ConstructServerConnectionClosePacket(1)); - MockRead quic_reads[] = { -- MockRead(ASYNC, close->data(), close->length()), -+ MockRead(ASYNC, test_close->data(), test_close->length()), - MockRead(ASYNC, ERR_IO_PENDING), // No more data to read - MockRead(ASYNC, OK), // EOF - }; diff --git a/www/chromium/files/patch-net_url__request_url__request__context.cc b/www/chromium/files/patch-net_url__request_url__request__context.cc index a21256a72eb2..7191cd6fdb72 100644 --- a/www/chromium/files/patch-net_url__request_url__request__context.cc +++ b/www/chromium/files/patch-net_url__request_url__request__context.cc @@ -1,6 +1,6 @@ ---- net/url_request/url_request_context.cc.orig 2025-08-07 06:57:29 UTC +--- net/url_request/url_request_context.cc.orig 2025-09-06 10:01:20 UTC +++ net/url_request/url_request_context.cc -@@ -120,7 +120,7 @@ const HttpNetworkSessionContext* URLRequestContext::Ge +@@ -128,7 +128,7 @@ const HttpNetworkSessionContext* URLRequestContext::Ge return &network_session->context(); } diff --git a/www/chromium/files/patch-net_url__request_url__request__context__builder.cc b/www/chromium/files/patch-net_url__request_url__request__context__builder.cc index 6de33a948c95..2a5ec6da18b3 100644 --- a/www/chromium/files/patch-net_url__request_url__request__context__builder.cc +++ b/www/chromium/files/patch-net_url__request_url__request__context__builder.cc @@ -1,6 +1,6 @@ ---- net/url_request/url_request_context_builder.cc.orig 2025-05-28 14:55:43 UTC +--- net/url_request/url_request_context_builder.cc.orig 2025-09-06 10:01:20 UTC +++ net/url_request/url_request_context_builder.cc -@@ -444,7 +444,7 @@ std::unique_ptr<URLRequestContext> URLRequestContextBu +@@ -446,7 +446,7 @@ std::unique_ptr<URLRequestContext> URLRequestContextBu } if (!proxy_resolution_service_) { diff --git a/www/chromium/files/patch-pdf_pdfium_pdfium__engine.cc b/www/chromium/files/patch-pdf_pdfium_pdfium__engine.cc index 5831d642c428..f46f08c8a6d2 100644 --- a/www/chromium/files/patch-pdf_pdfium_pdfium__engine.cc +++ b/www/chromium/files/patch-pdf_pdfium_pdfium__engine.cc @@ -1,6 +1,6 @@ ---- pdf/pdfium/pdfium_engine.cc.orig 2025-08-07 06:57:29 UTC +--- pdf/pdfium/pdfium_engine.cc.orig 2025-09-06 10:01:20 UTC +++ pdf/pdfium/pdfium_engine.cc -@@ -114,7 +114,7 @@ +@@ -113,7 +113,7 @@ #include "ui/accessibility/ax_features.mojom-features.h" #endif @@ -9,7 +9,7 @@ #include "pdf/pdfium/pdfium_font_linux.h" #endif -@@ -566,7 +566,7 @@ void InitializeSDK(bool enable_v8, +@@ -565,7 +565,7 @@ void InitializeSDK(bool enable_v8, FPDF_InitLibraryWithConfig(&config); diff --git a/www/chromium/files/patch-printing_backend_cups__helper.cc b/www/chromium/files/patch-printing_backend_cups__helper.cc new file mode 100644 index 000000000000..33af1098f672 --- /dev/null +++ b/www/chromium/files/patch-printing_backend_cups__helper.cc @@ -0,0 +1,52 @@ +--- printing/backend/cups_helper.cc.orig 2025-09-06 10:01:20 UTC ++++ printing/backend/cups_helper.cc +@@ -13,7 +13,7 @@ + #include "base/time/time.h" + #include "build/build_config.h" + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #include <cups/ppd.h> + #include <stddef.h> + #include <stdio.h> +@@ -43,11 +43,11 @@ + #include "url/gurl.h" + #endif // BUILDFLAG(IS_LINUX) + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #include "printing/backend/cups_weak_functions.h" + #endif + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + using base::EqualsCaseInsensitiveASCII; + #endif // BUILDFLAG(IS_LINUX) + +@@ -60,7 +60,7 @@ namespace { + // able to start and respond on all systems within this duration. + constexpr base::TimeDelta kCupsTimeout = base::Seconds(5); + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + // CUPS default max copies value (parsed from kCupsMaxCopies PPD attribute). + constexpr int32_t kDefaultMaxCopies = 9999; + constexpr char kCupsMaxCopies[] = "cupsMaxCopies"; +@@ -766,7 +766,7 @@ const int kDefaultIPPServerPort = 631; + + } // namespace + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + // Helper wrapper around http_t structure, with connection and cleanup + // functionality. + HttpConnectionCUPS::HttpConnectionCUPS(const GURL& print_server_url, +@@ -971,7 +971,7 @@ ScopedHttpPtr HttpConnect2(const char* host, + int blocking, + int msec, + int* cancel) { +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + ScopedHttpPtr http; + if (httpConnect2) { + http.reset(httpConnect2(host, port, diff --git a/www/chromium/files/patch-printing_backend_cups__helper.h b/www/chromium/files/patch-printing_backend_cups__helper.h new file mode 100644 index 000000000000..a3f15a0b998f --- /dev/null +++ b/www/chromium/files/patch-printing_backend_cups__helper.h @@ -0,0 +1,11 @@ +--- printing/backend/cups_helper.h.orig 2025-09-06 10:01:20 UTC ++++ printing/backend/cups_helper.h +@@ -32,7 +32,7 @@ constexpr int kCupsTimeoutMs = 3000; + constexpr cups_ptype_t kDestinationsFilterMask = + CUPS_PRINTER_FAX | CUPS_PRINTER_SCANNER | CUPS_PRINTER_DISCOVERED; + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + // Helper wrapper around http_t structure, with connection and cleanup + // functionality. + class COMPONENT_EXPORT(PRINT_BACKEND) HttpConnectionCUPS { diff --git a/www/chromium/files/patch-printing_backend_cups__jobs.cc b/www/chromium/files/patch-printing_backend_cups__jobs.cc new file mode 100644 index 000000000000..db68a179781d --- /dev/null +++ b/www/chromium/files/patch-printing_backend_cups__jobs.cc @@ -0,0 +1,11 @@ +--- printing/backend/cups_jobs.cc.orig 2025-09-06 10:01:20 UTC ++++ printing/backend/cups_jobs.cc +@@ -31,7 +31,7 @@ + #include "printing/backend/cups_ipp_helper.h" + #include "printing/printer_status.h" + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #include "printing/backend/cups_weak_functions.h" + #endif + diff --git a/www/chromium/files/patch-printing_backend_cups__printer.cc b/www/chromium/files/patch-printing_backend_cups__printer.cc new file mode 100644 index 000000000000..ac836b1b93c8 --- /dev/null +++ b/www/chromium/files/patch-printing_backend_cups__printer.cc @@ -0,0 +1,11 @@ +--- printing/backend/cups_printer.cc.orig 2025-09-06 10:01:20 UTC ++++ printing/backend/cups_printer.cc +@@ -24,7 +24,7 @@ + #include "printing/print_job_constants.h" + #include "url/gurl.h" + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #include "printing/backend/cups_weak_functions.h" + #endif + diff --git a/www/chromium/files/patch-printing_backend_cups__weak__functions.h b/www/chromium/files/patch-printing_backend_cups__weak__functions.h new file mode 100644 index 000000000000..94a7f8468390 --- /dev/null +++ b/www/chromium/files/patch-printing_backend_cups__weak__functions.h @@ -0,0 +1,11 @@ +--- printing/backend/cups_weak_functions.h.orig 2025-09-06 10:01:20 UTC ++++ printing/backend/cups_weak_functions.h +@@ -6,7 +6,7 @@ + + #include "build/build_config.h" + +-static_assert(BUILDFLAG(IS_LINUX)); ++static_assert(BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)); + + // Function availability can be tested by checking whether its address is not + // nullptr. Weak symbols remove the need for platform specific build flags and diff --git a/www/chromium/files/patch-printing_backend_print__backend__cups.cc b/www/chromium/files/patch-printing_backend_print__backend__cups.cc deleted file mode 100644 index 677125631cfa..000000000000 --- a/www/chromium/files/patch-printing_backend_print__backend__cups.cc +++ /dev/null @@ -1,29 +0,0 @@ ---- printing/backend/print_backend_cups.cc.orig 2025-04-04 08:52:13 UTC -+++ printing/backend/print_backend_cups.cc -@@ -29,7 +29,7 @@ - #include "printing/mojom/print.mojom.h" - #include "url/gurl.h" - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) - #include "base/feature_list.h" - #include "printing/backend/cups_connection.h" - #include "printing/backend/print_backend_cups_ipp.h" -@@ -59,7 +59,7 @@ int CaptureCupsDestCallback(void* data, unsigned flags - return 1; // Keep going. - } - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) - // This may be removed when Amazon Linux 2 reaches EOL (30 Jun 2025). - bool AreNewerCupsFunctionsAvailable() { - return cupsFindDestDefault && cupsFindDestSupported && cupsUserAgent && -@@ -286,7 +286,7 @@ bool PrintBackendCUPS::IsValidPrinter(const std::strin - #if !BUILDFLAG(IS_CHROMEOS) - scoped_refptr<PrintBackend> PrintBackend::CreateInstanceImpl( - const std::string& locale) { --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) - if (AreNewerCupsFunctionsAvailable() && - base::FeatureList::IsEnabled(features::kCupsIppPrintingBackend)) { - return base::MakeRefCounted<PrintBackendCupsIpp>(CupsConnection::Create()); diff --git a/www/chromium/files/patch-printing_backend_print__backend__cups.h b/www/chromium/files/patch-printing_backend_print__backend__cups.h new file mode 100644 index 000000000000..3706100fbb28 --- /dev/null +++ b/www/chromium/files/patch-printing_backend_print__backend__cups.h @@ -0,0 +1,11 @@ +--- printing/backend/print_backend_cups.h.orig 2025-09-06 10:01:20 UTC ++++ printing/backend/print_backend_cups.h +@@ -17,7 +17,7 @@ + #include "printing/mojom/print.mojom.h" + #include "url/gurl.h" + +-static_assert(BUILDFLAG(IS_LINUX)); ++static_assert(BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)); + + namespace printing { + diff --git a/www/chromium/files/patch-printing_backend_print__backend__cups__ipp.cc b/www/chromium/files/patch-printing_backend_print__backend__cups__ipp.cc new file mode 100644 index 000000000000..72b2ddcd1678 --- /dev/null +++ b/www/chromium/files/patch-printing_backend_print__backend__cups__ipp.cc @@ -0,0 +1,11 @@ +--- printing/backend/print_backend_cups_ipp.cc.orig 2025-09-06 10:01:20 UTC ++++ printing/backend/print_backend_cups_ipp.cc +@@ -21,7 +21,7 @@ + #include "printing/mojom/print.mojom.h" + #include "printing/units.h" + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #include "printing/backend/cups_weak_functions.h" + #endif + diff --git a/www/chromium/files/patch-printing_mojom_printing__context__mojom__traits.cc b/www/chromium/files/patch-printing_mojom_printing__context__mojom__traits.cc index 38059b76e472..5bdeb7a46fd0 100644 --- a/www/chromium/files/patch-printing_mojom_printing__context__mojom__traits.cc +++ b/www/chromium/files/patch-printing_mojom_printing__context__mojom__traits.cc @@ -1,4 +1,4 @@ ---- printing/mojom/printing_context_mojom_traits.cc.orig 2025-05-28 14:55:43 UTC +--- printing/mojom/printing_context_mojom_traits.cc.orig 2025-09-06 10:01:20 UTC +++ printing/mojom/printing_context_mojom_traits.cc @@ -19,7 +19,7 @@ #include "base/numerics/safe_conversions.h" @@ -9,7 +9,7 @@ #include "mojo/public/mojom/base/values.mojom.h" #endif -@@ -162,7 +162,7 @@ bool StructTraits< +@@ -217,7 +217,7 @@ bool StructTraits< } out->set_pages_per_sheet(data.pages_per_sheet()); @@ -18,7 +18,7 @@ DCHECK(out->advanced_settings().empty()); if (!data.ReadAdvancedSettings(&out->advanced_settings())) return false; -@@ -239,7 +239,7 @@ bool StructTraits< +@@ -294,7 +294,7 @@ bool StructTraits< if (system_print_dialog_data.size() != dictionary_entries) { return false; } diff --git a/www/chromium/files/patch-printing_mojom_printing__context__mojom__traits__unittest.cc b/www/chromium/files/patch-printing_mojom_printing__context__mojom__traits__unittest.cc index 30b28cd77325..1220712b000a 100644 --- a/www/chromium/files/patch-printing_mojom_printing__context__mojom__traits__unittest.cc +++ b/www/chromium/files/patch-printing_mojom_printing__context__mojom__traits__unittest.cc @@ -1,6 +1,6 @@ ---- printing/mojom/printing_context_mojom_traits_unittest.cc.orig 2025-05-28 14:55:43 UTC +--- printing/mojom/printing_context_mojom_traits_unittest.cc.orig 2025-09-06 10:01:20 UTC +++ printing/mojom/printing_context_mojom_traits_unittest.cc -@@ -79,7 +79,7 @@ base::Value::Dict GenerateSampleSystemPrintDialogData( +@@ -80,7 +80,7 @@ base::Value::Dict GenerateSampleSystemPrintDialogData( data.Set(kMacSystemPrintDialogDataDestinationLocation, "/foo/bar.pdf"); } @@ -9,7 +9,7 @@ data.Set(kLinuxSystemPrintDialogDataPrinter, "printer-name"); data.Set(kLinuxSystemPrintDialogDataPrintSettings, "print-settings-foo"); data.Set(kLinuxSystemPrintDialogDataPageSetup, "page-setup-bar"); -@@ -116,7 +116,7 @@ const PageMargins kPrintSettingsCustomMarginsInMicrons +@@ -117,7 +117,7 @@ const PageMargins kPrintSettingsCustomMarginsInMicrons /*top=*/10583, /*bottom=*/12347); @@ -18,7 +18,7 @@ PrintSettings::AdvancedSettings GenerateSampleAdvancedSettings() { PrintSettings::AdvancedSettings advanced_settings; advanced_settings.emplace("advanced-setting-A", base::Value("setting-A")); -@@ -209,7 +209,7 @@ PrintSettings GenerateSamplePrintSettingsCommon() { +@@ -210,7 +210,7 @@ PrintSettings GenerateSamplePrintSettingsCommon() { settings.set_device_name(kPrintSettingsDeviceName); settings.set_requested_media(kPrintSettingsRequestedMedia); @@ -27,7 +27,7 @@ PrintSettings::AdvancedSettings& advanced_settings = settings.advanced_settings(); for (const auto& item : kPrintSettingsAdvancedSettings) -@@ -547,7 +547,7 @@ TEST(PrintingContextMojomTraitsTest, +@@ -548,7 +548,7 @@ TEST(PrintingContextMojomTraitsTest, EXPECT_EQ(output.pages_per_sheet(), kPrintSettingsPagesPerSheet1); @@ -36,7 +36,7 @@ EXPECT_EQ(output.advanced_settings(), kPrintSettingsAdvancedSettings); #endif -@@ -600,7 +600,7 @@ TEST(PrintingContextMojomTraitsTest, +@@ -601,7 +601,7 @@ TEST(PrintingContextMojomTraitsTest, kPrintSettingsCustomMarginsInMicrons)); EXPECT_EQ(output.pages_per_sheet(), kPrintSettingsPagesPerSheet2); @@ -45,7 +45,7 @@ EXPECT_EQ(output.advanced_settings(), kPrintSettingsAdvancedSettings); #endif -@@ -639,7 +639,7 @@ TEST(PrintingContextMojomTraitsTest, +@@ -674,7 +674,7 @@ TEST(PrintingContextMojomTraitsTest, EXPECT_EQ(output.page_setup_device_units(), kInput.page_setup_device_units()); } @@ -54,7 +54,7 @@ TEST(PrintingContextMojomTraitsTest, TestSerializeAndDeserializePrintSettingsEmptyAdvancedSettings) { PrintSettings input = GenerateSamplePrintSettingsDefaultMargins(); -@@ -837,7 +837,7 @@ TEST( +@@ -872,7 +872,7 @@ TEST( } #endif // BUILDFLAG(IS_MAC) diff --git a/www/chromium/files/patch-printing_print__settings.h b/www/chromium/files/patch-printing_print__settings.h index 532a1c289baf..510b5a40d686 100644 --- a/www/chromium/files/patch-printing_print__settings.h +++ b/www/chromium/files/patch-printing_print__settings.h @@ -1,4 +1,4 @@ ---- printing/print_settings.h.orig 2025-07-02 06:08:04 UTC +--- printing/print_settings.h.orig 2025-09-06 10:01:20 UTC +++ printing/print_settings.h @@ -25,7 +25,7 @@ #include "base/values.h" @@ -9,7 +9,7 @@ #include <map> #include "base/values.h" -@@ -51,7 +51,7 @@ inline constexpr char kMacSystemPrintDialogDataPrintSe +@@ -52,7 +52,7 @@ inline constexpr char kMacSystemPrintDialogDataPrintSe "print_settings"; #endif // BUILDFLAG(IS_MAC) @@ -18,7 +18,7 @@ inline constexpr char kLinuxSystemPrintDialogDataPrinter[] = "printer_name"; inline constexpr char kLinuxSystemPrintDialogDataPrintSettings[] = "print_settings"; -@@ -101,7 +101,7 @@ class COMPONENT_EXPORT(PRINTING_SETTINGS) PrintSetting +@@ -102,7 +102,7 @@ class COMPONENT_EXPORT(PRINTING_SETTINGS) PrintSetting std::string vendor_id; }; @@ -27,7 +27,7 @@ using AdvancedSettings = std::map<std::string, base::Value>; #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -@@ -276,7 +276,7 @@ class COMPONENT_EXPORT(PRINTING_SETTINGS) PrintSetting +@@ -290,7 +290,7 @@ class COMPONENT_EXPORT(PRINTING_SETTINGS) PrintSetting pages_per_sheet_ = pages_per_sheet; } @@ -36,7 +36,7 @@ AdvancedSettings& advanced_settings() { return advanced_settings_; } const AdvancedSettings& advanced_settings() const { return advanced_settings_; -@@ -437,7 +437,7 @@ class COMPONENT_EXPORT(PRINTING_SETTINGS) PrintSetting +@@ -451,7 +451,7 @@ class COMPONENT_EXPORT(PRINTING_SETTINGS) PrintSetting // Number of pages per sheet. int pages_per_sheet_; diff --git a/www/chromium/files/patch-printing_printing__features.cc b/www/chromium/files/patch-printing_printing__features.cc index 82bbeb4661c8..f4921d74bad0 100644 --- a/www/chromium/files/patch-printing_printing__features.cc +++ b/www/chromium/files/patch-printing_printing__features.cc @@ -1,21 +1,15 @@ ---- printing/printing_features.cc.orig 2025-05-05 10:57:53 UTC +--- printing/printing_features.cc.orig 2025-09-06 10:01:20 UTC +++ printing/printing_features.cc -@@ -26,12 +26,12 @@ BASE_FEATURE(kApiPrintingMarginsAndScale, +@@ -26,7 +26,7 @@ BASE_FEATURE(kApiPrintingMarginsAndScale, base::FEATURE_DISABLED_BY_DEFAULT); #endif // BUILDFLAG(IS_CHROMEOS) --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) // Use the CUPS IPP printing backend instead of the original CUPS backend that // calls the deprecated PPD API. BASE_FEATURE(kCupsIppPrintingBackend, - "CupsIppPrintingBackend", --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - base::FEATURE_DISABLED_BY_DEFAULT - #else - base::FEATURE_ENABLED_BY_DEFAULT -@@ -81,7 +81,7 @@ BASE_FEATURE(kUseXpsForPrintingFromPdf, +@@ -70,7 +70,7 @@ BASE_FEATURE(kUseXpsForPrintingFromPdf, // out-of-process. BASE_FEATURE(kEnableOopPrintDrivers, "EnableOopPrintDrivers", diff --git a/www/chromium/files/patch-printing_printing__features.h b/www/chromium/files/patch-printing_printing__features.h index e4d23f9607ce..c34436afb0cc 100644 --- a/www/chromium/files/patch-printing_printing__features.h +++ b/www/chromium/files/patch-printing_printing__features.h @@ -1,11 +1,11 @@ ---- printing/printing_features.h.orig 2025-05-05 10:57:53 UTC +--- printing/printing_features.h.orig 2025-09-06 10:01:20 UTC +++ printing/printing_features.h @@ -24,7 +24,7 @@ COMPONENT_EXPORT(PRINTING_BASE) BASE_DECLARE_FEATURE(kApiPrintingMarginsAndScale); #endif // BUILDFLAG(IS_CHROMEOS) --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) COMPONENT_EXPORT(PRINTING_BASE) BASE_DECLARE_FEATURE(kCupsIppPrintingBackend); - #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) + #endif // BUILDFLAG(IS_LINUX) diff --git a/www/chromium/files/patch-remoting_host_me2me__desktop__environment.cc b/www/chromium/files/patch-remoting_host_me2me__desktop__environment.cc index 1be89b8b6748..a0ef68c18b48 100644 --- a/www/chromium/files/patch-remoting_host_me2me__desktop__environment.cc +++ b/www/chromium/files/patch-remoting_host_me2me__desktop__environment.cc @@ -1,6 +1,6 @@ ---- remoting/host/me2me_desktop_environment.cc.orig 2025-04-04 08:52:13 UTC +--- remoting/host/me2me_desktop_environment.cc.orig 2025-09-06 10:01:20 UTC +++ remoting/host/me2me_desktop_environment.cc -@@ -112,7 +112,7 @@ std::string Me2MeDesktopEnvironment::GetCapabilities() +@@ -113,7 +113,7 @@ std::string Me2MeDesktopEnvironment::GetCapabilities() capabilities += protocol::kRemoteWebAuthnCapability; } @@ -8,8 +8,8 @@ +#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && defined(REMOTING_USE_X11) capabilities += " "; capabilities += protocol::kMultiStreamCapability; - -@@ -150,7 +150,7 @@ Me2MeDesktopEnvironment::Me2MeDesktopEnvironment( + capabilities += " "; +@@ -158,7 +158,7 @@ Me2MeDesktopEnvironment::Me2MeDesktopEnvironment( // properly under Xvfb. mutable_desktop_capture_options()->set_use_update_notifications(true); @@ -18,7 +18,7 @@ // Setting this option to false means that the capture differ wrapper will not // be used when the X11 capturer is selected. This reduces the X11 capture // time by a few milliseconds per frame and is safe because we can rely on -@@ -178,7 +178,7 @@ bool Me2MeDesktopEnvironment::InitializeSecurity( +@@ -185,7 +185,7 @@ bool Me2MeDesktopEnvironment::InitializeSecurity( // Otherwise, if the session is shared with the local user start monitoring // the local input and create the in-session UI. diff --git a/www/chromium/files/patch-remoting_host_remoting__me2me__host.cc b/www/chromium/files/patch-remoting_host_remoting__me2me__host.cc index 2979792e5fe7..97498cd0c589 100644 --- a/www/chromium/files/patch-remoting_host_remoting__me2me__host.cc +++ b/www/chromium/files/patch-remoting_host_remoting__me2me__host.cc @@ -1,6 +1,6 @@ ---- remoting/host/remoting_me2me_host.cc.orig 2025-08-07 06:57:29 UTC +--- remoting/host/remoting_me2me_host.cc.orig 2025-09-06 10:01:20 UTC +++ remoting/host/remoting_me2me_host.cc -@@ -140,7 +140,7 @@ +@@ -139,7 +139,7 @@ #include "remoting/host/mac/permission_utils.h" #endif // BUILDFLAG(IS_APPLE) @@ -9,7 +9,7 @@ #if defined(REMOTING_USE_X11) #include <gtk/gtk.h> -@@ -150,7 +150,7 @@ +@@ -149,7 +149,7 @@ #endif // defined(REMOTING_USE_X11) #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) @@ -18,7 +18,7 @@ #include "base/linux_util.h" #include "remoting/host/linux/audio_capturer_linux.h" #include "remoting/host/linux/certificate_watcher.h" -@@ -165,7 +165,7 @@ +@@ -164,7 +164,7 @@ #include "remoting/host/pairing_registry_delegate_win.h" #endif // BUILDFLAG(IS_WIN) @@ -27,7 +27,7 @@ #include "remoting/base/crash/crash_reporting_crashpad.h" #include "remoting/host/host_wtmpdb_logger.h" #endif // BUILDFLAG(IS_LINUX) -@@ -199,7 +199,7 @@ const char kApplicationName[] = "chromoting"; +@@ -198,7 +198,7 @@ const char kApplicationName[] = "chromoting"; const char kStdinConfigPath[] = "-"; #endif // !defined(REMOTING_MULTI_PROCESS) @@ -36,7 +36,7 @@ // The command line switch used to pass name of the pipe to capture audio on // linux. const char kAudioPipeSwitchName[] = "audio-pipe-name"; -@@ -448,7 +448,7 @@ class HostProcess : public ConfigWatcher::Delegate, +@@ -446,7 +446,7 @@ class HostProcess : public ConfigWatcher::Delegate, std::unique_ptr<AgentProcessBrokerClient> agent_process_broker_client_; #endif @@ -45,7 +45,7 @@ // Watch for certificate changes and kill the host when changes occur std::unique_ptr<CertificateWatcher> cert_watcher_; #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -@@ -513,7 +513,7 @@ class HostProcess : public ConfigWatcher::Delegate, +@@ -508,7 +508,7 @@ class HostProcess : public ConfigWatcher::Delegate, std::unique_ptr<FtlEchoMessageListener> ftl_echo_message_listener_; std::unique_ptr<HostEventLogger> host_event_logger_; @@ -54,7 +54,7 @@ std::unique_ptr<HostWtmpdbLogger> host_wtmpdb_logger_; #endif std::unique_ptr<HostPowerSaveBlocker> power_save_blocker_; -@@ -840,7 +840,7 @@ void HostProcess::StartOnNetworkThread() { +@@ -835,7 +835,7 @@ void HostProcess::StartOnNetworkThread() { void HostProcess::ShutdownOnNetworkThread() { DCHECK(context_->network_task_runner()->BelongsToCurrentThread()); config_watcher_.reset(); @@ -63,7 +63,7 @@ cert_watcher_.reset(); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) } -@@ -917,7 +917,7 @@ void HostProcess::CreateAuthenticatorFactory() { +@@ -912,7 +912,7 @@ void HostProcess::CreateAuthenticatorFactory() { context_->create_client_cert_store_callback(), service_account_email_, oauth_refresh_token_)); @@ -72,7 +72,7 @@ if (!cert_watcher_) { cert_watcher_ = std::make_unique<CertificateWatcher>( base::BindRepeating(&HostProcess::ShutdownHost, -@@ -1059,7 +1059,7 @@ void HostProcess::StartOnUiThread() { +@@ -1050,7 +1050,7 @@ void HostProcess::StartOnUiThread() { base::BindRepeating(&HostProcess::OnPolicyUpdate, base::Unretained(this)), base::BindRepeating(&HostProcess::OnPolicyError, base::Unretained(this))); @@ -81,7 +81,7 @@ // If an audio pipe is specific on the command-line then initialize // AudioCapturerLinux to capture from it. base::FilePath audio_pipe_name = -@@ -1138,7 +1138,7 @@ void HostProcess::ShutdownOnUiThread() { +@@ -1129,7 +1129,7 @@ void HostProcess::ShutdownOnUiThread() { // It is now safe for the HostProcess to be deleted. self_ = nullptr; @@ -90,7 +90,7 @@ // Cause the global AudioPipeReader to be freed, otherwise the audio // thread will remain in-use and prevent the process from exiting. // TODO(wez): DesktopEnvironmentFactory should own the pipe reader. -@@ -1146,7 +1146,7 @@ void HostProcess::ShutdownOnUiThread() { +@@ -1137,7 +1137,7 @@ void HostProcess::ShutdownOnUiThread() { AudioCapturerLinux::InitializePipeReader(nullptr, base::FilePath()); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) @@ -99,7 +99,7 @@ context_->input_task_runner()->PostTask( FROM_HERE, base::BindOnce([]() { delete ui::X11EventSource::GetInstance(); })); -@@ -1929,7 +1929,7 @@ void HostProcess::StartHost() { +@@ -1908,7 +1908,7 @@ void HostProcess::StartHost() { host_->AddExtension(std::make_unique<TestEchoExtension>()); @@ -108,7 +108,7 @@ const base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess(); if (cmd_line->HasSwitch(kEnableWtmpdb)) { host_wtmpdb_logger_ = -@@ -1965,7 +1965,7 @@ void HostProcess::StartHost() { +@@ -1944,7 +1944,7 @@ void HostProcess::StartHost() { // addresses. host_->Start(*host_owner_emails_.begin()); @@ -117,7 +117,7 @@ // For Windows and Mac, ChromotingHostServices connections are handled by // another process, then the message pipe is forwarded to the network process. host_->StartChromotingHostServices(); -@@ -2110,7 +2110,7 @@ int HostProcessMain() { +@@ -2089,7 +2089,7 @@ int HostProcessMain() { HOST_LOG << "Starting host process: version " << STRINGIZE(VERSION); const base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess(); @@ -126,7 +126,7 @@ #if defined(REMOTING_USE_X11) // Initialize Xlib for multi-threaded use, allowing non-Chromium code to // use X11 safely (such as the WebRTC capturer, GTK ...) -@@ -2155,7 +2155,7 @@ int HostProcessMain() { +@@ -2134,7 +2134,7 @@ int HostProcessMain() { return kInitializationFailed; } @@ -135,7 +135,7 @@ // Log and cleanup the crash database. We do this after a short delay so that // the crash database has a chance to be updated properly if we just got // relaunched after a crash. -@@ -2175,7 +2175,7 @@ int HostProcessMain() { +@@ -2154,7 +2154,7 @@ int HostProcessMain() { std::unique_ptr<net::NetworkChangeNotifier> network_change_notifier( net::NetworkChangeNotifier::CreateIfNeeded()); diff --git a/www/chromium/files/patch-remoting_protocol_webrtc__video__stream.cc b/www/chromium/files/patch-remoting_protocol_webrtc__video__stream.cc index 66e2af2f59cc..cd6e8b17d80f 100644 --- a/www/chromium/files/patch-remoting_protocol_webrtc__video__stream.cc +++ b/www/chromium/files/patch-remoting_protocol_webrtc__video__stream.cc @@ -1,6 +1,6 @@ ---- remoting/protocol/webrtc_video_stream.cc.orig 2025-03-05 08:14:56 UTC +--- remoting/protocol/webrtc_video_stream.cc.orig 2025-09-06 10:01:20 UTC +++ remoting/protocol/webrtc_video_stream.cc -@@ -267,7 +267,7 @@ WebrtcVideoStream::WebrtcVideoStream(const SessionOpti +@@ -271,7 +271,7 @@ WebrtcVideoStream::WebrtcVideoStream(const SessionOpti : session_options_(session_options) { // TODO(joedow): Dig into the threading model on other platforms to see if they // can also be updated to run on a dedicated thread. diff --git a/www/chromium/files/patch-sandbox_linux_BUILD.gn b/www/chromium/files/patch-sandbox_linux_BUILD.gn index 6b3014a09e85..218995084a3d 100644 --- a/www/chromium/files/patch-sandbox_linux_BUILD.gn +++ b/www/chromium/files/patch-sandbox_linux_BUILD.gn @@ -1,6 +1,6 @@ ---- sandbox/linux/BUILD.gn.orig 2025-05-05 10:57:53 UTC +--- sandbox/linux/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ sandbox/linux/BUILD.gn -@@ -12,11 +12,11 @@ if (is_android) { +@@ -11,11 +11,11 @@ if (is_android) { } declare_args() { @@ -15,7 +15,7 @@ # On Android, use plain GTest. use_base_test_suite = is_linux || is_chromeos -@@ -369,6 +369,17 @@ component("sandbox_services") { +@@ -373,6 +373,17 @@ component("sandbox_services") { "services/libc_interceptor.h", ] } diff --git a/www/chromium/files/patch-sandbox_linux_services_init__process__reaper.cc b/www/chromium/files/patch-sandbox_linux_services_init__process__reaper.cc index 46e9d66c26e0..c982dc9370eb 100644 --- a/www/chromium/files/patch-sandbox_linux_services_init__process__reaper.cc +++ b/www/chromium/files/patch-sandbox_linux_services_init__process__reaper.cc @@ -1,14 +1,14 @@ ---- sandbox/linux/services/init_process_reaper.cc.orig 2025-03-05 08:14:56 UTC +--- sandbox/linux/services/init_process_reaper.cc.orig 2025-09-06 10:01:20 UTC +++ sandbox/linux/services/init_process_reaper.cc -@@ -7,6 +7,7 @@ - #pragma allow_unsafe_libc_calls - #endif +@@ -2,6 +2,7 @@ + // Use of this source code is governed by a BSD-style license that can be + // found in the LICENSE file. +#if 0 #include "sandbox/linux/services/init_process_reaper.h" #include <signal.h> -@@ -105,3 +106,4 @@ bool CreateInitProcessReaper(base::OnceClosure post_fo +@@ -101,3 +102,4 @@ bool CreateInitProcessReaper(base::OnceClosure post_fo } } // namespace sandbox. diff --git a/www/chromium/files/patch-sandbox_policy_BUILD.gn b/www/chromium/files/patch-sandbox_policy_BUILD.gn index 8a0aafacdf7e..c132a3fcb81b 100644 --- a/www/chromium/files/patch-sandbox_policy_BUILD.gn +++ b/www/chromium/files/patch-sandbox_policy_BUILD.gn @@ -1,6 +1,6 @@ ---- sandbox/policy/BUILD.gn.orig 2025-07-02 06:08:04 UTC +--- sandbox/policy/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ sandbox/policy/BUILD.gn -@@ -46,7 +46,7 @@ component("policy") { +@@ -45,7 +45,7 @@ component("policy") { "//third_party/jni_zero", ] } @@ -9,7 +9,7 @@ sources += [ "linux/bpf_audio_policy_linux.cc", "linux/bpf_audio_policy_linux.h", -@@ -115,6 +115,27 @@ component("policy") { +@@ -113,6 +113,27 @@ component("policy") { "//sandbox/linux:sandbox_services", "//sandbox/linux:seccomp_bpf", "//sandbox/linux:suid_sandbox_client", diff --git a/www/chromium/files/patch-sandbox_policy_freebsd_sandbox__freebsd.cc b/www/chromium/files/patch-sandbox_policy_freebsd_sandbox__freebsd.cc index 28f8771959c2..6b26b6bf0554 100644 --- a/www/chromium/files/patch-sandbox_policy_freebsd_sandbox__freebsd.cc +++ b/www/chromium/files/patch-sandbox_policy_freebsd_sandbox__freebsd.cc @@ -1,6 +1,6 @@ ---- sandbox/policy/freebsd/sandbox_freebsd.cc.orig 2024-11-14 07:57:23 UTC +--- sandbox/policy/freebsd/sandbox_freebsd.cc.orig 2025-09-06 10:01:20 UTC +++ sandbox/policy/freebsd/sandbox_freebsd.cc -@@ -0,0 +1,211 @@ +@@ -0,0 +1,210 @@ +// Copyright (c) 2012 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. @@ -37,7 +37,6 @@ +#include "base/time/time.h" +#include "build/build_config.h" +#include "crypto/crypto_buildflags.h" -+#include "ppapi/buildflags/buildflags.h" +#include "sandbox/constants.h" +#include "sandbox/linux/services/credentials.h" +#include "sandbox/linux/services/namespace_sandbox.h" diff --git a/www/chromium/files/patch-sandbox_policy_mojom_sandbox.mojom b/www/chromium/files/patch-sandbox_policy_mojom_sandbox.mojom index 8b927e59c4d1..d26a8139d27e 100644 --- a/www/chromium/files/patch-sandbox_policy_mojom_sandbox.mojom +++ b/www/chromium/files/patch-sandbox_policy_mojom_sandbox.mojom @@ -1,6 +1,6 @@ ---- sandbox/policy/mojom/sandbox.mojom.orig 2025-02-19 07:43:18 UTC +--- sandbox/policy/mojom/sandbox.mojom.orig 2025-09-06 10:01:20 UTC +++ sandbox/policy/mojom/sandbox.mojom -@@ -74,6 +74,12 @@ enum Sandbox { +@@ -71,6 +71,12 @@ enum Sandbox { // Minimally privileged sandbox on Fuchsia. [EnableIf=is_fuchsia] kVideoCapture, diff --git a/www/chromium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc b/www/chromium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc index 421d198975d1..3b7cb6964b07 100644 --- a/www/chromium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc +++ b/www/chromium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc @@ -1,6 +1,6 @@ ---- sandbox/policy/openbsd/sandbox_openbsd.cc.orig 2025-07-02 06:08:04 UTC +--- sandbox/policy/openbsd/sandbox_openbsd.cc.orig 2025-09-06 10:01:20 UTC +++ sandbox/policy/openbsd/sandbox_openbsd.cc -@@ -0,0 +1,400 @@ +@@ -0,0 +1,393 @@ +// Copyright (c) 2012 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. @@ -38,7 +38,6 @@ +#include "base/time/time.h" +#include "build/build_config.h" +#include "crypto/crypto_buildflags.h" -+#include "ppapi/buildflags/buildflags.h" +#include "sandbox/constants.h" +#include "sandbox/linux/services/credentials.h" +#include "sandbox/linux/services/namespace_sandbox.h" @@ -343,12 +342,6 @@ + case sandbox::mojom::Sandbox::kOnDeviceModelExecution: + SetPledge("stdio drm inet rpath flock cpath wpath prot_exec recvfd sendfd tmppath unix", NULL); + break; -+#if BUILDFLAG(ENABLE_PPAPI) -+ case sandbox::mojom::Sandbox::kPpapi: -+ // prot_exec needed by v8 -+ SetPledge("stdio rpath prot_exec recvfd sendfd", NULL); -+ break; -+#endif + case sandbox::mojom::Sandbox::kAudio: + SetPledge(NULL, "/etc/chromium/pledge.utility_audio"); + break; diff --git a/www/chromium/files/patch-sandbox_policy_sandbox.cc b/www/chromium/files/patch-sandbox_policy_sandbox.cc index cfa13b30c1b2..c6fb901063bc 100644 --- a/www/chromium/files/patch-sandbox_policy_sandbox.cc +++ b/www/chromium/files/patch-sandbox_policy_sandbox.cc @@ -1,4 +1,4 @@ ---- sandbox/policy/sandbox.cc.orig 2024-04-19 13:02:56 UTC +--- sandbox/policy/sandbox.cc.orig 2025-09-06 10:01:20 UTC +++ sandbox/policy/sandbox.cc @@ -18,6 +18,10 @@ #include "sandbox/policy/linux/sandbox_linux.h" @@ -11,7 +11,7 @@ #if BUILDFLAG(IS_MAC) #include "sandbox/mac/seatbelt.h" #endif // BUILDFLAG(IS_MAC) -@@ -32,7 +36,7 @@ +@@ -34,7 +38,7 @@ namespace sandbox { namespace policy { diff --git a/www/chromium/files/patch-sandbox_policy_sandbox__type.cc b/www/chromium/files/patch-sandbox_policy_sandbox__type.cc index 89a2a4231d20..b01ed0083c17 100644 --- a/www/chromium/files/patch-sandbox_policy_sandbox__type.cc +++ b/www/chromium/files/patch-sandbox_policy_sandbox__type.cc @@ -1,16 +1,16 @@ ---- sandbox/policy/sandbox_type.cc.orig 2025-07-02 06:08:04 UTC +--- sandbox/policy/sandbox_type.cc.orig 2025-09-06 10:01:20 UTC +++ sandbox/policy/sandbox_type.cc -@@ -17,7 +17,7 @@ +@@ -16,7 +16,7 @@ #include "chromeos/ash/components/assistant/buildflags.h" #endif // BUILDFLAG(IS_CHROMEOS) -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) #include "media/gpu/buildflags.h" // nogncheck + #include "media/media_buildflags.h" // nogncheck #endif - -@@ -42,7 +42,7 @@ constexpr char kPpapiSandbox[] = "ppapi"; - #endif +@@ -38,7 +38,7 @@ constexpr char kServiceSandboxWithJit[] = "service_wit + constexpr char kSpeechRecognitionSandbox[] = "speech_recognition"; #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ - BUILDFLAG(IS_WIN) @@ -18,7 +18,7 @@ constexpr char kPrintBackendSandbox[] = "print_backend"; constexpr char kScreenAISandbox[] = "screen_ai"; #endif -@@ -60,15 +60,15 @@ constexpr char kWindowsSystemProxyResolverSandbox[] = +@@ -56,15 +56,15 @@ constexpr char kWindowsSystemProxyResolverSandbox[] = constexpr char kMirroringSandbox[] = "mirroring"; #endif // BUILDFLAG(IS_MAC) @@ -34,10 +34,10 @@ -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + constexpr char kShapeDetectionSandbox[] = "shape_detection"; // USE_LINUX_VIDEO_ACCELERATION implies IS_LINUX || IS_CHROMEOS, so this double // #if is redundant, however, we cannot include "media/gpu/buildflags.h" on all - // platforms, only one those that need to evaluate the use..., hence this -@@ -88,7 +88,7 @@ constexpr char kLibassistantSandbox[] = "libassistant" +@@ -85,7 +85,7 @@ constexpr char kLibassistantSandbox[] = "libassistant" #endif // BUILDFLAG(ENABLE_CROS_LIBASSISTANT) #endif // BUILDFLAG(IS_CHROMEOS) @@ -46,7 +46,7 @@ constexpr char kOnDeviceTranslationSandbox[] = "on_device_translation"; #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) -@@ -150,7 +150,7 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi +@@ -135,7 +135,7 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi case Sandbox::kCdm: case Sandbox::kPrintCompositor: case Sandbox::kAudio: @@ -55,16 +55,16 @@ case Sandbox::kVideoCapture: #endif #if BUILDFLAG(IS_WIN) -@@ -161,7 +161,7 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi +@@ -146,7 +146,7 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi case Sandbox::kMediaFoundationCdm: case Sandbox::kWindowsSystemProxyResolver: #endif // BUILDFLAG(IS_WIN) -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + case Sandbox::kShapeDetection: #if BUILDFLAG(USE_LINUX_VIDEO_ACCELERATION) case Sandbox::kHardwareVideoDecoding: - case Sandbox::kHardwareVideoEncoding: -@@ -179,15 +179,15 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi +@@ -165,15 +165,15 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi case Sandbox::kMirroring: #endif // BUILDFLAG(IS_MAC) #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -83,17 +83,17 @@ case Sandbox::kOnDeviceTranslation: #endif DCHECK(command_line->GetSwitchValueASCII(switches::kProcessType) == -@@ -197,7 +197,7 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi +@@ -183,7 +183,7 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi switches::kServiceSandboxType, StringFromUtilitySandboxType(sandbox_type)); - break; + return; -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) case Sandbox::kZygoteIntermediateSandbox: - break; + return; #endif -@@ -237,7 +237,7 @@ sandbox::mojom::Sandbox SandboxTypeFromCommandLine( - return Sandbox::kUtility; +@@ -214,7 +214,7 @@ sandbox::mojom::Sandbox SandboxTypeFromCommandLine( + return Sandbox::kGpu; } -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) @@ -101,7 +101,7 @@ // Intermediate process gains a sandbox later. if (process_type == switches::kZygoteProcessType) return Sandbox::kZygoteIntermediateSandbox; -@@ -279,7 +279,7 @@ std::string StringFromUtilitySandboxType(Sandbox sandb +@@ -252,7 +252,7 @@ std::string StringFromUtilitySandboxType(Sandbox sandb return kUtilitySandbox; case Sandbox::kAudio: return kAudioSandbox; @@ -110,7 +110,7 @@ case Sandbox::kVideoCapture: return kVideoCaptureSandbox; #endif -@@ -290,17 +290,17 @@ std::string StringFromUtilitySandboxType(Sandbox sandb +@@ -263,17 +263,17 @@ std::string StringFromUtilitySandboxType(Sandbox sandb case Sandbox::kSpeechRecognition: return kSpeechRecognitionSandbox; #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -131,25 +131,16 @@ case Sandbox::kOnDeviceTranslation: return kOnDeviceTranslationSandbox; #endif -@@ -320,7 +320,7 @@ std::string StringFromUtilitySandboxType(Sandbox sandb +@@ -293,7 +293,7 @@ std::string StringFromUtilitySandboxType(Sandbox sandb case Sandbox::kMirroring: return kMirroringSandbox; #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - #if BUILDFLAG(USE_LINUX_VIDEO_ACCELERATION) - case Sandbox::kHardwareVideoDecoding: - return kHardwareVideoDecodingSandbox; -@@ -343,7 +343,7 @@ std::string StringFromUtilitySandboxType(Sandbox sandb - // The following are not utility processes so should not occur. - case Sandbox::kRenderer: - case Sandbox::kGpu: --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - case Sandbox::kZygoteIntermediateSandbox: - #endif - NOTREACHED(); -@@ -421,7 +421,7 @@ sandbox::mojom::Sandbox UtilitySandboxTypeFromString( + case Sandbox::kShapeDetection: + return kShapeDetectionSandbox; + #if BUILDFLAG(ALLOW_OOP_VIDEO_DECODER) +@@ -394,7 +394,7 @@ sandbox::mojom::Sandbox UtilitySandboxTypeFromString( return Sandbox::kSpeechRecognition; } #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -158,7 +149,7 @@ if (sandbox_string == kPrintBackendSandbox) { return Sandbox::kPrintBackend; } -@@ -429,7 +429,7 @@ sandbox::mojom::Sandbox UtilitySandboxTypeFromString( +@@ -402,22 +402,22 @@ sandbox::mojom::Sandbox UtilitySandboxTypeFromString( return Sandbox::kScreenAI; } #endif @@ -167,7 +158,10 @@ if (sandbox_string == kVideoEffectsSandbox) { return Sandbox::kVideoEffects; } -@@ -439,12 +439,12 @@ sandbox::mojom::Sandbox UtilitySandboxTypeFromString( + #endif +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) + if (sandbox_string == kOnDeviceTranslationSandbox) { return Sandbox::kOnDeviceTranslation; } #endif @@ -179,6 +173,6 @@ #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - #if BUILDFLAG(USE_LINUX_VIDEO_ACCELERATION) - if (sandbox_string == kHardwareVideoDecodingSandbox) { - return Sandbox::kHardwareVideoDecoding; + if (sandbox_string == kShapeDetectionSandbox) { + return Sandbox::kShapeDetection; + } diff --git a/www/chromium/files/patch-sandbox_policy_switches.cc b/www/chromium/files/patch-sandbox_policy_switches.cc index 1b42116d2891..6845b69551c1 100644 --- a/www/chromium/files/patch-sandbox_policy_switches.cc +++ b/www/chromium/files/patch-sandbox_policy_switches.cc @@ -1,6 +1,6 @@ ---- sandbox/policy/switches.cc.orig 2025-04-04 08:52:13 UTC +--- sandbox/policy/switches.cc.orig 2025-09-06 10:01:20 UTC +++ sandbox/policy/switches.cc -@@ -37,7 +37,9 @@ const char kGpuSandboxFailuresFatal[] = "gpu-sandbox-f +@@ -40,7 +40,9 @@ const char kGpuSandboxFailuresFatal[] = "gpu-sandbox-f // Meant to be used as a browser-level switch for testing purposes only. const char kNoSandbox[] = "no-sandbox"; diff --git a/www/chromium/files/patch-sandbox_policy_switches.h b/www/chromium/files/patch-sandbox_policy_switches.h index b19609d509fb..f10ddbb6c2a0 100644 --- a/www/chromium/files/patch-sandbox_policy_switches.h +++ b/www/chromium/files/patch-sandbox_policy_switches.h @@ -1,6 +1,6 @@ ---- sandbox/policy/switches.h.orig 2025-02-19 07:43:18 UTC +--- sandbox/policy/switches.h.orig 2025-09-06 10:01:20 UTC +++ sandbox/policy/switches.h -@@ -23,7 +23,8 @@ SANDBOX_POLICY_EXPORT extern const char kDisableSetuid +@@ -24,7 +24,8 @@ SANDBOX_POLICY_EXPORT extern const char kDisableSetuid SANDBOX_POLICY_EXPORT extern const char kGpuSandboxAllowSysVShm[]; SANDBOX_POLICY_EXPORT extern const char kGpuSandboxFailuresFatal[]; SANDBOX_POLICY_EXPORT extern const char kNoSandbox[]; diff --git a/www/chromium/files/patch-services_device_public_cpp_device__features.cc b/www/chromium/files/patch-services_device_public_cpp_device__features.cc index 625b5a28ce7b..53b9f37f2843 100644 --- a/www/chromium/files/patch-services_device_public_cpp_device__features.cc +++ b/www/chromium/files/patch-services_device_public_cpp_device__features.cc @@ -1,11 +1,11 @@ ---- services/device/public/cpp/device_features.cc.orig 2025-05-28 14:55:43 UTC +--- services/device/public/cpp/device_features.cc.orig 2025-09-06 10:01:20 UTC +++ services/device/public/cpp/device_features.cc -@@ -140,7 +140,7 @@ bool IsOsLevelGeolocationPermissionSupportEnabled() { - - // Controls whether Chrome will try to automatically detach kernel drivers when - // a USB interface is busy. --#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) +@@ -144,7 +144,7 @@ bool IsOsLevelGeolocationPermissionSupportEnabled() { + BASE_FEATURE(kAutomaticUsbDetach, + "AutomaticUsbDetach", + base::FEATURE_ENABLED_BY_DEFAULT); +-#elif BUILDFLAG(IS_LINUX) ++#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) BASE_FEATURE(kAutomaticUsbDetach, "AutomaticUsbDetach", base::FEATURE_DISABLED_BY_DEFAULT); diff --git a/www/chromium/files/patch-services_device_public_mojom_BUILD.gn b/www/chromium/files/patch-services_device_public_mojom_BUILD.gn index 761b2ec2e862..0b7de8f9397c 100644 --- a/www/chromium/files/patch-services_device_public_mojom_BUILD.gn +++ b/www/chromium/files/patch-services_device_public_mojom_BUILD.gn @@ -1,6 +1,6 @@ ---- services/device/public/mojom/BUILD.gn.orig 2025-08-07 06:57:29 UTC +--- services/device/public/mojom/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ services/device/public/mojom/BUILD.gn -@@ -107,7 +107,7 @@ mojom("device_service") { +@@ -95,7 +95,7 @@ mojom("device_service") { enable_js_fuzzing = false enabled_features = [] diff --git a/www/chromium/files/patch-services_network_BUILD.gn b/www/chromium/files/patch-services_network_BUILD.gn index 8ee159e01f40..fbac826275f2 100644 --- a/www/chromium/files/patch-services_network_BUILD.gn +++ b/www/chromium/files/patch-services_network_BUILD.gn @@ -1,10 +1,10 @@ ---- services/network/BUILD.gn.orig 2025-08-07 06:57:29 UTC +--- services/network/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ services/network/BUILD.gn -@@ -423,7 +423,6 @@ if (is_linux || is_chromeos) { +@@ -421,7 +421,6 @@ if (is_linux || is_chromeos) { ] deps = [ - "//base:base", + "//base", - "//sandbox/linux:sandbox_services", - "//sandbox/policy:policy", + "//sandbox/policy", ] configs += [ "//build/config/compiler:wexit_time_destructors" ] diff --git a/www/chromium/files/patch-services_network_network__context.cc b/www/chromium/files/patch-services_network_network__context.cc index e5ae17d32dfe..889d7c5068c4 100644 --- a/www/chromium/files/patch-services_network_network__context.cc +++ b/www/chromium/files/patch-services_network_network__context.cc @@ -1,6 +1,6 @@ ---- services/network/network_context.cc.orig 2025-08-07 06:57:29 UTC +--- services/network/network_context.cc.orig 2025-09-06 10:01:20 UTC +++ services/network/network_context.cc -@@ -628,7 +628,7 @@ NetworkContext::NetworkContextHttpAuthPreferences:: +@@ -629,7 +629,7 @@ NetworkContext::NetworkContextHttpAuthPreferences:: NetworkContext::NetworkContextHttpAuthPreferences:: ~NetworkContextHttpAuthPreferences() = default; @@ -9,7 +9,7 @@ bool NetworkContext::NetworkContextHttpAuthPreferences::AllowGssapiLibraryLoad() const { if (network_service_) { -@@ -2596,7 +2596,7 @@ void NetworkContext::OnHttpAuthDynamicParamsChanged( +@@ -2598,7 +2598,7 @@ void NetworkContext::OnHttpAuthDynamicParamsChanged( http_auth_dynamic_network_service_params->android_negotiate_account_type); #endif // BUILDFLAG(IS_ANDROID) diff --git a/www/chromium/files/patch-services_network_network__context.h b/www/chromium/files/patch-services_network_network__context.h index 84a973894e9e..ece629da24bd 100644 --- a/www/chromium/files/patch-services_network_network__context.h +++ b/www/chromium/files/patch-services_network_network__context.h @@ -1,6 +1,6 @@ ---- services/network/network_context.h.orig 2025-08-07 06:57:29 UTC +--- services/network/network_context.h.orig 2025-09-06 10:01:20 UTC +++ services/network/network_context.h -@@ -737,7 +737,7 @@ class COMPONENT_EXPORT(NETWORK_SERVICE) NetworkContext +@@ -738,7 +738,7 @@ class COMPONENT_EXPORT(NETWORK_SERVICE) NetworkContext public: explicit NetworkContextHttpAuthPreferences(NetworkService* network_service); ~NetworkContextHttpAuthPreferences() override; diff --git a/www/chromium/files/patch-services_network_network__service.cc b/www/chromium/files/patch-services_network_network__service.cc index 3b649fec2422..04ed0c4e8a7e 100644 --- a/www/chromium/files/patch-services_network_network__service.cc +++ b/www/chromium/files/patch-services_network_network__service.cc @@ -1,6 +1,6 @@ ---- services/network/network_service.cc.orig 2025-08-07 06:57:29 UTC +--- services/network/network_service.cc.orig 2025-09-06 10:01:20 UTC +++ services/network/network_service.cc -@@ -104,11 +104,11 @@ +@@ -107,11 +107,11 @@ #include "third_party/boringssl/src/include/openssl/cpu.h" #endif @@ -14,7 +14,7 @@ #include "services/network/network_change_notifier_passive_factory.h" #endif -@@ -1049,7 +1049,7 @@ void NetworkService::SetExplicitlyAllowedPorts( +@@ -1035,7 +1035,7 @@ void NetworkService::SetExplicitlyAllowedPorts( net::SetExplicitlyAllowedPorts(ports); } @@ -23,7 +23,7 @@ void NetworkService::SetGssapiLibraryLoadObserver( mojo::PendingRemote<mojom::GssapiLibraryLoadObserver> gssapi_library_load_observer) { -@@ -1155,7 +1155,7 @@ NetworkService::CreateHttpAuthHandlerFactory(NetworkCo +@@ -1174,7 +1174,7 @@ NetworkService::CreateHttpAuthHandlerFactory(NetworkCo ); } diff --git a/www/chromium/files/patch-services_network_network__service.h b/www/chromium/files/patch-services_network_network__service.h index 6ebb4e68425c..a3b65d5178ab 100644 --- a/www/chromium/files/patch-services_network_network__service.h +++ b/www/chromium/files/patch-services_network_network__service.h @@ -1,6 +1,6 @@ ---- services/network/network_service.h.orig 2025-08-07 06:57:29 UTC +--- services/network/network_service.h.orig 2025-09-06 10:01:20 UTC +++ services/network/network_service.h -@@ -252,7 +252,7 @@ class COMPONENT_EXPORT(NETWORK_SERVICE) NetworkService +@@ -243,7 +243,7 @@ class COMPONENT_EXPORT(NETWORK_SERVICE) NetworkService const std::vector<ContentSettingPatternSource>& settings) override; void SetExplicitlyAllowedPorts(const std::vector<uint16_t>& ports) override; @@ -9,7 +9,7 @@ void SetGssapiLibraryLoadObserver( mojo::PendingRemote<mojom::GssapiLibraryLoadObserver> gssapi_library_load_observer) override; -@@ -295,7 +295,7 @@ class COMPONENT_EXPORT(NETWORK_SERVICE) NetworkService +@@ -292,7 +292,7 @@ class COMPONENT_EXPORT(NETWORK_SERVICE) NetworkService std::unique_ptr<net::HttpAuthHandlerFactory> CreateHttpAuthHandlerFactory( NetworkContext* network_context); @@ -18,7 +18,7 @@ // This is called just before a GSSAPI library may be loaded. void OnBeforeGssapiLibraryLoad(); #endif // BUILDFLAG(IS_LINUX) -@@ -553,7 +553,7 @@ class COMPONENT_EXPORT(NETWORK_SERVICE) NetworkService +@@ -550,7 +550,7 @@ class COMPONENT_EXPORT(NETWORK_SERVICE) NetworkService // leaking stale listeners between tests. std::unique_ptr<net::NetworkChangeNotifier> mock_network_change_notifier_; diff --git a/www/chromium/files/patch-services_network_public_cpp_BUILD.gn b/www/chromium/files/patch-services_network_public_cpp_BUILD.gn index f791848f3a4a..f14d391b9445 100644 --- a/www/chromium/files/patch-services_network_public_cpp_BUILD.gn +++ b/www/chromium/files/patch-services_network_public_cpp_BUILD.gn @@ -1,6 +1,6 @@ ---- services/network/public/cpp/BUILD.gn.orig 2025-08-07 06:57:29 UTC +--- services/network/public/cpp/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ services/network/public/cpp/BUILD.gn -@@ -677,7 +677,7 @@ component("cpp_base") { +@@ -699,7 +699,7 @@ component("cpp_base") { sources += [ "transferable_directory_fuchsia.cc" ] } diff --git a/www/chromium/files/patch-services_network_public_cpp_features.cc b/www/chromium/files/patch-services_network_public_cpp_features.cc index 255576606b5e..fb3ce2627b29 100644 --- a/www/chromium/files/patch-services_network_public_cpp_features.cc +++ b/www/chromium/files/patch-services_network_public_cpp_features.cc @@ -1,4 +1,4 @@ ---- services/network/public/cpp/features.cc.orig 2025-07-02 06:08:04 UTC +--- services/network/public/cpp/features.cc.orig 2025-09-06 10:01:20 UTC +++ services/network/public/cpp/features.cc @@ -109,7 +109,7 @@ BASE_FEATURE(kSplitAuthCacheByNetworkIsolationKey, BASE_FEATURE(kDnsOverHttpsUpgrade, @@ -9,7 +9,7 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -359,7 +359,7 @@ BASE_FEATURE(kAvoidResourceRequestCopies, +@@ -378,7 +378,7 @@ BASE_FEATURE(kAvoidResourceRequestCopies, BASE_FEATURE(kDocumentIsolationPolicy, "DocumentIsolationPolicy", #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || \ diff --git a/www/chromium/files/patch-services_network_public_mojom_BUILD.gn b/www/chromium/files/patch-services_network_public_mojom_BUILD.gn index a456691abc98..5ca8cb832e6c 100644 --- a/www/chromium/files/patch-services_network_public_mojom_BUILD.gn +++ b/www/chromium/files/patch-services_network_public_mojom_BUILD.gn @@ -1,6 +1,6 @@ ---- services/network/public/mojom/BUILD.gn.orig 2025-07-02 06:08:04 UTC +--- services/network/public/mojom/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ services/network/public/mojom/BUILD.gn -@@ -679,11 +679,11 @@ mojom("url_loader_base") { +@@ -690,11 +690,11 @@ mojom("url_loader_base") { } enabled_features = [] @@ -14,7 +14,16 @@ # TODO(crbug.com/40263697): Remove this once is_linux in the mojom IDL does # not include lacros. enabled_features += [ "use_network_interface_change_listener" ] -@@ -1795,7 +1795,7 @@ mojom("mojom") { +@@ -1007,7 +1007,7 @@ mojom("url_loader_base") { + }, + ] + +- if (is_linux) { ++ if (is_linux && !is_bsd) { + cpp_typemaps += [ + { + types = [ +@@ -1797,7 +1797,7 @@ mojom("mojom") { } } diff --git a/www/chromium/files/patch-services_network_shared__dictionary_shared__dictionary__writer__in__memory.h b/www/chromium/files/patch-services_network_shared__dictionary_shared__dictionary__writer__in__memory.h index 95eaff0bbd97..cd921146581d 100644 --- a/www/chromium/files/patch-services_network_shared__dictionary_shared__dictionary__writer__in__memory.h +++ b/www/chromium/files/patch-services_network_shared__dictionary_shared__dictionary__writer__in__memory.h @@ -1,4 +1,4 @@ ---- services/network/shared_dictionary/shared_dictionary_writer_in_memory.h.orig 2023-08-17 07:33:31 UTC +--- services/network/shared_dictionary/shared_dictionary_writer_in_memory.h.orig 2025-09-06 10:01:20 UTC +++ services/network/shared_dictionary/shared_dictionary_writer_in_memory.h @@ -9,6 +9,8 @@ #include <string> @@ -8,4 +8,4 @@ + #include "base/component_export.h" #include "base/functional/callback.h" - #include "crypto/secure_hash.h" + #include "crypto/hash.h" diff --git a/www/chromium/files/patch-services_on__device__model_on__device__model__service.h b/www/chromium/files/patch-services_on__device__model_on__device__model__service.h deleted file mode 100644 index 6ed7c0ea0f90..000000000000 --- a/www/chromium/files/patch-services_on__device__model_on__device__model__service.h +++ /dev/null @@ -1,22 +0,0 @@ ---- services/on_device_model/on_device_model_service.h.orig 2025-08-07 06:57:29 UTC -+++ services/on_device_model/on_device_model_service.h -@@ -31,6 +31,10 @@ class OnDeviceModelInternalImpl; - class TsHolder; - } - -+#if BUILDFLAG(IS_BSD) -+#include "sandbox/policy/sandbox.h" -+#endif -+ - namespace on_device_model { - - inline constexpr base::TimeDelta kDefaultModelIdleTimeout = base::Minutes(5); -@@ -46,7 +50,7 @@ class COMPONENT_EXPORT(ON_DEVICE_MODEL) OnDeviceModelS - // Must be called in the service's process after the run loop finished. - [[nodiscard]] static bool Shutdown(); - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - static void AddSandboxLinuxOptions( - sandbox::policy::SandboxLinux::Options& options); - #endif diff --git a/www/chromium/files/patch-services_on__device__model_pre__sandbox__init.cc b/www/chromium/files/patch-services_on__device__model_pre__sandbox__init.cc deleted file mode 100644 index f8e1c16d2a26..000000000000 --- a/www/chromium/files/patch-services_on__device__model_pre__sandbox__init.cc +++ /dev/null @@ -1,38 +0,0 @@ ---- services/on_device_model/pre_sandbox_init.cc.orig 2025-08-07 06:57:29 UTC -+++ services/on_device_model/pre_sandbox_init.cc -@@ -15,7 +15,7 @@ - #include "services/on_device_model/ml/gpu_blocklist.h" // nogncheck - #endif - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - #include "gpu/config/gpu_info_collector.h" // nogncheck - #endif - -@@ -29,7 +29,7 @@ namespace on_device_model { - - namespace { - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - constexpr uint32_t kVendorIdAMD = 0x1002; - constexpr uint32_t kVendorIdIntel = 0x8086; - constexpr uint32_t kVendorIdNVIDIA = 0x10DE; -@@ -63,7 +63,7 @@ void UpdateSandboxOptionsForGpu( - // enabling the sandbox. - BASE_FEATURE(kOnDeviceModelWarmDrivers, - "OnDeviceModelWarmDrivers", --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - base::FEATURE_ENABLED_BY_DEFAULT - #else - base::FEATURE_DISABLED_BY_DEFAULT -@@ -132,7 +132,7 @@ bool OnDeviceModelService::PreSandboxInit() { - return true; - } - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - // static - void OnDeviceModelService::AddSandboxLinuxOptions( - sandbox::policy::SandboxLinux::Options& options) { diff --git a/www/chromium/files/patch-services_shape__detection_shape__detection__sandbox__hook.cc b/www/chromium/files/patch-services_shape__detection_shape__detection__sandbox__hook.cc new file mode 100644 index 000000000000..31120b9315f5 --- /dev/null +++ b/www/chromium/files/patch-services_shape__detection_shape__detection__sandbox__hook.cc @@ -0,0 +1,13 @@ +--- services/shape_detection/shape_detection_sandbox_hook.cc.orig 2025-09-06 10:01:20 UTC ++++ services/shape_detection/shape_detection_sandbox_hook.cc +@@ -31,8 +31,10 @@ bool ShapeDetectionPreSandboxHook( + DVLOG(1) << "Successfully opened Chrome Shape Detection shared library."; + } + #endif // BUILDFLAG(GOOGLE_CHROME_BRANDING) ++#if !BUILDFLAG(IS_BSD) + auto* instance = sandbox::policy::SandboxLinux::GetInstance(); + instance->EngageNamespaceSandboxIfPossible(); ++#endif + return true; + } + diff --git a/www/chromium/files/patch-services_shape__detection_shape__detection__sandbox__hook.h b/www/chromium/files/patch-services_shape__detection_shape__detection__sandbox__hook.h new file mode 100644 index 000000000000..634d0011b0c1 --- /dev/null +++ b/www/chromium/files/patch-services_shape__detection_shape__detection__sandbox__hook.h @@ -0,0 +1,16 @@ +--- services/shape_detection/shape_detection_sandbox_hook.h.orig 2025-09-06 10:01:20 UTC ++++ services/shape_detection/shape_detection_sandbox_hook.h +@@ -5,7 +5,13 @@ + #ifndef SERVICES_SHAPE_DETECTION_SHAPE_DETECTION_SANDBOX_HOOK_H_ + #define SERVICES_SHAPE_DETECTION_SHAPE_DETECTION_SANDBOX_HOOK_H_ + ++#include "build/build_config.h" ++ ++#if BUILDFLAG(IS_BSD) ++#include "sandbox/policy/sandbox.h" ++#else + #include "sandbox/policy/linux/sandbox_linux.h" ++#endif + + namespace shape_detection { + diff --git a/www/chromium/files/patch-services_shape__detection_shape__detection__service.cc b/www/chromium/files/patch-services_shape__detection_shape__detection__service.cc new file mode 100644 index 000000000000..f5c8f6111bbd --- /dev/null +++ b/www/chromium/files/patch-services_shape__detection_shape__detection__service.cc @@ -0,0 +1,20 @@ +--- services/shape_detection/shape_detection_service.cc.orig 2025-09-06 10:01:20 UTC ++++ services/shape_detection/shape_detection_service.cc +@@ -22,7 +22,7 @@ + #elif BUILDFLAG(IS_ANDROID) + // No C++ code, barcode detection comes from Java. + #elif BUILDFLAG(GOOGLE_CHROME_BRANDING) && \ +- (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) ++ (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)) + #include "services/shape_detection/barcode_detection_provider_chrome.h" + #else + #include "services/shape_detection/barcode_detection_provider_impl.h" +@@ -56,7 +56,7 @@ void ShapeDetectionService::BindBarcodeDetectionProvid + #elif BUILDFLAG(IS_MAC) + BarcodeDetectionProviderMac::Create(std::move(receiver)); + #elif BUILDFLAG(GOOGLE_CHROME_BRANDING) && \ +- (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) ++ (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)) + BarcodeDetectionProviderChrome::Create(std::move(receiver)); + #else + BarcodeDetectionProviderImpl::Create(std::move(receiver)); diff --git a/www/chromium/files/patch-services_tracing_public_cpp_perfetto_track__name__recorder.cc b/www/chromium/files/patch-services_tracing_public_cpp_perfetto_track__name__recorder.cc new file mode 100644 index 000000000000..cf779b35e02c --- /dev/null +++ b/www/chromium/files/patch-services_tracing_public_cpp_perfetto_track__name__recorder.cc @@ -0,0 +1,11 @@ +--- services/tracing/public/cpp/perfetto/track_name_recorder.cc.orig 2025-09-06 10:01:20 UTC ++++ services/tracing/public/cpp/perfetto/track_name_recorder.cc +@@ -51,7 +51,7 @@ void FillThreadTrack(const perfetto::ThreadTrack& trac + if (thread_type != ChromeThreadDescriptor::THREAD_UNSPECIFIED) { + desc.mutable_chrome_thread()->set_thread_type(thread_type); + } +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_AIX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_AIX) || BUILDFLAG(IS_BSD) + if (base::GetCurrentProcId() != + base::trace_event::TraceLog::GetInstance()->process_id()) { + desc.mutable_chrome_thread()->set_is_sandboxed_tid(true); diff --git a/www/chromium/files/patch-services_tracing_public_cpp_stack__sampling_tracing__sampler__profiler.cc b/www/chromium/files/patch-services_tracing_public_cpp_stack__sampling_tracing__sampler__profiler.cc index d84fbd75962f..512cc6197d7c 100644 --- a/www/chromium/files/patch-services_tracing_public_cpp_stack__sampling_tracing__sampler__profiler.cc +++ b/www/chromium/files/patch-services_tracing_public_cpp_stack__sampling_tracing__sampler__profiler.cc @@ -1,11 +1,38 @@ ---- services/tracing/public/cpp/stack_sampling/tracing_sampler_profiler.cc.orig 2024-01-30 07:53:34 UTC +--- services/tracing/public/cpp/stack_sampling/tracing_sampler_profiler.cc.orig 2025-09-06 10:01:20 UTC +++ services/tracing/public/cpp/stack_sampling/tracing_sampler_profiler.cc -@@ -38,7 +38,7 @@ +@@ -39,7 +39,7 @@ #include "third_party/perfetto/protos/perfetto/trace/track_event/process_descriptor.pbzero.h" #include "third_party/perfetto/protos/perfetto/trace/track_event/thread_descriptor.pbzero.h" --#if BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_NACL) && !BUILDFLAG(IS_APPLE) -+#if BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_NACL) && !BUILDFLAG(IS_APPLE) && !BUILDFLAG(IS_BSD) +-#if BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_APPLE) ++#if BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_APPLE) && !BUILDFLAG(IS_BSD) #include "base/profiler/thread_delegate_posix.h" #define INITIALIZE_THREAD_DELEGATE_POSIX 1 - #else // BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_NACL) && !BUILDFLAG(IS_APPLE) + #else // BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_APPLE) +@@ -261,7 +261,7 @@ struct FrameDetails { + ANDROID_ARM64_UNWINDING_SUPPORTED || ANDROID_CFI_UNWINDING_SUPPORTED || \ + (BUILDFLAG(IS_CHROMEOS) && \ + (defined(ARCH_CPU_X86_64) || defined(ARCH_CPU_ARM64))) || \ +- BUILDFLAG(IS_LINUX) ++ BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + // Returns whether stack sampling is supported on the current platform. + bool IsStackSamplingSupported() { + return base::StackSamplingProfiler::IsSupportedForCurrentPlatform(); +@@ -379,7 +379,7 @@ void TracingSamplerProfiler::TracingProfileBuilder::Wr + thread_descriptor->set_reference_timestamp_us( + last_timestamp_.since_origin().InMicroseconds()); + +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_AIX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_AIX) || BUILDFLAG(IS_BSD) + if (base::GetCurrentProcId() != + base::trace_event::TraceLog::GetInstance()->process_id()) { + auto* chrome_thread = track_descriptor->set_chrome_thread(); +@@ -651,7 +651,7 @@ bool TracingSamplerProfiler::IsStackUnwindingSupported + ANDROID_ARM64_UNWINDING_SUPPORTED || ANDROID_CFI_UNWINDING_SUPPORTED || \ + (BUILDFLAG(IS_CHROMEOS) && \ + (defined(ARCH_CPU_X86_64) || defined(ARCH_CPU_ARM64))) || \ +- BUILDFLAG(IS_LINUX) ++ BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + return IsStackSamplingSupported(); + #else + return false; diff --git a/www/chromium/files/patch-services_tracing_public_cpp_trace__startup.cc b/www/chromium/files/patch-services_tracing_public_cpp_trace__startup.cc deleted file mode 100644 index 72c022d67d2b..000000000000 --- a/www/chromium/files/patch-services_tracing_public_cpp_trace__startup.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- services/tracing/public/cpp/trace_startup.cc.orig 2025-07-02 06:08:04 UTC -+++ services/tracing/public/cpp/trace_startup.cc -@@ -66,7 +66,7 @@ void EnableStartupTracingIfNeeded(bool with_thread) { - // Create the PerfettoTracedProcess. - if (with_thread) { - g_tracing_with_thread = true; --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - PerfettoTracedProcess::MaybeCreateInstanceWithThread( - /*will_trace_thread_restart=*/true); - #else diff --git a/www/chromium/files/patch-services_viz_public_mojom_BUILD.gn b/www/chromium/files/patch-services_viz_public_mojom_BUILD.gn index d5893839ff74..7c11768e62a2 100644 --- a/www/chromium/files/patch-services_viz_public_mojom_BUILD.gn +++ b/www/chromium/files/patch-services_viz_public_mojom_BUILD.gn @@ -1,6 +1,6 @@ ---- services/viz/public/mojom/BUILD.gn.orig 2025-05-28 14:55:43 UTC +--- services/viz/public/mojom/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ services/viz/public/mojom/BUILD.gn -@@ -57,7 +57,7 @@ mojom("mojom") { +@@ -51,7 +51,7 @@ mojom("mojom") { # Used in thread.mojom enabled_features = [] diff --git a/www/chromium/files/patch-third__party_angle_BUILD.gn b/www/chromium/files/patch-third__party_angle_BUILD.gn index 2a40c4629f1c..3e9d5d5e5205 100644 --- a/www/chromium/files/patch-third__party_angle_BUILD.gn +++ b/www/chromium/files/patch-third__party_angle_BUILD.gn @@ -1,6 +1,6 @@ ---- third_party/angle/BUILD.gn.orig 2025-05-28 14:55:43 UTC +--- third_party/angle/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ third_party/angle/BUILD.gn -@@ -360,7 +360,6 @@ config("extra_warnings") { +@@ -367,7 +367,6 @@ config("extra_warnings") { "-Wtautological-type-limit-compare", "-Wundefined-reinterpret-cast", "-Wunneeded-internal-declaration", @@ -8,7 +8,7 @@ "-Wsuggest-destructor-override", "-Wsuggest-override", -@@ -537,7 +536,7 @@ template("angle_common_lib") { +@@ -544,7 +543,7 @@ template("angle_common_lib") { all_dependent_configs = [ ":angle_disable_pool_alloc" ] } @@ -17,7 +17,7 @@ libs = [ "dl" ] } -@@ -692,6 +691,9 @@ angle_static_library("angle_gpu_info_util") { +@@ -707,6 +706,9 @@ angle_static_library("angle_gpu_info_util") { "Xi", "Xext", ] diff --git a/www/chromium/files/patch-third__party_angle_util_BUILD.gn b/www/chromium/files/patch-third__party_angle_util_BUILD.gn index 2bd296520ce2..266b88bc3811 100644 --- a/www/chromium/files/patch-third__party_angle_util_BUILD.gn +++ b/www/chromium/files/patch-third__party_angle_util_BUILD.gn @@ -1,6 +1,6 @@ ---- third_party/angle/util/BUILD.gn.orig 2025-04-04 08:52:13 UTC +--- third_party/angle/util/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ third_party/angle/util/BUILD.gn -@@ -332,7 +332,7 @@ foreach(is_shared_library, +@@ -334,7 +334,7 @@ foreach(is_shared_library, ] libs = [] diff --git a/www/chromium/files/patch-third__party_blink_common_features.cc b/www/chromium/files/patch-third__party_blink_common_features.cc new file mode 100644 index 000000000000..08a84c825be0 --- /dev/null +++ b/www/chromium/files/patch-third__party_blink_common_features.cc @@ -0,0 +1,11 @@ +--- third_party/blink/common/features.cc.orig 2025-09-06 10:01:20 UTC ++++ third_party/blink/common/features.cc +@@ -683,7 +683,7 @@ BASE_FEATURE(kDevToolsImprovedNetworkError, + + BASE_FEATURE(kDirectCompositorThreadIpc, + "DirectCompositorThreadIpc", +-#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) ++#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) + base::FEATURE_ENABLED_BY_DEFAULT + #else + base::FEATURE_DISABLED_BY_DEFAULT diff --git a/www/chromium/files/patch-third__party_blink_common_renderer__preferences_renderer__preferences__mojom__traits.cc b/www/chromium/files/patch-third__party_blink_common_renderer__preferences_renderer__preferences__mojom__traits.cc index d2dd295605bb..9cbbc642f6dd 100644 --- a/www/chromium/files/patch-third__party_blink_common_renderer__preferences_renderer__preferences__mojom__traits.cc +++ b/www/chromium/files/patch-third__party_blink_common_renderer__preferences_renderer__preferences__mojom__traits.cc @@ -1,6 +1,6 @@ ---- third_party/blink/common/renderer_preferences/renderer_preferences_mojom_traits.cc.orig 2025-02-19 07:43:18 UTC +--- third_party/blink/common/renderer_preferences/renderer_preferences_mojom_traits.cc.orig 2025-09-06 10:01:20 UTC +++ third_party/blink/common/renderer_preferences/renderer_preferences_mojom_traits.cc -@@ -77,7 +77,7 @@ bool StructTraits<blink::mojom::RendererPreferencesDat +@@ -78,7 +78,7 @@ bool StructTraits<blink::mojom::RendererPreferencesDat out->send_subresource_notification = data.send_subresource_notification(); diff --git a/www/chromium/files/patch-third__party_blink_public_common_renderer__preferences_renderer__preferences.h b/www/chromium/files/patch-third__party_blink_public_common_renderer__preferences_renderer__preferences.h index 09a660bc7f41..f9fe287c8f97 100644 --- a/www/chromium/files/patch-third__party_blink_public_common_renderer__preferences_renderer__preferences.h +++ b/www/chromium/files/patch-third__party_blink_public_common_renderer__preferences_renderer__preferences.h @@ -1,6 +1,6 @@ ---- third_party/blink/public/common/renderer_preferences/renderer_preferences.h.orig 2025-02-19 07:43:18 UTC +--- third_party/blink/public/common/renderer_preferences/renderer_preferences.h.orig 2025-09-06 10:01:20 UTC +++ third_party/blink/public/common/renderer_preferences/renderer_preferences.h -@@ -65,7 +65,7 @@ struct BLINK_COMMON_EXPORT RendererPreferences { +@@ -66,7 +66,7 @@ struct BLINK_COMMON_EXPORT RendererPreferences { UserAgentOverride user_agent_override; std::string accept_languages; bool send_subresource_notification{false}; diff --git a/www/chromium/files/patch-third__party_blink_public_common_renderer__preferences_renderer__preferences__mojom__traits.h b/www/chromium/files/patch-third__party_blink_public_common_renderer__preferences_renderer__preferences__mojom__traits.h index 55383cb9bf0b..4c030a990889 100644 --- a/www/chromium/files/patch-third__party_blink_public_common_renderer__preferences_renderer__preferences__mojom__traits.h +++ b/www/chromium/files/patch-third__party_blink_public_common_renderer__preferences_renderer__preferences__mojom__traits.h @@ -1,6 +1,6 @@ ---- third_party/blink/public/common/renderer_preferences/renderer_preferences_mojom_traits.h.orig 2025-02-19 07:43:18 UTC +--- third_party/blink/public/common/renderer_preferences/renderer_preferences_mojom_traits.h.orig 2025-09-06 10:01:20 UTC +++ third_party/blink/public/common/renderer_preferences/renderer_preferences_mojom_traits.h -@@ -180,7 +180,7 @@ struct BLINK_COMMON_EXPORT +@@ -185,7 +185,7 @@ struct BLINK_COMMON_EXPORT return data.send_subresource_notification; } diff --git a/www/chromium/files/patch-third__party_blink_public_platform_platform.h b/www/chromium/files/patch-third__party_blink_public_platform_platform.h index 4d4b1263104e..2eac34e4c2bf 100644 --- a/www/chromium/files/patch-third__party_blink_public_platform_platform.h +++ b/www/chromium/files/patch-third__party_blink_public_platform_platform.h @@ -1,6 +1,6 @@ ---- third_party/blink/public/platform/platform.h.orig 2025-08-07 06:57:29 UTC +--- third_party/blink/public/platform/platform.h.orig 2025-09-06 10:01:20 UTC +++ third_party/blink/public/platform/platform.h -@@ -373,7 +373,7 @@ class BLINK_PLATFORM_EXPORT Platform { +@@ -376,7 +376,7 @@ class BLINK_PLATFORM_EXPORT Platform { return nullptr; } diff --git a/www/chromium/files/patch-third__party_blink_renderer_core_exported_web__view__impl.cc b/www/chromium/files/patch-third__party_blink_renderer_core_exported_web__view__impl.cc index 808040f671d8..4c211c21a0cb 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_core_exported_web__view__impl.cc +++ b/www/chromium/files/patch-third__party_blink_renderer_core_exported_web__view__impl.cc @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/core/exported/web_view_impl.cc.orig 2025-08-07 06:57:29 UTC +--- third_party/blink/renderer/core/exported/web_view_impl.cc.orig 2025-09-06 10:01:20 UTC +++ third_party/blink/renderer/core/exported/web_view_impl.cc @@ -421,7 +421,7 @@ void RecordPrerenderActivationSignalDelay(const String #if !BUILDFLAG(IS_MAC) && !BUILDFLAG(IS_WIN) @@ -9,7 +9,7 @@ if (!prefs.should_antialias_text) { // When anti-aliasing is off, GTK maps all non-zero hinting settings to // 'Normal' hinting so we do the same. Otherwise, folks who have 'Slight' -@@ -3444,7 +3444,7 @@ void WebViewImpl::UpdateFontRenderingFromRendererPrefs +@@ -3441,7 +3441,7 @@ void WebViewImpl::UpdateFontRenderingFromRendererPrefs gfx::FontRenderParams::SUBPIXEL_RENDERING_NONE); WebFontRenderStyle::SetSubpixelPositioning( renderer_preferences_.use_subpixel_positioning); diff --git a/www/chromium/files/patch-third__party_blink_renderer_core_html_canvas_canvas__async__blob__creator.cc b/www/chromium/files/patch-third__party_blink_renderer_core_html_canvas_canvas__async__blob__creator.cc index 43625137dabe..c0a18e8b1e53 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_core_html_canvas_canvas__async__blob__creator.cc +++ b/www/chromium/files/patch-third__party_blink_renderer_core_html_canvas_canvas__async__blob__creator.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/core/html/canvas/canvas_async_blob_creator.cc.orig 2025-05-05 10:57:53 UTC +--- third_party/blink/renderer/core/html/canvas/canvas_async_blob_creator.cc.orig 2025-09-06 10:01:20 UTC +++ third_party/blink/renderer/core/html/canvas/canvas_async_blob_creator.cc -@@ -51,7 +51,7 @@ constexpr base::TimeDelta kEncodeRowSlackBeforeDeadlin +@@ -52,7 +52,7 @@ constexpr base::TimeDelta kEncodeRowSlackBeforeDeadlin /* The value is based on user statistics on Nov 2017. */ #if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ diff --git a/www/chromium/files/patch-third__party_blink_renderer_core_page_context__menu__controller.cc b/www/chromium/files/patch-third__party_blink_renderer_core_page_context__menu__controller.cc index 7abee87bc8c0..c2807179a3c5 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_core_page_context__menu__controller.cc +++ b/www/chromium/files/patch-third__party_blink_renderer_core_page_context__menu__controller.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/core/page/context_menu_controller.cc.orig 2025-07-02 06:08:04 UTC +--- third_party/blink/renderer/core/page/context_menu_controller.cc.orig 2025-09-06 10:01:20 UTC +++ third_party/blink/renderer/core/page/context_menu_controller.cc -@@ -654,7 +654,7 @@ bool ContextMenuController::ShowContextMenu(LocalFrame +@@ -649,7 +649,7 @@ bool ContextMenuController::ShowContextMenu(LocalFrame if (potential_image_node != nullptr && IsA<HTMLCanvasElement>(potential_image_node)) { data.media_type = mojom::blink::ContextMenuDataMediaType::kCanvas; diff --git a/www/chromium/files/patch-third__party_blink_renderer_modules_peerconnection_rtc__data__channel.cc b/www/chromium/files/patch-third__party_blink_renderer_modules_peerconnection_rtc__data__channel.cc index 733377f47069..e26735893496 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_modules_peerconnection_rtc__data__channel.cc +++ b/www/chromium/files/patch-third__party_blink_renderer_modules_peerconnection_rtc__data__channel.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/modules/peerconnection/rtc_data_channel.cc.orig 2024-11-14 07:57:23 UTC +--- third_party/blink/renderer/modules/peerconnection/rtc_data_channel.cc.orig 2025-09-06 10:01:20 UTC +++ third_party/blink/renderer/modules/peerconnection/rtc_data_channel.cc -@@ -542,6 +542,7 @@ void RTCDataChannel::send(Blob* data, ExceptionState& +@@ -538,6 +538,7 @@ void RTCDataChannel::send(Blob* data, ExceptionState& pending_messages_.push_back(message); } diff --git a/www/chromium/files/patch-third__party_blink_renderer_modules_peerconnection_webrtc__audio__renderer__test.cc b/www/chromium/files/patch-third__party_blink_renderer_modules_peerconnection_webrtc__audio__renderer__test.cc index c33751d275b0..6a3388f4433d 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_modules_peerconnection_webrtc__audio__renderer__test.cc +++ b/www/chromium/files/patch-third__party_blink_renderer_modules_peerconnection_webrtc__audio__renderer__test.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/modules/peerconnection/webrtc_audio_renderer_test.cc.orig 2025-07-02 06:08:04 UTC +--- third_party/blink/renderer/modules/peerconnection/webrtc_audio_renderer_test.cc.orig 2025-09-06 10:01:20 UTC +++ third_party/blink/renderer/modules/peerconnection/webrtc_audio_renderer_test.cc -@@ -382,7 +382,7 @@ TEST_F(WebRtcAudioRendererTest, DISABLED_VerifySinkPar +@@ -384,7 +384,7 @@ TEST_F(WebRtcAudioRendererTest, DISABLED_VerifySinkPar SetupRenderer(kDefaultOutputDeviceId); renderer_proxy_->Start(); #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_APPLE) || \ diff --git a/www/chromium/files/patch-third__party_blink_renderer_modules_webgl_webgl__rendering__context__base.cc b/www/chromium/files/patch-third__party_blink_renderer_modules_webgl_webgl__rendering__context__base.cc index f906898efc6c..4c287b50dc85 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_modules_webgl_webgl__rendering__context__base.cc +++ b/www/chromium/files/patch-third__party_blink_renderer_modules_webgl_webgl__rendering__context__base.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.cc.orig 2025-08-07 06:57:29 UTC +--- third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.cc.orig 2025-09-06 10:01:20 UTC +++ third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.cc -@@ -6520,7 +6520,7 @@ void WebGLRenderingContextBase::TexImageHelperMediaVid +@@ -6581,7 +6581,7 @@ void WebGLRenderingContextBase::TexImageHelperMediaVid // unmultiply has been requested or we need to never premultiply for Image // creation from a VideoFrame. diff --git a/www/chromium/files/patch-third__party_blink_renderer_modules_webgpu_gpu__canvas__context.cc b/www/chromium/files/patch-third__party_blink_renderer_modules_webgpu_gpu__canvas__context.cc index 3192735b3b39..223afdf08af4 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_modules_webgpu_gpu__canvas__context.cc +++ b/www/chromium/files/patch-third__party_blink_renderer_modules_webgpu_gpu__canvas__context.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/modules/webgpu/gpu_canvas_context.cc.orig 2025-08-07 06:57:29 UTC +--- third_party/blink/renderer/modules/webgpu/gpu_canvas_context.cc.orig 2025-09-06 10:01:20 UTC +++ third_party/blink/renderer/modules/webgpu/gpu_canvas_context.cc -@@ -224,7 +224,7 @@ CanvasResourceProvider* GPUCanvasContext::PaintRenderi +@@ -250,7 +250,7 @@ CanvasResourceProvider* GPUCanvasContext::PaintRenderi scoped_refptr<WebGPUMailboxTexture> front_buffer_texture; if (source_buffer == kFrontBuffer) { diff --git a/www/chromium/files/patch-third__party_blink_renderer_modules_webgpu_gpu__queue.cc b/www/chromium/files/patch-third__party_blink_renderer_modules_webgpu_gpu__queue.cc index 86a6e970b288..91fcf7f82b0c 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_modules_webgpu_gpu__queue.cc +++ b/www/chromium/files/patch-third__party_blink_renderer_modules_webgpu_gpu__queue.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/modules/webgpu/gpu_queue.cc.orig 2025-08-07 06:57:29 UTC +--- third_party/blink/renderer/modules/webgpu/gpu_queue.cc.orig 2025-09-06 10:01:20 UTC +++ third_party/blink/renderer/modules/webgpu/gpu_queue.cc -@@ -850,7 +850,7 @@ bool GPUQueue::CopyFromCanvasSourceImage( +@@ -829,7 +829,7 @@ bool GPUQueue::CopyFromCanvasSourceImage( // on linux platform. // TODO(crbug.com/1424119): using a webgpu mailbox texture on the OpenGLES // backend is failing for unknown reasons. diff --git a/www/chromium/files/patch-third__party_blink_renderer_platform_BUILD.gn b/www/chromium/files/patch-third__party_blink_renderer_platform_BUILD.gn index 7e1aa3b19307..e784cad74419 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_platform_BUILD.gn +++ b/www/chromium/files/patch-third__party_blink_renderer_platform_BUILD.gn @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/platform/BUILD.gn.orig 2025-08-07 06:57:29 UTC +--- third_party/blink/renderer/platform/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ third_party/blink/renderer/platform/BUILD.gn -@@ -2057,7 +2057,7 @@ static_library("test_support") { +@@ -2061,7 +2061,7 @@ static_library("test_support") { ] # fuzzed_data_provider may not work with a custom toolchain. diff --git a/www/chromium/files/patch-third__party_blink_renderer_platform_fonts_font__cache.h b/www/chromium/files/patch-third__party_blink_renderer_platform_fonts_font__cache.h index a111a5a16fe2..cdbff8166001 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_platform_fonts_font__cache.h +++ b/www/chromium/files/patch-third__party_blink_renderer_platform_fonts_font__cache.h @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/platform/fonts/font_cache.h.orig 2025-07-02 06:08:04 UTC +--- third_party/blink/renderer/platform/fonts/font_cache.h.orig 2025-09-06 10:01:20 UTC +++ third_party/blink/renderer/platform/fonts/font_cache.h @@ -55,7 +55,7 @@ #include "third_party/skia/include/core/SkFontMgr.h" @@ -33,10 +33,10 @@ -#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - static AtomicString GetFamilyNameForCharacter(SkFontMgr*, - UChar32, - const FontDescription&, -@@ -357,7 +357,7 @@ class PLATFORM_EXPORT FontCache final { + static const FontPlatformData* CreateFontPlatformDataForCharacter( + SkFontMgr*, + UChar32, +@@ -358,7 +358,7 @@ class PLATFORM_EXPORT FontCache final { bool is_test_font_mgr_ = false; #endif // BUILDFLAG(IS_WIN) diff --git a/www/chromium/files/patch-third__party_blink_renderer_platform_fonts_font__description.cc b/www/chromium/files/patch-third__party_blink_renderer_platform_fonts_font__description.cc index 5d6331b96ca2..ce994cbd7954 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_platform_fonts_font__description.cc +++ b/www/chromium/files/patch-third__party_blink_renderer_platform_fonts_font__description.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/platform/fonts/font_description.cc.orig 2025-08-07 06:57:29 UTC +--- third_party/blink/renderer/platform/fonts/font_description.cc.orig 2025-09-06 10:01:20 UTC +++ third_party/blink/renderer/platform/fonts/font_description.cc -@@ -42,7 +42,7 @@ +@@ -44,7 +44,7 @@ #include "third_party/blink/renderer/platform/wtf/text/string_hash.h" #include "third_party/blink/renderer/platform/wtf/text/string_hasher.h" @@ -9,7 +9,7 @@ #include "third_party/blink/renderer/platform/fonts/font_cache.h" #endif -@@ -297,7 +297,7 @@ FontCacheKey FontDescription::CacheKey( +@@ -314,7 +314,7 @@ FontCacheKey FontDescription::CacheKey( static_cast<unsigned>(fields_.orientation_) << 1 | // bit 2-3 static_cast<unsigned>(fields_.subpixel_text_position_); // bit 1 diff --git a/www/chromium/files/patch-third__party_blink_renderer_platform_fonts_skia_font__cache__skia.cc b/www/chromium/files/patch-third__party_blink_renderer_platform_fonts_skia_font__cache__skia.cc index 5e3e9f188986..900da96ab11c 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_platform_fonts_skia_font__cache__skia.cc +++ b/www/chromium/files/patch-third__party_blink_renderer_platform_fonts_skia_font__cache__skia.cc @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/platform/fonts/skia/font_cache_skia.cc.orig 2025-02-19 07:43:18 UTC +--- third_party/blink/renderer/platform/fonts/skia/font_cache_skia.cc.orig 2025-09-06 10:01:20 UTC +++ third_party/blink/renderer/platform/fonts/skia/font_cache_skia.cc @@ -65,7 +65,7 @@ AtomicString ToAtomicString(const SkString& str) { return AtomicString::FromUTF8(std::string_view(str.begin(), str.end())); @@ -9,7 +9,7 @@ // This function is called on android or when we are emulating android fonts on // linux and the embedder has overriden the default fontManager with // WebFontRendering::setSkiaFontMgr. -@@ -246,7 +246,7 @@ const FontPlatformData* FontCache::CreateFontPlatformD +@@ -260,7 +260,7 @@ const FontPlatformData* FontCache::CreateFontPlatformD std::string name; sk_sp<SkTypeface> typeface; diff --git a/www/chromium/files/patch-third__party_blink_renderer_platform_graphics_video__frame__submitter.cc b/www/chromium/files/patch-third__party_blink_renderer_platform_graphics_video__frame__submitter.cc index e72c3eeff3f7..9b3496f0a055 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_platform_graphics_video__frame__submitter.cc +++ b/www/chromium/files/patch-third__party_blink_renderer_platform_graphics_video__frame__submitter.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/platform/graphics/video_frame_submitter.cc.orig 2025-08-07 06:57:29 UTC +--- third_party/blink/renderer/platform/graphics/video_frame_submitter.cc.orig 2025-09-06 10:01:20 UTC +++ third_party/blink/renderer/platform/graphics/video_frame_submitter.cc -@@ -389,7 +389,7 @@ void VideoFrameSubmitter::OnBeginFrame( +@@ -380,7 +380,7 @@ void VideoFrameSubmitter::OnBeginFrame( auto& details = timing_details.find(frame_token)->value; auto& feedback = details.presentation_feedback; diff --git a/www/chromium/files/patch-third__party_blink_renderer_platform_instrumentation_partition__alloc__memory__dump__provider.cc b/www/chromium/files/patch-third__party_blink_renderer_platform_instrumentation_partition__alloc__memory__dump__provider.cc index b668448809b7..589a4d69446c 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_platform_instrumentation_partition__alloc__memory__dump__provider.cc +++ b/www/chromium/files/patch-third__party_blink_renderer_platform_instrumentation_partition__alloc__memory__dump__provider.cc @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/platform/instrumentation/partition_alloc_memory_dump_provider.cc.orig 2024-04-19 13:02:56 UTC +--- third_party/blink/renderer/platform/instrumentation/partition_alloc_memory_dump_provider.cc.orig 2025-09-06 10:01:20 UTC +++ third_party/blink/renderer/platform/instrumentation/partition_alloc_memory_dump_provider.cc @@ -14,7 +14,9 @@ @@ -18,7 +18,7 @@ using base::trace_event::MemoryDumpLevelOfDetail; MemoryDumpLevelOfDetail level_of_detail = args.level_of_detail; -@@ -49,6 +52,7 @@ bool PartitionAllocMemoryDumpProvider::OnMemoryDump( +@@ -48,6 +51,7 @@ bool PartitionAllocMemoryDumpProvider::OnMemoryDump( "size", "bytes", partition_stats_dumper.total_active_bytes()); memory_dump->AddOwnershipEdge(allocated_objects_dump->guid(), partitions_dump->guid()); diff --git a/www/chromium/files/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5 b/www/chromium/files/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5 index 4d2570266e9a..4a39aaf2353e 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5 +++ b/www/chromium/files/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5 @@ -1,6 +1,42 @@ ---- third_party/blink/renderer/platform/runtime_enabled_features.json5.orig 2025-08-07 06:57:29 UTC +--- third_party/blink/renderer/platform/runtime_enabled_features.json5.orig 2025-09-06 10:01:20 UTC +++ third_party/blink/renderer/platform/runtime_enabled_features.json5 -@@ -506,7 +506,7 @@ +@@ -324,7 +324,7 @@ + "default": "", + }, + origin_trial_feature_name: "AIPromptAPIMultimodalInput", +- origin_trial_os: ["win", "mac", "linux"], ++ origin_trial_os: ["win", "mac", "linux", "openbsd", "freebsd"], + origin_trial_allows_third_party: true, + implied_by: ["AIPromptAPIMultimodalInput"], + }, +@@ -354,7 +354,7 @@ + "default": "", + }, + origin_trial_feature_name: "AIPromptAPIMultimodalInput", +- origin_trial_os: ["win", "mac", "linux"], ++ origin_trial_os: ["win", "mac", "linux", "openbsd", "freebsd"], + origin_trial_allows_third_party: true, + base_feature_status: "enabled", + copied_from_base_feature_if: "overridden", +@@ -379,7 +379,7 @@ + "default": "", + }, + origin_trial_feature_name: "AIRewriterAPI", +- origin_trial_os: ["win", "mac", "linux"], ++ origin_trial_os: ["win", "mac", "linux", "openbsd", "freebsd"], + origin_trial_allows_third_party: true, + base_feature_status: "enabled", + copied_from_base_feature_if: "overridden", +@@ -412,7 +412,7 @@ + "default": "", + }, + origin_trial_feature_name: "AIWriterAPI", +- origin_trial_os: ["win", "mac", "linux"], ++ origin_trial_os: ["win", "mac", "linux", "openbsd", "freebsd"], + origin_trial_allows_third_party: true, + base_feature_status: "enabled", + copied_from_base_feature_if: "overridden", +@@ -516,7 +516,7 @@ name: "AppTitle", status: "experimental", origin_trial_feature_name: "AppTitle", @@ -9,7 +45,16 @@ base_feature: "WebAppEnableAppTitle", }, { -@@ -1878,7 +1878,7 @@ +@@ -1720,7 +1720,7 @@ + { + name: "DeviceBoundSessionCredentials", + origin_trial_feature_name: "DeviceBoundSessionCredentials", +- origin_trial_os: ["win", "linux", "mac"], ++ origin_trial_os: ["win", "linux", "mac", "openbsd", "freebsd"], + status: "experimental", + // Killswitch is net::features::kDeviceBoundSessions + base_feature: "none", +@@ -1859,7 +1859,7 @@ name: "DocumentIsolationPolicy", status: "experimental", origin_trial_feature_name: "DocumentIsolationPolicy", @@ -18,7 +63,7 @@ base_feature: "none", }, { -@@ -2145,7 +2145,7 @@ +@@ -2119,7 +2119,7 @@ base_feature: "none", public: true, origin_trial_feature_name: "FedCmMultipleIdentityProviders", @@ -27,7 +72,7 @@ origin_trial_allows_third_party: true, }, { -@@ -3672,7 +3672,7 @@ +@@ -3615,7 +3615,7 @@ // Tracking bug for the implementation: https://crbug.com/1462930 name: "PermissionElement", origin_trial_feature_name: "PermissionElement", @@ -36,16 +81,7 @@ status: "experimental", public: true, base_feature_status: "enabled", -@@ -3836,7 +3836,7 @@ - { - name: "PrivateNetworkAccessPermissionPrompt", - origin_trial_feature_name: "PrivateNetworkAccessPermissionPrompt", -- origin_trial_os: ["win", "mac", "linux", "fuchsia", "chromeos"], -+ origin_trial_os: ["win", "mac", "linux", "fuchsia", "chromeos", "openbsd", "freebsd"], - status: "stable", - public: true, - base_feature: "none", -@@ -5185,7 +5185,7 @@ +@@ -5157,7 +5157,7 @@ name: "UnrestrictedSharedArrayBuffer", base_feature: "none", origin_trial_feature_name: "UnrestrictedSharedArrayBuffer", @@ -54,7 +90,7 @@ }, // Enables using policy-controlled feature "usb-unrestricted" to allow // isolated context to access protected USB interface classes and to -@@ -5378,7 +5378,7 @@ +@@ -5355,7 +5355,7 @@ { name: "WebAppScopeExtensions", origin_trial_feature_name: "WebAppScopeExtensions", @@ -63,7 +99,16 @@ status: "experimental", base_feature: "none", }, -@@ -5650,7 +5650,7 @@ +@@ -5457,7 +5457,7 @@ + { + name: "WebAuthenticationImmediateGet", + origin_trial_feature_name: "WebAuthenticationImmediateGet", +- origin_trial_os: ["win", "mac", "linux", "chromeos"], ++ origin_trial_os: ["win", "mac", "linux", "chromeos", "openbsd", "freebsd"], + base_feature: "none", + public: true, + }, +@@ -5610,7 +5610,7 @@ { name: "WebIdentityDigitalCredentials", origin_trial_feature_name: "WebIdentityDigitalCredentials", diff --git a/www/chromium/files/patch-third__party_blink_renderer_platform_wtf_math__extras.h b/www/chromium/files/patch-third__party_blink_renderer_platform_wtf_math__extras.h index b184b8b79210..42b77a948bb4 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_platform_wtf_math__extras.h +++ b/www/chromium/files/patch-third__party_blink_renderer_platform_wtf_math__extras.h @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/platform/wtf/math_extras.h.orig 2022-07-22 17:30:31 UTC +--- third_party/blink/renderer/platform/wtf/math_extras.h.orig 2025-09-06 10:01:20 UTC +++ third_party/blink/renderer/platform/wtf/math_extras.h -@@ -128,6 +128,10 @@ constexpr float Grad2turn(float g) { +@@ -130,6 +130,10 @@ constexpr float Grad2turn(float g) { return g * (1.0f / 400.0f); } @@ -11,7 +11,7 @@ constexpr double RoundHalfTowardsPositiveInfinity(double value) { return std::floor(value + 0.5); } -@@ -135,6 +139,9 @@ constexpr double RoundHalfTowardsPositiveInfinity(doub +@@ -137,6 +141,9 @@ constexpr double RoundHalfTowardsPositiveInfinity(doub constexpr float RoundHalfTowardsPositiveInfinity(float value) { return std::floor(value + 0.5f); } diff --git a/www/chromium/files/patch-third__party_blink_renderer_platform_wtf_stack__util.cc b/www/chromium/files/patch-third__party_blink_renderer_platform_wtf_stack__util.cc index 3585f22d214a..8704c206712d 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_platform_wtf_stack__util.cc +++ b/www/chromium/files/patch-third__party_blink_renderer_platform_wtf_stack__util.cc @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/platform/wtf/stack_util.cc.orig 2025-07-02 06:08:04 UTC +--- third_party/blink/renderer/platform/wtf/stack_util.cc.orig 2025-09-06 10:01:20 UTC +++ third_party/blink/renderer/platform/wtf/stack_util.cc @@ -27,6 +27,11 @@ extern "C" void* __libc_stack_end; // NOLINT #include <sanitizer/asan_interface.h> @@ -9,7 +9,7 @@ +#include <pthread_np.h> +#endif + - namespace WTF { + namespace blink { size_t GetUnderestimatedStackSize() { @@ -71,6 +76,8 @@ size_t GetUnderestimatedStackSize() { diff --git a/www/chromium/files/patch-third__party_ffmpeg_configure b/www/chromium/files/patch-third__party_ffmpeg_configure index c474d6eed528..182ceac2eee1 100644 --- a/www/chromium/files/patch-third__party_ffmpeg_configure +++ b/www/chromium/files/patch-third__party_ffmpeg_configure @@ -1,6 +1,6 @@ ---- third_party/ffmpeg/configure.orig 2025-07-02 06:08:04 UTC +--- third_party/ffmpeg/configure.orig 2025-09-06 10:01:20 UTC +++ third_party/ffmpeg/configure -@@ -6885,8 +6885,8 @@ if ! disabled pthreads && ! enabled w32threads && ! en +@@ -6914,8 +6914,8 @@ if ! disabled pthreads && ! enabled w32threads && ! en if enabled pthread_np_h; then hdrs="$hdrs pthread_np.h" fi diff --git a/www/chromium/files/patch-third__party_fontconfig_include_meson-config.h b/www/chromium/files/patch-third__party_fontconfig_include_meson-config.h index a0b1b54538de..916bd86983c8 100644 --- a/www/chromium/files/patch-third__party_fontconfig_include_meson-config.h +++ b/www/chromium/files/patch-third__party_fontconfig_include_meson-config.h @@ -1,4 +1,4 @@ ---- third_party/fontconfig/include/meson-config.h.orig 2025-07-02 06:08:04 UTC +--- third_party/fontconfig/include/meson-config.h.orig 2025-09-06 10:01:20 UTC +++ third_party/fontconfig/include/meson-config.h @@ -17,7 +17,7 @@ @@ -9,7 +9,7 @@ #define FC_FONTPATH "" -@@ -92,10 +92,13 @@ +@@ -98,10 +98,13 @@ #define HAVE_RANDOM 1 @@ -24,7 +24,7 @@ #define HAVE_READLINK 1 #define HAVE_STDATOMIC_PRIMITIVES 1 -@@ -122,7 +125,7 @@ +@@ -128,7 +131,7 @@ #define HAVE_SYS_PARAM_H 1 @@ -33,7 +33,7 @@ #define HAVE_SYS_STATVFS_H 1 -@@ -130,7 +133,7 @@ +@@ -136,7 +139,7 @@ #define HAVE_SYS_TYPES_H 1 diff --git a/www/chromium/files/patch-third__party_ipcz_src_reference__drivers_random.cc b/www/chromium/files/patch-third__party_ipcz_src_reference__drivers_random.cc index 2e57899d408c..b68f7655c51c 100644 --- a/www/chromium/files/patch-third__party_ipcz_src_reference__drivers_random.cc +++ b/www/chromium/files/patch-third__party_ipcz_src_reference__drivers_random.cc @@ -1,6 +1,6 @@ ---- third_party/ipcz/src/reference_drivers/random.cc.orig 2025-04-04 08:52:13 UTC +--- third_party/ipcz/src/reference_drivers/random.cc.orig 2025-09-06 10:01:20 UTC +++ third_party/ipcz/src/reference_drivers/random.cc -@@ -55,7 +55,7 @@ decltype(&ProcessPrng) GetProcessPrng() { +@@ -53,7 +53,7 @@ decltype(&ProcessPrng) GetProcessPrng() { } #endif @@ -9,7 +9,7 @@ void RandomBytesFromDevUrandom(absl::Span<uint8_t> destination) { static int urandom_fd = [] { for (;;) { -@@ -99,7 +99,7 @@ void RandomBytes(absl::Span<uint8_t> destination) { +@@ -97,7 +97,7 @@ void RandomBytes(absl::Span<uint8_t> destination) { return; } } diff --git a/www/chromium/files/patch-third__party_perfetto_src_base_event__fd.cc b/www/chromium/files/patch-third__party_perfetto_src_base_event__fd.cc index b01b16758987..ff759f093f3a 100644 --- a/www/chromium/files/patch-third__party_perfetto_src_base_event__fd.cc +++ b/www/chromium/files/patch-third__party_perfetto_src_base_event__fd.cc @@ -1,6 +1,6 @@ ---- third_party/perfetto/src/base/event_fd.cc.orig 2025-02-19 07:43:18 UTC +--- third_party/perfetto/src/base/event_fd.cc.orig 2025-09-06 10:01:20 UTC +++ third_party/perfetto/src/base/event_fd.cc -@@ -24,7 +24,8 @@ +@@ -25,7 +25,8 @@ #include <synchapi.h> #elif PERFETTO_BUILDFLAG(PERFETTO_OS_QNX) #include <unistd.h> @@ -10,7 +10,7 @@ PERFETTO_BUILDFLAG(PERFETTO_OS_ANDROID) #include <sys/eventfd.h> #include <unistd.h> -@@ -59,7 +60,8 @@ void EventFd::Clear() { +@@ -60,7 +61,8 @@ void EventFd::Clear() { PERFETTO_DFATAL("EventFd::Clear()"); } diff --git a/www/chromium/files/patch-third__party_perfetto_src_base_scoped__sched__boost.cc b/www/chromium/files/patch-third__party_perfetto_src_base_scoped__sched__boost.cc new file mode 100644 index 000000000000..486c4b8e6e9c --- /dev/null +++ b/www/chromium/files/patch-third__party_perfetto_src_base_scoped__sched__boost.cc @@ -0,0 +1,26 @@ +--- third_party/perfetto/src/base/scoped_sched_boost.cc.orig 2025-09-06 10:01:20 UTC ++++ third_party/perfetto/src/base/scoped_sched_boost.cc +@@ -18,8 +18,9 @@ + + #include "perfetto/ext/base/status_macros.h" + +-#if PERFETTO_BUILDFLAG(PERFETTO_OS_LINUX) || \ +- PERFETTO_BUILDFLAG(PERFETTO_OS_ANDROID) ++#if (PERFETTO_BUILDFLAG(PERFETTO_OS_LINUX) || \ ++ PERFETTO_BUILDFLAG(PERFETTO_OS_ANDROID)) && \ ++ !PERFETTO_BUILDFLAG(PERFETTO_OS_BSD) + #include <sched.h> // for 'SCHED_' macros and 'sched_' functions + #include <sys/resource.h> // for 'setpriority', 'getpriority', 'PRIO_PROCESS' + #include <sys/types.h> // for 'pid_t' +@@ -31,8 +32,9 @@ + + namespace perfetto::base { + +-#if PERFETTO_BUILDFLAG(PERFETTO_OS_LINUX) || \ +- PERFETTO_BUILDFLAG(PERFETTO_OS_ANDROID) ++#if (PERFETTO_BUILDFLAG(PERFETTO_OS_LINUX) || \ ++ PERFETTO_BUILDFLAG(PERFETTO_OS_ANDROID)) && \ ++ !PERFETTO_BUILDFLAG(PERFETTO_OS_BSD) + + namespace { + constexpr pid_t kCurrentPid = 0; diff --git a/www/chromium/files/patch-third__party_perfetto_src_base_test_vm__test__utils.cc b/www/chromium/files/patch-third__party_perfetto_src_base_test_vm__test__utils.cc index 168e2db04fa6..18c2d6f06049 100644 --- a/www/chromium/files/patch-third__party_perfetto_src_base_test_vm__test__utils.cc +++ b/www/chromium/files/patch-third__party_perfetto_src_base_test_vm__test__utils.cc @@ -1,6 +1,6 @@ ---- third_party/perfetto/src/base/test/vm_test_utils.cc.orig 2025-05-28 14:55:43 UTC +--- third_party/perfetto/src/base/test/vm_test_utils.cc.orig 2025-09-06 10:01:20 UTC +++ third_party/perfetto/src/base/test/vm_test_utils.cc -@@ -93,7 +93,7 @@ bool IsMapped(void* start, size_t size) { +@@ -92,7 +92,7 @@ bool IsMapped(void* start, size_t size) { // Fuchsia doesn't yet support paging (b/119503290). ignore_result(page_size); return true; diff --git a/www/chromium/files/patch-third__party_perfetto_src_base_utils.cc b/www/chromium/files/patch-third__party_perfetto_src_base_utils.cc index f2fd4750cd1f..66f82089dc57 100644 --- a/www/chromium/files/patch-third__party_perfetto_src_base_utils.cc +++ b/www/chromium/files/patch-third__party_perfetto_src_base_utils.cc @@ -1,4 +1,4 @@ ---- third_party/perfetto/src/base/utils.cc.orig 2025-04-04 08:52:13 UTC +--- third_party/perfetto/src/base/utils.cc.orig 2025-09-06 10:01:20 UTC +++ third_party/perfetto/src/base/utils.cc @@ -38,7 +38,8 @@ #include <mach/vm_page_size.h> @@ -10,7 +10,7 @@ PERFETTO_BUILDFLAG(PERFETTO_OS_ANDROID) #include <sys/prctl.h> -@@ -279,14 +280,22 @@ void Daemonize(std::function<int()> parent_cb) { +@@ -280,14 +281,22 @@ void Daemonize(std::function<int()> parent_cb) { std::string GetCurExecutablePath() { std::string self_path; @@ -35,7 +35,7 @@ #elif PERFETTO_BUILDFLAG(PERFETTO_OS_APPLE) uint32_t size = 0; PERFETTO_CHECK(_NSGetExecutablePath(nullptr, &size)); -@@ -338,7 +347,8 @@ void AlignedFree(void* ptr) { +@@ -339,7 +348,8 @@ void AlignedFree(void* ptr) { } bool IsSyncMemoryTaggingEnabled() { diff --git a/www/chromium/files/patch-third__party_perfetto_src_trace__processor_importers_ftrace_v4l2__tracker.cc b/www/chromium/files/patch-third__party_perfetto_src_trace__processor_importers_ftrace_v4l2__tracker.cc index 3be7582fbb99..08ef88c966b6 100644 --- a/www/chromium/files/patch-third__party_perfetto_src_trace__processor_importers_ftrace_v4l2__tracker.cc +++ b/www/chromium/files/patch-third__party_perfetto_src_trace__processor_importers_ftrace_v4l2__tracker.cc @@ -1,6 +1,6 @@ ---- third_party/perfetto/src/trace_processor/importers/ftrace/v4l2_tracker.cc.orig 2025-02-19 07:43:18 UTC +--- third_party/perfetto/src/trace_processor/importers/ftrace/v4l2_tracker.cc.orig 2025-09-06 10:01:20 UTC +++ third_party/perfetto/src/trace_processor/importers/ftrace/v4l2_tracker.cc -@@ -62,7 +62,7 @@ void V4l2Tracker::ParseV4l2Event(uint64_t fld_id, +@@ -59,7 +59,7 @@ void V4l2Tracker::ParseV4l2Event(uint64_t fld_id, case FtraceEvent::kV4l2QbufFieldNumber: { V4l2QbufFtraceEvent::Decoder pb_evt(bytes); BufferEvent evt; @@ -9,7 +9,7 @@ evt.index = pb_evt.index(); evt.type = pb_evt.type(); evt.bytesused = pb_evt.bytesused(); -@@ -103,7 +103,7 @@ void V4l2Tracker::ParseV4l2Event(uint64_t fld_id, +@@ -100,7 +100,7 @@ void V4l2Tracker::ParseV4l2Event(uint64_t fld_id, case FtraceEvent::kV4l2DqbufFieldNumber: { V4l2DqbufFtraceEvent::Decoder pb_evt(bytes); BufferEvent evt; @@ -18,7 +18,7 @@ evt.index = pb_evt.index(); evt.type = pb_evt.type(); evt.bytesused = pb_evt.bytesused(); -@@ -149,7 +149,7 @@ void V4l2Tracker::ParseV4l2Event(uint64_t fld_id, +@@ -146,7 +146,7 @@ void V4l2Tracker::ParseV4l2Event(uint64_t fld_id, case FtraceEvent::kVb2V4l2BufQueueFieldNumber: { Vb2V4l2BufQueueFtraceEvent::Decoder pb_evt(bytes); BufferEvent evt; @@ -27,7 +27,7 @@ evt.index = std::nullopt; evt.type = std::nullopt; evt.bytesused = std::nullopt; -@@ -180,7 +180,7 @@ void V4l2Tracker::ParseV4l2Event(uint64_t fld_id, +@@ -177,7 +177,7 @@ void V4l2Tracker::ParseV4l2Event(uint64_t fld_id, case FtraceEvent::kVb2V4l2BufDoneFieldNumber: { Vb2V4l2BufDoneFtraceEvent::Decoder pb_evt(bytes); BufferEvent evt; @@ -36,7 +36,7 @@ evt.index = std::nullopt; evt.type = std::nullopt; evt.bytesused = std::nullopt; -@@ -211,7 +211,7 @@ void V4l2Tracker::ParseV4l2Event(uint64_t fld_id, +@@ -208,7 +208,7 @@ void V4l2Tracker::ParseV4l2Event(uint64_t fld_id, case FtraceEvent::kVb2V4l2QbufFieldNumber: { Vb2V4l2QbufFtraceEvent::Decoder pb_evt(bytes); BufferEvent evt; @@ -45,7 +45,7 @@ evt.index = std::nullopt; evt.type = std::nullopt; evt.bytesused = std::nullopt; -@@ -242,7 +242,7 @@ void V4l2Tracker::ParseV4l2Event(uint64_t fld_id, +@@ -239,7 +239,7 @@ void V4l2Tracker::ParseV4l2Event(uint64_t fld_id, case FtraceEvent::kVb2V4l2DqbufFieldNumber: { Vb2V4l2DqbufFtraceEvent::Decoder pb_evt(bytes); BufferEvent evt; diff --git a/www/chromium/files/patch-third__party_rust_qr__code_v2_BUILD.gn b/www/chromium/files/patch-third__party_rust_qr__code_v2_BUILD.gn index 498b244055f1..7d8bb85efdc4 100644 --- a/www/chromium/files/patch-third__party_rust_qr__code_v2_BUILD.gn +++ b/www/chromium/files/patch-third__party_rust_qr__code_v2_BUILD.gn @@ -1,7 +1,7 @@ ---- third_party/rust/qr_code/v2/BUILD.gn.orig 2025-08-13 11:14:02 UTC +--- third_party/rust/qr_code/v2/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ third_party/rust/qr_code/v2/BUILD.gn -@@ -39,6 +39,10 @@ cargo_crate("lib") { - cargo_pkg_description = "QR code encoder in Rust, support structured append (data in multiple qrcodes)" +@@ -40,6 +40,10 @@ cargo_crate("lib") { + cargo_pkg_repository = "https://github.com/RCasatta/qr_code" cargo_pkg_version = "2.0.0" + rustflags = [ diff --git a/www/chromium/files/patch-third__party_test__fonts_fontconfig_BUILD.gn b/www/chromium/files/patch-third__party_test__fonts_fontconfig_BUILD.gn index fceeb1231855..ee79a62cfa3d 100644 --- a/www/chromium/files/patch-third__party_test__fonts_fontconfig_BUILD.gn +++ b/www/chromium/files/patch-third__party_test__fonts_fontconfig_BUILD.gn @@ -1,4 +1,4 @@ ---- third_party/test_fonts/fontconfig/BUILD.gn.orig 2025-01-19 09:23:37 UTC +--- third_party/test_fonts/fontconfig/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ third_party/test_fonts/fontconfig/BUILD.gn @@ -26,7 +26,11 @@ if (is_linux || is_chromeos) { @@ -24,5 +24,5 @@ + inputs = [ "$root_out_dir/etc/fonts/fonts.conf" ] + } outputs = [ - "$root_out_dir/fontconfig_caches/fb5c91b2895aa445d23aebf7f9e2189c-le64.cache-9", + "$root_out_dir/fontconfig_caches/fb5c91b2895aa445d23aebf7f9e2189c-le64.cache-10", "$root_out_dir/fontconfig_caches/CACHEDIR.TAG", diff --git a/www/chromium/files/patch-third__party_test__fonts_fontconfig_generate__fontconfig__caches.cc b/www/chromium/files/patch-third__party_test__fonts_fontconfig_generate__fontconfig__caches.cc index 777e6f2af457..e35b4f53dc24 100644 --- a/www/chromium/files/patch-third__party_test__fonts_fontconfig_generate__fontconfig__caches.cc +++ b/www/chromium/files/patch-third__party_test__fonts_fontconfig_generate__fontconfig__caches.cc @@ -1,10 +1,10 @@ ---- third_party/test_fonts/fontconfig/generate_fontconfig_caches.cc.orig 2023-04-05 11:05:06 UTC +--- third_party/test_fonts/fontconfig/generate_fontconfig_caches.cc.orig 2025-09-06 10:01:20 UTC +++ third_party/test_fonts/fontconfig/generate_fontconfig_caches.cc @@ -56,7 +56,7 @@ int main() { FcFini(); // Check existence of intended fontconfig cache file. -- auto cache = fontconfig_caches + "/" + kCacheKey + "-le64.cache-9"; +- auto cache = fontconfig_caches + "/" + kCacheKey + "-le64.cache-10"; + auto cache = fontconfig_caches + "/" + kCacheKey + "-le64.cache-" + FC_CACHE_VERSION; bool cache_exists = access(cache.c_str(), F_OK) == 0; return !cache_exists; diff --git a/www/chromium/files/patch-third__party_webrtc_BUILD.gn b/www/chromium/files/patch-third__party_webrtc_BUILD.gn index cb06e967f3a9..aa67cce504a0 100644 --- a/www/chromium/files/patch-third__party_webrtc_BUILD.gn +++ b/www/chromium/files/patch-third__party_webrtc_BUILD.gn @@ -1,6 +1,6 @@ ---- third_party/webrtc/BUILD.gn.orig 2025-04-04 08:52:13 UTC +--- third_party/webrtc/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ third_party/webrtc/BUILD.gn -@@ -219,6 +219,9 @@ config("common_inherited_config") { +@@ -220,6 +220,9 @@ config("common_inherited_config") { if (is_linux || is_chromeos) { defines += [ "WEBRTC_LINUX" ] } diff --git a/www/chromium/files/patch-third__party_webrtc_modules_audio__device_BUILD.gn b/www/chromium/files/patch-third__party_webrtc_modules_audio__device_BUILD.gn index 13fb69f09133..4a271edccefc 100644 --- a/www/chromium/files/patch-third__party_webrtc_modules_audio__device_BUILD.gn +++ b/www/chromium/files/patch-third__party_webrtc_modules_audio__device_BUILD.gn @@ -1,6 +1,6 @@ ---- third_party/webrtc/modules/audio_device/BUILD.gn.orig 2025-08-07 06:57:29 UTC +--- third_party/webrtc/modules/audio_device/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ third_party/webrtc/modules/audio_device/BUILD.gn -@@ -335,7 +335,7 @@ rtc_library("audio_device_impl") { +@@ -329,7 +329,7 @@ rtc_library("audio_device_impl") { if (rtc_use_dummy_audio_file_devices) { defines += [ "WEBRTC_DUMMY_FILE_DEVICES" ] } else { diff --git a/www/chromium/files/patch-third__party_webrtc_modules_portal_pipewire__utils.h b/www/chromium/files/patch-third__party_webrtc_modules_portal_pipewire__utils.h new file mode 100644 index 000000000000..67be40edd236 --- /dev/null +++ b/www/chromium/files/patch-third__party_webrtc_modules_portal_pipewire__utils.h @@ -0,0 +1,12 @@ +--- third_party/webrtc/modules/portal/pipewire_utils.h.orig 2025-09-06 10:01:20 UTC ++++ third_party/webrtc/modules/portal/pipewire_utils.h +@@ -11,7 +11,9 @@ + #ifndef MODULES_PORTAL_PIPEWIRE_UTILS_H_ + #define MODULES_PORTAL_PIPEWIRE_UTILS_H_ + ++#if defined(__linux__) + #include <asm-generic/ioctl.h> ++#endif + #include <sys/ioctl.h> + #include <sys/mman.h> + diff --git a/www/chromium/files/patch-third__party_webrtc_rtc__base_byte__order.h b/www/chromium/files/patch-third__party_webrtc_rtc__base_byte__order.h index 54fabfc03f97..eab49f36e78c 100644 --- a/www/chromium/files/patch-third__party_webrtc_rtc__base_byte__order.h +++ b/www/chromium/files/patch-third__party_webrtc_rtc__base_byte__order.h @@ -1,6 +1,6 @@ ---- third_party/webrtc/rtc_base/byte_order.h.orig 2023-02-08 09:03:45 UTC +--- third_party/webrtc/rtc_base/byte_order.h.orig 2025-09-06 10:01:20 UTC +++ third_party/webrtc/rtc_base/byte_order.h -@@ -90,6 +90,8 @@ +@@ -82,6 +82,8 @@ #error WEBRTC_ARCH_BIG_ENDIAN or WEBRTC_ARCH_LITTLE_ENDIAN must be defined. #endif // defined(WEBRTC_ARCH_LITTLE_ENDIAN) diff --git a/www/chromium/files/patch-third__party_webrtc_rtc__base_cpu__info.cc b/www/chromium/files/patch-third__party_webrtc_rtc__base_cpu__info.cc index 682ebb2db824..4ce3959b659a 100644 --- a/www/chromium/files/patch-third__party_webrtc_rtc__base_cpu__info.cc +++ b/www/chromium/files/patch-third__party_webrtc_rtc__base_cpu__info.cc @@ -1,47 +1,22 @@ ---- third_party/webrtc/rtc_base/cpu_info.cc.orig 2025-09-03 06:34:22 UTC +--- third_party/webrtc/rtc_base/cpu_info.cc.orig 2025-09-06 10:01:20 UTC +++ third_party/webrtc/rtc_base/cpu_info.cc -@@ -22,7 +22,9 @@ - #elif defined(WEBRTC_FUCHSIA) - #include <zircon/syscalls.h> - #elif defined(WEBRTC_LINUX) -+#if !defined(WEBRTC_BSD) - #include <features.h> -+#endif - #include <stdlib.h> - #include <string.h> // IWYU pragma: keep - #include <unistd.h> -@@ -33,7 +35,7 @@ - #define WEBRTC_GLIBC_PREREQ(a, b) 0 - #endif - --#if WEBRTC_GLIBC_PREREQ(2, 16) -+#if WEBRTC_GLIBC_PREREQ(2, 16) || defined(WEBRTC_BSD) - #include <sys/auxv.h> // IWYU pragma: keep - #else - #include <errno.h> -@@ -50,7 +52,7 @@ +@@ -36,7 +36,7 @@ #if defined(WEBRTC_ARCH_X86_FAMILY) && defined(_MSC_VER) #include <intrin.h> #endif -#if defined(WEBRTC_ARCH_ARM_FAMILY) && defined(WEBRTC_LINUX) +#if defined(WEBRTC_ARCH_ARM_FAMILY) && defined(WEBRTC_LINUX) && !defined(WEBRTC_BSD) #include <asm/hwcap.h> + #include <sys/auxv.h> #endif - -@@ -191,6 +193,9 @@ bool Supports(ISA instruction_set_architecture) { +@@ -178,7 +178,11 @@ bool Supports(ISA instruction_set_architecture) { return 0 != (android_getCpuFeatures() & ANDROID_CPU_ARM_FEATURE_NEON); #elif defined(WEBRTC_LINUX) uint64_t hwcap = 0; +#if defined(WEBRTC_BSD) + elf_aux_info(AT_HWCAP, &hwcap, sizeof(hwcap)); +#else - #if WEBRTC_GLIBC_PREREQ(2, 16) hwcap = getauxval(AT_HWCAP); - #else -@@ -211,6 +216,7 @@ bool Supports(ISA instruction_set_architecture) { - close(fd); - } - #endif // WEBRTC_GLIBC_PREREQ(2, 16) +#endif #if defined(__aarch64__) if ((hwcap & HWCAP_ASIMD) != 0) { diff --git a/www/chromium/files/patch-third__party_webrtc_rtc__base_ip__address.cc b/www/chromium/files/patch-third__party_webrtc_rtc__base_ip__address.cc index 401272424b51..ccf2629c448c 100644 --- a/www/chromium/files/patch-third__party_webrtc_rtc__base_ip__address.cc +++ b/www/chromium/files/patch-third__party_webrtc_rtc__base_ip__address.cc @@ -1,12 +1,12 @@ ---- third_party/webrtc/rtc_base/ip_address.cc.orig 2024-10-22 08:31:56 UTC +--- third_party/webrtc/rtc_base/ip_address.cc.orig 2025-09-06 10:01:20 UTC +++ third_party/webrtc/rtc_base/ip_address.cc -@@ -14,7 +14,8 @@ - #include <cstring> - #include <string> +@@ -22,7 +22,8 @@ + #include "rtc_base/string_utils.h" + #if defined(WEBRTC_POSIX) -#ifdef OPENBSD +#if defined(WEBRTC_BSD) +#include <sys/types.h> #include <netinet/in_systm.h> #endif - #ifndef __native_client__ + #include <netdb.h> diff --git a/www/chromium/files/patch-third__party_webrtc_rtc__base_net__helpers.cc b/www/chromium/files/patch-third__party_webrtc_rtc__base_net__helpers.cc index 9998d5416b12..efe45b4fd676 100644 --- a/www/chromium/files/patch-third__party_webrtc_rtc__base_net__helpers.cc +++ b/www/chromium/files/patch-third__party_webrtc_rtc__base_net__helpers.cc @@ -1,10 +1,10 @@ ---- third_party/webrtc/rtc_base/net_helpers.cc.orig 2025-05-28 14:55:43 UTC +--- third_party/webrtc/rtc_base/net_helpers.cc.orig 2025-09-06 10:01:20 UTC +++ third_party/webrtc/rtc_base/net_helpers.cc -@@ -21,6 +21,7 @@ +@@ -20,6 +20,7 @@ #endif - #if defined(WEBRTC_POSIX) && !defined(__native_client__) + #if defined(WEBRTC_POSIX) #include <arpa/inet.h> +#include <sys/socket.h> - #endif // defined(WEBRTC_POSIX) && !defined(__native_client__) + #endif // defined(WEBRTC_POSIX) namespace webrtc { diff --git a/www/chromium/files/patch-third__party_webrtc_rtc__base_network.cc b/www/chromium/files/patch-third__party_webrtc_rtc__base_network.cc index 22cae58f7728..a914eda4b1ac 100644 --- a/www/chromium/files/patch-third__party_webrtc_rtc__base_network.cc +++ b/www/chromium/files/patch-third__party_webrtc_rtc__base_network.cc @@ -1,6 +1,6 @@ ---- third_party/webrtc/rtc_base/network.cc.orig 2025-08-07 06:57:29 UTC +--- third_party/webrtc/rtc_base/network.cc.orig 2025-09-06 10:01:20 UTC +++ third_party/webrtc/rtc_base/network.cc -@@ -305,7 +305,12 @@ AdapterType GetAdapterTypeFromName(absl::string_view n +@@ -303,7 +303,12 @@ AdapterType GetAdapterTypeFromName(absl::string_view n } #endif diff --git a/www/chromium/files/patch-third__party_webrtc_rtc__base_physical__socket__server.cc b/www/chromium/files/patch-third__party_webrtc_rtc__base_physical__socket__server.cc index 90459c8dfb87..b097b5b0458f 100644 --- a/www/chromium/files/patch-third__party_webrtc_rtc__base_physical__socket__server.cc +++ b/www/chromium/files/patch-third__party_webrtc_rtc__base_physical__socket__server.cc @@ -1,24 +1,24 @@ ---- third_party/webrtc/rtc_base/physical_socket_server.cc.orig 2025-07-02 06:08:04 UTC +--- third_party/webrtc/rtc_base/physical_socket_server.cc.orig 2025-09-06 10:01:20 UTC +++ third_party/webrtc/rtc_base/physical_socket_server.cc -@@ -65,7 +65,7 @@ - #include "rtc_base/synchronization/mutex.h" - #include "rtc_base/time_utils.h" +@@ -61,7 +61,7 @@ + #undef SetPort + #endif -#if defined(WEBRTC_LINUX) +#if defined(WEBRTC_LINUX) && !defined(WEBRTC_BSD) + #include <asm-generic/socket.h> #include <linux/sockios.h> - #endif - -@@ -85,7 +85,7 @@ typedef void* SockOptArg; - + #include <sys/epoll.h> +@@ -78,7 +78,7 @@ + typedef void* SockOptArg; #endif // WEBRTC_POSIX --#if defined(WEBRTC_POSIX) && !defined(WEBRTC_MAC) && !defined(__native_client__) -+#if defined(WEBRTC_POSIX) && !defined(WEBRTC_MAC) && !defined(__native_client__) && !defined(WEBRTC_BSD) - +-#if defined(WEBRTC_POSIX) && !defined(WEBRTC_MAC) ++#if defined(WEBRTC_POSIX) && !defined(WEBRTC_MAC) && !defined(WEBRTC_BSD) int64_t GetSocketRecvTimestamp(int socket) { struct timeval tv_ioctl; -@@ -340,7 +340,7 @@ int PhysicalSocket::GetOption(Option opt, int* value) + int ret = ioctl(socket, SIOCGSTAMP, &tv_ioctl); +@@ -331,7 +331,7 @@ int PhysicalSocket::GetOption(Option opt, int* value) return -1; } if (opt == OPT_DONTFRAGMENT) { @@ -27,7 +27,7 @@ *value = (*value != IP_PMTUDISC_DONT) ? 1 : 0; #endif } else if (opt == OPT_DSCP) { -@@ -369,7 +369,7 @@ int PhysicalSocket::SetOption(Option opt, int value) { +@@ -360,7 +360,7 @@ int PhysicalSocket::SetOption(Option opt, int value) { if (TranslateOption(opt, &slevel, &sopt) == -1) return -1; if (opt == OPT_DONTFRAGMENT) { @@ -36,7 +36,7 @@ value = (value) ? IP_PMTUDISC_DO : IP_PMTUDISC_DONT; #endif } else if (opt == OPT_DSCP) { -@@ -400,7 +400,7 @@ int PhysicalSocket::SetOption(Option opt, int value) { +@@ -391,7 +391,7 @@ int PhysicalSocket::SetOption(Option opt, int value) { int PhysicalSocket::Send(const void* pv, size_t cb) { int sent = DoSend( s_, reinterpret_cast<const char*>(pv), static_cast<int>(cb), @@ -45,7 +45,7 @@ // Suppress SIGPIPE. Without this, attempting to send on a socket whose // other end is closed will result in a SIGPIPE signal being raised to // our process, which by default will terminate the process, which we -@@ -429,7 +429,7 @@ int PhysicalSocket::SendTo(const void* buffer, +@@ -420,7 +420,7 @@ int PhysicalSocket::SendTo(const void* buffer, size_t len = addr.ToSockAddrStorage(&saddr); int sent = DoSendTo(s_, static_cast<const char*>(buffer), static_cast<int>(length), @@ -54,16 +54,16 @@ // Suppress SIGPIPE. See above for explanation. MSG_NOSIGNAL, #else -@@ -707,7 +707,7 @@ int PhysicalSocket::TranslateOption(Option opt, int* s +@@ -698,7 +698,7 @@ int PhysicalSocket::TranslateOption(Option opt, int* s *slevel = IPPROTO_IP; *sopt = IP_DONTFRAGMENT; break; --#elif defined(WEBRTC_MAC) || defined(BSD) || defined(__native_client__) -+#elif defined(WEBRTC_MAC) || defined(WEBRTC_BSD) || defined(__native_client__) +-#elif defined(WEBRTC_MAC) || defined(BSD) ++#elif defined(WEBRTC_MAC) || defined(WEBRTC_BSD) RTC_LOG(LS_WARNING) << "Socket::OPT_DONTFRAGMENT not supported."; return -1; #elif defined(WEBRTC_POSIX) -@@ -756,7 +756,7 @@ int PhysicalSocket::TranslateOption(Option opt, int* s +@@ -747,7 +747,7 @@ int PhysicalSocket::TranslateOption(Option opt, int* s return -1; #endif case OPT_RECV_ECN: @@ -72,7 +72,7 @@ if (family_ == AF_INET6) { *slevel = IPPROTO_IPV6; *sopt = IPV6_RECVTCLASS; -@@ -776,10 +776,19 @@ int PhysicalSocket::TranslateOption(Option opt, int* s +@@ -767,10 +767,19 @@ int PhysicalSocket::TranslateOption(Option opt, int* s *sopt = SO_KEEPALIVE; break; case OPT_TCP_KEEPCNT: @@ -92,7 +92,7 @@ *slevel = IPPROTO_TCP; #if !defined(WEBRTC_MAC) *sopt = TCP_KEEPIDLE; -@@ -787,12 +796,18 @@ int PhysicalSocket::TranslateOption(Option opt, int* s +@@ -778,12 +787,18 @@ int PhysicalSocket::TranslateOption(Option opt, int* s *sopt = TCP_KEEPALIVE; #endif break; diff --git a/www/chromium/files/patch-third__party_webrtc_rtc__base_platform__thread__types.cc b/www/chromium/files/patch-third__party_webrtc_rtc__base_platform__thread__types.cc index 1a359b6a988a..d5800e2d53c7 100644 --- a/www/chromium/files/patch-third__party_webrtc_rtc__base_platform__thread__types.cc +++ b/www/chromium/files/patch-third__party_webrtc_rtc__base_platform__thread__types.cc @@ -1,16 +1,21 @@ ---- third_party/webrtc/rtc_base/platform_thread_types.cc.orig 2025-05-28 14:55:43 UTC +--- third_party/webrtc/rtc_base/platform_thread_types.cc.orig 2025-09-06 10:01:20 UTC +++ third_party/webrtc/rtc_base/platform_thread_types.cc -@@ -12,7 +12,9 @@ +@@ -12,11 +12,13 @@ // IWYU pragma: begin_keep #if defined(WEBRTC_LINUX) +#if !defined(WEBRTC_BSD) + #include <linux/prctl.h> #include <sys/prctl.h> +#endif #include <sys/syscall.h> - #endif -@@ -46,6 +48,8 @@ PlatformThreadId CurrentThreadId() { +-#if !defined(WEBRTC_ARCH_ARM) && !defined(WEBRTC_ARCH_ARM64) ++#if !defined(WEBRTC_ARCH_ARM) && !defined(WEBRTC_ARCH_ARM64) && !defined(WEBRTC_BSD) + #include <asm/unistd_64.h> + #endif + #endif +@@ -50,6 +52,8 @@ PlatformThreadId CurrentThreadId() { return gettid(); #elif defined(WEBRTC_FUCHSIA) return zx_thread_self(); @@ -19,7 +24,7 @@ #elif defined(WEBRTC_LINUX) return syscall(__NR_gettid); #elif defined(__EMSCRIPTEN__) -@@ -76,6 +80,7 @@ bool IsThreadRefEqual(const PlatformThreadRef& a, cons +@@ -80,6 +84,7 @@ bool IsThreadRefEqual(const PlatformThreadRef& a, cons } void SetCurrentThreadName(const char* name) { @@ -27,7 +32,7 @@ #if defined(WEBRTC_WIN) // The SetThreadDescription API works even if no debugger is attached. // The names set with this API also show up in ETW traces. Very handy. -@@ -122,6 +127,7 @@ void SetCurrentThreadName(const char* name) { +@@ -126,6 +131,7 @@ void SetCurrentThreadName(const char* name) { zx_status_t status = zx_object_set_property(zx_thread_self(), ZX_PROP_NAME, name, strlen(name)); RTC_DCHECK_EQ(status, ZX_OK); diff --git a/www/chromium/files/patch-third__party_zlib_BUILD.gn b/www/chromium/files/patch-third__party_zlib_BUILD.gn index ba5aff69e648..321849d04ae1 100644 --- a/www/chromium/files/patch-third__party_zlib_BUILD.gn +++ b/www/chromium/files/patch-third__party_zlib_BUILD.gn @@ -1,4 +1,4 @@ ---- third_party/zlib/BUILD.gn.orig 2025-08-07 06:57:29 UTC +--- third_party/zlib/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ third_party/zlib/BUILD.gn @@ -128,7 +128,7 @@ if (use_arm_neon_optimizations) { defines = [ "CRC32_ARMV8_CRC32" ] @@ -24,8 +24,8 @@ ] } -- if (is_apple || is_android || is_nacl) { -+ if (is_apple || is_android || is_nacl || is_bsd) { +- if (is_apple || is_android) { ++ if (is_apple || is_android || is_bsd) { # Mac, Android and the BSDs don't have fopen64, ftello64, or fseeko64. We # use fopen, ftell, and fseek instead on these systems. defines = [ "USE_FILE32API" ] diff --git a/www/chromium/files/patch-tools_grit_grit_node_base.py b/www/chromium/files/patch-tools_grit_grit_node_base.py index 798d6c3ecddd..252379df0a21 100644 --- a/www/chromium/files/patch-tools_grit_grit_node_base.py +++ b/www/chromium/files/patch-tools_grit_grit_node_base.py @@ -1,6 +1,6 @@ ---- tools/grit/grit/node/base.py.orig 2025-05-28 14:55:43 UTC +--- tools/grit/grit/node/base.py.orig 2025-09-06 10:01:20 UTC +++ tools/grit/grit/node/base.py -@@ -497,7 +497,8 @@ class Node: +@@ -491,7 +491,8 @@ class Node: value = defs elif name == 'is_linux': diff --git a/www/chromium/files/patch-tools_json__schema__compiler_cpp__bundle__generator.py b/www/chromium/files/patch-tools_json__schema__compiler_cpp__bundle__generator.py index cf827d8163e4..cc6c23967acd 100644 --- a/www/chromium/files/patch-tools_json__schema__compiler_cpp__bundle__generator.py +++ b/www/chromium/files/patch-tools_json__schema__compiler_cpp__bundle__generator.py @@ -1,8 +1,8 @@ ---- tools/json_schema_compiler/cpp_bundle_generator.py.orig 2025-04-04 08:52:13 UTC +--- tools/json_schema_compiler/cpp_bundle_generator.py.orig 2025-09-06 10:01:20 UTC +++ tools/json_schema_compiler/cpp_bundle_generator.py @@ -140,7 +140,7 @@ class CppBundleGenerator(object): - elif platform == Platforms.FUCHSIA: - ifdefs.append('BUILDFLAG(IS_FUCHSIA)') + elif platform == Platforms.DESKTOP_ANDROID: + ifdefs.append('BUILDFLAG(IS_DESKTOP_ANDROID)') elif platform == Platforms.LINUX: - ifdefs.append('BUILDFLAG(IS_LINUX)') + ifdefs.append('BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)') diff --git a/www/chromium/files/patch-tools_json__schema__compiler_feature__compiler.py b/www/chromium/files/patch-tools_json__schema__compiler_feature__compiler.py index 57196d18201b..965283bdef72 100644 --- a/www/chromium/files/patch-tools_json__schema__compiler_feature__compiler.py +++ b/www/chromium/files/patch-tools_json__schema__compiler_feature__compiler.py @@ -1,6 +1,6 @@ ---- tools/json_schema_compiler/feature_compiler.py.orig 2025-08-07 06:57:29 UTC +--- tools/json_schema_compiler/feature_compiler.py.orig 2025-09-06 10:01:20 UTC +++ tools/json_schema_compiler/feature_compiler.py -@@ -290,6 +290,8 @@ FEATURE_GRAMMAR = ({ +@@ -289,6 +289,8 @@ FEATURE_GRAMMAR = ({ 'linux': 'Feature::LINUX_PLATFORM', 'mac': 'Feature::MACOSX_PLATFORM', 'win': 'Feature::WIN_PLATFORM', diff --git a/www/chromium/files/patch-tools_protoc__wrapper_protoc__wrapper.py b/www/chromium/files/patch-tools_protoc__wrapper_protoc__wrapper.py index ab3d39bd0412..73096d5e11c3 100644 --- a/www/chromium/files/patch-tools_protoc__wrapper_protoc__wrapper.py +++ b/www/chromium/files/patch-tools_protoc__wrapper_protoc__wrapper.py @@ -1,6 +1,6 @@ ---- tools/protoc_wrapper/protoc_wrapper.py.orig 2025-07-02 06:08:04 UTC +--- tools/protoc_wrapper/protoc_wrapper.py.orig 2025-09-06 10:01:20 UTC +++ tools/protoc_wrapper/protoc_wrapper.py -@@ -226,15 +226,19 @@ def main(argv): +@@ -227,15 +227,19 @@ def main(argv): if not options.exclude_imports: protoc_cmd += ["--include_imports"] diff --git a/www/chromium/files/patch-ui_accessibility_accessibility__features.cc b/www/chromium/files/patch-ui_accessibility_accessibility__features.cc index 628d912ada05..a577c673c6b5 100644 --- a/www/chromium/files/patch-ui_accessibility_accessibility__features.cc +++ b/www/chromium/files/patch-ui_accessibility_accessibility__features.cc @@ -1,6 +1,6 @@ ---- ui/accessibility/accessibility_features.cc.orig 2025-08-07 06:57:29 UTC +--- ui/accessibility/accessibility_features.cc.orig 2025-09-06 10:01:20 UTC +++ ui/accessibility/accessibility_features.cc -@@ -496,7 +496,7 @@ bool IsScreenAITestModeEnabled() { +@@ -507,7 +507,7 @@ bool IsScreenAITestModeEnabled() { return base::FeatureList::IsEnabled(::features::kScreenAITestMode); } @@ -9,12 +9,12 @@ BASE_FEATURE(kScreenAIPartitionAllocAdvancedChecksEnabled, "ScreenAIPartitionAllocAdvancedChecksEnabled", base::FEATURE_DISABLED_BY_DEFAULT); -@@ -538,7 +538,7 @@ bool IsBlockRootWindowAccessibleNameChangeEventEnabled +@@ -549,7 +549,7 @@ bool IsBlockRootWindowAccessibleNameChangeEventEnabled } #endif // BUILDFLAG(IS_MAC) -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - BASE_FEATURE(kWasmTtsComponentUpdaterEnabled, - "WasmTtsComponentUpdaterEnabled", - base::FEATURE_ENABLED_BY_DEFAULT); + BASE_FEATURE(kWasmTtsComponentUpdaterV3Enabled, + "WasmTtsComponentUpdaterV3Enabled", + base::FEATURE_DISABLED_BY_DEFAULT); diff --git a/www/chromium/files/patch-ui_accessibility_accessibility__features.h b/www/chromium/files/patch-ui_accessibility_accessibility__features.h index 32b0b2c70c02..5e23fc8d6aee 100644 --- a/www/chromium/files/patch-ui_accessibility_accessibility__features.h +++ b/www/chromium/files/patch-ui_accessibility_accessibility__features.h @@ -1,6 +1,6 @@ ---- ui/accessibility/accessibility_features.h.orig 2025-08-07 06:57:29 UTC +--- ui/accessibility/accessibility_features.h.orig 2025-09-06 10:01:20 UTC +++ ui/accessibility/accessibility_features.h -@@ -330,7 +330,7 @@ AX_BASE_EXPORT bool IsScreenAIOCREnabled(); +@@ -339,7 +339,7 @@ AX_BASE_EXPORT bool IsScreenAIOCREnabled(); AX_BASE_EXPORT BASE_DECLARE_FEATURE(kScreenAITestMode); AX_BASE_EXPORT bool IsScreenAITestModeEnabled(); @@ -9,12 +9,12 @@ // Enables advanced partition allocation checks in ScreenAI service. // TODO(crbug.com/418199684): Remove when the bug is fixed. AX_BASE_EXPORT BASE_DECLARE_FEATURE( -@@ -357,7 +357,7 @@ AX_BASE_EXPORT BASE_DECLARE_FEATURE(kBlockRootWindowAc +@@ -366,7 +366,7 @@ AX_BASE_EXPORT BASE_DECLARE_FEATURE(kBlockRootWindowAc AX_BASE_EXPORT bool IsBlockRootWindowAccessibleNameChangeEventEnabled(); #endif // BUILDFLAG(IS_MAC) -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // Enable the component updater to download the wasm tts engine component. - AX_BASE_EXPORT BASE_DECLARE_FEATURE(kWasmTtsComponentUpdaterEnabled); - AX_BASE_EXPORT bool IsWasmTtsComponentUpdaterEnabled(); + // Use the v3 version of the wasm tts engine component. + AX_BASE_EXPORT BASE_DECLARE_FEATURE(kWasmTtsComponentUpdaterV3Enabled); + AX_BASE_EXPORT bool IsWasmTtsComponentUpdaterV3Enabled(); diff --git a/www/chromium/files/patch-ui_accessibility_ax__node.cc b/www/chromium/files/patch-ui_accessibility_ax__node.cc index 7cfe20cf2cc5..293528f5db36 100644 --- a/www/chromium/files/patch-ui_accessibility_ax__node.cc +++ b/www/chromium/files/patch-ui_accessibility_ax__node.cc @@ -1,6 +1,6 @@ ---- ui/accessibility/ax_node.cc.orig 2025-08-07 06:57:29 UTC +--- ui/accessibility/ax_node.cc.orig 2025-09-06 10:01:20 UTC +++ ui/accessibility/ax_node.cc -@@ -1555,7 +1555,7 @@ AXNode::GetExtraMacNodes() const { +@@ -1547,7 +1547,7 @@ AXNode::GetExtraMacNodes() const { return &table_info->extra_mac_nodes; } @@ -9,12 +9,12 @@ AXNode* AXNode::GetExtraAnnouncementNode( ax::mojom::AriaNotificationPriority priority_property) const { if (!tree_->extra_announcement_nodes()) { -@@ -1583,7 +1583,7 @@ bool AXNode::IsGenerated() const { +@@ -1575,7 +1575,7 @@ bool AXNode::IsGenerated() const { GetRole() == ax::mojom::Role::kColumn || GetRole() == ax::mojom::Role::kTableHeaderContainer; DCHECK_EQ(is_generated_node, is_extra_mac_node_role); -#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) +#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - // On Linux, generated nodes are always children of the root. + // On Linux and Windows, generated nodes are always children of the root, but + // not necessarily the root tree. if (GetParent() && GetParent()->GetManager()) { - DCHECK(GetParent()->GetManager()->IsRoot()); diff --git a/www/chromium/files/patch-ui_accessibility_ax__node.h b/www/chromium/files/patch-ui_accessibility_ax__node.h index 5181fdf601e9..16238e724025 100644 --- a/www/chromium/files/patch-ui_accessibility_ax__node.h +++ b/www/chromium/files/patch-ui_accessibility_ax__node.h @@ -1,6 +1,6 @@ ---- ui/accessibility/ax_node.h.orig 2025-08-07 06:57:29 UTC +--- ui/accessibility/ax_node.h.orig 2025-09-06 10:01:20 UTC +++ ui/accessibility/ax_node.h -@@ -587,7 +587,7 @@ class AX_EXPORT AXNode final { +@@ -582,7 +582,7 @@ class AX_EXPORT AXNode final { const std::vector<raw_ptr<AXNode, VectorExperimental>>* GetExtraMacNodes() const; diff --git a/www/chromium/files/patch-ui_accessibility_ax__tree.cc b/www/chromium/files/patch-ui_accessibility_ax__tree.cc index f3a8ae1a5338..c85680653420 100644 --- a/www/chromium/files/patch-ui_accessibility_ax__tree.cc +++ b/www/chromium/files/patch-ui_accessibility_ax__tree.cc @@ -1,6 +1,6 @@ ---- ui/accessibility/ax_tree.cc.orig 2025-08-07 06:57:29 UTC +--- ui/accessibility/ax_tree.cc.orig 2025-09-06 10:01:20 UTC +++ ui/accessibility/ax_tree.cc -@@ -724,7 +724,7 @@ struct AXTreeUpdateState { +@@ -700,7 +700,7 @@ struct AXTreeUpdateState { // (crrev.com/c/2892259). const raw_ref<const AXTreeUpdate> pending_tree_update; @@ -9,7 +9,7 @@ bool should_clear_extra_announcement_nodes = false; #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) -@@ -882,7 +882,7 @@ bool AXTree::ComputeNodeIsIgnoredChanged( +@@ -855,7 +855,7 @@ bool AXTree::ComputeNodeIsIgnoredChanged( return old_node_is_ignored != new_node_is_ignored; } @@ -18,7 +18,7 @@ ExtraAnnouncementNodes::ExtraAnnouncementNodes(AXNode* root) { assertive_node_ = CreateNode("assertive", root); polite_node_ = CreateNode("polite", root); -@@ -975,7 +975,7 @@ AXNode* AXTree::GetFromId(AXNodeID id) const { +@@ -948,7 +948,7 @@ AXNode* AXTree::GetFromId(AXNodeID id) const { void AXTree::Destroy() { base::ElapsedThreadTimer timer; @@ -27,7 +27,7 @@ ClearExtraAnnouncementNodes(); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) -@@ -1633,7 +1633,7 @@ bool AXTree::Unserialize(const AXTreeUpdate& update) { +@@ -1600,7 +1600,7 @@ bool AXTree::Unserialize(const AXTreeUpdate& update) { observers_.Notify(&AXTreeObserver::OnAtomicUpdateFinished, this, root_->id() != old_root_id, changes); @@ -36,7 +36,7 @@ if (update_state.should_clear_extra_announcement_nodes) { ClearExtraAnnouncementNodes(); } -@@ -2210,7 +2210,7 @@ void AXTree::NotifyNodeAttributesWillChange( +@@ -2186,7 +2186,7 @@ void AXTree::NotifyNodeAttributesWillChange( new_data); } @@ -45,7 +45,7 @@ void AXTree::ClearExtraAnnouncementNodes() { if (!extra_announcement_nodes_) { return; -@@ -2603,7 +2603,7 @@ bool AXTree::CreateNewChildVector( +@@ -2596,7 +2596,7 @@ bool AXTree::CreateNewChildVector( AXTreeUpdateState* update_state) { DCHECK(GetTreeUpdateInProgressState()); bool success = true; diff --git a/www/chromium/files/patch-ui_accessibility_ax__tree.h b/www/chromium/files/patch-ui_accessibility_ax__tree.h index fa9086611f24..091de55358be 100644 --- a/www/chromium/files/patch-ui_accessibility_ax__tree.h +++ b/www/chromium/files/patch-ui_accessibility_ax__tree.h @@ -1,6 +1,6 @@ ---- ui/accessibility/ax_tree.h.orig 2025-08-07 06:57:29 UTC +--- ui/accessibility/ax_tree.h.orig 2025-09-06 10:01:20 UTC +++ ui/accessibility/ax_tree.h -@@ -63,7 +63,7 @@ enum class AXTreeUnserializeError { +@@ -64,7 +64,7 @@ enum class AXTreeUnserializeError { }; // LINT.ThenChange(/tools/metrics/histograms/metadata/accessibility/enums.xml:AccessibilityTreeUnserializeError) @@ -9,7 +9,7 @@ // To support AriaNotify on older versions of ATK, we need to use the ATK // signal "Text::text-insert". This signal requires a node that is a // text type, and it needs to have aria-live properties set in order for -@@ -288,7 +288,7 @@ class AX_EXPORT AXTree { +@@ -289,7 +289,7 @@ class AX_EXPORT AXTree { void NotifyChildTreeConnectionChanged(AXNode* node, AXTree* child_tree); @@ -18,7 +18,7 @@ void ClearExtraAnnouncementNodes(); void CreateExtraAnnouncementNodes(); ExtraAnnouncementNodes* extra_announcement_nodes() const { -@@ -550,7 +550,7 @@ class AX_EXPORT AXTree { +@@ -548,7 +548,7 @@ class AX_EXPORT AXTree { std::unique_ptr<AXEvent> event_data_; diff --git a/www/chromium/files/patch-ui_base_resource_resource__bundle.cc b/www/chromium/files/patch-ui_base_resource_resource__bundle.cc index dbbeb83fbf4c..6b7e308478ce 100644 --- a/www/chromium/files/patch-ui_base_resource_resource__bundle.cc +++ b/www/chromium/files/patch-ui_base_resource_resource__bundle.cc @@ -1,6 +1,6 @@ ---- ui/base/resource/resource_bundle.cc.orig 2025-08-07 06:57:29 UTC +--- ui/base/resource/resource_bundle.cc.orig 2025-09-06 10:01:20 UTC +++ ui/base/resource/resource_bundle.cc -@@ -1004,7 +1004,7 @@ void ResourceBundle::ReloadFonts() { +@@ -1002,7 +1002,7 @@ void ResourceBundle::ReloadFonts() { } ResourceScaleFactor ResourceBundle::GetMaxResourceScaleFactor() const { diff --git a/www/chromium/files/patch-ui_base_test_skia__gold__pixel__diff.cc b/www/chromium/files/patch-ui_base_test_skia__gold__pixel__diff.cc index 0a9e4249ae59..c06378d10a9b 100644 --- a/www/chromium/files/patch-ui_base_test_skia__gold__pixel__diff.cc +++ b/www/chromium/files/patch-ui_base_test_skia__gold__pixel__diff.cc @@ -1,6 +1,6 @@ ---- ui/base/test/skia_gold_pixel_diff.cc.orig 2025-03-05 08:14:56 UTC +--- ui/base/test/skia_gold_pixel_diff.cc.orig 2025-09-06 10:01:20 UTC +++ ui/base/test/skia_gold_pixel_diff.cc -@@ -117,7 +117,7 @@ const char* GetPlatformName() { +@@ -121,7 +121,7 @@ const char* GetPlatformName() { return "windows"; #elif BUILDFLAG(IS_APPLE) return "macOS"; diff --git a/www/chromium/files/patch-ui_base_ui__base__features.cc b/www/chromium/files/patch-ui_base_ui__base__features.cc index c4639aee3311..8df5848b12b3 100644 --- a/www/chromium/files/patch-ui_base_ui__base__features.cc +++ b/www/chromium/files/patch-ui_base_ui__base__features.cc @@ -1,6 +1,6 @@ ---- ui/base/ui_base_features.cc.orig 2025-07-02 06:08:04 UTC +--- ui/base/ui_base_features.cc.orig 2025-09-06 10:01:20 UTC +++ ui/base/ui_base_features.cc -@@ -119,7 +119,7 @@ BASE_FEATURE(kWaylandLinuxDrmSyncobj, +@@ -113,7 +113,7 @@ BASE_FEATURE(kWaylandLinuxDrmSyncobj, // Controls whether support for Wayland's per-surface scaling is enabled. BASE_FEATURE(kWaylandPerSurfaceScale, "WaylandPerSurfaceScale", @@ -9,16 +9,7 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -143,7 +143,7 @@ BASE_FEATURE(kWaylandSessionManagement, - base::FEATURE_DISABLED_BY_DEFAULT); - #endif // BUILDFLAG(IS_OZONE) - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // If this feature is enabled, users not specify --ozone-platform-hint switch - // will get --ozone-platform-hint=auto treatment. https://crbug.com/40250220. - COMPONENT_EXPORT(UI_BASE_FEATURES) -@@ -231,7 +231,7 @@ BASE_FEATURE(kUiCompositorUsesLayerLists, +@@ -195,7 +195,7 @@ BASE_FEATURE(kUiCompositorUsesLayerLists, // native apps on Windows. BASE_FEATURE(kExperimentalFlingAnimation, "ExperimentalFlingAnimation", @@ -27,7 +18,7 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -323,7 +323,7 @@ bool IsForcedColorsEnabled() { +@@ -293,7 +293,7 @@ bool IsForcedColorsEnabled() { BASE_FEATURE(kEyeDropper, "EyeDropper", #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-ui_base_ui__base__features.h b/www/chromium/files/patch-ui_base_ui__base__features.h deleted file mode 100644 index 99bce9421f17..000000000000 --- a/www/chromium/files/patch-ui_base_ui__base__features.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ui/base/ui_base_features.h.orig 2025-07-02 06:08:04 UTC -+++ ui/base/ui_base_features.h -@@ -129,7 +129,7 @@ COMPONENT_EXPORT(UI_BASE_FEATURES) - BASE_DECLARE_FEATURE(kWaylandSessionManagement); - #endif // BUILDFLAG(IS_OZONE) - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - COMPONENT_EXPORT(UI_BASE_FEATURES) - BASE_DECLARE_FEATURE(kOverrideDefaultOzonePlatformHintToAuto); - #endif // BUILDFLAG(IS_LINUX) diff --git a/www/chromium/files/patch-ui_color_color__id.h b/www/chromium/files/patch-ui_color_color__id.h index 4e364c52dceb..993470ea5d9b 100644 --- a/www/chromium/files/patch-ui_color_color__id.h +++ b/www/chromium/files/patch-ui_color_color__id.h @@ -1,6 +1,6 @@ ---- ui/color/color_id.h.orig 2025-08-07 06:57:29 UTC +--- ui/color/color_id.h.orig 2025-09-06 10:01:20 UTC +++ ui/color/color_id.h -@@ -647,7 +647,7 @@ +@@ -648,7 +648,7 @@ E_CPONLY(kColorCrosSysPositive) \ E_CPONLY(kColorCrosSysComplementVariant) \ E_CPONLY(kColorCrosSysInputFieldOnBase) diff --git a/www/chromium/files/patch-ui_gfx_BUILD.gn b/www/chromium/files/patch-ui_gfx_BUILD.gn index e8a025673dd3..588e51d91c4e 100644 --- a/www/chromium/files/patch-ui_gfx_BUILD.gn +++ b/www/chromium/files/patch-ui_gfx_BUILD.gn @@ -1,6 +1,6 @@ ---- ui/gfx/BUILD.gn.orig 2025-08-07 06:57:29 UTC +--- ui/gfx/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ ui/gfx/BUILD.gn -@@ -667,7 +667,7 @@ source_set("memory_buffer_sources") { +@@ -659,7 +659,7 @@ source_set("memory_buffer_sources") { deps += [ "//build/config/linux/libdrm" ] } diff --git a/www/chromium/files/patch-ui_gfx_font__fallback__linux.cc b/www/chromium/files/patch-ui_gfx_font__fallback__linux.cc index cb92aba46c15..7c98da16d66d 100644 --- a/www/chromium/files/patch-ui_gfx_font__fallback__linux.cc +++ b/www/chromium/files/patch-ui_gfx_font__fallback__linux.cc @@ -1,6 +1,6 @@ ---- ui/gfx/font_fallback_linux.cc.orig 2024-09-30 07:45:04 UTC +--- ui/gfx/font_fallback_linux.cc.orig 2025-09-06 10:01:20 UTC +++ ui/gfx/font_fallback_linux.cc -@@ -32,6 +32,8 @@ +@@ -28,6 +28,8 @@ #include "ui/gfx/linux/fontconfig_util.h" #include "ui/gfx/platform_font.h" diff --git a/www/chromium/files/patch-ui_gfx_font__render__params__linux.cc b/www/chromium/files/patch-ui_gfx_font__render__params__linux.cc index f0e4a6f9c62c..f08a20d92d83 100644 --- a/www/chromium/files/patch-ui_gfx_font__render__params__linux.cc +++ b/www/chromium/files/patch-ui_gfx_font__render__params__linux.cc @@ -1,4 +1,4 @@ ---- ui/gfx/font_render_params_linux.cc.orig 2025-03-05 08:14:56 UTC +--- ui/gfx/font_render_params_linux.cc.orig 2025-09-06 10:01:20 UTC +++ ui/gfx/font_render_params_linux.cc @@ -24,7 +24,7 @@ #include "ui/gfx/linux/fontconfig_util.h" @@ -9,7 +9,7 @@ #include "ui/linux/linux_ui.h" #endif -@@ -222,7 +222,7 @@ FontRenderParams GetFontRenderParams(const FontRenderP +@@ -224,7 +224,7 @@ FontRenderParams GetFontRenderParams(const FontRenderP // Start with the delegate's settings, but let Fontconfig have the final say. FontRenderParams params; diff --git a/www/chromium/files/patch-ui_gfx_mojom_native__handle__types__mojom__traits.h b/www/chromium/files/patch-ui_gfx_mojom_native__handle__types__mojom__traits.h index 58c1a340bca7..50445fe3c0ba 100644 --- a/www/chromium/files/patch-ui_gfx_mojom_native__handle__types__mojom__traits.h +++ b/www/chromium/files/patch-ui_gfx_mojom_native__handle__types__mojom__traits.h @@ -1,4 +1,4 @@ ---- ui/gfx/mojom/native_handle_types_mojom_traits.h.orig 2025-08-07 06:57:29 UTC +--- ui/gfx/mojom/native_handle_types_mojom_traits.h.orig 2025-09-06 10:01:20 UTC +++ ui/gfx/mojom/native_handle_types_mojom_traits.h @@ -18,7 +18,7 @@ #include "ui/gfx/gpu_memory_buffer_handle.h" @@ -9,7 +9,7 @@ #include "ui/gfx/native_pixmap_handle.h" #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_OZONE) -@@ -45,7 +45,7 @@ struct COMPONENT_EXPORT(GFX_NATIVE_HANDLE_TYPES_SHARED +@@ -49,7 +49,7 @@ struct COMPONENT_EXPORT(GFX_NATIVE_HANDLE_TYPES_SHARED }; #endif // BUILDFLAG(IS_ANDROID) @@ -18,7 +18,7 @@ template <> struct COMPONENT_EXPORT(GFX_NATIVE_HANDLE_TYPES_SHARED_MOJOM_TRAITS) StructTraits<gfx::mojom::NativePixmapPlaneDataView, -@@ -73,13 +73,13 @@ struct COMPONENT_EXPORT(GFX_NATIVE_HANDLE_TYPES_SHARED +@@ -77,13 +77,13 @@ struct COMPONENT_EXPORT(GFX_NATIVE_HANDLE_TYPES_SHARED return pixmap_handle.planes; } @@ -34,7 +34,7 @@ static bool supports_zero_copy_webgpu_import( const gfx::NativePixmapHandle& pixmap_handle) { return pixmap_handle.supports_zero_copy_webgpu_import; -@@ -204,7 +204,7 @@ struct COMPONENT_EXPORT(GFX_NATIVE_HANDLE_TYPES_SHARED +@@ -207,7 +207,7 @@ struct COMPONENT_EXPORT(GFX_NATIVE_HANDLE_TYPES_SHARED static IOSurfaceHandle io_surface_handle(gfx::GpuMemoryBufferHandle& handle); #endif // BUILDFLAG(IS_APPLE) diff --git a/www/chromium/files/patch-ui_gfx_platform__font__skia.cc b/www/chromium/files/patch-ui_gfx_platform__font__skia.cc index 1d867ecf3822..e4e38781f2dd 100644 --- a/www/chromium/files/patch-ui_gfx_platform__font__skia.cc +++ b/www/chromium/files/patch-ui_gfx_platform__font__skia.cc @@ -1,4 +1,4 @@ ---- ui/gfx/platform_font_skia.cc.orig 2024-08-26 12:06:38 UTC +--- ui/gfx/platform_font_skia.cc.orig 2025-09-06 10:01:20 UTC +++ ui/gfx/platform_font_skia.cc @@ -29,7 +29,7 @@ #include "ui/gfx/system_fonts_win.h" @@ -9,7 +9,7 @@ #include "ui/linux/linux_ui.h" #endif -@@ -167,7 +167,7 @@ void PlatformFontSkia::EnsuresDefaultFontIsInitialized +@@ -170,7 +170,7 @@ void PlatformFontSkia::EnsuresDefaultFontIsInitialized weight = system_font.GetWeight(); #endif // BUILDFLAG(IS_WIN) diff --git a/www/chromium/files/patch-ui_gl_gl__switches.cc b/www/chromium/files/patch-ui_gl_gl__switches.cc index 0d1dad9fad85..e0019bba58b8 100644 --- a/www/chromium/files/patch-ui_gl_gl__switches.cc +++ b/www/chromium/files/patch-ui_gl_gl__switches.cc @@ -1,4 +1,4 @@ ---- ui/gl/gl_switches.cc.orig 2025-08-07 06:57:29 UTC +--- ui/gl/gl_switches.cc.orig 2025-09-06 10:01:20 UTC +++ ui/gl/gl_switches.cc @@ -15,7 +15,7 @@ #endif @@ -9,7 +9,7 @@ #include <vulkan/vulkan_core.h> #include "third_party/angle/src/gpu_info_util/SystemInfo.h" // nogncheck #endif // BUILDFLAG(ENABLE_VULKAN) && (BUILDFLAG(IS_LINUX) || -@@ -323,7 +323,7 @@ bool IsDefaultANGLEVulkan() { +@@ -328,7 +328,7 @@ bool IsDefaultANGLEVulkan() { } #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(ENABLE_VULKAN) && \ @@ -18,7 +18,7 @@ angle::SystemInfo system_info; { TRACE_EVENT("gpu,startup", "angle::GetSystemInfoVulkan"); -@@ -405,7 +405,7 @@ bool IsDefaultANGLEVulkan() { +@@ -410,7 +410,7 @@ bool IsDefaultANGLEVulkan() { } #endif // BUILDFLAG(IS_ANDROID) diff --git a/www/chromium/files/patch-ui_native__theme_native__theme__base.cc b/www/chromium/files/patch-ui_native__theme_native__theme__base.cc index 44d540f3b1c9..6fce00c15b20 100644 --- a/www/chromium/files/patch-ui_native__theme_native__theme__base.cc +++ b/www/chromium/files/patch-ui_native__theme_native__theme__base.cc @@ -1,6 +1,6 @@ ---- ui/native_theme/native_theme_base.cc.orig 2025-08-07 06:57:29 UTC +--- ui/native_theme/native_theme_base.cc.orig 2025-09-06 10:01:20 UTC +++ ui/native_theme/native_theme_base.cc -@@ -241,7 +241,7 @@ void NativeThemeBase::Paint(cc::PaintCanvas* canvas, +@@ -242,7 +242,7 @@ void NativeThemeBase::Paint(cc::PaintCanvas* canvas, std::get<ButtonExtraParams>(extra), color_scheme, accent_color_opaque); break; diff --git a/www/chromium/files/patch-ui_ozone_platform_wayland_host_wayland__frame__manager.cc b/www/chromium/files/patch-ui_ozone_platform_wayland_host_wayland__frame__manager.cc index e106ca3408e3..6ad2aac2380f 100644 --- a/www/chromium/files/patch-ui_ozone_platform_wayland_host_wayland__frame__manager.cc +++ b/www/chromium/files/patch-ui_ozone_platform_wayland_host_wayland__frame__manager.cc @@ -1,6 +1,6 @@ ---- ui/ozone/platform/wayland/host/wayland_frame_manager.cc.orig 2025-05-13 08:59:54 UTC +--- ui/ozone/platform/wayland/host/wayland_frame_manager.cc.orig 2025-09-06 10:01:20 UTC +++ ui/ozone/platform/wayland/host/wayland_frame_manager.cc -@@ -461,8 +461,10 @@ std::optional<bool> WaylandFrameManager::ApplySurfaceC +@@ -460,8 +460,10 @@ std::optional<bool> WaylandFrameManager::ApplySurfaceC surface->UpdateBufferDamageRegion( gfx::ToEnclosingRectIgnoringError(surface_damage)); diff --git a/www/chromium/files/patch-ui_views_BUILD.gn b/www/chromium/files/patch-ui_views_BUILD.gn index c0812cb8e3bd..936f7a34cca8 100644 --- a/www/chromium/files/patch-ui_views_BUILD.gn +++ b/www/chromium/files/patch-ui_views_BUILD.gn @@ -1,6 +1,6 @@ ---- ui/views/BUILD.gn.orig 2025-08-07 06:57:29 UTC +--- ui/views/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ ui/views/BUILD.gn -@@ -833,7 +833,6 @@ component("views") { +@@ -835,7 +835,6 @@ component("views") { "windows_stationarity_monitor_aura.cc", ] deps += [ diff --git a/www/chromium/files/patch-ui_views_controls_textfield_textfield.cc b/www/chromium/files/patch-ui_views_controls_textfield_textfield.cc index 9833179044e7..7bf31d96533d 100644 --- a/www/chromium/files/patch-ui_views_controls_textfield_textfield.cc +++ b/www/chromium/files/patch-ui_views_controls_textfield_textfield.cc @@ -1,4 +1,4 @@ ---- ui/views/controls/textfield/textfield.cc.orig 2025-08-07 06:57:29 UTC +--- ui/views/controls/textfield/textfield.cc.orig 2025-09-06 10:01:20 UTC +++ ui/views/controls/textfield/textfield.cc @@ -86,7 +86,7 @@ #include "base/win/win_util.h" @@ -18,7 +18,7 @@ return flags & ui::EF_CONTROL_DOWN; #else return false; -@@ -790,7 +790,7 @@ bool Textfield::OnKeyPressed(const ui::KeyEvent& event +@@ -791,7 +791,7 @@ bool Textfield::OnKeyPressed(const ui::KeyEvent& event return handled; } @@ -27,7 +27,7 @@ if (!handled) { if (auto* linux_ui = ui::LinuxUi::instance()) { const auto command = -@@ -975,7 +975,7 @@ void Textfield::AboutToRequestFocusFromTabTraversal(bo +@@ -976,7 +976,7 @@ void Textfield::AboutToRequestFocusFromTabTraversal(bo } bool Textfield::SkipDefaultKeyEventProcessing(const ui::KeyEvent& event) { @@ -36,7 +36,7 @@ // Skip any accelerator handling that conflicts with custom keybindings. if (auto* linux_ui = ui::LinuxUi::instance()) { if (IsTextEditCommandEnabled(linux_ui->GetTextEditCommandForEvent( -@@ -2063,7 +2063,7 @@ bool Textfield::ShouldDoLearning() { +@@ -2065,7 +2065,7 @@ bool Textfield::ShouldDoLearning() { return false; } diff --git a/www/chromium/files/patch-ui_views_widget_widget.cc b/www/chromium/files/patch-ui_views_widget_widget.cc index ac997f793d28..8f6a634f072d 100644 --- a/www/chromium/files/patch-ui_views_widget_widget.cc +++ b/www/chromium/files/patch-ui_views_widget_widget.cc @@ -1,4 +1,4 @@ ---- ui/views/widget/widget.cc.orig 2025-08-07 06:57:29 UTC +--- ui/views/widget/widget.cc.orig 2025-09-06 10:01:20 UTC +++ ui/views/widget/widget.cc @@ -63,7 +63,7 @@ #include "ui/views/widget/widget_removals_observer.h" @@ -9,7 +9,7 @@ #include "ui/linux/linux_ui.h" #endif -@@ -2493,7 +2493,7 @@ const ui::NativeTheme* Widget::GetNativeTheme() const +@@ -2498,7 +2498,7 @@ const ui::NativeTheme* Widget::GetNativeTheme() const return parent_->GetNativeTheme(); } diff --git a/www/chromium/files/patch-ui_views_widget_widget.h b/www/chromium/files/patch-ui_views_widget_widget.h index 7185d02ab75e..867fde4b5cf1 100644 --- a/www/chromium/files/patch-ui_views_widget_widget.h +++ b/www/chromium/files/patch-ui_views_widget_widget.h @@ -1,6 +1,6 @@ ---- ui/views/widget/widget.h.orig 2025-08-07 06:57:29 UTC +--- ui/views/widget/widget.h.orig 2025-09-06 10:01:20 UTC +++ ui/views/widget/widget.h -@@ -491,7 +491,7 @@ class VIEWS_EXPORT Widget : public internal::NativeWid +@@ -493,7 +493,7 @@ class VIEWS_EXPORT Widget : public internal::NativeWid bool force_system_menu_for_frameless = false; #endif // BUILDFLAG(IS_WIN) diff --git a/www/chromium/files/patch-v8_BUILD.gn b/www/chromium/files/patch-v8_BUILD.gn index b3cb7fc5a3ba..736f04cbc7db 100644 --- a/www/chromium/files/patch-v8_BUILD.gn +++ b/www/chromium/files/patch-v8_BUILD.gn @@ -1,6 +1,6 @@ ---- v8/BUILD.gn.orig 2025-08-07 06:57:29 UTC +--- v8/BUILD.gn.orig 2025-09-06 10:01:20 UTC +++ v8/BUILD.gn -@@ -1012,6 +1012,8 @@ external_v8_defines = [ +@@ -976,6 +976,8 @@ external_v8_defines = [ "V8_TARGET_OS_MACOS", "V8_TARGET_OS_WIN", "V8_TARGET_OS_CHROMEOS", @@ -9,7 +9,7 @@ ] enabled_external_v8_defines = [ -@@ -1085,6 +1087,12 @@ if (target_os == "android") { +@@ -1050,6 +1052,12 @@ if (target_os == "android") { } else if (target_os == "chromeos") { enabled_external_v8_defines += [ "V8_HAVE_TARGET_OS" ] enabled_external_v8_defines += [ "V8_TARGET_OS_CHROMEOS" ] @@ -22,7 +22,7 @@ } disabled_external_v8_defines = external_v8_defines - enabled_external_v8_defines -@@ -2604,6 +2612,12 @@ template("run_mksnapshot") { +@@ -2574,6 +2582,12 @@ template("run_mksnapshot") { if (!v8_enable_builtins_profiling && v8_enable_builtins_reordering) { args += [ "--reorder-builtins" ] } @@ -34,8 +34,8 @@ + } } - if (v8_enable_turboshaft_csa) { -@@ -6765,7 +6779,7 @@ v8_component("v8_libbase") { + # This is needed to distinguish between generating code for the simulator +@@ -6770,7 +6784,7 @@ v8_component("v8_libbase") { } } @@ -44,7 +44,7 @@ sources += [ "src/base/debug/stack_trace_posix.cc", "src/base/platform/platform-linux.cc", -@@ -6776,6 +6790,18 @@ v8_component("v8_libbase") { +@@ -6781,6 +6795,18 @@ v8_component("v8_libbase") { "dl", "rt", ] diff --git a/www/chromium/files/patch-v8_include_v8config.h b/www/chromium/files/patch-v8_include_v8config.h index 92f42a8395a9..43644cb7406a 100644 --- a/www/chromium/files/patch-v8_include_v8config.h +++ b/www/chromium/files/patch-v8_include_v8config.h @@ -1,4 +1,4 @@ ---- v8/include/v8config.h.orig 2025-08-07 06:57:29 UTC +--- v8/include/v8config.h.orig 2025-09-06 10:01:20 UTC +++ v8/include/v8config.h @@ -207,6 +207,8 @@ path. Add it with -I<path> to the command line && !defined(V8_TARGET_OS_IOS) \ @@ -35,7 +35,7 @@ #ifdef V8_OS_MACOS # define V8_TARGET_OS_MACOS #endif -@@ -394,6 +408,7 @@ path. Add it with -I<path> to the command line +@@ -395,6 +409,7 @@ path. Add it with -I<path> to the command line #if (defined(_M_X64) || defined(__x86_64__) /* x64 (everywhere) */ \ || ((defined(__AARCH64EL__) || defined(_M_ARM64)) /* arm64, but ... */ \ && !defined(_WIN32))) /* not on windows */ \ diff --git a/www/chromium/files/patch-v8_src_api_api.cc b/www/chromium/files/patch-v8_src_api_api.cc index 942e736943ff..4cc1b841067a 100644 --- a/www/chromium/files/patch-v8_src_api_api.cc +++ b/www/chromium/files/patch-v8_src_api_api.cc @@ -1,4 +1,4 @@ ---- v8/src/api/api.cc.orig 2025-08-14 19:12:25 UTC +--- v8/src/api/api.cc.orig 2025-09-06 10:01:20 UTC +++ v8/src/api/api.cc @@ -159,7 +159,7 @@ #include "src/objects/intl-objects.h" @@ -9,7 +9,7 @@ #include <signal.h> #include <unistd.h> -@@ -6479,7 +6479,7 @@ bool v8::V8::Initialize(const int build_config) { +@@ -6454,7 +6454,7 @@ bool v8::V8::Initialize(const int build_config) { return true; } diff --git a/www/chromium/files/patch-v8_src_execution_isolate.cc b/www/chromium/files/patch-v8_src_execution_isolate.cc index c3f2fa12b521..af416fb01a79 100644 --- a/www/chromium/files/patch-v8_src_execution_isolate.cc +++ b/www/chromium/files/patch-v8_src_execution_isolate.cc @@ -1,6 +1,6 @@ ---- v8/src/execution/isolate.cc.orig 2025-08-07 06:57:29 UTC +--- v8/src/execution/isolate.cc.orig 2025-09-06 10:01:20 UTC +++ v8/src/execution/isolate.cc -@@ -173,6 +173,10 @@ +@@ -174,6 +174,10 @@ #include "src/execution/simulator-base.h" #endif @@ -11,7 +11,7 @@ extern "C" const uint8_t v8_Default_embedded_blob_code_[]; extern "C" uint32_t v8_Default_embedded_blob_code_size_; extern "C" const uint8_t v8_Default_embedded_blob_data_[]; -@@ -5206,6 +5210,13 @@ void Isolate::InitializeDefaultEmbeddedBlob() { +@@ -5223,6 +5227,13 @@ void Isolate::InitializeDefaultEmbeddedBlob() { uint32_t code_size = DefaultEmbeddedBlobCodeSize(); const uint8_t* data = DefaultEmbeddedBlobData(); uint32_t data_size = DefaultEmbeddedBlobDataSize(); diff --git a/www/chromium/files/patch-v8_src_wasm_baseline_ia32_liftoff-assembler-ia32-inl.h b/www/chromium/files/patch-v8_src_wasm_baseline_ia32_liftoff-assembler-ia32-inl.h deleted file mode 100644 index 4e04132999aa..000000000000 --- a/www/chromium/files/patch-v8_src_wasm_baseline_ia32_liftoff-assembler-ia32-inl.h +++ /dev/null @@ -1,128 +0,0 @@ ---- v8/src/wasm/baseline/ia32/liftoff-assembler-ia32-inl.h.orig 2025-08-07 06:57:29 UTC -+++ v8/src/wasm/baseline/ia32/liftoff-assembler-ia32-inl.h -@@ -605,7 +605,7 @@ void LiftoffAssembler::AtomicStoreTaggedPointer( - } - - void LiftoffAssembler::Load(LiftoffRegister dst, Register src_addr, -- Register offset_reg, uint32_t offset_imm, -+ Register offset_reg, uintptr_t offset_imm, - LoadType type, uint32_t* protected_load_pc, - bool /* is_load_mem */, bool /* i64_offset */, - bool needs_shift) { -@@ -685,7 +685,7 @@ void LiftoffAssembler::Load(LiftoffRegister dst, Regis - } - - void LiftoffAssembler::Store(Register dst_addr, Register offset_reg, -- uint32_t offset_imm, LiftoffRegister src, -+ uintptr_t offset_imm, LiftoffRegister src, - StoreType type, LiftoffRegList pinned, - uint32_t* protected_store_pc, - bool /* is_store_mem */, bool /* i64_offset */) { -@@ -764,7 +764,7 @@ void LiftoffAssembler::Store(Register dst_addr, Regist - } - - void LiftoffAssembler::AtomicLoad(LiftoffRegister dst, Register src_addr, -- Register offset_reg, uint32_t offset_imm, -+ Register offset_reg, uintptr_t offset_imm, - LoadType type, LiftoffRegList /* pinned */, - bool /* i64_offset */) { - if (type.value() != LoadType::kI64Load) { -@@ -782,7 +782,7 @@ void LiftoffAssembler::AtomicLoad(LiftoffRegister dst, - } - - void LiftoffAssembler::AtomicStore(Register dst_addr, Register offset_reg, -- uint32_t offset_imm, LiftoffRegister src, -+ uintptr_t offset_imm, LiftoffRegister src, - StoreType type, LiftoffRegList pinned, - bool /* i64_offset */) { - DCHECK_LE(offset_imm, std::numeric_limits<int32_t>::max()); -@@ -852,7 +852,7 @@ enum Binop { kAdd, kSub, kAnd, kOr, kXor, kExchange }; - - inline void AtomicAddOrSubOrExchange32(LiftoffAssembler* lasm, Binop binop, - Register dst_addr, Register offset_reg, -- uint32_t offset_imm, -+ uintptr_t offset_imm, - LiftoffRegister value, - LiftoffRegister result, StoreType type) { - DCHECK_EQ(value, result); -@@ -920,7 +920,7 @@ inline void AtomicAddOrSubOrExchange32(LiftoffAssemble - } - - inline void AtomicBinop32(LiftoffAssembler* lasm, Binop op, Register dst_addr, -- Register offset_reg, uint32_t offset_imm, -+ Register offset_reg, uintptr_t offset_imm, - LiftoffRegister value, LiftoffRegister result, - StoreType type) { - DCHECK_EQ(value, result); -@@ -1035,7 +1035,7 @@ inline void AtomicBinop32(LiftoffAssembler* lasm, Bino - } - - inline void AtomicBinop64(LiftoffAssembler* lasm, Binop op, Register dst_addr, -- Register offset_reg, uint32_t offset_imm, -+ Register offset_reg, uintptr_t offset_imm, - LiftoffRegister value, LiftoffRegister result) { - // We need {ebx} here, which is the root register. As the root register it - // needs special treatment. As we use {ebx} directly in the code below, we -@@ -1131,7 +1131,7 @@ inline void AtomicBinop64(LiftoffAssembler* lasm, Bino - } // namespace liftoff - - void LiftoffAssembler::AtomicAdd(Register dst_addr, Register offset_reg, -- uint32_t offset_imm, LiftoffRegister value, -+ uintptr_t offset_imm, LiftoffRegister value, - LiftoffRegister result, StoreType type, - bool /* i64_offset */) { - if (type.value() == StoreType::kI64Store) { -@@ -1145,7 +1145,7 @@ void LiftoffAssembler::AtomicAdd(Register dst_addr, Re - } - - void LiftoffAssembler::AtomicSub(Register dst_addr, Register offset_reg, -- uint32_t offset_imm, LiftoffRegister value, -+ uintptr_t offset_imm, LiftoffRegister value, - LiftoffRegister result, StoreType type, - bool /* i64_offset */) { - if (type.value() == StoreType::kI64Store) { -@@ -1158,7 +1158,7 @@ void LiftoffAssembler::AtomicSub(Register dst_addr, Re - } - - void LiftoffAssembler::AtomicAnd(Register dst_addr, Register offset_reg, -- uint32_t offset_imm, LiftoffRegister value, -+ uintptr_t offset_imm, LiftoffRegister value, - LiftoffRegister result, StoreType type, - bool /* i64_offset */) { - if (type.value() == StoreType::kI64Store) { -@@ -1172,7 +1172,7 @@ void LiftoffAssembler::AtomicAnd(Register dst_addr, Re - } - - void LiftoffAssembler::AtomicOr(Register dst_addr, Register offset_reg, -- uint32_t offset_imm, LiftoffRegister value, -+ uintptr_t offset_imm, LiftoffRegister value, - LiftoffRegister result, StoreType type, - bool /* i64_offset */) { - if (type.value() == StoreType::kI64Store) { -@@ -1186,7 +1186,7 @@ void LiftoffAssembler::AtomicOr(Register dst_addr, Reg - } - - void LiftoffAssembler::AtomicXor(Register dst_addr, Register offset_reg, -- uint32_t offset_imm, LiftoffRegister value, -+ uintptr_t offset_imm, LiftoffRegister value, - LiftoffRegister result, StoreType type, - bool /* i64_offset */) { - if (type.value() == StoreType::kI64Store) { -@@ -1200,7 +1200,7 @@ void LiftoffAssembler::AtomicXor(Register dst_addr, Re - } - - void LiftoffAssembler::AtomicExchange(Register dst_addr, Register offset_reg, -- uint32_t offset_imm, -+ uintptr_t offset_imm, - LiftoffRegister value, - LiftoffRegister result, StoreType type, - bool /* i64_offset */) { -@@ -1226,7 +1226,7 @@ void LiftoffAssembler::AtomicExchangeTaggedPointer( - } - - void LiftoffAssembler::AtomicCompareExchange( -- Register dst_addr, Register offset_reg, uint32_t offset_imm, -+ Register dst_addr, Register offset_reg, uintptr_t offset_imm, - LiftoffRegister expected, LiftoffRegister new_value, LiftoffRegister result, - StoreType type, bool /* i64_offset */) { - // We expect that the offset has already been added to {dst_addr}, and no diff --git a/www/chromium/pkg-plist b/www/chromium/pkg-plist index 2ec07b30c6ad..2fde10464115 100644 --- a/www/chromium/pkg-plist +++ b/www/chromium/pkg-plist @@ -8,120 +8,446 @@ bin/chrome %%DATADIR%%/libGLESv2.so %%DATADIR%%/libVkICD_mock_icd.so %%DATADIR%%/libvulkan.so +%%DATADIR%%/locales/af.pak +%%DATADIR%%/locales/af.pak.info +%%DATADIR%%/locales/af_FEMININE.pak +%%DATADIR%%/locales/af_FEMININE.pak.info +%%DATADIR%%/locales/af_MASCULINE.pak +%%DATADIR%%/locales/af_MASCULINE.pak.info +%%DATADIR%%/locales/af_NEUTER.pak +%%DATADIR%%/locales/af_NEUTER.pak.info %%DATADIR%%/locales/am.pak %%DATADIR%%/locales/am.pak.info +%%DATADIR%%/locales/am_FEMININE.pak +%%DATADIR%%/locales/am_FEMININE.pak.info +%%DATADIR%%/locales/am_MASCULINE.pak +%%DATADIR%%/locales/am_MASCULINE.pak.info +%%DATADIR%%/locales/am_NEUTER.pak +%%DATADIR%%/locales/am_NEUTER.pak.info %%DATADIR%%/locales/ar.pak %%DATADIR%%/locales/ar.pak.info -%%DEBUG%%%%DATADIR%%/locales/ar-XB.pak -%%DEBUG%%%%DATADIR%%/locales/ar-XB.pak.info -%%DATADIR%%/locales/af.pak -%%DATADIR%%/locales/af.pak.info +%%DATADIR%%/locales/ar_FEMININE.pak +%%DATADIR%%/locales/ar_FEMININE.pak.info +%%DATADIR%%/locales/ar_MASCULINE.pak +%%DATADIR%%/locales/ar_MASCULINE.pak.info +%%DATADIR%%/locales/ar_NEUTER.pak +%%DATADIR%%/locales/ar_NEUTER.pak.info %%DATADIR%%/locales/bg.pak %%DATADIR%%/locales/bg.pak.info +%%DATADIR%%/locales/bg_FEMININE.pak +%%DATADIR%%/locales/bg_FEMININE.pak.info +%%DATADIR%%/locales/bg_MASCULINE.pak +%%DATADIR%%/locales/bg_MASCULINE.pak.info +%%DATADIR%%/locales/bg_NEUTER.pak +%%DATADIR%%/locales/bg_NEUTER.pak.info %%DATADIR%%/locales/bn.pak %%DATADIR%%/locales/bn.pak.info +%%DATADIR%%/locales/bn_FEMININE.pak +%%DATADIR%%/locales/bn_FEMININE.pak.info +%%DATADIR%%/locales/bn_MASCULINE.pak +%%DATADIR%%/locales/bn_MASCULINE.pak.info +%%DATADIR%%/locales/bn_NEUTER.pak +%%DATADIR%%/locales/bn_NEUTER.pak.info %%DATADIR%%/locales/ca.pak %%DATADIR%%/locales/ca.pak.info +%%DATADIR%%/locales/ca_FEMININE.pak +%%DATADIR%%/locales/ca_FEMININE.pak.info +%%DATADIR%%/locales/ca_MASCULINE.pak +%%DATADIR%%/locales/ca_MASCULINE.pak.info +%%DATADIR%%/locales/ca_NEUTER.pak +%%DATADIR%%/locales/ca_NEUTER.pak.info %%DATADIR%%/locales/cs.pak %%DATADIR%%/locales/cs.pak.info +%%DATADIR%%/locales/cs_FEMININE.pak +%%DATADIR%%/locales/cs_FEMININE.pak.info +%%DATADIR%%/locales/cs_MASCULINE.pak +%%DATADIR%%/locales/cs_MASCULINE.pak.info +%%DATADIR%%/locales/cs_NEUTER.pak +%%DATADIR%%/locales/cs_NEUTER.pak.info %%DATADIR%%/locales/da.pak %%DATADIR%%/locales/da.pak.info +%%DATADIR%%/locales/da_FEMININE.pak +%%DATADIR%%/locales/da_FEMININE.pak.info +%%DATADIR%%/locales/da_MASCULINE.pak +%%DATADIR%%/locales/da_MASCULINE.pak.info +%%DATADIR%%/locales/da_NEUTER.pak +%%DATADIR%%/locales/da_NEUTER.pak.info %%DATADIR%%/locales/de.pak %%DATADIR%%/locales/de.pak.info +%%DATADIR%%/locales/de_FEMININE.pak +%%DATADIR%%/locales/de_FEMININE.pak.info +%%DATADIR%%/locales/de_MASCULINE.pak +%%DATADIR%%/locales/de_MASCULINE.pak.info +%%DATADIR%%/locales/de_NEUTER.pak +%%DATADIR%%/locales/de_NEUTER.pak.info %%DATADIR%%/locales/el.pak %%DATADIR%%/locales/el.pak.info +%%DATADIR%%/locales/el_FEMININE.pak +%%DATADIR%%/locales/el_FEMININE.pak.info +%%DATADIR%%/locales/el_MASCULINE.pak +%%DATADIR%%/locales/el_MASCULINE.pak.info +%%DATADIR%%/locales/el_NEUTER.pak +%%DATADIR%%/locales/el_NEUTER.pak.info %%DATADIR%%/locales/en-GB.pak %%DATADIR%%/locales/en-GB.pak.info +%%DATADIR%%/locales/en-GB_FEMININE.pak +%%DATADIR%%/locales/en-GB_FEMININE.pak.info +%%DATADIR%%/locales/en-GB_MASCULINE.pak +%%DATADIR%%/locales/en-GB_MASCULINE.pak.info +%%DATADIR%%/locales/en-GB_NEUTER.pak +%%DATADIR%%/locales/en-GB_NEUTER.pak.info %%DATADIR%%/locales/en-US.pak %%DATADIR%%/locales/en-US.pak.info -%%DEBUG%%%%DATADIR%%/locales/en-XA.pak -%%DEBUG%%%%DATADIR%%/locales/en-XA.pak.info +%%DATADIR%%/locales/en-US_FEMININE.pak +%%DATADIR%%/locales/en-US_FEMININE.pak.info +%%DATADIR%%/locales/en-US_MASCULINE.pak +%%DATADIR%%/locales/en-US_MASCULINE.pak.info +%%DATADIR%%/locales/en-US_NEUTER.pak +%%DATADIR%%/locales/en-US_NEUTER.pak.info %%DATADIR%%/locales/es-419.pak %%DATADIR%%/locales/es-419.pak.info +%%DATADIR%%/locales/es-419_FEMININE.pak +%%DATADIR%%/locales/es-419_FEMININE.pak.info +%%DATADIR%%/locales/es-419_MASCULINE.pak +%%DATADIR%%/locales/es-419_MASCULINE.pak.info +%%DATADIR%%/locales/es-419_NEUTER.pak +%%DATADIR%%/locales/es-419_NEUTER.pak.info %%DATADIR%%/locales/es.pak %%DATADIR%%/locales/es.pak.info +%%DATADIR%%/locales/es_FEMININE.pak +%%DATADIR%%/locales/es_FEMININE.pak.info +%%DATADIR%%/locales/es_MASCULINE.pak +%%DATADIR%%/locales/es_MASCULINE.pak.info +%%DATADIR%%/locales/es_NEUTER.pak +%%DATADIR%%/locales/es_NEUTER.pak.info %%DATADIR%%/locales/et.pak %%DATADIR%%/locales/et.pak.info +%%DATADIR%%/locales/et_FEMININE.pak +%%DATADIR%%/locales/et_FEMININE.pak.info +%%DATADIR%%/locales/et_MASCULINE.pak +%%DATADIR%%/locales/et_MASCULINE.pak.info +%%DATADIR%%/locales/et_NEUTER.pak +%%DATADIR%%/locales/et_NEUTER.pak.info %%DATADIR%%/locales/fa.pak %%DATADIR%%/locales/fa.pak.info +%%DATADIR%%/locales/fa_FEMININE.pak +%%DATADIR%%/locales/fa_FEMININE.pak.info +%%DATADIR%%/locales/fa_MASCULINE.pak +%%DATADIR%%/locales/fa_MASCULINE.pak.info +%%DATADIR%%/locales/fa_NEUTER.pak +%%DATADIR%%/locales/fa_NEUTER.pak.info %%DATADIR%%/locales/fi.pak %%DATADIR%%/locales/fi.pak.info +%%DATADIR%%/locales/fi_FEMININE.pak +%%DATADIR%%/locales/fi_FEMININE.pak.info +%%DATADIR%%/locales/fi_MASCULINE.pak +%%DATADIR%%/locales/fi_MASCULINE.pak.info +%%DATADIR%%/locales/fi_NEUTER.pak +%%DATADIR%%/locales/fi_NEUTER.pak.info %%DATADIR%%/locales/fil.pak %%DATADIR%%/locales/fil.pak.info +%%DATADIR%%/locales/fil_FEMININE.pak +%%DATADIR%%/locales/fil_FEMININE.pak.info +%%DATADIR%%/locales/fil_MASCULINE.pak +%%DATADIR%%/locales/fil_MASCULINE.pak.info +%%DATADIR%%/locales/fil_NEUTER.pak +%%DATADIR%%/locales/fil_NEUTER.pak.info %%DATADIR%%/locales/fr.pak %%DATADIR%%/locales/fr.pak.info +%%DATADIR%%/locales/fr_FEMININE.pak +%%DATADIR%%/locales/fr_FEMININE.pak.info +%%DATADIR%%/locales/fr_MASCULINE.pak +%%DATADIR%%/locales/fr_MASCULINE.pak.info +%%DATADIR%%/locales/fr_NEUTER.pak +%%DATADIR%%/locales/fr_NEUTER.pak.info %%DATADIR%%/locales/gu.pak %%DATADIR%%/locales/gu.pak.info +%%DATADIR%%/locales/gu_FEMININE.pak +%%DATADIR%%/locales/gu_FEMININE.pak.info +%%DATADIR%%/locales/gu_MASCULINE.pak +%%DATADIR%%/locales/gu_MASCULINE.pak.info +%%DATADIR%%/locales/gu_NEUTER.pak +%%DATADIR%%/locales/gu_NEUTER.pak.info %%DATADIR%%/locales/he.pak %%DATADIR%%/locales/he.pak.info +%%DATADIR%%/locales/he_FEMININE.pak +%%DATADIR%%/locales/he_FEMININE.pak.info +%%DATADIR%%/locales/he_MASCULINE.pak +%%DATADIR%%/locales/he_MASCULINE.pak.info +%%DATADIR%%/locales/he_NEUTER.pak +%%DATADIR%%/locales/he_NEUTER.pak.info %%DATADIR%%/locales/hi.pak %%DATADIR%%/locales/hi.pak.info +%%DATADIR%%/locales/hi_FEMININE.pak +%%DATADIR%%/locales/hi_FEMININE.pak.info +%%DATADIR%%/locales/hi_MASCULINE.pak +%%DATADIR%%/locales/hi_MASCULINE.pak.info +%%DATADIR%%/locales/hi_NEUTER.pak +%%DATADIR%%/locales/hi_NEUTER.pak.info %%DATADIR%%/locales/hr.pak %%DATADIR%%/locales/hr.pak.info +%%DATADIR%%/locales/hr_FEMININE.pak +%%DATADIR%%/locales/hr_FEMININE.pak.info +%%DATADIR%%/locales/hr_MASCULINE.pak +%%DATADIR%%/locales/hr_MASCULINE.pak.info +%%DATADIR%%/locales/hr_NEUTER.pak +%%DATADIR%%/locales/hr_NEUTER.pak.info %%DATADIR%%/locales/hu.pak %%DATADIR%%/locales/hu.pak.info +%%DATADIR%%/locales/hu_FEMININE.pak +%%DATADIR%%/locales/hu_FEMININE.pak.info +%%DATADIR%%/locales/hu_MASCULINE.pak +%%DATADIR%%/locales/hu_MASCULINE.pak.info +%%DATADIR%%/locales/hu_NEUTER.pak +%%DATADIR%%/locales/hu_NEUTER.pak.info %%DATADIR%%/locales/id.pak %%DATADIR%%/locales/id.pak.info +%%DATADIR%%/locales/id_FEMININE.pak +%%DATADIR%%/locales/id_FEMININE.pak.info +%%DATADIR%%/locales/id_MASCULINE.pak +%%DATADIR%%/locales/id_MASCULINE.pak.info +%%DATADIR%%/locales/id_NEUTER.pak +%%DATADIR%%/locales/id_NEUTER.pak.info %%DATADIR%%/locales/it.pak %%DATADIR%%/locales/it.pak.info +%%DATADIR%%/locales/it_FEMININE.pak +%%DATADIR%%/locales/it_FEMININE.pak.info +%%DATADIR%%/locales/it_MASCULINE.pak +%%DATADIR%%/locales/it_MASCULINE.pak.info +%%DATADIR%%/locales/it_NEUTER.pak +%%DATADIR%%/locales/it_NEUTER.pak.info %%DATADIR%%/locales/ja.pak %%DATADIR%%/locales/ja.pak.info +%%DATADIR%%/locales/ja_FEMININE.pak +%%DATADIR%%/locales/ja_FEMININE.pak.info +%%DATADIR%%/locales/ja_MASCULINE.pak +%%DATADIR%%/locales/ja_MASCULINE.pak.info +%%DATADIR%%/locales/ja_NEUTER.pak +%%DATADIR%%/locales/ja_NEUTER.pak.info %%DATADIR%%/locales/kn.pak %%DATADIR%%/locales/kn.pak.info +%%DATADIR%%/locales/kn_FEMININE.pak +%%DATADIR%%/locales/kn_FEMININE.pak.info +%%DATADIR%%/locales/kn_MASCULINE.pak +%%DATADIR%%/locales/kn_MASCULINE.pak.info +%%DATADIR%%/locales/kn_NEUTER.pak +%%DATADIR%%/locales/kn_NEUTER.pak.info %%DATADIR%%/locales/ko.pak %%DATADIR%%/locales/ko.pak.info +%%DATADIR%%/locales/ko_FEMININE.pak +%%DATADIR%%/locales/ko_FEMININE.pak.info +%%DATADIR%%/locales/ko_MASCULINE.pak +%%DATADIR%%/locales/ko_MASCULINE.pak.info +%%DATADIR%%/locales/ko_NEUTER.pak +%%DATADIR%%/locales/ko_NEUTER.pak.info %%DATADIR%%/locales/lt.pak %%DATADIR%%/locales/lt.pak.info +%%DATADIR%%/locales/lt_FEMININE.pak +%%DATADIR%%/locales/lt_FEMININE.pak.info +%%DATADIR%%/locales/lt_MASCULINE.pak +%%DATADIR%%/locales/lt_MASCULINE.pak.info +%%DATADIR%%/locales/lt_NEUTER.pak +%%DATADIR%%/locales/lt_NEUTER.pak.info %%DATADIR%%/locales/lv.pak %%DATADIR%%/locales/lv.pak.info +%%DATADIR%%/locales/lv_FEMININE.pak +%%DATADIR%%/locales/lv_FEMININE.pak.info +%%DATADIR%%/locales/lv_MASCULINE.pak +%%DATADIR%%/locales/lv_MASCULINE.pak.info +%%DATADIR%%/locales/lv_NEUTER.pak +%%DATADIR%%/locales/lv_NEUTER.pak.info %%DATADIR%%/locales/ml.pak %%DATADIR%%/locales/ml.pak.info +%%DATADIR%%/locales/ml_FEMININE.pak +%%DATADIR%%/locales/ml_FEMININE.pak.info +%%DATADIR%%/locales/ml_MASCULINE.pak +%%DATADIR%%/locales/ml_MASCULINE.pak.info +%%DATADIR%%/locales/ml_NEUTER.pak +%%DATADIR%%/locales/ml_NEUTER.pak.info %%DATADIR%%/locales/mr.pak %%DATADIR%%/locales/mr.pak.info +%%DATADIR%%/locales/mr_FEMININE.pak +%%DATADIR%%/locales/mr_FEMININE.pak.info +%%DATADIR%%/locales/mr_MASCULINE.pak +%%DATADIR%%/locales/mr_MASCULINE.pak.info +%%DATADIR%%/locales/mr_NEUTER.pak +%%DATADIR%%/locales/mr_NEUTER.pak.info %%DATADIR%%/locales/ms.pak %%DATADIR%%/locales/ms.pak.info +%%DATADIR%%/locales/ms_FEMININE.pak +%%DATADIR%%/locales/ms_FEMININE.pak.info +%%DATADIR%%/locales/ms_MASCULINE.pak +%%DATADIR%%/locales/ms_MASCULINE.pak.info +%%DATADIR%%/locales/ms_NEUTER.pak +%%DATADIR%%/locales/ms_NEUTER.pak.info %%DATADIR%%/locales/nb.pak %%DATADIR%%/locales/nb.pak.info +%%DATADIR%%/locales/nb_FEMININE.pak +%%DATADIR%%/locales/nb_FEMININE.pak.info +%%DATADIR%%/locales/nb_MASCULINE.pak +%%DATADIR%%/locales/nb_MASCULINE.pak.info +%%DATADIR%%/locales/nb_NEUTER.pak +%%DATADIR%%/locales/nb_NEUTER.pak.info %%DATADIR%%/locales/nl.pak %%DATADIR%%/locales/nl.pak.info +%%DATADIR%%/locales/nl_FEMININE.pak +%%DATADIR%%/locales/nl_FEMININE.pak.info +%%DATADIR%%/locales/nl_MASCULINE.pak +%%DATADIR%%/locales/nl_MASCULINE.pak.info +%%DATADIR%%/locales/nl_NEUTER.pak +%%DATADIR%%/locales/nl_NEUTER.pak.info %%DATADIR%%/locales/pl.pak %%DATADIR%%/locales/pl.pak.info +%%DATADIR%%/locales/pl_FEMININE.pak +%%DATADIR%%/locales/pl_FEMININE.pak.info +%%DATADIR%%/locales/pl_MASCULINE.pak +%%DATADIR%%/locales/pl_MASCULINE.pak.info +%%DATADIR%%/locales/pl_NEUTER.pak +%%DATADIR%%/locales/pl_NEUTER.pak.info %%DATADIR%%/locales/pt-BR.pak %%DATADIR%%/locales/pt-BR.pak.info +%%DATADIR%%/locales/pt-BR_FEMININE.pak +%%DATADIR%%/locales/pt-BR_FEMININE.pak.info +%%DATADIR%%/locales/pt-BR_MASCULINE.pak +%%DATADIR%%/locales/pt-BR_MASCULINE.pak.info +%%DATADIR%%/locales/pt-BR_NEUTER.pak +%%DATADIR%%/locales/pt-BR_NEUTER.pak.info %%DATADIR%%/locales/pt-PT.pak %%DATADIR%%/locales/pt-PT.pak.info +%%DATADIR%%/locales/pt-PT_FEMININE.pak +%%DATADIR%%/locales/pt-PT_FEMININE.pak.info +%%DATADIR%%/locales/pt-PT_MASCULINE.pak +%%DATADIR%%/locales/pt-PT_MASCULINE.pak.info +%%DATADIR%%/locales/pt-PT_NEUTER.pak +%%DATADIR%%/locales/pt-PT_NEUTER.pak.info %%DATADIR%%/locales/ro.pak %%DATADIR%%/locales/ro.pak.info +%%DATADIR%%/locales/ro_FEMININE.pak +%%DATADIR%%/locales/ro_FEMININE.pak.info +%%DATADIR%%/locales/ro_MASCULINE.pak +%%DATADIR%%/locales/ro_MASCULINE.pak.info +%%DATADIR%%/locales/ro_NEUTER.pak +%%DATADIR%%/locales/ro_NEUTER.pak.info %%DATADIR%%/locales/ru.pak %%DATADIR%%/locales/ru.pak.info +%%DATADIR%%/locales/ru_FEMININE.pak +%%DATADIR%%/locales/ru_FEMININE.pak.info +%%DATADIR%%/locales/ru_MASCULINE.pak +%%DATADIR%%/locales/ru_MASCULINE.pak.info +%%DATADIR%%/locales/ru_NEUTER.pak +%%DATADIR%%/locales/ru_NEUTER.pak.info %%DATADIR%%/locales/sk.pak %%DATADIR%%/locales/sk.pak.info +%%DATADIR%%/locales/sk_FEMININE.pak +%%DATADIR%%/locales/sk_FEMININE.pak.info +%%DATADIR%%/locales/sk_MASCULINE.pak +%%DATADIR%%/locales/sk_MASCULINE.pak.info +%%DATADIR%%/locales/sk_NEUTER.pak +%%DATADIR%%/locales/sk_NEUTER.pak.info %%DATADIR%%/locales/sl.pak %%DATADIR%%/locales/sl.pak.info +%%DATADIR%%/locales/sl_FEMININE.pak +%%DATADIR%%/locales/sl_FEMININE.pak.info +%%DATADIR%%/locales/sl_MASCULINE.pak +%%DATADIR%%/locales/sl_MASCULINE.pak.info +%%DATADIR%%/locales/sl_NEUTER.pak +%%DATADIR%%/locales/sl_NEUTER.pak.info %%DATADIR%%/locales/sr.pak %%DATADIR%%/locales/sr.pak.info +%%DATADIR%%/locales/sr_FEMININE.pak +%%DATADIR%%/locales/sr_FEMININE.pak.info +%%DATADIR%%/locales/sr_MASCULINE.pak +%%DATADIR%%/locales/sr_MASCULINE.pak.info +%%DATADIR%%/locales/sr_NEUTER.pak +%%DATADIR%%/locales/sr_NEUTER.pak.info %%DATADIR%%/locales/sv.pak %%DATADIR%%/locales/sv.pak.info +%%DATADIR%%/locales/sv_FEMININE.pak +%%DATADIR%%/locales/sv_FEMININE.pak.info +%%DATADIR%%/locales/sv_MASCULINE.pak +%%DATADIR%%/locales/sv_MASCULINE.pak.info +%%DATADIR%%/locales/sv_NEUTER.pak +%%DATADIR%%/locales/sv_NEUTER.pak.info %%DATADIR%%/locales/sw.pak %%DATADIR%%/locales/sw.pak.info +%%DATADIR%%/locales/sw_FEMININE.pak +%%DATADIR%%/locales/sw_FEMININE.pak.info +%%DATADIR%%/locales/sw_MASCULINE.pak +%%DATADIR%%/locales/sw_MASCULINE.pak.info +%%DATADIR%%/locales/sw_NEUTER.pak +%%DATADIR%%/locales/sw_NEUTER.pak.info %%DATADIR%%/locales/ta.pak %%DATADIR%%/locales/ta.pak.info +%%DATADIR%%/locales/ta_FEMININE.pak +%%DATADIR%%/locales/ta_FEMININE.pak.info +%%DATADIR%%/locales/ta_MASCULINE.pak +%%DATADIR%%/locales/ta_MASCULINE.pak.info +%%DATADIR%%/locales/ta_NEUTER.pak +%%DATADIR%%/locales/ta_NEUTER.pak.info %%DATADIR%%/locales/te.pak %%DATADIR%%/locales/te.pak.info +%%DATADIR%%/locales/te_FEMININE.pak +%%DATADIR%%/locales/te_FEMININE.pak.info +%%DATADIR%%/locales/te_MASCULINE.pak +%%DATADIR%%/locales/te_MASCULINE.pak.info +%%DATADIR%%/locales/te_NEUTER.pak +%%DATADIR%%/locales/te_NEUTER.pak.info %%DATADIR%%/locales/th.pak %%DATADIR%%/locales/th.pak.info +%%DATADIR%%/locales/th_FEMININE.pak +%%DATADIR%%/locales/th_FEMININE.pak.info +%%DATADIR%%/locales/th_MASCULINE.pak +%%DATADIR%%/locales/th_MASCULINE.pak.info +%%DATADIR%%/locales/th_NEUTER.pak +%%DATADIR%%/locales/th_NEUTER.pak.info %%DATADIR%%/locales/tr.pak %%DATADIR%%/locales/tr.pak.info +%%DATADIR%%/locales/tr_FEMININE.pak +%%DATADIR%%/locales/tr_FEMININE.pak.info +%%DATADIR%%/locales/tr_MASCULINE.pak +%%DATADIR%%/locales/tr_MASCULINE.pak.info +%%DATADIR%%/locales/tr_NEUTER.pak +%%DATADIR%%/locales/tr_NEUTER.pak.info %%DATADIR%%/locales/uk.pak %%DATADIR%%/locales/uk.pak.info +%%DATADIR%%/locales/uk_FEMININE.pak +%%DATADIR%%/locales/uk_FEMININE.pak.info +%%DATADIR%%/locales/uk_MASCULINE.pak +%%DATADIR%%/locales/uk_MASCULINE.pak.info +%%DATADIR%%/locales/uk_NEUTER.pak +%%DATADIR%%/locales/uk_NEUTER.pak.info %%DATADIR%%/locales/ur.pak %%DATADIR%%/locales/ur.pak.info +%%DATADIR%%/locales/ur_FEMININE.pak +%%DATADIR%%/locales/ur_FEMININE.pak.info +%%DATADIR%%/locales/ur_MASCULINE.pak +%%DATADIR%%/locales/ur_MASCULINE.pak.info +%%DATADIR%%/locales/ur_NEUTER.pak +%%DATADIR%%/locales/ur_NEUTER.pak.info %%DATADIR%%/locales/vi.pak %%DATADIR%%/locales/vi.pak.info +%%DATADIR%%/locales/vi_FEMININE.pak +%%DATADIR%%/locales/vi_FEMININE.pak.info +%%DATADIR%%/locales/vi_MASCULINE.pak +%%DATADIR%%/locales/vi_MASCULINE.pak.info +%%DATADIR%%/locales/vi_NEUTER.pak +%%DATADIR%%/locales/vi_NEUTER.pak.info %%DATADIR%%/locales/zh-CN.pak %%DATADIR%%/locales/zh-CN.pak.info +%%DATADIR%%/locales/zh-CN_FEMININE.pak +%%DATADIR%%/locales/zh-CN_FEMININE.pak.info +%%DATADIR%%/locales/zh-CN_MASCULINE.pak +%%DATADIR%%/locales/zh-CN_MASCULINE.pak.info +%%DATADIR%%/locales/zh-CN_NEUTER.pak +%%DATADIR%%/locales/zh-CN_NEUTER.pak.info %%DATADIR%%/locales/zh-TW.pak %%DATADIR%%/locales/zh-TW.pak.info +%%DATADIR%%/locales/zh-TW_FEMININE.pak +%%DATADIR%%/locales/zh-TW_FEMININE.pak.info +%%DATADIR%%/locales/zh-TW_MASCULINE.pak +%%DATADIR%%/locales/zh-TW_MASCULINE.pak.info +%%DATADIR%%/locales/zh-TW_NEUTER.pak +%%DATADIR%%/locales/zh-TW_NEUTER.pak.info %%DATADIR%%/mksnapshot %%DATADIR%%/product_logo_48.png %%DATADIR%%/protoc diff --git a/www/gallery-dl/Makefile b/www/gallery-dl/Makefile index 5e67d2aa26ed..42bed80c6c3d 100644 --- a/www/gallery-dl/Makefile +++ b/www/gallery-dl/Makefile @@ -1,6 +1,6 @@ PORTNAME= gallery-dl DISTVERSIONPREFIX= v -DISTVERSION= 1.30.5 +DISTVERSION= 1.30.6 CATEGORIES= www # Implicit approval to commit trivial version updates. diff --git a/www/gallery-dl/distinfo b/www/gallery-dl/distinfo index a5955571df01..61dd54000875 100644 --- a/www/gallery-dl/distinfo +++ b/www/gallery-dl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756044750 -SHA256 (mikf-gallery-dl-v1.30.5_GH0.tar.gz) = 2c035f5366b202726e9347e3bf8642874285f33cf372b9325c34eba696cbe480 -SIZE (mikf-gallery-dl-v1.30.5_GH0.tar.gz) = 944331 +TIMESTAMP = 1757172507 +SHA256 (mikf-gallery-dl-v1.30.6_GH0.tar.gz) = 9d7488392472e7a6d497f351d627d0bf3dc0ca4ccb8eab19532ba2ddefdba52e +SIZE (mikf-gallery-dl-v1.30.6_GH0.tar.gz) = 955999 diff --git a/x11-wm/sway/Makefile b/x11-wm/sway/Makefile index 9b0f8f7f029e..caf623eafae1 100644 --- a/x11-wm/sway/Makefile +++ b/x11-wm/sway/Makefile @@ -50,6 +50,15 @@ SWAYBG_RUN_DEPENDS= swaybg:x11/swaybg X11_USE= XORG=xcb X11_LIB_DEPENDS= libxcb-icccm.so:x11/xcb-util-wm +.include <bsd.port.options.mk> + +# https://github.com/freebsd/freebsd-src/pull/1675 +.if ${OPSYS} == FreeBSD && (${OSVERSION} < 1305503 \ + || ${OSVERSION} >= 1400000 && ${OSVERSION} < 1403505 \ + || ${OSVERSION} >= 1500000 && ${OSVERSION} < 1500052) +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-wordexp +.endif + post-patch: # Let @sample handle default files under etc/ @${REINPLACE_CMD} -e '/config\.in/{ N; s/@BASENAME@/&.sample/; }' \ @@ -58,7 +67,7 @@ post-patch: @${REINPLACE_CMD} -i .nogit -e 's/git.found()/false/' \ -e '/project_version/s/@0@/${DISTVERSIONFULL}/' \ ${WRKSRC}/meson.build -.if exists(${.CURDIR}/files/patch-common_stringop.c) +.if exists(${.CURDIR}/files/extra-patch-wordexp) # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275328 @${REINPLACE_CMD} -e 's/_POSIX_C_SOURCE=200809L/_XOPEN_SOURCE=700/' \ ${WRKSRC}/meson.build diff --git a/x11-wm/sway/files/patch-common_stringop.c b/x11-wm/sway/files/extra-patch-wordexp index 5a9f187e11df..5a9f187e11df 100644 --- a/x11-wm/sway/files/patch-common_stringop.c +++ b/x11-wm/sway/files/extra-patch-wordexp diff --git a/x11-wm/swayfx/Makefile b/x11-wm/swayfx/Makefile index 6d9cf7561faa..f53808ea6c88 100644 --- a/x11-wm/swayfx/Makefile +++ b/x11-wm/swayfx/Makefile @@ -53,6 +53,15 @@ SWAYBG_RUN_DEPENDS= swaybg:x11/swaybg X11_USE= XORG=xcb X11_LIB_DEPENDS= libxcb-icccm.so:x11/xcb-util-wm +.include <bsd.port.options.mk> + +# https://github.com/freebsd/freebsd-src/pull/1675 +.if ${OPSYS} == FreeBSD && (${OSVERSION} < 1305503 \ + || ${OSVERSION} >= 1400000 && ${OSVERSION} < 1403505 \ + || ${OSVERSION} >= 1500000 && ${OSVERSION} < 1500052) +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-wordexp +.endif + post-patch: # Let @sample handle default files under etc/ @${REINPLACE_CMD} -e '/config\.in/{ N; s/@BASENAME@/&.sample/; }' \ @@ -61,7 +70,7 @@ post-patch: @${REINPLACE_CMD} -i .nogit -e 's/git.found()/false/' \ -e '/project_version/s/@0@/${DISTVERSIONFULL}/' \ ${WRKSRC}/meson.build -.if exists(${.CURDIR}/files/patch-common_stringop.c) +.if exists(${.CURDIR}/files/extra-patch-wordexp) # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275328 @${REINPLACE_CMD} -e 's/_POSIX_C_SOURCE=200809L/_XOPEN_SOURCE=700/' \ ${WRKSRC}/meson.build diff --git a/x11-wm/swayfx/files/patch-common_stringop.c b/x11-wm/swayfx/files/extra-patch-wordexp index 5a9f187e11df..5a9f187e11df 100644 --- a/x11-wm/swayfx/files/patch-common_stringop.c +++ b/x11-wm/swayfx/files/extra-patch-wordexp diff --git a/x11/windowtolayer/Makefile b/x11/windowtolayer/Makefile index 8091ce4c01d7..db092ed643dd 100644 --- a/x11/windowtolayer/Makefile +++ b/x11/windowtolayer/Makefile @@ -1,7 +1,6 @@ PORTNAME= windowtolayer DISTVERSIONPREFIX= v -PORTVERSION= 0.2.0 -PORTREVISION= 5 +PORTVERSION= 0.3.0 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/windowtolayer/Makefile.crates b/x11/windowtolayer/Makefile.crates index c62d67d35030..598f63b42cf3 100644 --- a/x11/windowtolayer/Makefile.crates +++ b/x11/windowtolayer/Makefile.crates @@ -1,10 +1,19 @@ CARGO_CRATES= arrayvec-0.7.6 \ - autocfg-1.1.0 \ bitflags-2.4.1 \ - cfg-if-1.0.0 \ - cfg_aliases-0.2.1 \ + errno-0.3.13 \ lexopt-0.3.0 \ - libc-0.2.162 \ + libc-0.2.174 \ + linux-raw-sys-0.9.4 \ log-0.4.22 \ - memoffset-0.9.0 \ - nix-0.29.0 + rustix-1.0.8 \ + windows-link-0.1.3 \ + windows-sys-0.60.2 \ + windows-targets-0.53.3 \ + windows_aarch64_gnullvm-0.53.0 \ + windows_aarch64_msvc-0.53.0 \ + windows_i686_gnu-0.53.0 \ + windows_i686_gnullvm-0.53.0 \ + windows_i686_msvc-0.53.0 \ + windows_x86_64_gnu-0.53.0 \ + windows_x86_64_gnullvm-0.53.0 \ + windows_x86_64_msvc-0.53.0 diff --git a/x11/windowtolayer/distinfo b/x11/windowtolayer/distinfo index 505042112612..e01569178563 100644 --- a/x11/windowtolayer/distinfo +++ b/x11/windowtolayer/distinfo @@ -1,23 +1,41 @@ -TIMESTAMP = 1737911267 +TIMESTAMP = 1757196027 SHA256 (rust/crates/arrayvec-0.7.6.crate) = 7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50 SIZE (rust/crates/arrayvec-0.7.6.crate) = 31237 -SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa -SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 SHA256 (rust/crates/bitflags-2.4.1.crate) = 327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07 SIZE (rust/crates/bitflags-2.4.1.crate) = 37043 -SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd -SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 -SHA256 (rust/crates/cfg_aliases-0.2.1.crate) = 613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724 -SIZE (rust/crates/cfg_aliases-0.2.1.crate) = 6355 +SHA256 (rust/crates/errno-0.3.13.crate) = 778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad +SIZE (rust/crates/errno-0.3.13.crate) = 12449 SHA256 (rust/crates/lexopt-0.3.0.crate) = baff4b617f7df3d896f97fe922b64817f6cd9a756bb81d40f8883f2f66dcb401 SIZE (rust/crates/lexopt-0.3.0.crate) = 24767 -SHA256 (rust/crates/libc-0.2.162.crate) = 18d287de67fe55fd7e1581fe933d965a5a9477b38e949cfa9f8574ef01506398 -SIZE (rust/crates/libc-0.2.162.crate) = 769354 +SHA256 (rust/crates/libc-0.2.174.crate) = 1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776 +SIZE (rust/crates/libc-0.2.174.crate) = 779933 +SHA256 (rust/crates/linux-raw-sys-0.9.4.crate) = cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12 +SIZE (rust/crates/linux-raw-sys-0.9.4.crate) = 2311088 SHA256 (rust/crates/log-0.4.22.crate) = a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24 SIZE (rust/crates/log-0.4.22.crate) = 44027 -SHA256 (rust/crates/memoffset-0.9.0.crate) = 5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c -SIZE (rust/crates/memoffset-0.9.0.crate) = 9033 -SHA256 (rust/crates/nix-0.29.0.crate) = 71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46 -SIZE (rust/crates/nix-0.29.0.crate) = 318248 -SHA256 (windowtolayer-v0.2.0.tar.bz2) = aac1ac2adc4cfa1b739559460e601e06074602f1bf0e5ac675a66e2fd6939605 -SIZE (windowtolayer-v0.2.0.tar.bz2) = 120822 +SHA256 (rust/crates/rustix-1.0.8.crate) = 11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8 +SIZE (rust/crates/rustix-1.0.8.crate) = 416688 +SHA256 (rust/crates/windows-link-0.1.3.crate) = 5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a +SIZE (rust/crates/windows-link-0.1.3.crate) = 6154 +SHA256 (rust/crates/windows-sys-0.60.2.crate) = f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb +SIZE (rust/crates/windows-sys-0.60.2.crate) = 2518479 +SHA256 (rust/crates/windows-targets-0.53.3.crate) = d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91 +SIZE (rust/crates/windows-targets-0.53.3.crate) = 7099 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764 +SIZE (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 782443 +SHA256 (rust/crates/windows_aarch64_msvc-0.53.0.crate) = c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c +SIZE (rust/crates/windows_aarch64_msvc-0.53.0.crate) = 834446 +SHA256 (rust/crates/windows_i686_gnu-0.53.0.crate) = c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3 +SIZE (rust/crates/windows_i686_gnu-0.53.0.crate) = 936973 +SHA256 (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11 +SIZE (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 854056 +SHA256 (rust/crates/windows_i686_msvc-0.53.0.crate) = 581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d +SIZE (rust/crates/windows_i686_msvc-0.53.0.crate) = 903450 +SHA256 (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba +SIZE (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 902585 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57 +SIZE (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 782434 +SHA256 (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486 +SIZE (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 834400 +SHA256 (windowtolayer-v0.3.0.tar.bz2) = 527deeb6c5e30989d5111e1d01f29900863eb08fac3f942b67ef5862697cffe9 +SIZE (windowtolayer-v0.3.0.tar.bz2) = 171177 |