summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-05-05LibWeb: Expose the ProtocolClient inside ResourceLoader as an APIAndreas Kling
2020-05-05LibCore: Add a standard downloads directory (~/Downloads)Andreas Kling
2020-05-05AK: Add URL::basename()Andreas Kling
2020-05-05ProtocolServer: Report success after stopping a downloadAndreas Kling
2020-05-05Browser: Add a simple context menu for hyperlinksAndreas Kling
2020-05-05LibWeb: Add hook when context menu is requested by right-clicking linkAndreas Kling
2020-05-05LibGfx: Add missing FloatRect function implementationsAndreas Kling
2020-05-05LibJS: Switch objects to unique shape after 100 property additionsAndreas Kling
2020-05-05LibWeb: Add support for "display: inline-block"Andreas Kling
2020-05-05LibMarkdown: Escape HTML entities in textLinus Groh
2020-05-05LibMarkdown: Use escape_html_entities() from AK/StringLinus Groh
2020-05-05LibGfx: Add a naive "rgba(r,g,b,a)" color parserAndreas Kling
2020-05-05LibWeb: Turn some HTML entities into nicer text in the parserAndreas Kling
2020-05-05LibWeb: Don't emit a simple selector if nothing was consumedAndreas Kling