1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 21:15:07 +00:00
serenity/Libraries/LibHTML
Andreas Kling a116a4a180 LibHTML: Get rid of dual Makefile setup
It's no longer possible to build LibHTML on the host machine since it
depends on LibGUI now. This patch gets rid of the dual Makefiles in
LibHTML since we only support Serenity builds anyway.

Also clean the code generator directory before building it.
2019-11-18 14:51:46 +01:00
..
CodeGenerators LibHTML: Start building a simple code generator for CSS properties 2019-11-18 11:48:41 +01:00
CSS LibHTML: Expand the "padding" shorthand property 2019-11-18 12:34:52 +01:00
DOM LibHTML: Paint a magenta rectangle around the currently inspected node 2019-11-09 11:58:50 +01:00
Layout LibHTML: Implement basic 'max-width' and 'min-width' support 2019-11-18 12:26:08 +01:00
Parser LibHTML: Tolerate "px" suffix on CSS lengths 2019-11-18 12:15:23 +01:00
Scripts POSIX compliance: (most) shell scripts converted to generic shell 2019-11-03 09:26:22 +01:00
DOMTreeModel.cpp LibHTML: Add document icon in DOMTreeModel and keep document alive 2019-11-09 11:58:20 +01:00
DOMTreeModel.h LibHTML: Add document icon in DOMTreeModel and keep document alive 2019-11-09 11:58:20 +01:00
Dump.cpp LibHTML: Start building a simple code generator for CSS properties 2019-11-18 11:48:41 +01:00
Dump.h LibHTML: Hide debugging output unless HTML_DEBUG is defined 2019-09-28 18:29:42 +02:00
FontCache.cpp LibHTML: Add a simple font cache 2019-10-18 23:06:03 +02:00
FontCache.h LibHTML: Add a simple font cache 2019-10-18 23:06:03 +02:00
Frame.cpp LibHTML: Implement the <blink> element 2019-10-09 21:25:29 +02:00
Frame.h LibHTML: Make TreeNode inherit from Weakable by default 2019-10-19 09:42:20 +02:00
HtmlView.cpp LibHTML: Rename parse_html() => parse_html_document() 2019-11-06 20:52:18 +01:00
HtmlView.h LibHTML: Build some foundation for text selection 2019-11-05 22:13:26 +01:00
install.sh LibHTML: Add install.sh 2019-09-28 18:29:42 +02:00
Makefile LibHTML: Get rid of dual Makefile setup 2019-11-18 14:51:46 +01:00
RenderingContext.h LibHTML: Add the currently visible viewport rect to RenderingContext 2019-10-15 21:52:01 +02:00
ResourceLoader.cpp LibHTML+Browser: Show the number of pending resource loads 2019-10-10 22:07:08 +02:00
ResourceLoader.h LibHTML+Browser: Show the number of pending resource loads 2019-10-10 22:07:08 +02:00
TreeNode.h LibHTML+Browser: Add a simple DOM inspector popup window 2019-11-09 11:31:03 +01:00