mirror of
https://github.com/RGBCube/serenity
synced 2025-10-27 09:22:07 +00:00
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. |
||
|---|---|---|
| .. | ||
| ContentFilter.cpp | ||
| ContentFilter.h | ||
| FileRequest.cpp | ||
| FileRequest.h | ||
| FrameLoader.cpp | ||
| FrameLoader.h | ||
| LoadRequest.cpp | ||
| LoadRequest.h | ||
| ProxyMappings.cpp | ||
| ProxyMappings.h | ||
| Resource.cpp | ||
| Resource.h | ||
| ResourceLoader.cpp | ||
| ResourceLoader.h | ||