Commit graph

  • 994420a778 LibJS: Fix Temporal.PlainMonthDay.prototype.calendarId references Timothy Flynn 2024-11-23 19:50:49 -0500
  • c27f7a16fe Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:38:29 +0000
  • 0d4c2a929c Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:38:29 +0000
  • 43cb1dfa09 Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:38:29 +0000
  • 81d69079a2 Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:38:22 +0000
  • a3e6cad4c2 Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:38:22 +0000
  • 48f297c077 Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:38:22 +0000
  • 8e9a49f9e7 Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:38:15 +0000
  • 4912c5d1fe Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:38:15 +0000
  • 80991c234c Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:38:15 +0000
  • fb306cca1c Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:38:09 +0000
  • e98f451893 Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:38:09 +0000
  • 2e5e74fe96 Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:38:09 +0000
  • 0a0ef4442f Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:38:03 +0000
  • c91d31e8c7 Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:38:03 +0000
  • d06e440bc8 Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:38:03 +0000
  • 1b9c91f0f3 Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:37:56 +0000
  • 2bcc45c061 Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:37:56 +0000
  • 5fcf51d5a1 Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:37:56 +0000
  • d883936c77 Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:37:49 +0000
  • f7dd7b5853 Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:37:49 +0000
  • aaec0f2d1f Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:37:49 +0000
  • cc4577a504 Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:37:42 +0000
  • d30cbb1db8 Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:37:42 +0000
  • 47b05c1059 Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:37:42 +0000
  • 3c8eb430d8 Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:37:35 +0000
  • 70cc48217b Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:37:35 +0000
  • 06a868be5b Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:37:35 +0000
  • fb89e65736 Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:37:29 +0000
  • d90207c570 Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:37:29 +0000
  • 38fad8cc30 Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:37:29 +0000
  • 368c3785e0 Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:37:23 +0000
  • 62b42446a9 Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:37:23 +0000
  • af0728c275 Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:37:23 +0000
  • 49c22cb832
    Merge b494d3b8bd into e37c9eaeff #2493 Jonne Ransijn 2024-11-23 19:36:21 -0500
  • 2bbbce77ca LibJS: Implement the Temporal.PlainDateTime constructor Timothy Flynn 2024-11-23 18:00:05 -0500
  • e37c9eaeff LibJS: Implement Temporal.PlainTime.prototype.valueOf Timothy Flynn 2024-11-23 14:20:26 -0500
  • d639e9429f LibJS: Implement Temporal.PlainTime.prototype.round/equals Timothy Flynn 2024-11-23 14:18:45 -0500
  • a0df194528 LibJS: Implement Temporal.PlainTime.prototype.with Timothy Flynn 2024-11-23 14:02:07 -0500
  • 85eef698b9 LibJS: Implement Temporal.PlainTime.prototype.since/until Timothy Flynn 2024-11-23 13:48:39 -0500
  • 1c22011ed6 LibJS: Implement Temporal.PlainTime.prototype.add/subtract Timothy Flynn 2024-11-23 13:31:32 -0500
  • ab3c825fa8 LibJS: Implement stringification Temporal.PlainTime prototypes Timothy Flynn 2024-11-23 11:10:35 -0500
  • 66365fef57 LibJS: Implement the Temporal.PlainTime constructor Timothy Flynn 2024-11-23 10:21:21 -0500
  • 971f794127 LibJS: Add and use a BigInt-aware override of BalanceTime Timothy Flynn 2024-11-23 13:26:36 -0500
  • 7f3de3be9c LibJS: Capture sub-second nanoseconds as a u64 in FormatTimeString Timothy Flynn 2024-11-23 11:03:07 -0500
  • 0b59971ef9 LibJS: Reject ambiguous annotated time strings Timothy Flynn 2024-11-23 10:11:55 -0500
  • c83a3db542 LibJS: Handle Temporal.PlainDate in dynamic calendar operations Timothy Flynn 2024-11-23 09:29:20 -0500
  • 4d2e9f7c24 Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:17:49 +0000
  • a5471e1b6e Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:17:44 +0000
  • 03b9f0a2b6 Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:17:44 +0000
  • b270adbcba Notes added by 'git notes append' github-actions[bot] 2024-11-24 00:17:44 +0000
  • 5be4825504 LibWeb: Report exceptions from custom element upgrades to global object Andrew Kaster 2024-11-23 15:42:01 -0700
  • 34c3ea5817 LibWeb: Make replaceData create new surrogate pairs #2524 Milo van der Tier 2024-11-23 14:46:42 +0100
  • 35c2e519bf LibRegex: Ensure nested capture groups have non-conflicting names #2541 Marc Jessome 2024-11-23 18:38:57 -0500
  • 1d91ce5e4d LibWeb: Report exceptions from custom element upgrades to global object #2543 Andrew Kaster 2024-11-23 15:42:01 -0700
  • 051ef6145a Notes added by 'git notes append' github-actions[bot] 2024-11-23 23:22:47 +0000
  • 3ba41db758 Notes added by 'git notes append' github-actions[bot] 2024-11-23 23:22:42 +0000
  • 72249a47ed Notes added by 'git notes append' github-actions[bot] 2024-11-23 23:22:42 +0000
  • bf61b5e39a Notes added by 'git notes append' github-actions[bot] 2024-11-23 23:22:42 +0000
  • 54b0476d70 LibWeb: Handle second condition in NamedNodeMap's property names Milo van der Tier 2024-11-23 20:55:43 +0100
  • 088dcfed80 CI: Add math font dependency for the tests #2333 Nicolas 2024-11-23 12:11:39 -0300
  • 68574d96bb LibWeb+LibWebView: Include system math font in a font cascade list Nicolas 2024-11-14 02:08:48 -0300
  • 22e41b3b24
    Tests: Make TestLibCoreFileWatcher more reliable #2539 Jonne Ransijn 2024-11-23 23:02:40 +0100
  • c2b7bcf811 LibWeb/CSS: Remove unused serialization helpers #2540 Lucas CHOLLET 2024-11-23 17:17:46 -0500
  • b2c921e1a2
    Merge e329280a13 into 8aaa9324b2 #367 Elvir Crnčević 2024-11-23 23:17:02 +0100
  • 478052065d LibWeb/CSS: Don't include meaningless digits in rgb serialization Lucas CHOLLET 2024-11-23 17:15:36 -0500
  • ee6b91855f LibWeb: Handle second condition in NamedNodeMap's property names #2536 Milo van der Tier 2024-11-23 20:55:43 +0100
  • a4e60351db LibWeb: Make SVGs respect their CSS transforms #2510 Psychpsyo 2024-11-22 21:04:18 +0100
  • e960d09a99 Notes added by 'git notes append' github-actions[bot] 2024-11-23 21:40:47 +0000
  • 97685cd087 Notes added by 'git notes append' github-actions[bot] 2024-11-23 21:40:42 +0000
  • 835ef74edd Notes added by 'git notes append' github-actions[bot] 2024-11-23 21:40:42 +0000
  • adc4a7cff9 Notes added by 'git notes append' github-actions[bot] 2024-11-23 21:40:42 +0000
  • 8aaa9324b2 LibWeb: Unapply CSS filters after applying them to SVG Psychpsyo 2024-11-23 22:08:36 +0100
  • 96175820ca Notes added by 'git notes append' github-actions[bot] 2024-11-23 21:20:22 +0000
  • d6492e7027 Notes added by 'git notes append' github-actions[bot] 2024-11-23 21:20:17 +0000
  • 78970ec20d Notes added by 'git notes append' github-actions[bot] 2024-11-23 21:20:17 +0000
  • a21e9328f1 Notes added by 'git notes append' github-actions[bot] 2024-11-23 21:20:17 +0000
  • f378f41526 LibWeb: Use correct comparison logic in NamedNodeMap::get_attribute() Tim Ledbetter 2024-11-20 22:48:40 +0000
  • 7af0b558b4 LibWeb: Switch to using TemporaryExecutionContext #2538 Kenneth Myhra 2024-11-23 22:04:23 +0100
  • 5f0e513cc9 LibWeb: Unapply CSS filters after applying them to SVG #2537 Psychpsyo 2024-11-23 22:08:36 +0100
  • 5dae0ae072 Notes added by 'git notes append' github-actions[bot] 2024-11-23 21:07:32 +0000
  • ec4b338b61 Notes added by 'git notes append' github-actions[bot] 2024-11-23 21:07:28 +0000
  • 22ddc7b96b Notes added by 'git notes append' github-actions[bot] 2024-11-23 21:07:28 +0000
  • 86e80d231a Notes added by 'git notes append' github-actions[bot] 2024-11-23 21:07:28 +0000
  • 81b37c37e4 Notes added by 'git notes append' github-actions[bot] 2024-11-23 21:07:27 +0000
  • 3836f04e48 Notes added by 'git notes append' github-actions[bot] 2024-11-23 21:07:21 +0000
  • d405a71284 Notes added by 'git notes append' github-actions[bot] 2024-11-23 21:07:21 +0000
  • 6cf625db22 Notes added by 'git notes append' github-actions[bot] 2024-11-23 21:07:21 +0000
  • a0fb092d94 LibWeb: Transform PaintableBox::hit_test positions Jonne Ransijn 2024-11-23 20:32:07 +0100
  • d2ca522540 LibWeb: Use is_viewport helper Jonne Ransijn 2024-11-23 20:28:58 +0100
  • 4c1bfcb8d5 LibWeb: Only treat attributes from HTML documents as lowercase #2469 Tim Ledbetter 2024-11-21 21:14:43 +0000
  • 453f422b82 LibWeb: Use correct comparison logic in NamedNodeMap::get_attribute() Tim Ledbetter 2024-11-20 22:48:40 +0000
  • ddc9de50c8
    LibWeb: Transform PaintableBox::hit_test positions #2534 Jonne Ransijn 2024-11-23 20:32:07 +0100
  • 84f3fc7f96 Notes added by 'git notes append' github-actions[bot] 2024-11-23 19:55:29 +0000
  • ed9c4033a1 Notes added by 'git notes append' github-actions[bot] 2024-11-23 19:55:23 +0000
  • cce53cf7c4 Notes added by 'git notes append' github-actions[bot] 2024-11-23 19:55:23 +0000
  • fe94dd4c2a Notes added by 'git notes append' github-actions[bot] 2024-11-23 19:55:23 +0000
  • 6ad93d2b21 UI/Qt: Use Qt-reported dark theme Pavel Shliak 2024-11-23 21:29:18 +0400
  • 4afa6d3cf4 LibJS: Implement Temporal.PlainTime.prototype.valueOf #2535 Timothy Flynn 2024-11-23 14:20:26 -0500
  • 7e91a8970e LibJS: Implement Temporal.PlainTime.prototype.round/equals Timothy Flynn 2024-11-23 14:18:45 -0500