ladybird/DevTools/Inspector
Andreas Kling d5f1c57fe2 Inspector: Fix bad RemoteObjectGraphModel::parent_index()
We were returning bogus indices and also failing to handle parents that
are roots.

This was visible in the broken line trees drawn by GTreeView.
2019-09-23 20:29:03 +02:00
..
main.cpp LibGUI: Convert GWindow to ObjectPtr 2019-09-21 18:34:06 +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: Fix bad RemoteObjectGraphModel::parent_index() 2019-09-23 20:29:03 +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 LibCore: Convert CLocalSocket to ObjectPtr 2019-09-21 15:25:08 +02:00
RemoteProcess.h LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00