summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb
AgeCommit message (Expand)Author
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
2020-08-30LibWeb: Remove redundant .prettierrcLinus Groh
2020-08-30Libraries: Unbreak building with extra debug macrosBen Wiederhake
2020-08-26LibWeb: Turn the <table height> attribute into the CSS height propertyAndreas Kling
2020-08-26LibWeb: Fix sometimes missing text selection highlightAndreas Kling
2020-08-26LibJS: Add a helper for calling JS::Function's with argumentsAnotherTest
2020-08-26LibWeb: Calculate selection based on glyph centersRewi Haar
2020-08-25LibJS: Make Interpreter::throw_exception() a void functionLinus Groh
2020-08-25Misc: Remove some unneeded includes of Timer.h and ElapsedTimer.h (#3286)Nico Weber
2020-08-24LibWeb: Move OutOfProcessWebView into the Web namespaceAnotherTest
2020-08-21LibWeb: InProcessWebView::selected_text() should use the focused frameAndreas Kling
2020-08-21LibWeb: Make selection state recomputation implicitAndreas Kling
2020-08-21LibWeb: Remember the selection state of each LayoutNodeAndreas Kling
2020-08-21LibWeb: Use GenericLexer in WrapperGeneratorNico Weber
2020-08-21LibWeb: Implement <template> parsingLuke