summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-09LibJS: Convert 'possible instants' AOs to MarkedVector<Instant*>Linus Groh
2022-02-09LibJS: Let MarkedVector<T> inherit from Vector and handle Cell* + ValueLinus Groh
2022-02-09CI: Bundle and upload a js(1) release packageTimothy Flynn
2022-02-09Meta: Add a CPack installation target for js(1)Timothy Flynn
2022-02-09CI: Add statement to ensure workflow runs only on serenityRodolfo Olivieri
2022-02-09LibC+Kernel: Remove global variable use from snprintf and fprintfAndrew Kaster
2022-02-09HackStudio: Allow toggling between simple and semantic highlightingItamar
2022-02-09Base: Add more syntax highlighting color roles to the Default themeItamar
2022-02-09HackStudio: Use the C++ semantic syntax highlighterItamar
2022-02-09LibGUI: Add TextEditor::force_rehighlight() methodItamar
2022-02-09LibGfx: Add more syntax-related ColorRolesItamar
2022-02-09LibCpp: Add SemanticSyntaxHighlighterItamar
2022-02-09LibDiff: Flush leftover hunks at the endItamar
2022-02-09HackStudio: Add tokens_info_result() and tokens_info_result() IPC callsItamar
2022-02-09LanguageServers/Cpp: Make find_declaration_of() more flexibleItamar
2022-02-09LibGUI+HackStudio: Add TokenInfo struct for language-server IPCItamar
2022-02-09LibCpp: Update regressions tests resultsItamar
2022-02-09LibCpp: Fix lexing of IncludePath tokenItamar
2022-02-09LibCpp: Add Preprocessor:unprocessed_token()Itamar
2022-02-09LibCpp: Add public Parser::tokens() methodItamar
2022-02-09LibCpp: Fix end position calculation for various AST node typesItamar
2022-02-09LibCpp: Fix parent of parameter type nodeItamar
2022-02-09LibCpp: Fix Declaration::is_member()Itamar
2022-02-08LibJS: Compare types instead of sizes in %TypedArray%.prototype.setIdan Horowitz
2022-02-08LibJS: Make TypedArray::element_name return FlyString instead of StringIdan Horowitz
2022-02-08LibJS: Implement the missing step 20 in %TypedArray%.prototype.setIdan Horowitz
2022-02-08LibJS: Implement the CloneArrayBuffer AOIdan Horowitz
2022-02-08LibJS: Add spec comments to %TypedArray%.prototype.setIdan Horowitz
2022-02-08Base: Change JSON file icon to add CSS file iconelectrikmilk
2022-02-08Ports: Fix lua not buildingJackson
2022-02-08LibWeb: Implement EventHandler::focus_previous_element()Kenneth Myhra
2022-02-08Browser+LibWeb: Add "Dump Local Storage" item to Browser's Debug menuAndreas Kling
2022-02-08LibWeb: Add Storage interface and window.localStorageAndreas Kling
2022-02-08LibWeb: Allow using Origin as a HashMap keyAndreas Kling
2022-02-08RequestServer: Avoid Vector OOB access in ConnectionCacheAli Mohammad Pur
2022-02-08LibJS: Fix two typos in commentsLinus Groh
2022-02-08LibWeb: Implement the JS host hooks for promises, job callbacks and moreLuke Wilde
2022-02-08LibJS: Setup host hooks and have promise jobs work out the realmLuke Wilde
2022-02-08LibWeb: Rewrite EventTarget to more closely match the specLuke Wilde
2022-02-08LibWeb: Make FormAssociatedElement inherit from HTMLElementLuke Wilde
2022-02-08LibWeb: Introduce the Environment Settings ObjectLuke Wilde
2022-02-08LibWeb: Support passing more parameter types to HTML::report_exception()Andreas Kling
2022-02-08LibWeb: Fixed disabled checkbox input behaviourRafał Babiarz
2022-02-08LibWeb: Incorporate spread-distance into box-shadow renderingSam Atkins
2022-02-08LibWeb: Render multiple box-shadowsSam Atkins
2022-02-08LibWeb: Parse multiple box-shadows :^)Sam Atkins
2022-02-08LibWeb: Parse spread-distance and `inset` parts of box-shadowSam Atkins
2022-02-08LibWeb: Reorganize box-shadow parsing codeSam Atkins
2022-02-08WindowServer: Preserve cursor position when dragging between statesthankyouverycool
2022-02-08WindowServer: Add Vertically/HorizontallyMaximized WindowTileTypesthankyouverycool