summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-10LibJS: Follow rules for consuming completion recordsLinus Groh
2022-03-10LibJS: Remove Sign abstract operationLinus Groh
2022-03-10LibJS: Move string-parsing code into ToTemporalDurationRecordLinus Groh
2022-03-10LibJS: Move IsValidDuration check into ToTemporalDurationRecordLinus Groh
2022-03-10LibJS: Fix numeric type confusion in ToTemporalRoundingIncrementLinus Groh
2022-03-10LibJS: Use different variable name in DifferenceISODateTimeLinus Groh
2022-03-10LibJS: Add clarifying assertion to BalanceDurationRelativeLinus Groh
2022-03-10LibJS: Fix "set it to" language to be more explicitLinus Groh
2022-03-10LibJS: Do not expose mathematical values to script in Duration methodsLinus Groh
2022-03-10LibJS: Create Duration Records with their own abstract operationsLinus Groh
2022-03-10LibJS: Remove assertions that are now part of structured headersLinus Groh
2022-03-10LibJS: Refactor return value of RoundDurationLinus Groh
2022-03-10LibJS: Describe various kinds of "Duration Records"Linus Groh
2022-03-10LibGL: Keep track of active matrix and stackJelle Raaijmakers
2022-03-10LibGL: Only normalize in `glRotate*` if possibleJelle Raaijmakers
2022-03-10AK: Remove unused String[256] from JsonParserSam Atkins
2022-03-10LibTest: Port JavaScriptTestRunner to Core::StreamSam Atkins
2022-03-10Tests: Port TestHTMLTokenizer to Core::StreamSam Atkins
2022-03-10Tests: Port TestCommonmark to Core::StreamSam Atkins
2022-03-10Tests: Port test-wasm to Core::StreamSam Atkins
2022-03-10Tests: Port test-cpp-preprocessor to Core::StreamSam Atkins
2022-03-10Tests: Port test-cpp-parser to Core::StreamSam Atkins
2022-03-10WebContent: Return empty JSON object if element has no box modelSam Atkins
2022-03-10WebContent: Show box-model metrics for (some) pseudo-elementsSam Atkins
2022-03-10Browser+LibWeb+WebContent: Show style for pseudo-elements :^)Sam Atkins
2022-03-10Browser: Replace inspector's dom_node_id with a Selection structSam Atkins
2022-03-10LibWeb: Display pseudo-elements in the DOM inspectorSam Atkins
2022-03-10LibWeb: Move pseudo-element-from-string code into SelectorSam Atkins
2022-03-10LibWeb: Move pseudo-class/element names into the headerSam Atkins
2022-03-10Meta: Port Generate_CSS_PropertyID_cpp to LibMain/Core::StreamSam Atkins
2022-03-10Meta: Port Generate_CSS_PropertyID_h to LibMain/Core::StreamSam Atkins
2022-03-10Meta: Port Generate_CSS_ValueID_cpp to LibMain/Core::StreamSam Atkins
2022-03-10Meta: Port Generate_CSS_ValueID_h to LibMain/Core::StreamSam Atkins
2022-03-10LibWeb: Add window.sessionStoragePaul Wratt
2022-03-10LibWebSocket: Add to the total read in bytes instead of subtractingLuke Wilde
2022-03-10Browser: Show currently loading host and remaining resource countBen Abraham
2022-03-10LibJS: Update RoundDuration after DRY refactor in specLinus Groh
2022-03-09LibWeb: Only try parsing valid types of media-feature valuesSam Atkins
2022-03-09Meta: Generate functions for validating media-query valuesSam Atkins
2022-03-09LibWeb: Use ValueID for media-query identifiersSam Atkins
2022-03-09LibWeb+Meta: Stop discrete media-features from parsing as rangesSam Atkins
2022-03-09AK: Print a better error message when missing a SourceGenerator keySam Atkins
2022-03-09LibWeb: Use MediaFeatureIDs instead of Strings :^)Sam Atkins
2022-03-09Meta: Generate CSS::MediaFeatureID enumSam Atkins
2022-03-09Meta: Move title/camel_casify() functions into their own fileSam Atkins
2022-03-09LibWeb: Add MediaFeatures.json file, and associated identifiersSam Atkins
2022-03-09LibGL: Merge GLContext and SoftwareGLContextStephan Unverwerth
2022-03-09LibJS/Tests: Add tests for '−000000' (U+2212) DateExtendedYearLinus Groh
2022-03-09Base: Remove stray GML file that sneaked into `Base/home/anon`ForLoveOfCats
2022-03-09LibWeb: Invalidate style after CSSStyleSheet.{insert,remove}Rule()Andreas Kling