ladybird/Userland/DevTools/Inspector
Andreas Kling 90e31b4f39 Inspector: Don't check that target has pledged "accept"
This check only existed to prevent crashing the target process back
when programs were listening for incoming Inspector connections.

Now that we talk to InspectorServer instead, and it already has a
communication channel with the target, this is no longer an issue.
2021-05-13 23:28:40 +02:00
..
CMakeLists.txt Inspector: Add help documentation 2021-02-23 13:52:16 +01:00
main.cpp Inspector: Don't check that target has pledged "accept" 2021-05-13 23:28:40 +02:00
RemoteObject.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
RemoteObject.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
RemoteObjectGraphModel.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
RemoteObjectGraphModel.h AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
RemoteObjectPropertyModel.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
RemoteObjectPropertyModel.h AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
RemoteProcess.cpp LibCore+Inspector: Reverse the direction of Inspector connections 2021-05-13 23:28:40 +02:00
RemoteProcess.h LibCore+Inspector: Reverse the direction of Inspector connections 2021-05-13 23:28:40 +02:00