summaryrefslogtreecommitdiff
path: root/Userland/DevTools/Inspector
AgeCommit message (Expand)Author
2021-12-11Inspector: Update pledge() idiombugreport0
2021-12-08Inspector: Remove unused includesBen Wiederhake
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-24LibDesktop: Make allowlist APIs return ErrorOr<void>Andreas Kling
2021-11-24Inspector: Port to LibMain :^)Andreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-08-01DevTools: Remove unused header includesBrian Gianforcaro
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-06-29AK+Everywhere: Change int to size_t in JsonObject and JsonArrayMax Wipfli
2021-06-24Userland: Remove dummy IPC methodsGunnar Beutner
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