summaryrefslogtreecommitdiff
path: root/Userland/Services/WebContent/ConnectionFromClient.cpp
AgeCommit message (Expand)Author
2022-08-01Userland+Base: Make the window titlebar font configurable separatelyAndreas Kling
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
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-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-05WebContent: Cancel pending paint requests when removing a backing storeAndreas Kling
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-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-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