summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-03-09LibWeb: Add the StyleSheet.href attributeAndreas Kling
2022-03-09LibWeb: Respect inline-axis margins between line box fragments :^)Andreas Kling
2022-03-09LibJS: Keep PrivateEnvironment through NativeFunction callsdavidot
2022-03-09LibWeb: Establish parent/child relationship between BrowsingContextsAndreas Kling
2022-03-09LibWeb: Always relayout document on element style changeAndreas Kling
2022-03-09LibWeb: Always call update_style() in update_layout()Andreas Kling
2022-03-09LibWeb: Invalidate document style when a node is removedAndreas Kling
2022-03-09LibWeb: Flush pending layouts when accessing element resolved styleAndreas Kling
2022-03-09LibWeb: Add StyleValue::equals() override for PositionStyleValueAndreas Kling
2022-03-09LibWeb: Use reverse iterator for reverse loop into NonnullRefPtrVectorFederico Guerinoni
2022-03-09AK: Add reverse iterator as memberFederico Guerinoni