1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 20:55:06 +00:00
serenity/Libraries/LibHTML/DOM
Andreas Kling 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h>
This was a workaround to be able to build on case-insensitive file
systems where it might get confused about <string.h> vs <String.h>.

Let's just not support building that way, so String.h can have an
objectively nicer name. :^)
2019-09-06 15:36:54 +02:00
..
Document.cpp Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
Document.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
Element.cpp LibHTML: Make some use of Vector::empend(). 2019-08-01 16:50:15 +02:00
Element.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
Node.cpp Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
Node.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
ParentNode.cpp Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
ParentNode.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
Text.cpp Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00
Text.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00