Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/electron/electron.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Oct 16, 2023
  2. Oct 14, 2023
    • trop[bot]'s avatar
      fix: store portal restore token under the right source ID (#40192) · 6625666e
      trop[bot] authored
      
      XDG Desktop Portal provides restore tokens to restore a previously
      selected PipeWire stream instead of prompting the user again. This
      restore token is single use only and it has to be replaced when the
      stream is completed/stopped.
      
      BaseCapturerPipewire maintains two source IDs: one is initialized by
      the constructor for new sources (source_id_) and another is for
      capturing previously selected sources (selected_source_id_). The
      restore token was always being stored under `source_id_`, even if the
      capture was ongoing for `selected_source_id_`. This prevents a stream
      from being restored more than once. Fix that by storing the restore
      token under the selected source ID if it exists.
      
      Co-authored-by: default avatartrop[bot] <37223003+trop[bot]@users.noreply.github.com>
      Co-authored-by: default avatarAthul Iddya <athul@iddya.com>
      6625666e
  3. Oct 12, 2023
  4. Oct 11, 2023
  5. Oct 10, 2023
  6. Oct 09, 2023
  7. Oct 07, 2023
  8. Oct 06, 2023
  9. Oct 05, 2023
  10. Oct 04, 2023
  11. Oct 03, 2023
  12. Oct 02, 2023
  13. Sep 30, 2023