summaryrefslogtreecommitdiff
path: root/Userland/DevTools/Inspector
AgeCommit message (Expand)Author
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-12AK: Rename Vector::append(Vector) => Vector::extend(Vector)Andreas Kling
2021-06-02Inspector: Check if RemoteProcess `is_inspectable`Matthew Jones
2021-05-23LibIPC: Remove unnecessary IPC::ServerConnection::handshake()Andreas Kling
2021-05-23InspectorServer: Remove unnecessary greet() messageAndreas Kling
2021-05-21DevTools: Remove redundant default destructor and forward declarationsLenny Maiorani
2021-05-20Inspector: Throw an error when inspecting a process it has no access toAnand
2021-05-13Inspector: Don't check that target has pledged "accept"Andreas Kling
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-13LibCore+Inspector: Reverse the direction of Inspector connectionsAndreas Kling
2021-05-12Everywhere: Add Alt shortcuts to remaining top-level menusLinus Groh
2021-05-01Everywhere: Rename app_menu to file_menu or game_menuAndreas Kling
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21Inspector: Add context menu to copy property name/valueDragonAlex98
2021-04-21Inspector: Select entire property rowDragonAlex98
2021-04-20Inspector: Don't allow to inspect Inspector itselfMaciej Zygmanowski
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-23Inspector: Add help documentationBrendan Coles
2021-01-31Inspector: Exit if inspected process has not pledged acceptBrendan Coles
2021-01-30Inspector: Allow browsing inspection data in UI after process exitsBrendan Coles
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-16Everywhere: Convert a handful of String::format() => formatted()Andreas Kling
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling