summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb
AgeCommit message (Expand)Author
2020-03-22AK: Add FlyString, a simple flyweight string classAndreas Kling
2020-03-22LibWeb: Put selection-related debug spam behind an #ifdefAndreas Kling
2020-03-21LibWeb: Add a naive implementation of setInterval()Andreas Kling
2020-03-21LibWeb: Silence some debug spam about JS event handler invocationsAndreas Kling
2020-03-21LibWeb: Give MouseEvents the correct offsetX and offsetY valuesAndreas Kling
2020-03-21LibWeb: Add a DOM Event class (instead of events being simple strings)Andreas Kling
2020-03-21LibWeb: Dispatch "mouseup" eventAndreas Kling
2020-03-21LibWeb: Add HTMLCanvasElement.{width,height} propertiesAndreas Kling
2020-03-21LibWeb: Make the "document" global a native propertyAndreas Kling
2020-03-21LibJS+LibWeb: Fix some inconsistencies in NativeFunction callbacksAndreas Kling
2020-03-20LibWeb: Add CSS property 'border'myphs
2020-03-20LibWeb: Fix HTMLCanvasElement::preferred_height() default value (#1490)Elisée Maurer
2020-03-20LibWeb: Make hit testing better for blocks with inline childrenAndreas Kling
2020-03-19LibWeb: Add <canvas> element and start fleshing out CRC2DAndreas Kling
2020-03-18LibWeb: Add missing copyright headersAndreas Kling
2020-03-18LibWeb: Use a JS::Handle to keep the EventListener function aliveAndreas Kling
2020-03-18LibWeb: Fire "mousedown" and "mousemove" events in the DOM :^)Andreas Kling
2020-03-18LibWeb: Start working on DOM event supportAndreas Kling
2020-03-18LibWeb: Don't try to repaint frameless documents in CSSStyleValueAndreas Kling
2020-03-16LibJS: Add "Heap" and "Runtime" subdirectoriesAndreas Kling
2020-03-15LibJS: Pass "this" as an Object* to NativeFunction callbacksAndreas Kling
2020-03-15LibWeb: Add missing copyright headersAndreas Kling
2020-03-14LibWeb: Implement Document.getElementById()Andreas Kling
2020-03-14LibWeb: Start implementing basic JavaScript DOM bindingsAndreas Kling
2020-03-14LibWeb: Parse <script> elements and run any JavaScript found insideAndreas Kling
2020-03-11LibWeb: Skip non-font files when looking for fonts instead of assertingTibor Nagy
2020-03-07LibWeb: Cache the <body background> style image valueAndreas Kling
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling