mirror of
https://github.com/RGBCube/serenity
synced 2025-10-28 09:42:35 +00:00
Our "frame" concept very closely matches what the web specs call a "browsing context", so let's rename it to that. :^) The "main frame" becomes the "top-level browsing context", and "sub-frames" are now "nested browsing contexts". |
||
|---|---|---|
| .. | ||
| BrowsingContext.cpp | ||
| BrowsingContext.h | ||
| EditEventHandler.cpp | ||
| EditEventHandler.h | ||
| EventHandler.cpp | ||
| EventHandler.h | ||
| Page.cpp | ||
| Page.h | ||