summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/CMakeLists.txt
AgeCommit message (Expand)Author
2020-10-10LibWeb: Create LayoutNodes for each SVG elementMatthew Olsson
2020-10-03LibWeb: Add empty IDL bindings for current SVG elementsLuke
2020-09-29LibWeb: Implement performance.now()Andreas Kling
2020-09-24LibWeb: Add a separate UA style sheet for documents in quirks modeAndreas Kling
2020-09-20LibWeb: Add Bindings::ScriptExecutionContextAndreas Kling
2020-09-12LibWeb: Implement <input type=submit> without using LibGUIAndreas Kling
2020-09-11LibWeb: Add basic support for <input type=checkbox>Andreas Kling
2020-09-06LibWeb: Move DOM event dispatch to its own classAndreas Kling
2020-08-17LibWeb: Add more document tests, add comment, text and mixin testsLuke
2020-08-17LibWeb: Add Comment and DocumentFragment bindings, move querySelector...Luke
2020-08-17LibWeb: Add Node.textContentNico Weber
2020-08-17LibWeb: Rename WebContentView => OutOfProcessWebViewAndreas Kling
2020-08-17LibWeb: Rename PageView => InProcessWebViewAndreas Kling
2020-08-12LibWeb: Move HTML::AttributeNames file into HTML/ directoryAndreas Kling
2020-08-09LibWeb: Add HTML elements to factories, add missing tags and attributesLuke
2020-08-04Build: Support make's and ninja's restat optimizationNico Weber
2020-08-03LibWeb: Add CharacterData and Text IDL interfacesAndreas Kling
2020-08-02LibWeb: Add a basic DOM::Position classAndreas Kling
2020-07-28LibWeb: Add UIEvent class (base of MouseEvent, and others)Andreas Kling
2020-07-28LibWeb: Move the Page/Frame/EventHandler classes into Page/Andreas Kling
2020-07-28LibWeb: Move the CSS parser into CSS/Parser/Andreas Kling
2020-07-28LibWeb: Move the HTML parser into HTML/Parser/Andreas Kling
2020-07-28LibWeb: Move MouseEvent into the UIEvents namespaceAndreas Kling
2020-07-27LibWeb: Add a whole bunch of HTML DOM bindingsLuke
2020-07-26LibWeb: Move HTML object model stuff into LibWeb/HTML/Andreas Kling
2020-07-26LibWeb: Refactor SVG files into their own directory; follow spec layoutMatthew Olsson
2020-07-26LibWeb: Abstract common operations of graphical SVG elementsMatthew Olsson
2020-07-26LibWeb: Begin SVG element supportMatthew Olsson
2020-07-21LibWeb: Implement quirks mode detectionLuke
2020-07-06LibWeb: Move WebContentView from Demos/WebView into LibWebAndreas Kling
2020-06-29LibWeb: Add LayoutRange::normalized()Andreas Kling
2020-06-27LibWeb: Make DOM timers cancellable and stop leaking themAndreas Kling
2020-06-26LibWeb+Browser: Remove old HTML parser :^)Andreas Kling
2020-06-22LibWeb+Browser: Decode non-animated images out-of-process :^)Andreas Kling
2020-06-22LibWeb: Generate CanvasRenderingContext2D bindings from IDL :^)Andreas Kling
2020-06-21LibWeb: Generate Event and MouseEvent bindings from IDL :^)Andreas Kling
2020-06-21LibWeb: Generate ImageData bindings from IDL :^)Andreas Kling
2020-06-21LibWeb: Generate HTMLCanvasElement bindings from IDL :^)Andreas Kling
2020-06-21LibWeb: Generate HTMLImageElement bindings from IDL :^)Andreas Kling
2020-06-21LibWeb: Add HTMLElement wrapperAndreas Kling
2020-06-21LibWeb: Generate EventTarget bindings from IDL :^)Andreas Kling
2020-06-21LibWeb: Generate Element bindings from IDL :^)Andreas Kling
2020-06-21LibWeb: Start generating JS wrappers from (simplified) WebIDL :^)Andreas Kling
2020-06-18LibWeb: Move StackingContext from Layout/ to Painting/Andreas Kling
2020-06-15LibWeb: Respect CSS z-index property while paintingAndreas Kling
2020-06-13LibWeb: Add basic <object> element supportAndreas Kling
2020-06-12LibWeb+Browser: Add a barebones LayoutTreeModel to the inspector windowAndreas Kling
2020-06-09LibWeb: Add LayoutTableRowGroup to implement display: table-row-groupAndreas Kling
2020-06-08LibWeb: Add Page abstraction between PageView and main FrameAndreas Kling
2020-06-07LibWeb: Add HTML::TagNames namespace for global tag name FlyStringsAndreas Kling