Files
serenity/Userland/Libraries/LibWeb/HTML/Window.cpp
Timothy Flynn 47497fa4fe LibWeb: Break the Window open steps into two methods for internal use
Some callers (namely WebDriver) will need access to the navigable opened
by these steps. But if the noopener parameter is set, the returned proxy
will always be null.

This splits some of the Window open steps into an internal method that
returns the chosen navigable.

(cherry picked from commit 981aaba96cd6ee752d9cf76595731612898fe05c)
2024-11-24 17:29:26 -05:00

79 KiB