Historique des commits

Auteur SHA1 Message Date
  Timothy Flynn 32a22c49e3 LibWeb: Move StructuredSerializeOptions to its own header il y a 9 mois
  Andreas Kling 175f3febb8 LibWeb: Make DOMException take error message as a String il y a 9 mois
  Andreas Kling cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
  Tim Ledbetter 34e465a67e LibWeb: Account for header size when reading MessagePort message payload il y a 1 an
  Tim Ledbetter 63246577d2 LibWeb: Use correct type for `MessageEventInit.ports` il y a 1 an
  Kenneth Myhra a3661fd7f2 LibWeb: Let queue_global_task() take a JS::HeapFunction il y a 1 an
  Andrew Kaster 5e1d678bae Ladybird+Userland: Remove use of unnecessary fd passing socket concept il y a 1 an
  Andrew Kaster cb87725ec8 LibIPC+LibWeb: Transfer IPC::Files using sendmsg/recvmsg directly il y a 1 an
  Andrew Kaster 6d4ba21832 LibIPC+Userland: Make IPC::File always own its file descriptor il y a 1 an
  Andrew Kaster 26ce8ad40f LibWeb: Stop leaking socket fds when sending them over IPC il y a 1 an
  Andreas Kling 2317a8a4eb LibWeb: Incorrectly skip visiting MessagePort::m_worker_event_target il y a 1 an
  Shannon Booth aab5d4e6f9 LibCore: Prevent SIGPIPE on Sockets by default il y a 1 an
  Andreas Kling c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes il y a 1 an
  Andreas Kling 43d2c920e0 LibWeb: Ignore MessagePort.start() on already-closed port il y a 1 an
  Andrew Kaster 5ace712282 LibWeb: Reset message port receive state before dispatching events il y a 1 an
  Timothy Flynn 91558fa381 LibIPC+LibWeb: Add an IPC helper to transfer an IPC message buffer il y a 1 an
  Andrew Kaster b10fee00eb LibWeb+WebWorker: Convert Workers to use MessagePorts for postMessage il y a 1 an
  Andrew Kaster c0f50b12a4 LibWeb: Post all MessagePort messages over their LocalSockets il y a 1 an
  Andrew Kaster f68c67bf3f LibWeb: Implement MessagePort.postMessage closer to the spec il y a 1 an
  Andrew Kaster e21d1078a0 LibWeb: Add a Transferable interface to model the transferable property il y a 1 an
  Shannon Booth 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString il y a 1 an
  Andreas Kling bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks il y a 1 an
  Shannon Booth 6a2a7cad61 LibWeb/LibJS: Avoid GC visit of raw pointers where possible il y a 1 an
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible il y a 1 an
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void il y a 2 ans
  Andreas Kling 34344120f2 AK: Make "foo"_string infallible il y a 2 ans
  Kenneth Myhra 4d87072201 LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String il y a 2 ans
  Kenneth Myhra eed69e5093 LibWeb: Port MessageEvent to new String il y a 2 ans
  Kenneth Myhra 471ad7ba01 LibWeb: Make factory method of HTML::MessagePort fallible il y a 2 ans
  Kenneth Myhra 7ec444047c LibWeb: Make factory methods of HTML::MessageEvent fallible il y a 2 ans