Commit Graph

  • 6b32b294a3 fix(indexeddb): expose native object store and index attributes ldm0 2026-09-17 15:50:14 +08:00
  • 0679ac5483 fix(indexeddb): preserve object store names across renames ldm0 2026-09-17 15:20:41 +08:00
  • 259fd4a047 fix(indexeddb): implement transactional index renaming ldm0 2026-09-17 14:30:00 +08:00
  • 4a2f260c34 fix(indexeddb): refresh cursor scans after transaction writes ldm0 2026-09-17 13:43:43 +08:00
  • b0f09a5508 fix(indexeddb): validate cursor iteration state and exception order ldm0 2026-09-17 13:19:01 +08:00
  • c032877061 fix(indexeddb): protect cursor state and expose readonly attributes ldm0 2026-09-17 12:52:13 +08:00
  • 8339641596 fix(indexeddb): protect key range bounds and validate receivers ldm0 2026-09-17 12:18:05 +08:00
  • 5d74f3b6fe feat(indexeddb): support record snapshots and bulk query options ldm0 2026-09-17 11:36:32 +08:00
  • 0a8e5a1cc1 fix(indexeddb): schedule transactions across scopes and agents ldm0 2026-09-17 10:51:07 +08:00
  • 217e814ce4 fix(indexeddb): snapshot queued queries and support range deletion ldm0 2026-09-17 10:10:24 +08:00
  • 66254ee654 fix(indexeddb): preserve key types and conversion errors ldm0 2026-09-17 09:48:47 +08:00
  • 1a963df3e4 fix(indexeddb): snapshot writes before evaluating keys ldm0 2026-09-17 09:04:09 +08:00
  • 12e25eaba5 fix(indexeddb): validate schema key paths and exception ordering ldm0 2026-09-17 08:09:08 +08:00
  • ed4e6d119c fix(indexeddb): abort invalid unique index builds in request order ldm0 2026-09-17 07:18:36 +08:00
  • cd7b4e48fc fix(indexeddb): propagate request events and abort failed transactions ldm0 2026-09-17 06:50:34 +08:00
  • d38dd0e545 fix(indexeddb): preserve native request state and factory event metadata ldm0 2026-09-17 05:58:33 +08:00
  • ae71b37225 fix(indexeddb): validate transaction creation across upgrade boundaries ldm0 2026-09-17 05:28:15 +08:00
  • 84b1d008c0 fix(indexeddb): coordinate connections across Window and worker agents ldm0 2026-09-17 04:52:09 +08:00
  • f4c08fd1a0 test(wpt): record IndexedDB connection queue passes ldm0 2026-09-17 03:21:33 +08:00
  • 20bf527b1a fix(indexeddb): serialize open and delete connection requests ldm0 2026-09-17 03:21:26 +08:00
  • 193a8fa3cb fix(indexeddb): queue versionchange notifications before blocked events ldm0 2026-09-17 00:28:14 +08:00
  • df333e2198 fix(indexeddb): wait for upgrade requests before completing open ldm0 2026-09-16 23:54:07 +08:00
  • a7ea9f8900 fix(indexeddb): restore upgrade metadata and handle state on abort ldm0 2026-09-16 23:23:18 +08:00
  • 268e8ce680 test(wpt): reconcile case classifications after main rebase ldm0 2026-09-16 22:42:56 +08:00
  • d24a0c71e9 fix(parser): adapt WPT paths to shared parser state ldm0 2026-09-16 22:42:40 +08:00
  • 71e870f79b fix(events): share AbortSignal EventTarget dispatch ldm0 2026-09-16 21:12:28 +08:00
  • d2644a8771 fix(wpt): unify overlapping fixture handlers after rebase ldm0 2026-09-16 20:02:27 +08:00
  • 54073a16bd test(wpt): remove regressions duplicated by main ldm0 2026-09-16 20:02:27 +08:00
  • 70c0608aff fix(runtime): adapt WPT paths to shared script execution ldm0 2026-09-16 20:02:27 +08:00
  • cdae8f9040 test(blob): verify captured entries bypass request interception ldm0 2026-09-16 20:02:27 +08:00
  • 0ddca7ecce fix(dom): preserve isolated realms in document factories ldm0 2026-09-16 20:02:27 +08:00
  • 0134bd4117 fix(events): preserve cleanup for host-dispatched child events ldm0 2026-09-16 20:02:27 +08:00
  • 56b77a2a3b fix(messaging): preserve MessagePort document lifecycle ldm0 2026-09-16 19:00:37 +08:00
  • 4839869050 fix(events): share MessagePort EventTarget dispatch ldm0 2026-09-16 17:44:12 +08:00
  • 93afbe6060 fix(events): route borrowed Window EventTarget methods ldm0 2026-09-16 15:54:44 +08:00
  • 8b3337dac8 fix(events): preserve original Window onerror data ldm0 2026-09-16 15:12:13 +08:00
  • 632809e74e fix(events): dispatch worker onerror through ordered listeners ldm0 2026-09-16 13:48:24 +08:00
  • 6196a9bed7 fix(events): report worker listener exceptions once ldm0 2026-09-16 13:11:29 +08:00
  • 36b071f477 fix(events): preserve object-valued handlers on simple targets ldm0 2026-09-16 12:42:05 +08:00
  • f0b41d12e7 fix(events): preserve listener mutations during dispatch ldm0 2026-09-16 11:58:03 +08:00
  • 3c0a6965b5 fix(events): preserve DOM handler object values ldm0 2026-09-16 11:30:21 +08:00
  • 39df359ee5 fix(events): preserve handler mutations during compile errors ldm0 2026-09-16 10:47:18 +08:00
  • 2ebd1216d8 fix(events): register child Window content attribute handlers ldm0 2026-09-16 10:16:23 +08:00
  • da55f29ea8 fix(workers): keep module workers alive after evaluation errors ldm0 2026-09-16 09:19:14 +08:00
  • 3d8e491b2c fix(workers): dispatch intrinsic bootstrap error events ldm0 2026-09-16 08:36:12 +08:00
  • d5dd771b5f fix(modules): parse JSON before evaluating module graphs ldm0 2026-09-16 07:23:10 +08:00
  • 08badb194d fix(wpt): serve JSON module lifecycle fixtures ldm0 2026-09-16 06:29:32 +08:00
  • ac3ecd1585 fix(wpt): parse fixture response pipes like wptserve ldm0 2026-09-16 06:19:22 +08:00
  • 17a0a9beeb fix(modules): validate JSON and CSS response MIME ldm0 2026-09-16 06:01:06 +08:00
  • 27e40ae260 fix(webidl): use native receiver brands for DOM bindings ldm0 2026-09-16 04:56:53 +08:00
  • e49a35d9dc fix: adapt rebased scripts and viewport tests to main APIs ldm0 2026-09-16 03:27:35 +08:00
  • 838c258265 fix(wpt): deduplicate stylesheet fixtures after main rebase ldm0 2026-09-16 03:26:27 +08:00
  • fb09450d8a fix(worker): select module source format from response MIME ldm0 2026-09-16 01:15:11 +08:00
  • 1d5862edf4 fix(worker): separate source imports from graph evaluation ldm0 2026-09-16 00:15:05 +08:00
  • a60cd66c09 fix(script): require supplied JavaScript MIME for strict loads ldm0 2026-09-15 23:21:18 +08:00
  • 16989dd83a fix(wpt): serve service worker registration error fixtures ldm0 2026-09-15 22:57:39 +08:00
  • 3a0b45fbd8 fix(service-worker): implement registration update jobs ldm0 2026-09-15 22:44:52 +08:00
  • b12f367086 fix(wpt): serve service worker update lifecycle fixtures ldm0 2026-09-15 21:19:13 +08:00
  • 7b74413664 fix(service-worker): persist classic script resource maps ldm0 2026-09-15 21:06:37 +08:00
  • 0c45274623 fix(wpt): serve service worker imported script assignments ldm0 2026-09-15 20:27:27 +08:00
  • 4d9bede48c fix(wpt): serve service worker import and update fixtures ldm0 2026-09-15 20:06:33 +08:00
  • 6a907290fe fix(csp): block importScripts redirects before network contact ldm0 2026-09-15 19:45:02 +08:00
  • 6846be5cc2 fix(csp): correct importScripts policy checks and events ldm0 2026-09-15 19:23:26 +08:00
  • 2f109f2461 fix(csp): enforce worker string timer policies ldm0 2026-09-15 18:55:39 +08:00
  • 7889191634 fix(csp): inherit creator policies in local workers ldm0 2026-09-15 18:35:42 +08:00
  • a399cfca63 fix(csp): block fetch redirects before network access ldm0 2026-09-15 17:53:02 +08:00
  • ef47da7694 fix(csp): report fetch call locations and original redirect URLs ldm0 2026-09-15 17:01:26 +08:00
  • 3125a21f9a fix(webidl): isolate WindowProperties proxy trap lookup ldm0 2026-09-15 16:19:31 +08:00
  • 2cbc71ddb4 fix(csp): deduplicate reports per document and worker ldm0 2026-09-15 15:51:37 +08:00
  • c634a7b1cb fix(csp): enforce frozen document base URL policies ldm0 2026-09-15 15:12:16 +08:00
  • ba861ebca1 fix(modules): preserve runtime failure ordering ldm0 2026-09-15 13:50:28 +08:00
  • 9a43bda5ae fix(scripts): execute dynamic child modules in insertion order ldm0 2026-09-15 13:11:18 +08:00
  • 1690353a88 fix(scripts): skip execution after cross-document adoption ldm0 2026-09-15 12:27:47 +08:00
  • 21d0f9c077 fix(wpt): serve script load and error fixtures ldm0 2026-09-15 05:19:50 +08:00
  • 982bc94149 fix(modules): release async graphs independently ldm0 2026-09-15 05:11:12 +08:00
  • 1650643271 fix(realms): unwrap bound function and Proxy targets ldm0 2026-09-15 04:47:05 +08:00
  • 38ef2a9ae9 fix(wasm): preserve child intrinsic prototype identity ldm0 2026-09-15 04:28:57 +08:00
  • d530bb288d fix(modules): load and evaluate Wasm in child documents ldm0 2026-09-15 04:03:01 +08:00
  • 98e85e5bcc fix(modules): preserve error constructors through module trees ldm0 2026-09-15 03:29:40 +08:00
  • 39ae5ce58d fix(modules): preserve caught TypeError constructors ldm0 2026-09-15 02:44:26 +08:00
  • c06e7fdfe5 fix(style): process parser styles after their children finish ldm0 2026-09-15 02:21:16 +08:00
  • 69e2dc0c31 fix(csp): retain all violations in document policy checks ldm0 2026-09-15 01:36:12 +08:00
  • 29083f66db fix(csp): parse each policy in response header lists ldm0 2026-09-15 00:41:36 +08:00
  • a40a35845f fix(service-worker): apply WebIDL promise operation semantics ldm0 2026-09-14 21:53:56 +08:00
  • a4b361ea97 fix(editing): preserve surrogate pairs in text control actions ldm0 2026-09-14 21:22:06 +08:00
  • 2ce6511d45 test(wpt): reconcile case lists after main rebase ldm0 2026-09-14 20:47:31 +08:00
  • 004dbda690 fix(wpt): implement the link stylesheet request counter ldm0 2026-09-14 13:28:17 +08:00
  • dafea266a3 fix(cssom): retain link sheets until replacement loads ldm0 2026-09-14 13:23:43 +08:00
  • 817f22c2d5 fix(wpt): substitute the primary domain in fixture templates ldm0 2026-09-14 10:52:22 +08:00
  • 0c3e358ef5 fix(stylesheet): enforce integrity before CSSOM installation ldm0 2026-09-14 10:48:34 +08:00
  • 37f54fc6ac fix(csp): match wildcard ports on exact hosts ldm0 2026-09-14 05:13:07 +08:00
  • da2df02125 fix(csp): enforce image policies for the owning document ldm0 2026-09-14 04:37:52 +08:00
  • 4a6ae5bcf6 fix(forms): preserve popup navigation source and referrer ldm0 2026-09-14 01:41:51 +08:00
  • c434d9abaa fix(input): preserve document ownership in empty iframe viewports ldm0 2026-09-13 20:07:28 +08:00
  • 87bdbe285e fix(navigator): retain UserActivation state with its Window ldm0 2026-09-13 18:57:28 +08:00
  • 10eb2671ed fix(editing): implement native execCommand text copying ldm0 2026-09-13 16:55:59 +08:00
  • af4fbdc936 fix(input): implement native clipboard shortcuts for text controls ldm0 2026-09-13 15:47:42 +08:00
  • 4de034ec2e fix(cdp): preserve session routing for child default bindings ldm0 2026-09-13 14:52:49 +08:00
  • 2bd780fffa fix(benchmark): route WPT permission changes through CDP ldm0 2026-09-13 13:53:46 +08:00
  • 8401b31468 fix(events): preserve keyboard and mouse modifier state ldm0 2026-09-13 12:33:43 +08:00