summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Loader
AgeCommit message (Expand)Author
2021-02-28LibWeb: Add actual document loading for the CSS (at)import ruleSviatoslav Peleshko
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-20LibWeb+LibImageDecoderClient: Reuse ImageDecoder service processAndreas Kling
2021-02-10LibWeb: Remove a whole bunch of unnecessary #includesAndreas Kling
2021-02-08Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)AnotherTest
2021-01-29ImageDecoder+LibImageDecoder+LibWeb: Support animations in ImageDecoderAndreas Kling
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Debug macros instead of constexpr.asynts
2021-01-25Everywhere: Use CMake to generate AK/Debug.h.asynts
2021-01-24LibWeb: Disable resource cache for file:// URLsAndreas Kling
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-16Everywhere: Remove a bunch of <AK/SharedBuffer.h> includesAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling