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. Dec 10, 2024
  2. Dec 06, 2024
  3. Dec 05, 2024
  4. Dec 04, 2024
  5. Dec 03, 2024
  6. Dec 02, 2024
  7. Dec 01, 2024
  8. Nov 30, 2024
  9. Nov 28, 2024
    • Charles Kerr's avatar
      fix: misc-use-internal-linkage warnings (#44843) · 4a695d07
      Charles Kerr authored
      * refactor: misc-use-internal-linkage warnings in context bridge
      
      move impl functions into anonymous namespace so that they're not visible
      to other compilation units:
      
      - ExposeAPIInWorld()
      - IsCalledFromMainWorld()
      - OverrideGlobalPropertyFromIsolatedWorld()
      - OverrideGlobalValueFromIsolatedWorld()
      - TraceKeyPath()
      
      * refactor: misc-use-internal-linkage warnings in skia util
      
      move impl details into anonymous namespace so that they're not visible
      to other compilation units:
      
      - struct ScaleFactorPair
      - kScaleFactorPairs[]
      - GetScaleFactorFromPath()
      - AddImageSkiaRepFromPath()
      
      * refactor: misc-use-internal-linkage warnings in printing util
      
      move impl details into anonymous namespace so that they're not visible
      to other compilation units:
      
      - GetFullPagePlugin()
      
      * refactor: misc-use-internal-linkage warnings in blijnk converter
      
      move impl details into anonymous namespace so that they're not visible
      to other compilation units:
      
      - GetKeyLocationCode()
      - ModifiersToArray()
      
      * refactor: misc-use-internal-linkage warnings in extrension system
      
      move impl details into anonymous namespace so that they're not visible
      to other compilation units:
      
      - ParseManifest()
      
      * refactor: misc-use-internal-linkage warnings in skia util
      
      move impl details into anonymous namespace so that they're not visible
      to other compilation units:
      
      - GetFrameTokenMap()
      - GetFrameTreeNodeIdMap()
      
      * refactor: misc-use-internal-linkage warnings in electron_api_utility_process.cc
      
      move impl details into anonymous namespace so that they're not visible
      to other compilation units:
      
      - GetAllUtilityProcessWrappers()
      
      * refactor: misc-use-internal-linkage warnings in electron_api_menu
      
      move impl details into anonymous namespace so that they're not visible
      to other compilation units:
      
      - InvokeBoolMethod()
      
      * refactor: misc-use-internal-linkage warnings in platform util
      
      move impl details into anonymous namespace so that they're not visible
      to other compilation units:
      
      - struct TrashItemResult
      - TrashItemOnBlockingThread()
  10. Nov 27, 2024
  11. Nov 26, 2024
  12. Nov 25, 2024
  13. Nov 24, 2024
  14. Nov 23, 2024
  15. Nov 22, 2024