summaryrefslogtreecommitdiff
path: root/ext/web/02_event.js
AgeCommit message (Expand)Author
2023-06-24chore(ext/web): align with whatwg/dom typo fix (#19584)Martin Fischer
2023-06-04fix(ext/web): Copy EventTarget list before dispatch (#19360)Koen
2023-05-01refactor(webidl): move prefix & context out of converters options bag (#18931)Leo Kettmeir
2023-05-01perf(ext/web): fast path for ws events (#18905)Divy Srivastava
2023-04-30perf(ext/websocket): use internal dispatch for msg events (#18904)Divy Srivastava
2023-04-30refactor: remove ext/console/01_colors.js (#18927)Leo Kettmeir
2023-04-14fix(core): Use safe primordials wrappers (#18687)Kenta Moriuchi
2023-04-12refactor(ext/webidl): remove object from 'requiredArguments' (#18674)Bartek Iwańczuk
2023-03-22chore: update ext/ code to only use ASCII (#18371)Matt Mastracci
2023-03-09fix(rumtime): Add `Deno.` prefix for registered symbols (#18086)Kenta Moriuchi
2023-03-09perf: don't add unload event listener (#18082)Bartek Iwańczuk
2023-03-08refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...Bartek Iwańczuk
2023-02-07 refactor: remove prefix from include_js_files & use extension name (#17683)Leo Kettmeir
2023-02-07refactor: Use ES modules for internal runtime code (#17648)Leo Kettmeir
2023-02-05 refactor: rename `deno` specifiers to `internal` (#17655)Leo Kettmeir
2023-01-06perf(ext,runtime): remove using `SafeArrayIterator` from `for-of` (#17255)Kenta Moriuchi
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-20chore: Update dlint (#17031)Kenta Moriuchi
2022-12-01perf(ext/websocket): skip Events constructor checks (#16365)Divy Srivastava
2022-10-24experiment(ext/web): Don't expose event classes during the bootstrap phase (#...Andreu Botella
2022-09-02fix(repl): don't terminate on unhandled error events (#15548)Nayeem Rahman
2022-07-20Reland "feat: add "unhandledrejection" event support" (#15211)Bartek Iwańczuk
2022-07-15Revert "feat: add "unhandledrejection" event support (#12994) (#15080)" (#15210)Bartek Iwańczuk
2022-07-14feat: add "unhandledrejection" event support (#12994) (#15080)Bartek Iwańczuk
2022-07-04Revert "feat: add "unhandledrejection" event support (#12994)" (#15075)Bartek Iwańczuk
2022-07-04feat: add "unhandledrejection" event support (#12994)Bartek Iwańczuk
2022-06-29fix(ext/web): remove `ErrorEventInit`'s error default (#14809)Mark Ladyshau
2022-06-17fix(ext/web): add EventTarget brand checking (#14637)Colin Ihrig
2022-05-16fix(ext/web): throw if listener and signal are null (#14601)Colin Ihrig
2022-04-19feat(ext/web): add globalThis.reportError() (#13799)Nayeem Rahman
2022-04-16refactor: update runtime code for primordial check x in y (#13642)Bartek Iwańczuk
2022-04-13refactor(core/error): Clarify JsError message fields (#14269)Nayeem Rahman
2022-04-13feat(ext/web): Add error events for event listener and timer errors (#14159)Nayeem Rahman
2022-03-14feat(ext/web): Add `AbortSignal.timeout()` (#13687)Andreu Botella
2022-02-07refactor: update runtime code for primordial check for iterators (#13510)Bartek Iwańczuk
2022-02-01refactor: primordials for instanceof (#13527)Bartek Iwańczuk
2022-01-27Revert "refactor: update runtime code for primordial checks for "instanceof" ...Bartek Iwańczuk
2022-01-27refactor: update runtime code for primordial checks for "instanceof" (#13497)Bartek Iwańczuk
2022-01-18fix(runtime): don't crash when window is deleted (#13392)Bartek Iwańczuk
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-10-08refactor: deduplicate `defineEventHandler` util (#12367)Andreu Botella
2021-09-29perf(web/Event): move last class field to constructor (#12265)Aaron O'Mullan
2021-09-26perf(web): optimize Event constructor (#12231)Aaron O'Mullan
2021-09-25fix(ext/webidl): correctly apply [SymbolToStringTag] to interfaces (#11851)李瑞丰
2021-09-21perf(ext/web): optimize EventTarget (#12166)Aaron O'Mullan
2021-08-11Rename extensions/ directory to ext/ (#11643)Ryan Dahl