serenity/Userland/Applications/Browser
Dan Klishch 80d1c93edf AK+Applications: Return value from JsonObject::get_double more often
Previously, we were returning an empty optional if key contained a
numerical value which was not stored as double. Stop doing that and
rename the method to signify the change in the behavior.

Apparently, this fixes bug in an InspectorWidget in Ladybird on
Serenity: it showed 0 for element's boxes with integer sizes.
2023-11-25 11:02:17 +01:00
..
History
BookmarksBarWidget.cpp Browser: Move BookmarksBarWidget::PerformEditOn to anon namespace 2023-11-14 15:38:09 -07:00
BookmarksBarWidget.h Browser: Move BookmarksBarWidget::PerformEditOn to anon namespace 2023-11-14 15:38:09 -07:00
Browser.h
BrowserWindow.cpp BrowserSettings+Ladybird: Convert home / new tab page to resource URIs 2023-11-06 09:39:59 +01:00
BrowserWindow.gml
BrowserWindow.h Browser: Sanitize user-provided URLs with LibWebView 2023-10-13 13:37:11 -04:00
CMakeLists.txt LibGUI+Browser: Move GUI::UrlBox to the Browser application 2023-10-20 07:18:54 +02:00
ConsoleWidget.cpp Userland: Use nondeprecated set_tooltip for static and formatted strings 2023-10-06 08:20:11 +02:00
ConsoleWidget.h
CookiesModel.cpp
CookiesModel.h
DownloadWidget.cpp
DownloadWidget.h
EditBookmark.gml
ElementSizePreviewWidget.cpp
ElementSizePreviewWidget.h
IconBag.cpp Browser: Add a context menu item to search for the selected text 2023-10-24 07:28:30 +02:00
IconBag.h Browser: Add a context menu item to search for the selected text 2023-10-24 07:28:30 +02:00
InspectorWidget.cpp AK+Applications: Return value from JsonObject::get_double more often 2023-11-25 11:02:17 +01:00
InspectorWidget.h Browser: Port the Inspector to the WebView InspectorClient 2023-11-24 08:37:19 +01:00
main.cpp BrowserSettings+Ladybird: Convert home / new tab page to resource URIs 2023-11-06 09:39:59 +01:00
ModelAdapter.h LibWebView+Ladybird: Remove now-unused WebView TreeModel 2023-11-24 08:37:19 +01:00
StorageModel.cpp
StorageModel.h
StorageWidget.cpp
StorageWidget.gml
StorageWidget.h
Tab.cpp Browser: Port the Inspector to the WebView InspectorClient 2023-11-24 08:37:19 +01:00
Tab.gml
Tab.h Browser: Add a context menu item to search for the selected text 2023-10-24 07:28:30 +02:00
URLBox.cpp Browser: Use LibWebView to decide what parts of a URL to highlight 2023-10-20 07:18:54 +02:00
URLBox.h LibGUI+Browser: Move GUI::UrlBox to the Browser application 2023-10-20 07:18:54 +02:00
WindowActions.cpp LibGUI+Applications: Use String in make_about_action() 2023-09-16 11:05:49 +02:00
WindowActions.h