summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-28LibGUI: Correct inline editor placement in ColumnsViewAndreas Kling
2020-09-28LibWeb: Support <form method=POST>Andreas Kling
2020-09-28ProtocolServer+LibWeb: Support more detailed HTTP requestsAndreas Kling
2020-09-28LibWeb: Expand LoadRequest class to include method, headers and bodyAndreas Kling
2020-09-28AK+Format: Keep type information for integers in TypeErasedParameter.asynts
2020-09-28AK+Format: Clean up format specifier parsing using GenericLexer.asynts
2020-09-28LibJS: Add missing <AK/Function.h> include in JSONObject.cppAndreas Kling
2020-09-27AK: Remove the ctype adapters and use the actual ctype functions insteadBenoît Lormeau
2020-09-27LibC: Remove an unneeded string.h include in ctype.h/cppBenoit Lormeau
2020-09-27AK: Use templates instead of Function for Conditions in the GenericLexerBenoit Lormeau
2020-09-27LibMarkdown: Parse paragraphs line-wiseAnotherTest
2020-09-27LibMarkdown: Add support for TablesAnotherTest
2020-09-27LibMarkdown: Add a Text(String) constructorAnotherTest
2020-09-27LibMarkdown: Make Text default-constructible and move-assignableAnotherTest
2020-09-27LibMarkdown: Take a 'view_width' argument for render_for_terminal()AnotherTest
2020-09-27AK: Move trim_whitespace() into StringUtils and add it to StringViewAnotherTest
2020-09-27Toolchain: Fix outdated error message about SERENITY_ROOT (#3624)Brian Pfeil
2020-09-27LibWeb: Use JS::VM::call() in timer and RAF callback invocationAndreas Kling
2020-09-27LibJS: Stop using Interpreter& in the iterator operations helpersAndreas Kling
2020-09-27LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h>Andreas Kling
2020-09-27LibWeb: Bypass the JS::Interpreter when invoking JS event callbacksAndreas Kling
2020-09-27LibJS: Remove a bunch of unnecessary uses of Cell::interpreter()Andreas Kling
2020-09-27LibJS: Remove js_string(Interpreter&, ...)Andreas Kling
2020-09-27LibJS: Remove js_bigint(Interpreter&, ...)Andreas Kling
2020-09-27LibJS: Don't require Interpreter& for constructing an AccessorAndreas Kling
2020-09-27LibJS: Reduce Interpreter& usage in the Object classAndreas Kling
2020-09-27LibJS: Don't require Interpreter& in PropertyName and StringOrSymbolAndreas Kling
2020-09-27LibJS: Make all the JS::Value binary op helpers take GlobalObject&Andreas Kling
2020-09-27LibJS: Remove unused js_symbol(Interpreter&, ...)Andreas Kling
2020-09-27LibJS: Remove use of Interpreter& in JSONObject codeAndreas Kling
2020-09-27LibJS: Remove Interpreter& argument to Function::construct()Andreas Kling
2020-09-27LibJS: Make native function/property callbacks take VM, not InterpreterAndreas Kling
2020-09-27LibJS: Make Function::call() not require an Interpreter&Andreas Kling
2020-09-27LibJS: Move scope stack from VM back to InterpreterAndreas Kling
2020-09-27LibJS: Move most of Interpreter into VMAndreas Kling
2020-09-27Kernel: Make Thread refcountedTom
2020-09-27AK: Clear previous/next link in InlineLinkList::removeTom
2020-09-27Ports: Add OpenSSH portLuke
2020-09-27LibC: Add SCM_RIGHTS to sockets.h and caddr_t to types.hLuke
2020-09-27LibC: Make isalum/isalpha/etc. functions instead of macrosLuke
2020-09-27LibC: Add ss_family to sockaddr_storageLuke
2020-09-27LibELF: Validate PT_GNU_RELRO program headerLuke
2020-09-27LibC: Add missing utmp backwards compatibility hacks and user/dead process ma...Luke
2020-09-27Kernel: Implement _SC_OPEN_MAXLuke
2020-09-27LibC: Made mbtowc return int instead of size_tLuke
2020-09-27LibC: Add FIXME for vsscanfLuke
2020-09-27LibC: Add some missing netinet macros required by OpenSSHLuke
2020-09-27LibC: Add SSIZE_MAX limitLuke
2020-09-27LibC: Include cdefs.h in getopt.hLuke
2020-09-27LibC: Add EPFNOSUPPORT error numberLuke