ladybird/Userland/Applications/Browser
2021-07-08 10:11:00 +02:00
..
BookmarksBarWidget.cpp Browser: Apply some polish to menus and actions 2021-05-10 10:27:23 +02:00
BookmarksBarWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Browser.h Browser: Move menu management from Tab to BrowserWindow 2021-05-18 20:02:00 +02:00
BrowserConsoleClient.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
BrowserConsoleClient.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
BrowserWindow.cpp Everywhere: Remove unused local variables and lambda captures 2021-07-08 10:11:00 +02:00
BrowserWindow.gml LibGUI: Allow tweaking each edge of TabWidget's content margins 2021-06-15 14:28:39 +02:00
BrowserWindow.h Browser: Add setting to change homepage URL 2021-06-18 10:20:24 +02:00
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
ConsoleWidget.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
ConsoleWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
CookieJar.cpp AK+Everywhere: Remove StringView::find_{first,last}_of(char) methods 2021-07-02 21:54:21 +02:00
CookieJar.h Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&> 2021-06-08 19:14:24 +02:00
DownloadWidget.cpp Browser: Fix build breakage from 29cce65 2021-06-13 21:22:11 +02:00
DownloadWidget.h Browser: Add download finished graphics to download widget 2021-06-13 20:55:58 +02:00
EditBookmark.gml Browser: Add right-click context menu item for editing bookmarks 2021-03-26 22:58:31 +01:00
History.cpp Browser: Add title to go back/forward context menu 2021-05-29 12:03:41 +01:00
History.h Browser: Add title to go back/forward context menu 2021-05-29 12:03:41 +01:00
InspectorWidget.cpp LibWeb+Browser: Support DOM Inspector for OutOfProcessWebView 2021-06-29 23:06:48 +02:00
InspectorWidget.h LibWeb+Browser: Support DOM Inspector for OutOfProcessWebView 2021-06-29 23:06:48 +02:00
main.cpp Browser: Fix crash on download 2021-06-09 18:10:27 +01:00
Tab.cpp LibWeb+Browser: Support DOM Inspector for OutOfProcessWebView 2021-06-29 23:06:48 +02:00
Tab.gml Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" 2021-04-13 16:58:15 +02:00
Tab.h LibWeb+Browser: Support DOM Inspector for OutOfProcessWebView 2021-06-29 23:06:48 +02:00
WindowActions.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WindowActions.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00