summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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-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-09LibWeb: Use ValueID for media-query identifiersSam Atkins
2022-03-09LibWeb+Meta: Stop discrete media-features from parsing as rangesSam Atkins
2022-03-09LibWeb: Use MediaFeatureIDs instead of Strings :^)Sam Atkins
2022-03-09Meta: Generate CSS::MediaFeatureID enumSam 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-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-09PixelPaint: Support saving/loading masks to project fileTobias Christiansen
2022-03-09PixelPaint: Rename typo'ed BMPWriter in serialize_as_json()Tobias Christiansen
2022-03-09PixelPaint: Fix saving projectTobias Christiansen
2022-03-09LibWeb: Implement "NodeIterator pre-removing steps"Andreas Kling
2022-03-09LibWeb: Add support for DOM's TreeWalkerAndreas Kling
2022-03-09LibWeb: Add basic support for DOM's NodeIterator and NodeFilterAndreas Kling
2022-03-09LibWeb: Allow returning JS::ThrowCompletionOr<T> from wrapped functionsAndreas Kling
2022-03-09LibWeb: Fail resource loads on HTTP 4xx or 5xx errorAndreas Kling
2022-03-09LibJS: Be more lenient when parsing milliseconds for Datedavidot
2022-03-09Demos: Create demo for VirGL gpu deviceSahan Fernando
2022-03-09SystemServer: Create device files for gpus on startupSahan Fernando
2022-03-09LibC: Add ioctls for VirGLSahan Fernando
2022-03-09LibTLS: Add support for curve x448stelar7
2022-03-09LibCrypto: Add curve X448stelar7
2022-03-09Spreadsheet: Add CommonRange#unique()u9g
2022-03-09Spreadsheet: Add SplitRange class and CommonRange#filteru9g
2022-03-08Help: Remove redundant selection update when opening pagekimlintu
2022-03-08LibC: Set `saved_str` to null in strtok_r if no tokens were foundDaniel Bertalan
2022-03-08LibDiff: Generate hunks for new/deleted filesDaniel Bertalan
2022-03-08date: Allow using a custom format stringDaniel Bertalan