1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-19 20:35:06 +00:00
serenity/DevTools/Inspector
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
..
main.cpp Inspector: Show remote object properties in a table view 2019-08-19 20:29:52 +02:00
Makefile Inspector: Show remote object properties in a table view 2019-08-19 20:29:52 +02:00
RemoteObject.cpp Inspector: Show remote object properties in a table view 2019-08-19 20:29:52 +02:00
RemoteObject.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
RemoteObjectGraphModel.cpp Inspector: Show remote object properties in a table view 2019-08-19 20:29:52 +02:00
RemoteObjectGraphModel.h Inspector: Show remote object properties in a table view 2019-08-19 20:29:52 +02:00
RemoteObjectPropertyModel.cpp Inspector: Show remote object properties in a table view 2019-08-19 20:29:52 +02:00
RemoteObjectPropertyModel.h Inspector: Show remote object properties in a table view 2019-08-19 20:29:52 +02:00
RemoteProcess.cpp Inspector: Show remote object properties in a table view 2019-08-19 20:29:52 +02:00
RemoteProcess.h Inspector: Show remote object properties in a table view 2019-08-19 20:29:52 +02:00