summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/CMakeLists.txt
AgeCommit message (Expand)Author
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
2020-06-07LibWeb: Add (stub) HTMLTable{,Cell,Row}Element C++ classesAndreas Kling
2020-06-07LibWeb: Start fleshing out support for relative CSS unitsAndreas Kling
2020-06-07LibWeb: Move Frame.{cpp,h} into a new Frame/ directoryAndreas Kling
2020-06-06LibWeb: Add a FrameLoader class and move PageView's loading logic thereAndreas Kling
2020-06-05LibWeb: Start adding support for the <iframe> element! :^)Andreas Kling
2020-06-04LibWeb: Process style sheets in document orderAndreas Kling
2020-06-02LibWeb: Share decoded images at the Resource level :^)Andreas Kling
2020-06-01LibWeb: Start building a new Resource class to share more resourcesAndreas Kling
2020-06-01LibWeb: Move ResourceLoader into a new Loader/ directoryAndreas Kling
2020-05-28LibWeb: Rename Web::HtmlView => Web::PageViewAndreas Kling
2020-05-28LibWeb: Support named character references (e.g "&amp;")Andreas Kling
2020-05-27LibWeb: Implement the first half of the Adoption Agency AlgorithmAndreas Kling
2020-05-26LibWeb: Add cached global attribute name FlyStringsAndreas Kling
2020-05-24LibWeb: Factor out the "stack of open elements" into its own classAndreas Kling
2020-05-24LibWeb: Start building the tree building part of the new HTML parserAndreas Kling
2020-05-22LibWeb: Begin work on a spec-compliant HTML parserAndreas Kling
2020-05-18LibWeb: Add a simple window.location object with some getters :^)Andreas Kling
2020-05-17LibGemini: Implement rendering text/gemini documents to HTMLAnotherTest
2020-05-14Build: Switch to CMake :^)Sergey Bugaev