summaryrefslogtreecommitdiff
path: root/Userland/Services/WebContent
AgeCommit message (Expand)Author
2021-12-30Userland: Link directly against LibUnicodeData where neededTimothy Flynn
2021-12-27LibJS+WebContent+Browser+js: Implement console.group() methodsSam Atkins
2021-12-27LibJS+WebContent+js: Bring console.trace() to specSam Atkins
2021-12-27LibJS+WebContent+js: Bring console.assert() to specSam Atkins
2021-12-27LibJS+WebContent+js: Bring console.clear() to specSam Atkins
2021-12-27LibJS+WebContent+js: Bring console.count[Reset]() to specSam Atkins
2021-12-27LibJS+WebContent+js: Reimplement console.log() and friends to specSam Atkins
2021-12-21Userland: Add unveil/pledge requisites for dynamic Unicode data loadingTimothy Flynn
2021-12-10Browser+LibWeb+WebContent: Add variables display to InspectorSam Atkins
2021-12-07WebContent: Add missing TRY on client initializationHendiadyoin1
2021-12-06LibIPC: Add IPC::take_over_accepted_client_from_system_server<Client>()Andreas Kling
2021-11-30WebContent: Remove unnecessary client mapAndreas Kling
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-24WebContent: Support inspection of DOM in nested browsing contextsVyacheslav Pukhanov
2021-11-23LibCore: Make LocalSocket takeover mechanism return ErrorOr<T>Andreas Kling
2021-11-23LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCoreAndreas Kling
2021-11-23WebContent: Port to LibMain :^)Andreas Kling
2021-11-18LibWeb: Move BrowsingContext into HTML/Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> in Core::AnonymousBufferAndreas Kling
2021-11-02Services: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-10-31LibWeb+WebContent: Add set_preferred_color_scheme IPC callSam Atkins
2021-10-31WebContent: Convert ConsoleGlobalObject functions to ThrowCompletionOrIdan Horowitz
2021-10-28LibWeb: Null-check document before doing layout in PageHost::paint()Andreas Kling
2021-10-28LibWeb: Always update layout (if needed) before paintingAndreas Kling
2021-10-24LibJS: Rename PropertyName to PropertyKeyAndreas Kling
2021-10-20LibJS: Rename define_native_function => define_old_native_functionIdan Horowitz
2021-10-20LibJS: Add ThrowCompletionOr versions of the JS native function macrosIdan Horowitz
2021-10-20LibJS: Replace usages of JS_{DECLARE, DEFINE}_NATIVE_GETTERIdan Horowitz
2021-10-14LibWeb: Introduce simple scrollable overflow, size ICB to viewportAndreas Kling
2021-10-13LibJS: Convert to_object() to ThrowCompletionOrLinus Groh
2021-10-03LibJS: Convert has_own_property() to ThrowCompletionOrLinus Groh
2021-10-03LibWeb: Fix that $0 was no longer accessibledavidot
2021-10-01Browser: Check m_console_client is non-null before dereferencing itIdan Horowitz
2021-09-29LibJS: Convert internal_own_property_keys() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_delete() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_set() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_get() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_has_property() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_define_own_property() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_get_own_property() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_prevent_extensions() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_is_extensible() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_set_prototype_of() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_get_prototype_of() to ThrowCompletionOrLinus Groh
2021-09-28WebContent: Coalesce paint invalidations to avoid spamming clientAndreas Kling
2021-09-28LibWeb: Fire "keyup" events as well :^)Andreas Kling
2021-09-27LibWeb+Browser: Make ad blocking work in the multi-process worldAndreas Kling
2021-09-22WebContent: Pass an empty bitmap object if the pointer is nullKarol Kosek
2021-09-12LibWeb+Browser: Add Debug menu action for toggling Same-Origin PolicyAndreas Kling
2021-09-12WebContent: Use ErrorType::NotAnObjectOfType instead of NotATimothy Flynn