summaryrefslogtreecommitdiff
path: root/Userland/Services/WebContent
AgeCommit message (Expand)Author
2022-07-05WebContent: Invalidate document style when changing the page's paletteLuke Wilde
2022-07-05Browser+WebContent: Fix inspecting non-visible nodesMacDue
2022-06-27Browser+LibWeb+WebContent: Allow Browser to load local filesLucas CHOLLET
2022-06-20LibWeb+LibWebView+WebContent: Get doubleclick events from LibGUIKarol Kosek
2022-05-28Browser+LibWeb+WebContent: Add ability to inspect session storageRafał Babiarz
2022-05-26WebContent: Depend on ImageDecoder, RequestServer and WebSocketKarol Kosek
2022-05-15LibWeb: Abstract the LibProtocol ResourceLoader connectionDexesTTP
2022-05-15LibWeb: Abstract the LibProtocol WebSockets connectionDexesTTP
2022-05-15LibWeb: Abstract the image decoding via Web::ImageDecoding::DecoderDexesTTP
2022-05-15LibWebView: Move OutOfProcessWebView to a new LibWebView libraryDexesTTP
2022-05-07LibJS: Convert Console to use MarkedVector<Value>Luke Wilde
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-09Browser+LibWeb+WebContent: Implement per-URL-pattern proxiesAli Mohammad Pur
2022-04-06LibWeb: Remove the InProcessWebView widgetAndreas Kling
2022-04-05Revert "WebContent: Use ConsoleGlobalObject for the console's global object :^)"Andreas Kling
2022-04-05WebContent: Cancel pending paint requests when removing a backing storeAndreas Kling
2022-04-05WebContent: Use ConsoleGlobalObject for the console's global object :^)Sam Atkins
2022-04-03Browser+LibWeb+WebContent: Add ability to inspect local storageValtteri Koskivuori
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-31Browser+WebContent: Add a Debug menu action to disable scripting :^)Linus Groh
2022-03-31WebContent: Add plumbing for 'is scripting enabled' settingLinus Groh
2022-03-25LibWeb: Show correct element margin values in Inspector "Box Model" viewAndreas Kling
2022-03-24Services: Use default constructors/destructorsLenny Maiorani
2022-03-24WebContent: Remove accidentally committed unveil() callAndreas Kling
2022-03-24LibWeb: Bring CSS line-height implementation closer to specAndreas Kling
2022-03-23WebContent: Fill OOPWV with palette base color when there's no contentAndreas Kling
2022-03-18LibJS: Add infallible variant of VM::push_execution_context()Linus Groh
2022-03-15LibWeb: Rename Element::specified_css_values() => computed_css_values()Andreas Kling
2022-03-15LibWeb: Rename Element::computed_style() to resolved_css_values()Andreas Kling
2022-03-11LibWeb: Move hit testing to the painting treeAndreas Kling
2022-03-11LibWeb: Move PaintingBox to its own .cpp and .h filesAndreas Kling
2022-03-11LibWeb: Use Layout::Box::paint_box() accessor in more placesAndreas Kling
2022-03-11LibWeb: Rename Painting::Box => PaintableAndreas Kling
2022-03-11LibWeb: Hang StackingContext off of the paint boxesAndreas Kling
2022-03-11LibWeb: Add Painting::Box and move things from Layout::Box into itAndreas Kling
2022-03-10WebContent: Return empty JSON object if element has no box modelSam Atkins
2022-03-10WebContent: Show box-model metrics for (some) pseudo-elementsSam Atkins
2022-03-10Browser+LibWeb+WebContent: Show style for pseudo-elements :^)Sam Atkins
2022-03-10Browser: Show currently loading host and remaining resource countBen Abraham
2022-03-08Browser+LibWeb: Add an Element size preview widget to inspectorVrins
2022-03-08LibWeb: Move Window from DOM directory & namespace to HTMLLinus Groh
2022-02-27Everywhere: Make JSON serialization fallibleIdan Horowitz
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2022-02-21WebContent: Push execution context before ConsoleGlobalObject initLinus Groh
2022-02-21WebContent: Remove unused JS Lexer/Parser includesLinus Groh
2022-02-16WebContent: Exit peacefully when client dies during synchronous IPCAndreas Kling
2022-02-10LibWeb: Perform CSS custom property cascade once instead of per-propertyAndreas Kling
2022-02-09LibJS: Replace uses of MarkedValueList with MarkedVector<Value>Linus Groh
2022-02-08Browser+LibWeb: Add "Dump Local Storage" item to Browser's Debug menuAndreas Kling
2022-02-08LibWeb: Introduce the Environment Settings ObjectLuke Wilde