Commit graph

  • f21345de82 Notes added by 'git notes append' github-actions[bot] 2025-03-25 23:58:00 +00:00
  • 43ef46eaf6 Notes added by 'git notes append' github-actions[bot] 2025-03-25 23:57:59 +00:00
  • 84818d180a Notes added by 'git notes append' github-actions[bot] 2025-03-25 23:57:59 +00:00
  • 366d1e36b7 Notes added by 'git notes append' github-actions[bot] 2025-03-25 23:57:53 +00:00
  • b5372f7f41 Notes added by 'git notes append' github-actions[bot] 2025-03-25 23:57:53 +00:00
  • 1aab8a3390 Notes added by 'git notes append' github-actions[bot] 2025-03-25 23:57:53 +00:00
  • d856858015 LibWeb: Cache and reuse inline style for text input shadow trees Andreas Kling 2025-03-25 11:48:54 +00:00
  • ba030f0363 LibWeb: Add an engine-internal CSS realm for internal style parsing Andreas Kling 2025-03-25 10:04:42 +00:00
  • c12f8b80dc LibJS: Add fast_is<T> helpers for all the primitive wrapper objects Andreas Kling 2025-03-25 08:34:06 +00:00
  • 3cc5b1a6a5 LibJS: Do a bit less stuff in PropertyKey::try_coerce_into_number() Andreas Kling 2025-03-25 08:18:45 +00:00
  • 06312cdb75 LibWeb: Ignore non-box element while collecting abspos nodes for layout Aliaksandr Kalenik 2025-03-25 23:44:41 +00:00
  • 2203055328 Notes added by 'git notes append' github-actions[bot] 2025-03-25 21:09:48 +00:00
  • 83116e538e Notes added by 'git notes append' github-actions[bot] 2025-03-25 21:09:43 +00:00
  • a08738d60d Notes added by 'git notes append' github-actions[bot] 2025-03-25 21:09:43 +00:00
  • 25144c3a42 Notes added by 'git notes append' github-actions[bot] 2025-03-25 21:09:43 +00:00
  • ee95a3f23a
    Merge 65ebfcb37d into 91d6902725 Psychpsyo (Cameron) 2025-03-25 21:08:52 +00:00
  • 91d6902725 UI: Add Cmd+U as a shortcut for "View Source" to AppKit Jelle Raaijmakers 2025-03-25 20:29:52 +00:00
  • 829e218427 LibWeb: Cache and reuse inline style for text input shadow trees Andreas Kling 2025-03-25 11:48:54 +00:00
  • 55eed9b344 LibWeb: Add an engine-internal CSS realm for internal style parsing Andreas Kling 2025-03-25 10:04:42 +00:00
  • 30581c5125 LibJS: Add fast_is<T> helpers for all the primitive wrapper objects Andreas Kling 2025-03-25 08:34:06 +00:00
  • 2c51a2701c LibJS: Do a bit less stuff in PropertyKey::try_coerce_into_number() Andreas Kling 2025-03-25 08:18:45 +00:00
  • 99bd721e7e UI: Add Cmd+U as a shortcut for "View Source" to AppKit Jelle Raaijmakers 2025-03-25 20:29:52 +00:00
  • 56caa8c5ff Notes added by 'git notes append' github-actions[bot] 2025-03-25 20:25:03 +00:00
  • 31f7842793 Notes added by 'git notes append' github-actions[bot] 2025-03-25 20:25:03 +00:00
  • 6c955968f0 Notes added by 'git notes append' github-actions[bot] 2025-03-25 20:25:03 +00:00
  • a9ef5b4924 Meta: Increase max open file descriptors in WPT.sh Jelle Raaijmakers 2025-03-25 19:38:29 +00:00
  • 483a5cf48e Notes added by 'git notes append' github-actions[bot] 2025-03-25 19:54:42 +00:00
  • 6f009976b1 Notes added by 'git notes append' github-actions[bot] 2025-03-25 19:54:38 +00:00
  • d1697e3731 Notes added by 'git notes append' github-actions[bot] 2025-03-25 19:54:38 +00:00
  • 83baa58138 Notes added by 'git notes append' github-actions[bot] 2025-03-25 19:54:38 +00:00
  • 6b24122eb0 Notes added by 'git notes append' github-actions[bot] 2025-03-25 19:54:37 +00:00
  • 6ba7a22901 Notes added by 'git notes append' github-actions[bot] 2025-03-25 19:54:33 +00:00
  • 0a1f1ab01b Notes added by 'git notes append' github-actions[bot] 2025-03-25 19:54:33 +00:00
  • 39f37374ed Notes added by 'git notes append' github-actions[bot] 2025-03-25 19:54:33 +00:00
  • 6a3c3ee291 LibWeb: Coerce NaNs to 0 when escaping top-level calculations Jelle Raaijmakers 2025-03-25 18:58:08 +00:00
  • 545d151948 LibWeb: Make transform: scale(calc(..)) work Jelle Raaijmakers 2025-03-25 14:04:17 +00:00
  • e60195d5fd Meta: Increase max open file descriptors in WPT.sh Jelle Raaijmakers 2025-03-25 19:38:29 +00:00
  • 9260ae3913 Notes added by 'git notes append' github-actions[bot] 2025-03-25 19:15:10 +00:00
  • 366f0b487c Notes added by 'git notes append' github-actions[bot] 2025-03-25 19:15:06 +00:00
  • b2153bedc4 Notes added by 'git notes append' github-actions[bot] 2025-03-25 19:15:06 +00:00
  • 3764f9c6b1 Notes added by 'git notes append' github-actions[bot] 2025-03-25 19:15:06 +00:00
  • 202cbe7df6 LibJS: Constant-fold unary expressions Andreas Kling 2025-03-25 18:01:35 +00:00
  • 9ecb166cd9 LibWeb: Coerce NaNs to 0 when escaping top-level calculations Jelle Raaijmakers 2025-03-25 18:58:08 +00:00
  • 5a08d22eef LibWeb: Maintain a mapping for fast lookup in getElementById() Aliaksandr Kalenik 2025-03-25 17:30:52 +00:00
  • 99f243de86 LibWeb: Make transform: scale(calc(..)) work Jelle Raaijmakers 2025-03-25 14:04:17 +00:00
  • 74019bc0b0 LibJS: Constant-fold unary expressions Andreas Kling 2025-03-25 18:01:35 +00:00
  • e50a81abf7 LibThreading: Add possibility to set threads detached before start Gabriele 2025-03-21 15:56:09 +01:00
  • 5d9dadd9e2 Notes added by 'git notes append' github-actions[bot] 2025-03-25 17:35:40 +00:00
  • 65e341dafc Notes added by 'git notes append' github-actions[bot] 2025-03-25 17:35:34 +00:00
  • e9e2265183 Notes added by 'git notes append' github-actions[bot] 2025-03-25 17:35:34 +00:00
  • b533e92009 Notes added by 'git notes append' github-actions[bot] 2025-03-25 17:35:34 +00:00
  • de892abdba LibWeb: Don't apply DPR or zoom level to screen.{width,height} Luke Wilde 2025-03-25 13:55:22 +00:00
  • 16d84d7e6a LibWeb: Fix vertical alignment for flex container with max-height moozzi 2025-03-23 13:54:03 +01:00
  • c0dc693554 Notes added by 'git notes append' github-actions[bot] 2025-03-25 15:51:40 +00:00
  • 2ac8754e4d Notes added by 'git notes append' github-actions[bot] 2025-03-25 15:51:40 +00:00
  • 172749cceb Notes added by 'git notes append' github-actions[bot] 2025-03-25 15:51:40 +00:00
  • c7926b2212 LibWeb: Change while to for loop Psychpsyo (Cameron) 2025-03-24 10:47:14 +01:00
  • 4aa025dbee LibWeb+LibWebView+WebContent: Convert about:settings to a WebUI Timothy Flynn 2025-03-24 10:22:38 -04:00
  • 8a5fb86056 LibWeb+LibWebView+WebContent: Convert about:processes to a WebUI Timothy Flynn 2025-03-24 09:50:12 -04:00
  • bed2ed388c LibWeb+LibWebView+WebContent: Introduce a WebUI framework Timothy Flynn 2025-03-24 09:27:36 -04:00
  • 06b333a6e8 LibWeb: Don't apply DPR or zoom level to screen.{width,height} Luke Wilde 2025-03-25 13:55:22 +00:00
  • fdcb27749d
    LibWeb: Update ARIA default-role handling for img, section, and aside sideshowbarker 2025-03-25 18:59:18 +09:00
  • 439b19316a LibWeb/IDB: Implement IDBDatabase::deleteObjectStore stelar7 2025-03-24 21:59:58 +01:00
  • cb282e20d9 LibWeb/IDB: Implement IDBDatabase::objectStoreNames stelar7 2025-03-24 21:38:50 +01:00
  • f3b7b152de LibWeb/IDB: Implement create_a_sorted_name_list stelar7 2025-03-24 21:23:58 +01:00
  • 9362e5941e LibWeb/IDB: Implement IDBObjectStore::name stelar7 2025-03-24 21:18:26 +01:00
  • d9c5245e47 LibWeb/IDB: Implement IDBObjectStore::autoIncrement stelar7 2025-03-24 20:56:36 +01:00
  • 3e47a0592a LibWeb/IDB: Implement IDBObjectStore::transaction stelar7 2025-03-24 20:51:31 +01:00
  • 6d48a01b57 LibWeb/IDB: Implement IDBObjectStore::keyPath stelar7 2025-03-24 20:50:52 +01:00
  • 476524f93e LibWeb/IDB: Implement IDBDatabase::createObjectStore stelar7 2025-03-24 20:43:12 +01:00
  • e7aa0d2a0f LibWeb/IDB: Add internal ObjectStore type stelar7 2025-03-24 20:29:33 +01:00
  • f5e3a51118 LibWeb/IDB: Implement is_valid_key_path stelar7 2025-03-24 19:34:05 +01:00
  • 07d7413738 LibWeb/IDB: Implement KeyGenerator stelar7 2025-03-24 19:27:16 +01:00
  • 92cb6a5fe4 Notes added by 'git notes append' github-actions[bot] 2025-03-25 10:51:18 +00:00
  • 61f0117883 Notes added by 'git notes append' github-actions[bot] 2025-03-25 10:51:13 +00:00
  • dab7b5b5fd Notes added by 'git notes append' github-actions[bot] 2025-03-25 10:51:13 +00:00
  • 4d8dc3d9b4 Notes added by 'git notes append' github-actions[bot] 2025-03-25 10:51:13 +00:00
  • cb4040a975 Notes added by 'git notes append' github-actions[bot] 2025-03-25 10:51:12 +00:00
  • 13e0612920 Notes added by 'git notes append' github-actions[bot] 2025-03-25 10:51:07 +00:00
  • ccd102ec85 Notes added by 'git notes append' github-actions[bot] 2025-03-25 10:51:07 +00:00
  • 21f05be0e0 Notes added by 'git notes append' github-actions[bot] 2025-03-25 10:51:07 +00:00
  • ae74bd6b13 Notes added by 'git notes append' github-actions[bot] 2025-03-25 10:51:06 +00:00
  • 7c9dee7cfe Notes added by 'git notes append' github-actions[bot] 2025-03-25 10:50:59 +00:00
  • cfe5ce0ab7 Notes added by 'git notes append' github-actions[bot] 2025-03-25 10:50:59 +00:00
  • 830f868887 Notes added by 'git notes append' github-actions[bot] 2025-03-25 10:50:59 +00:00
  • 1844e10cd3 LibWeb/IDB: Correctly check if transaction was aborted stelar7 2025-03-21 12:18:24 +01:00
  • e8b7447c36 LibWeb/IDB: Abort transaction in database upgrade if needed stelar7 2025-03-21 12:06:07 +01:00
  • 923927564d LibWeb/IDB: Set the source of a IDBRequest stelar7 2025-03-21 11:27:13 +01:00
  • 47a0331f2a LibWeb/CSS: Update quirks-mode styling for form elements Sam Atkins 2025-03-25 10:43:32 +00:00
  • 0f6a83c3ef LibWeb/CSS: Add new list-style-position quirk Sam Atkins 2025-03-25 10:39:29 +00:00
  • 4c7c21d994 Tests: Import list-style quirks test from WPT Sam Atkins 2025-03-25 10:33:49 +00:00
  • c411a779b2 Notes added by 'git notes append' github-actions[bot] 2025-03-25 09:53:57 +00:00
  • bf091c3e0f Notes added by 'git notes append' github-actions[bot] 2025-03-25 09:53:57 +00:00
  • 5996b4024c Notes added by 'git notes append' github-actions[bot] 2025-03-25 09:53:57 +00:00
  • 090ac66af1 LibWeb: Repeat grid track sizing with minmax where both are not definite Aliaksandr Kalenik 2025-03-24 23:10:39 +00:00
  • 194c4af7fb Notes added by 'git notes append' github-actions[bot] 2025-03-25 07:56:19 +00:00
  • c8940f6e8d Notes added by 'git notes append' github-actions[bot] 2025-03-25 07:56:19 +00:00
  • 2b1756f45d Notes added by 'git notes append' github-actions[bot] 2025-03-25 07:56:19 +00:00
  • c519317f77 Notes added by 'git notes append' github-actions[bot] 2025-03-25 07:56:12 +00:00
  • c4e9cc5375 Notes added by 'git notes append' github-actions[bot] 2025-03-25 07:56:12 +00:00