mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:17:44 +00:00
LibWeb: Move BrowsingContext into HTML/
Browsing contexts are defined by the HTML specification, so let's move them into the HTML directory. :^)
This commit is contained in:
parent
2b866e3c9b
commit
7c57961c61
43 changed files with 73 additions and 75 deletions
|
@ -115,6 +115,7 @@ class DOMRectReadOnly;
|
|||
}
|
||||
|
||||
namespace Web::HTML {
|
||||
class BrowsingContext;
|
||||
class CanvasRenderingContext2D;
|
||||
class CloseEvent;
|
||||
class DOMParser;
|
||||
|
@ -261,7 +262,6 @@ class TextNode;
|
|||
}
|
||||
|
||||
namespace Web {
|
||||
class BrowsingContext;
|
||||
class EditEventHandler;
|
||||
class EventHandler;
|
||||
class FrameLoader;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue