Skip to content
This repository has been archived by the owner on May 10, 2018. It is now read-only.

Create a FrameManager helper #20

Open
uuf6429 opened this issue Apr 26, 2017 · 0 comments
Open

Create a FrameManager helper #20

uuf6429 opened this issue Apr 26, 2017 · 0 comments

Comments

@uuf6429
Copy link
Owner

uuf6429 commented Apr 26, 2017

This object should be managing all windows/iframes for Electron.

Purposes:

  • keep track of frame names (including generating them whenever required)
  • keep an up-to-date list of existing iframes/windows where each record has:
    • unique electron id
    • name (autogenerated whenever required)
    • debugger frameId maybe?
    • reference to the electron object
  • exposes helpers to:
    • get window name from id
    • set window name by id
    • get object reference from id
    • get list of window names (important: order by creation time)
  • maybe keep track of main browser window and current window/iframe
uuf6429 added a commit that referenced this issue Apr 27, 2017
uuf6429 added a commit that referenced this issue Apr 28, 2017
uuf6429 added a commit that referenced this issue Apr 28, 2017
uuf6429 added a commit that referenced this issue Apr 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant