summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-08-26Browser: Use LibConfig instead of Core::ConfigFileAndreas Kling
2021-08-26TextEditor: Use LibConfig instead of Core::ConfigFileAndreas Kling
2021-08-26Terminal: Use Config::pledge_domains()Andreas Kling
2021-08-26FileManager: Use Config::pledge_domains()Andreas Kling
2021-08-26ConfigServer+LibConfig: Add pledge_domains() APIAndreas Kling
2021-08-26LibConfig: VERIFY that a Core::EventLoop exists before connectingAndreas Kling
2021-08-26LibCore: Add Core::EventLoop::has_been_instantiated()Andreas Kling
2021-08-26Terminal+LibVT: Use LibConfig instead of Core::ConfigFileAndreas Kling
2021-08-26FileManager: Use LibConfig instead of Core::ConfigFile :^)Andreas Kling
2021-08-26Userland: Introduce ConfigServer and LibConfigAndreas Kling
2021-08-26LibC: Check for expected size of struct __jmp_bufJean-Baptiste Boric
2021-08-26LibC: Fix sigsetjmp on x86_64Jean-Baptiste Boric
2021-08-26LibC: Fix sigsetjmp on i686Jean-Baptiste Boric
2021-08-26ThemeEditor: Place menu quit action as the last itemKarol Kosek
2021-08-26LibWasm: Use Operators::BitShiftRight for i64.shruAli Mohammad Pur
2021-08-25LibGL: Implement fog effect in Software RasterizerJesse Buhagiar
2021-08-25LibGL: Implement `glFogi`Jesse Buhagiar
2021-08-25LibGL: Implement `glFogf`Jesse Buhagiar
2021-08-25LibGL: Implement `glFogfv`Jesse Buhagiar
2021-08-25LibWeb: Handle CSS "ch" length unit (mostly)Karol Kosek
2021-08-25HackStudio: Update the tree view cursor on editor change and 'Save as'Karol Kosek
2021-08-25LibWeb: Implement CSS `unset` builtin valueSam Atkins
2021-08-25LibWeb: Intercept CSS `initial`/`inherit` values in StylePropertiesSam Atkins
2021-08-25LibWeb: Generate property_initial_value() function from Properties.jsonSam Atkins
2021-08-25LibWeb: Add StyleValue to Forward.hSam Atkins
2021-08-25LibWeb: Quote all initial values in Properties.jsonSam Atkins
2021-08-25LibWeb: Use single shared instance of Inherit/InitialStyleValueSam Atkins
2021-08-25LibWeb: Parse CSS builtins before other valuesSam Atkins
2021-08-25HackStudio: Add "New File" actions for different file extensionsMarco Cutecchia
2021-08-25LibJS: Fix incorrect Lexer VERIFY when parsing Unicode charactersBrian Gianforcaro
2021-08-24WebServer: Add 'Content-Type' header for error responsesMarco Cutecchia
2021-08-24LibCore: Set file offset in ConfigFile::syncRalf Donau
2021-08-24Browser: Use OutOfProcessWebView for the Browser JavaScript consoleAndreas Kling
2021-08-24LibWeb+WebContent: Add a simple API for running arbitrary JavaScriptAndreas Kling
2021-08-24Browser: Remove single-process mode :^)Andreas Kling
2021-08-24LibWeb+Browser: Remove unnecessary InProcessWebView.h includesAndreas Kling
2021-08-24Userland: Remove IRC ClientAndreas Kling
2021-08-24LibJS: Disallow yield expression correctly in formal parametersdavidot
2021-08-24LibJS: Fix some small remaining issues with parsing unicode escapesdavidot
2021-08-24LibJS: Implement Temporal.ZonedDateTime.prototype.toPlainMonthDay()Linus Groh
2021-08-24LibJS: Implement Temporal.ZonedDateTime.prototype.toPlainYearMonth()Linus Groh
2021-08-24LibJS: Implement Temporal.PlainDateTime.prototype.toPlainMonthDay()Linus Groh
2021-08-24LibJS: Implement Temporal.PlainDateTime.prototype.toPlainYearMonth()Linus Groh
2021-08-23Shell: Use String::join for the command in timing reportRalf Donau
2021-08-23Shell: Avoid a needless loop in builtin_time()Valtteri Koskivuori
2021-08-23LibJS: Implement Temporal.PlainDateTime.from()Linus Groh
2021-08-23LibJS: Fix logic error in RegulateISODateLinus Groh
2021-08-23Shell: Support `time -n <iterations>`Andreas Kling
2021-08-23LibWeb: Paint inspection outline for InlineNodes :^)Sam Atkins
2021-08-23Browser: Add "Inspect Element" to context menu :^)Sam Atkins