mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:07:36 +00:00
LibWeb: Rename BrowsingContextContainer => NavigableContainer
The "browsing context container" concept in the HTML spec has been replaced with "navigable container". Renaming this is the first step of many towards implementing the new world. Co-authored-by: Aliaksandr Kalenik <kalenik.aliaksandr@gmail.com>
This commit is contained in:
parent
0f9f6aef81
commit
d8ccc2d54e
17 changed files with 61 additions and 60 deletions
|
@ -274,7 +274,6 @@ class DOMRectReadOnly;
|
|||
|
||||
namespace Web::HTML {
|
||||
class BrowsingContext;
|
||||
class BrowsingContextContainer;
|
||||
class BrowsingContextGroup;
|
||||
class CanvasRenderingContext2D;
|
||||
class ClassicScript;
|
||||
|
@ -370,7 +369,9 @@ class MessageEvent;
|
|||
class MessagePort;
|
||||
class MimeType;
|
||||
class MimeTypeArray;
|
||||
class NavigableContainer;
|
||||
class Navigator;
|
||||
struct NavigationParams;
|
||||
class Origin;
|
||||
class PageTransitionEvent;
|
||||
class Path2D;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue