1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 14:25:07 +00:00
serenity/Userland/Libraries/LibWeb/Page
Andreas Kling c4826eae4f LibWeb: Rename Layout::BlockBox => BlockContainer
There's a subtle difference here. A "block box" in the spec is a
block-level box, while a "block container" is a box whose children are
either all inline-level boxes in an IFC, or all block-level boxes
participating in a BFC.

Notably, an "inline-block" box is a "block container" but not a "block
box" since it is itself inline-level.
2021-10-06 20:10:36 +02:00
..
BrowsingContext.cpp LibWeb: Rename Layout::BlockBox => BlockContainer 2021-10-06 20:10:36 +02:00
BrowsingContext.h LibWeb: Don't update rendering in BrowsingContexts without opportunity 2021-10-03 17:39:13 +02:00
EditEventHandler.cpp LibWeb: Rename BrowsingContext::document() => active_document() 2021-09-09 21:25:10 +02:00
EditEventHandler.h LibWeb: Rename Web::Frame to Web::BrowsingContext 2021-05-30 12:39:53 +02:00
EventHandler.cpp LibWeb: Dispatch keydown/keyup events on the appropriate target 2021-10-01 20:14:45 +02:00
EventHandler.h LibWeb: Fire "keyup" events as well :^) 2021-09-28 16:56:24 +02:00
Page.cpp LibWeb: Fire "keyup" events as well :^) 2021-09-28 16:56:24 +02:00
Page.h LibWeb+Browser: Disable Same-Origin Policy by default for now 2021-10-03 23:39:07 +02:00