ladybird/Userland/Applications/Browser
Andreas Kling e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock
The "Box" suffix added nothing here.
2021-09-08 11:27:46 +02:00
..
BookmarksBarWidget.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
BookmarksBarWidget.h
Browser.h Browser: Remove single-process mode :^) 2021-08-24 16:37:28 +02:00
BrowserWindow.cpp LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 2021-09-08 11:27:46 +02:00
BrowserWindow.gml Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
BrowserWindow.h Browser: Add "Inspect Element" to context menu :^) 2021-08-23 15:59:29 +02:00
CMakeLists.txt Browser: Delete unused BrowserConsoleClient.{h,cpp} 2021-09-06 18:20:26 +02:00
ConsoleWidget.cpp Browser: Convert JS ConsoleWidget to new API 2021-09-06 18:20:26 +02:00
ConsoleWidget.h Browser: Convert JS ConsoleWidget to new API 2021-09-06 18:20:26 +02:00
CookieJar.cpp
CookieJar.h
DownloadWidget.cpp Browser: Use LibConfig instead of Core::ConfigFile 2021-08-26 00:54:28 +02:00
DownloadWidget.h
EditBookmark.gml Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
History.cpp
History.h
InspectorWidget.cpp Everywhere: Use my shiny new serenityos.org email :^) 2021-09-03 12:22:36 +02:00
InspectorWidget.h Everywhere: Use my shiny new serenityos.org email :^) 2021-09-03 12:22:36 +02:00
main.cpp Browser: Use LibConfig instead of Core::ConfigFile 2021-08-26 00:54:28 +02:00
Tab.cpp LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 2021-09-08 11:27:46 +02:00
Tab.gml Browser: Tweak vertical spacing in per-tab UI layout 2021-08-02 10:13:35 +02:00
Tab.h Browser: Move show_console_window() to Tab 2021-09-06 18:20:26 +02:00
WindowActions.cpp
WindowActions.h