summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-08LibJS: Spec-compliant equality comparisonsMatthew Olsson
2020-05-08AK: Declare LogStream::operator<<(const LogStream&, long) (#2155)Devashish Jaiswal
2020-05-07HackStudio: Gracefully handle unfound source filesItamar
2020-05-07LibDebug: Miscellaneous fixes from #2097Itamar
2020-05-07LibELF: Add Image::Section::wrapping_byte_bufferItamar
2020-05-07LibC: Log calls to getrusageItamar
2020-05-07LibJS: Limit scope of 'for' loop variablesYonatan Goldschmidt
2020-05-07LibJS: Add String.rawMatthew Olsson
2020-05-07LibJS: Add raw strings to tagged template literalsMatthew Olsson
2020-05-07Browser: Show line numbers when viewing page sourceNick Tiberi
2020-05-07WindowServer: Fix 'Maximize' ButtonBen Wiederhake
2020-05-07WindowServer: Don't block child-windows of modal windowsBen Wiederhake
2020-05-07Base: Add "`" to GB keymapLinus Groh
2020-05-07LibGUI: Properly draw the background of the selected TreeView lineDexesTTP
2020-05-07HackStudio: Apply INI syntax highlighter when opening a .ini fileLinus Groh
2020-05-07LibGUI: Rename SyntaxLanguage::{Javascript -> JavaScript}Linus Groh
2020-05-07HackStudio: Rename ProjectType::{Javascript -> JavaScript}Linus Groh
2020-05-07Browser: Escape percent sign in download progress format stringLinus Groh
2020-05-07LibCrypto: Cache the "trimmed length" of UnsignedBigIntegersAndreas Kling
2020-05-07LibX86: Rename build0FSlash() to build_0f_slash()Linus Groh
2020-05-07MouseDemo: A more visual approach for MouseEvents :^)pierre
2020-05-07Meta: We don't need to ignore run-tests in lint-shell-scripts.shEmanuele Torre
2020-05-07LibJS: Fix shellcheck warnings in Tests/run-testsEmanuele Torre
2020-05-07Browser: Assume http:// when no protocol is provided in the location bar (#2142)Maciej Sobaczewski
2020-05-07LibTLS: Verify server certificate expiry dateAnotherTest
2020-05-07LibCore: Add a primitive comparison function to DateTimeAnotherTest
2020-05-07Build: Support building in DockerYonatan Goldschmidt
2020-05-07Kernel: Memory purging was incorrectly "purging" the shared zero pageAndreas Kling
2020-05-06Kernel: Crash the current process on OOM (instead of panicking kernel)Andreas Kling
2020-05-06Kernel: Assert on OOM in Region::commit()Andreas Kling
2020-05-06Kernel: Don't assert on OOM in allocate_user_physical_page()Andreas Kling
2020-05-06AK: Fix Bitmap not finding unset ranges at the end of the mapAndreas Kling
2020-05-06Browser: Open links in a new tab when middle clickedFalseHonesty
2020-05-06LibWeb: Add hook when a link is middle clickedFalseHonesty
2020-05-06Misc: Replace "String(string_view)" with "string_view.to_string()"Linus Groh
2020-05-06LibJS: Add function call spreadingMatthew Olsson
2020-05-06AK: Add to_string() method to StringViewEmanuel Sprung
2020-05-06AK: Make tests compilable with the serenity target toolchainEmanuel Sprung
2020-05-06LibJS: Function.length respects default and rest parametersMatthew Olsson
2020-05-06Browser: Add dedicated "view source" windowLinus Groh
2020-05-06Documentation: Add note about /dev/kvm to BuildInstructions.mdAndreas Kling
2020-05-06LibJS: Simplify a Value type check in Object::to_string()Andreas Kling
2020-05-06LibWeb: Add canvas.fillAnotherTest
2020-05-06LibGfx: Implement filling pathsAnotherTest
2020-05-06LibJS: Implement tagged template literals (foo`bar`)Linus Groh
2020-05-06LibJS: Add Value::{is, as}_function()Linus Groh
2020-05-06LibJS: Fix syntax error for arrow function non-decl variable assignmentMatthew Olsson
2020-05-06Browser: Add "Copy link" context menu itemmodmuss50
2020-05-06Taskbar: Remove checkable property from taskbar buttonsYonatan Goldschmidt
2020-05-05Browser: Add a basic GUI download featureAndreas Kling