summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb
AgeCommit message (Expand)Author
2020-09-29LibWeb: Remove a bunch of unnecessary <LibJS/Interpreter.h> includesAndreas Kling
2020-09-28LibWeb: LoadRequest::operator==() should compare header valuesAndreas Kling
2020-09-28LibWeb: Support <form method=POST>Andreas Kling
2020-09-28ProtocolServer+LibWeb: Support more detailed HTTP requestsAndreas Kling
2020-09-28LibWeb: Expand LoadRequest class to include method, headers and bodyAndreas Kling
2020-09-27LibC: Remove an unneeded string.h include in ctype.h/cppBenoit Lormeau
2020-09-27LibWeb: Use JS::VM::call() in timer and RAF callback invocationAndreas Kling
2020-09-27LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h>Andreas Kling
2020-09-27LibWeb: Bypass the JS::Interpreter when invoking JS event callbacksAndreas Kling
2020-09-27LibJS: Remove Interpreter& argument to Function::construct()Andreas Kling
2020-09-27LibJS: Make native function/property callbacks take VM, not InterpreterAndreas Kling
2020-09-27LibJS: Make Function::call() not require an Interpreter&Andreas Kling
2020-09-27LibJS: Move most of Interpreter into VMAndreas Kling
2020-09-25Meta+LibHTTP through LibWeb: Make clang-format-10 cleanBen Wiederhake
2020-09-24LibWeb: Add a separate UA style sheet for documents in quirks modeAndreas Kling
2020-09-22LibWeb: Disallow cross-origin access to <iframe>.contentDocumentAndreas Kling
2020-09-22LibWeb: Add Origin::is_same(const Origin&)Andreas Kling
2020-09-22LibWeb: Add WindowObject::origin()Andreas Kling
2020-09-22LibWeb: Dispatch DOM "load" event on <iframe> elementsAndreas Kling
2020-09-22LibWeb: Rename HTMLIFrameElement::hosted_frame() => content_frame()Andreas Kling
2020-09-22LibJS: Move the current exception from Interpreter to VMAndreas Kling
2020-09-20LibJS+Clients: Add JS::VM object, separate Heap from InterpreterAndreas Kling
2020-09-20LibWeb: Add Bindings::ScriptExecutionContextAndreas Kling
2020-09-15LibCore: Make Core::Object properties more dynamicAndreas Kling
2020-09-14LibWeb: Register the InProcessWebView widgetAndreas Kling
2020-09-12LibWeb: cache in-process decoded images in ImageResourcePeter Nelson
2020-09-12LibWeb: Fix layout of replaced with width:auto + no intrinsic ratioAndreas Kling
2020-09-12LibWeb: Implement <input type=submit> without using LibGUIAndreas Kling
2020-09-12LibWeb: Two mouse event handling fixesAndreas Kling
2020-09-12LibWeb: Do not handle mouse events on disabled checkboxesredoste
2020-09-12LibWeb: Support window.alert() in multi-process contextAndreas Kling
2020-09-11LibWeb: Protect LayoutCheckBox against crashes after event dispatchAndreas Kling
2020-09-11LibWeb: Dispatch a "change" event when <input> checked state changesAndreas Kling
2020-09-11LibWeb: Add basic support for <input type=checkbox>Andreas Kling
2020-09-11LibWeb: Allow layout nodes to receive and track mouse eventsAndreas Kling
2020-09-11LibWeb: Add basic support for boolean IDL attributes :^)Andreas Kling
2020-09-11LibWeb: Add the "checked" and "disabled" HTML attributesAndreas Kling
2020-09-11LibWeb: Use widget override cursorsAndreas Kling
2020-09-11LibGUI+WindowServer: Rename window "override cursor" to just "cursor"Andreas Kling
2020-09-10LibGfx: Move StandardCursor enum to LibGfxAndreas Kling
2020-09-08LibWeb: Add support for viewport-relative length units (#3433)Jakob-Niklas See
2020-09-08LibWeb: SVG: implement SmoothQuadraticBezierCurveSimon Danner
2020-09-08LibWeb: SVG: draw commands can also be repeated after a commaSimon Danner
2020-09-08LibWeb: SVG: T commands only take two coordinatesSimon Danner
2020-09-08LibWeb: make it possible to directly load .svg filesSimon Danner
2020-09-06LibWeb: Move DOM event dispatch to its own classAndreas Kling
2020-09-05LibGUI: Make the Clipboard API deal in raw byte buffers a bit moreAndreas Kling
2020-08-31LibWeb: Implement document ready stateLuke
2020-08-31LibWeb: Expose window.self and window.framesLuke
2020-08-31LibWeb: Take care of a FIXME in the "in table text" insertion modeAndreas Kling