summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/Loader
AgeCommit message (Expand)Author
2020-09-22LibWeb: Dispatch DOM "load" event on <iframe> elementsAndreas Kling
2020-09-15LibCore: Make Core::Object properties more dynamicAndreas Kling
2020-09-12LibWeb: cache in-process decoded images in ImageResourcePeter Nelson
2020-09-08LibWeb: make it possible to directly load .svg filesSimon Danner
2020-08-12LibWeb: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12LibWeb: Until an image has loaded or failed, don't occupy layout sizeAndreas Kling
2020-08-06Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)asynts
2020-08-02ProtocolServer+LibTLS: Pipe certificate requests from LibTLS to clientsAnotherTest
2020-07-30LibWeb: Complete the redirect URL before loading itAnotherTest
2020-07-28LibWeb: Move the Page/Frame/EventHandler classes into Page/Andreas Kling
2020-07-28LibWeb: Move the HTML parser into HTML/Parser/Andreas Kling
2020-07-28LibWeb: Move HTML classes into the Web::HTML namespaceAndreas Kling
2020-07-27LibCore+LibWeb: Move guess-mimetype-based-on-filename logic to LibCoreAndreas Kling
2020-07-26LibWeb: Move DOM classes into the Web::DOM namespaceAndreas Kling
2020-07-26LibWeb: Move HTML object model stuff into LibWeb/HTML/Andreas Kling
2020-07-08LibWeb: Add type for FrameLoader::loadKevin Meyer
2020-06-27LibWeb: Add "image/x‑portable‑graymap" mime type for pgm file extensionHüseyin ASLITÜRK
2020-06-26LibWeb+Browser: Remove old HTML parser :^)Andreas Kling
2020-06-26LibWeb: Tolerate quoted HTTP Content-Type encodingsAndreas Kling
2020-06-26LibWeb: Let's not pass "%u" to String() and expect something to happenAndreas Kling
2020-06-25LibWeb: Treat all HTTP 4xx codes as errorsAndreas Kling
2020-06-23LibWeb: Remove Gfx::ImageDecoder from ImageLoaderAndreas Kling
2020-06-23LibWeb: Give ImageResource::bitmap(frame_index) default frame_index = 0Andreas Kling
2020-06-23LibGfx+LibWeb: Add JPEG decoder and integrate with LibWebDevashish
2020-06-22LibWeb+Browser: Decode non-animated images out-of-process :^)Andreas Kling
2020-06-22LibWeb: Add "image/x‑portable‑pixmap" mime type for pbm file extensionHüseyin ASLITÜRK
2020-06-21LibWeb: Remove most uses of the old HTML parserAndreas Kling
2020-06-21LibWeb: Add "image/x‑portable‑bitmap" mime type for pbm file extensionHüseyin ASLITÜRK
2020-06-21LibGfx: Add BMP loaderMatthew Olsson
2020-06-21LibWeb: Assume URLs ending in / serve html content :^)stelar7
2020-06-14LibWeb: Don't animate images outside the visible viewport :^)Andreas Kling
2020-06-14LibWeb: Move "visible in viewport" state tracking to ImageLoaderAndreas Kling
2020-06-14LibWeb: Move bitmap animation from HTMLImageElement to ImageLoaderAndreas Kling
2020-06-13LibWeb: Split out image loading logic from HTMLImageElementAndreas Kling
2020-06-13ProtocolServer+LibProtocol: Propagate HTTP status codes to clientsAndreas Kling
2020-06-13LibWeb: Silence debug spam about reuse of cached resourcesAndreas Kling
2020-06-08LibWeb: Unbreak favicon notifications after Page refactoringAndreas Kling
2020-06-08LibWeb: Remove unnecessary on_foo hooks from FrameAndreas Kling
2020-06-07LibWeb: Move Frame.{cpp,h} into a new Frame/ directoryAndreas Kling
2020-06-06LibWeb: Show error page if we can't handle a frame's main resourceAndreas Kling
2020-06-06LibWeb: Let Resource figure out its own encoding and MIME typeAndreas Kling
2020-06-06LibWeb: Turn FrameLoader into a ResourceClientAndreas Kling
2020-06-06LibWeb: Add a FrameLoader class and move PageView's loading logic thereAndreas Kling
2020-06-05LibWeb: Assert that we don't reuse cached resources with wrong typeAndreas Kling
2020-06-05LibWeb: Fix mismatching Resource subclass typesAndreas Kling
2020-06-02LibWeb: Share decoded images at the Resource level :^)Andreas Kling
2020-06-01LibWeb: Protect ourselves during ResourceClient iterationAndreas Kling
2020-06-01LibWeb: Add a naive Resource cacheAndreas Kling
2020-06-01LibWeb: Start building a new Resource class to share more resourcesAndreas Kling
2020-06-01LibWeb: Move ResourceLoader into a new Loader/ directoryAndreas Kling