serenity/Userland/Applications/Browser
MacDue 360c0eb509 LibWeb: Remove implicit conversion from float and double to CSSPixels
In general it is not safe to convert any arbitrary floating-point value
to CSSPixels. CSSPixels has a resolution of 0.015625, which for small
values (e.g. scale factors between 0 and 1), can produce bad results
if converted to CSSPixels then scaled back up. In the worst case values
can underflow to zero and produce incorrect results.
2023-08-26 23:53:45 +02:00
..
History Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
BookmarksBarWidget.cpp LibGUI: Add deprecated suffix to {set_,}tooltip in Widget 2023-08-18 10:43:37 +01:00
BookmarksBarWidget.h Browser: Don't show error message box when canceling editor dialog 2023-05-23 06:03:13 +02:00
Browser.h Browser+Ladybird+LibWeb: Port content filters to String 2023-04-22 12:32:40 +02:00
BrowserWindow.cpp LibGUI: Remove Window::try_add_menu() 2023-08-14 14:57:54 +02:00
BrowserWindow.gml
BrowserWindow.h Ladybird+LibWebView+Browser: Remove ability to run with AST interpreter 2023-08-08 13:07:13 +02:00
CMakeLists.txt Browser: Add more intuitive search 2023-08-17 15:30:23 +01:00
ConsoleWidget.cpp Applications: Use native style sheet for WebViews where appropriate 2023-08-25 20:30:20 +01:00
ConsoleWidget.h
CookieJar.cpp Browser: Synchronize database statements used for cookies 2023-08-08 06:25:11 -04:00
CookieJar.h Browser: Add support for CookieJar to run in a transient, in-memory mode 2023-04-21 07:56:14 +02:00
CookiesModel.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
CookiesModel.h LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
Database.cpp LibSQL+Userland: Pass SQL IPC results to clients in a structure 2023-02-03 20:34:45 +01:00
Database.h Browser: Synchronize database statements used for cookies 2023-08-08 06:25:11 -04:00
DownloadWidget.cpp LibGUI: Remove Layout::try_add_spacer() 2023-08-14 14:57:54 +02:00
DownloadWidget.h Everywhere: Correctly report progress of downloads larger than 4GiB 2023-06-19 06:13:19 +02:00
EditBookmark.gml
ElementSizePreviewWidget.cpp Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() 2023-03-04 00:29:38 +01:00
ElementSizePreviewWidget.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Forward.h Browser: Add support for CookieJar to run in a transient, in-memory mode 2023-04-21 07:56:14 +02:00
History.cpp Browser: Add window to inspect history 2022-12-31 04:36:22 -07:00
History.h Browser: Add window to inspect history 2022-12-31 04:36:22 -07:00
IconBag.cpp Ladybird: Add context menu items to directly open audio files 2023-06-19 17:42:55 +02:00
IconBag.h Ladybird: Add context menu items to directly open audio files 2023-06-19 17:42:55 +02:00
InspectorWidget.cpp LibWeb: Remove implicit conversion from float and double to CSSPixels 2023-08-26 23:53:45 +02:00
InspectorWidget.h Browser+LibWebView: Load and Display ARIA Properites and State 2023-07-06 11:21:36 +01:00
main.cpp Browser+WebDriver: Set the initial URL to about:blank from WebDriver 2023-08-09 05:33:24 +02:00
StorageModel.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
StorageModel.h LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
StorageWidget.cpp Browser: Avoid unnecessary copies of temporary Storages 2023-06-15 08:07:17 +02:00
StorageWidget.gml
StorageWidget.h
Tab.cpp Browser: Do not visualize trailing whitespace in the source viewer 2023-08-25 05:39:32 +02:00
Tab.gml LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
Tab.h Ladybird+LibWebView: Migrate dialog APIs to LibWebView callbacks 2023-08-23 09:59:04 -04:00
WindowActions.cpp AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
WindowActions.h Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00