summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-29LibCore+Inspector: Move RPC sockets to /tmp/rpcSergey Bugaev
2020-05-29LibCore: Do not assert that we can start the RPC serverSergey Bugaev
2020-05-29Kernel+Base: Mount root filesystem read-only :^)Sergey Bugaev
2020-05-29Base: Document MS_RDONLYSergey Bugaev
2020-05-29Userland+SystemMonitor: Recognize the MS_RDONLY mount flagSergey Bugaev
2020-05-29Kernel: Support read-only filesystem mountsSergey Bugaev
2020-05-29Kernel+LibC: Move O_* and MS_* flags to UnixTypes.hSergey Bugaev
2020-05-29Kernel: Fix error case in Process::create_user_process()Sergey Bugaev
2020-05-29Kernel: Fix some failing assertionsSergey Bugaev
2020-05-29Kernel: Always require read access when mmaping a fileSergey Bugaev
2020-05-29Kernel: Pass a Custody instead of Inode to VFS methodsSergey Bugaev
2020-05-29Kernel: Pass a FileDescription to File::chmod() and File::chown()Sergey Bugaev
2020-05-29Userland: Fix displaying mount sourceSergey Bugaev
2020-05-29Kernel: Report source of synthetic filesystems as "none"Sergey Bugaev
2020-05-29LibJS: Throw in strict mode when assigning property to primitive valueLinus Groh
2020-05-28Meta: Tweak license in celebration of 10'000 commits :^)Andreas Kling
2020-05-28LibWeb: Add a way to stop the new HTML parserAndreas Kling
2020-05-28LibWeb: Implement more of the "after body" insertion modeAndreas Kling
2020-05-28LibWeb: Parse comments in the "in body" insertion modeAndreas Kling
2020-05-28LibWeb: Implement a bunch more script-related tokenization statesAndreas Kling
2020-05-28LibWeb: Add HTMLToken::make_character()Andreas Kling
2020-05-28LibWeb: Rename Web::HtmlView => Web::PageViewAndreas Kling
2020-05-28LibWeb: Fix HTMLDocumentParser buildAndreas Kling
2020-05-28LibWeb: Remove a misplaced call to close_a_p_element() in "in body"Andreas Kling
2020-05-28LibWeb: Add a StackOfOpenElements helper for "popping until a tag name"Andreas Kling
2020-05-28Browser: Switch focus to the web page after pressing return in URL barAndreas Kling
2020-05-28LibJS: Implement standard semantics for relational operators (#2417)Marcin Gasperowicz
2020-05-28LibJS: Strict mode assignment to 'eval' & 'arguments' is a syntax errorMatthew Olsson
2020-05-28LibJS: Add strict modeMatthew Olsson
2020-05-28LibJS: Object index properties have descriptors; Handle sparse indicesMatthew Olsson
2020-05-28LibJS: Fix out-of-range error in Parser::Error::source_location_hintMatthew Olsson
2020-05-28LibC: run clang-format on getopt.h to remove tab charactersEmanuele Torre
2020-05-28LibWeb: replace some tab characters with spacesEmanuele Torre
2020-05-28IRCClient: remove some unused headers and replace tabs with spacesEmanuele Torre
2020-05-28Meta: Move INSTALL.md into Documentation/Andreas Kling
2020-05-28LibWeb: Fall back to block layout for unimplemented CSS display valuesAndreas Kling
2020-05-28LibWeb: Add default UA style for some table-related elementsAndreas Kling
2020-05-28LibWeb: Plumb content encoding into the new HTML parserAndreas Kling
2020-05-28LibWeb: Parse "input" tags during the "in body" insertion modeAndreas Kling
2020-05-28LibWeb: Parse "td" start tags during "in cell" insertion modeAndreas Kling
2020-05-28LibGUI: Don't show big Buggie in app about dialogsAndreas Kling
2020-05-28LibWeb: Support named character references (e.g "&")Andreas Kling
2020-05-28Base: Add manpage for xargsAnotherTest
2020-05-28Userland: Add a basic xargsAnotherTest
2020-05-28LibC: Add a O_CLOEXEC mode element to fopen()AnotherTest
2020-05-28AK: Add StringView::split_view() taking a StringViewAnotherTest
2020-05-28Kernel: Remove outdated FIXME in InterruptManagement::locate_apic_dataAndreas Kling
2020-05-28IRCClient: Enable history on the message boxFalseHonesty
2020-05-28Build: Use a separate byproduct name for the GRUB disk image (#2424)etaIneLp
2020-05-28Kernel: Stop bootloader from setting video mode with MultibootetaIneLp