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 23, 2024
  2. Oct 22, 2024
  3. Oct 21, 2024
  4. Oct 20, 2024
  5. Oct 19, 2024
  6. Oct 18, 2024
  7. Oct 17, 2024
  8. Oct 16, 2024
  9. Oct 15, 2024
  10. Oct 14, 2024
  11. Oct 12, 2024
    • Sam Maddock's avatar
      feat: add WebFrameMain detached property (#43473) · 8b3d70a2
      Sam Maddock authored
      * feat: add WebFrameMain detached property
      
      fix: throw instead of returning null senderFrame
      
      test: detached frames
      
      fix: ensure IPCs of pending deletion RFHs are dispatched
      
      fix: lookup WFM by FTN ID to dispatch IPCs
      
      feat: add frame.isDestroyed()
      
      return null
      
      fix: return undefined
      
      docs: add null to all frame properties
      
      refactor: option c, return null and emit warning
      
      refactor: add routingId & processId to navigation events
      
      test: null frame property
      
      docs: clarify warning message
      
      better wording
      
      clarify null frame
      
      fix: browserwindow spec
      
      * maybe fix :shrug:
      
      
      
      * fix: use updated util #43722
      
      * docs: add notice for frame change of behavior
      
      * docs: clarify why frame properties may be null
      
      * lint
      
      * wip
      
      * fix: content::FrameTreeNodeId lookup and converter
      
      * refactor: avoid holey array deoptimization
      
      ---------
      
      Co-authored-by: default avatarJohn Kleinschmidt <jkleinsc@electronjs.org>
      8b3d70a2
    • Charles Kerr's avatar