ladybird/Userland/Libraries/LibWebView
Tim Ledbetter 1a17e08f87 Everywhere: Correctly report progress of downloads larger than 4GiB
This commit changes the variables used to represent the size and
progress of downloads from u32 to u64. This allows `pro` and
`Browser` to report the total size and progress of a download
correctly for downloads larger than 4GiB.
2023-06-19 06:13:19 +02:00
..
AccessibilityTreeModel.cpp LibWebView: Display Accessible Name and Description 2023-02-19 15:58:20 +01:00
AccessibilityTreeModel.h
CMakeLists.txt LibWebView: Remove the DumpLayoutTree program 2023-05-16 13:22:23 -07:00
DOMTreeModel.cpp LibWeb+LibWebView: Show shadow roots in the DOM inspector 2023-03-18 20:14:52 +01:00
DOMTreeModel.h
Forward.h
OutOfProcessWebView.cpp Ladybird+LibJS: Add CLI option to run browser with LibJS bytecode VM 2023-06-17 14:16:45 +02:00
OutOfProcessWebView.h Ladybird+LibJS: Add CLI option to run browser with LibJS bytecode VM 2023-06-17 14:16:45 +02:00
RequestServerAdapter.cpp Everywhere: Correctly report progress of downloads larger than 4GiB 2023-06-19 06:13:19 +02:00
RequestServerAdapter.h
StylePropertiesModel.cpp LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
StylePropertiesModel.h LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
ViewImplementation.cpp Ladybird+LibJS: Add CLI option to run browser with LibJS bytecode VM 2023-06-17 14:16:45 +02:00
ViewImplementation.h Ladybird+LibJS: Add CLI option to run browser with LibJS bytecode VM 2023-06-17 14:16:45 +02:00
WebContentClient.cpp Ladybird+LibWeb+WebContent: Generalize video context menus for all media 2023-06-16 19:34:42 +02:00
WebContentClient.h Ladybird+LibWeb+WebContent: Generalize video context menus for all media 2023-06-16 19:34:42 +02:00
WebSocketClientAdapter.cpp
WebSocketClientAdapter.h