summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-20Base: Fix a broken commit link in Mitigations(7)Andreas Kling
2021-02-20Userland: Support moving files between different mounted filesystemsBui Quang Minh
2021-02-20LibWeb: Use DOMException in XMLHttpRequest::send()Linus Groh
2021-02-20LibWeb: Use DOMException in XMLHttpRequest::open()Linus Groh
2021-02-20LibWeb: Use DOMException in XMLHttpRequest::set_request_header()Linus Groh
2021-02-20LibWeb: Use DOMException in HTMLElement::set_content_editable()Linus Groh
2021-02-20LibWeb: Use DOMException in Document::set_body()Linus Groh
2021-02-20Base: Document more the mitigations in man7/Mitigations.mdBrian Gianforcaro
2021-02-20Browser: Wrap DOMException values in regular JS::Error for console printingLinus Groh
2021-02-20LibWeb: Return InvalidCharacterError from Element::set_attribute() for empty ...Linus Groh
2021-02-20LibWeb: Generate code for throwing DOMExceptions based on ExceptionOr<T>Linus Groh
2021-02-20LibWeb: Add DOM::ExceptionOr<T> containerLinus Groh
2021-02-20LibWeb: Add DOM::DOMException class and bindingsLinus Groh
2021-02-20Kernel: Slap a handful more things with UNMAP_AFTER_INITAndreas Kling
2021-02-19LibGUI: Remove GUI::FilePicker::file_exists()Andreas Kling
2021-02-19LibGUI: Port GUI::FilePicker to GML and improve the layoutAndreas Kling
2021-02-19LibGUI: Register GUI::MultiViewAndreas Kling
2021-02-19Kernel: Slap UNMAP_AFTER_INIT on a bunch more functionsAndreas Kling
2021-02-19WindowServer: Restore cursor when marking window as responsiveSahan Fernando
2021-02-19Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functionsAndreas Kling
2021-02-19Kernel: Mark write_cr0() and write_cr4() as UNMAP_AFTER_INITAndreas Kling
2021-02-19Kernel: Add .unmap_after_init section for code we don't need after initAndreas Kling
2021-02-19Kernel: Add helpers for manipulating x86 control registersAndreas Kling
2021-02-19CrashReporter: Fix showing assertion info in backtraceLinus Groh
2021-02-19Toolchain: Use -ftls-model=initial-exec by defaultItamar
2021-02-19DisplaySettings: Show revert dialog only for resolution/dpi changes.belginul
2021-02-19Ports: Add libjpeg 9djonno85uk
2021-02-19Kernel: Release ptrace lock in exec before stopping due to PT_TRACE_MEAndreas Kling
2021-02-19ProcFS: Fix /proc/PID/* hardening bypassAndreas Kling
2021-02-19Everywhere: Build with -fstack-clash-protectionAndreas Kling
2021-02-19LibC: Remove text relocationAndreas Kling
2021-02-19DynamicLoader+Userland: Enable RELRO for shared libraries as well :^)Andreas Kling
2021-02-18LibELF+Userland: Enable RELRO for all userland executables :^)Andreas Kling
2021-02-18DynamicLoader: Some ELF data segments were allocated too smallAndreas Kling
2021-02-18Kernel: Factor out mmap & friends range expansion to a helper functionAndreas Kling
2021-02-18Chess: Allow right click to cancel drag move while dragging a pieceBrendan Coles
2021-02-18Website: Add @cees-elzinga's ptrace race + ASLR bypass to bounty pageAndreas Kling
2021-02-18Chess: pledge threadBrendan Coles
2021-02-18Kernel: Use KResult a bit more in sys$execve()Andreas Kling
2021-02-18LibC: Remove serenity.h.rejLinus Groh
2021-02-18LibChess: SetOptionCommand: Set provided option name and valueBrendan Coles
2021-02-18WindowServer: Ignore other button presses while moving/resizing windowsTom
2021-02-18WindowServer: Apply the backing bitmap's scale when alpha hit-testingTom
2021-02-18Conway: Set minumum window size to game columns x rowsLinus Groh
2021-02-18LibJS: Implement tests for Array.prototype.flatBreno Silva
2021-02-18LibJS: Implement Array.prototype.flatKesse Jones
2021-02-18LibC: Use "static inline" for inline functions in arpa/inet.h (#5392)jonno85uk
2021-02-17LibTTF: ScaledFont should have a NonnullRefPtr<TTF::Font>Andreas Kling
2021-02-17LibWeb: Add constructor to XMLHttpRequest IDL interfaceLinus Groh
2021-02-17LibWeb: Add constructor to Range IDL interfaceLinus Groh