コミット履歴

作者 SHA1 メッセージ 日付
  Shannon Booth cc91473f4d LibWeb: Make TemporaryExecutionContext take a Realm& 8 ヶ月 前
  Shannon Booth 1c18b900e2 LibWeb: Port EventLoop::spin_XXX to HeapFunction 8 ヶ月 前
  Andrew Kaster 2c3531ab78 LibWeb: Move JS::Promise <-> WebIDL conversion into IDL 8 ヶ月 前
  Andreas Kling 5c20bc2afc LibWeb: Make MimeSniff::MimeType::parse() infallible 8 ヶ月 前
  Andreas Kling 175f3febb8 LibWeb: Make DOMException take error message as a String 8 ヶ月 前
  Jelle Raaijmakers 233b4f2ca8 LibMedia+everywhere: Remove superfluous and unused audio code 9 ヶ月 前
  Jelle Raaijmakers d29797f118 LibMedia: Add ogg/vorbis support 9 ヶ月 前
  Jelle Raaijmakers 85fd2e281b LibMedia: Absorb LibAudio 10 ヶ月 前
  Tim Ledbetter a56a2faf51 LibWeb: Don't handle media player key events if any modifier is pressed 10 ヶ月 前
  Tim Ledbetter 63231fd276 LibWeb: Don't propagate key events that are handled by the media player 10 ヶ月 前
  Jamie Mansfield 793248aec9 LibWeb/HTML: Implement HTMLMediaElement.addTextTrack 11 ヶ月 前
  Tim Ledbetter a552bda8d9 LibWeb: Pass the old attribute value to `Element::attribute_changed()` 1 年間 前
  Jamie Mansfield 65be928d4e LibWeb: Implement HTMLMediaElement.textTracks 1 年間 前
  Zaggy1024 7c10e1a08d LibMedia: Rename LibVideo to LibMedia 1 年間 前
  Andrew Kaster d90a9ab70c LibWeb: Add Web::UIEvents::KeyCode and KeyModifier enums, drop Kernel 1 年間 前
  Timothy Flynn b5ba60f1d1 LibWeb: Change Fetch's ProcessBodyError to accept a plain JS value 1 年間 前
  Timothy Flynn 1ffda6a805 LibWeb: Propagate OOM in Body::fully_read() through its error callback 1 年間 前
  Timothy Flynn 13422b5116 LibWeb: Remove OOM error propagation from HTMLMediaElement (and friends) 1 年間 前
  Timothy Flynn dd16ea87c3 LibWeb: Make HTMLMediaElement::set_decoder_error infallible 1 年間 前
  Timothy Flynn f13ccb9a61 LibWeb: Add missing call to Base::finalize() in HTMLMediaElement 1 年間 前
  Andreas Kling 184368285c LibWeb: Fix GC leaks in Fetch::Infrastructure::Body::fully_read() 1 年間 前
  Andreas Kling 53d0dd4a2e LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 1 年間 前
  Matthew Olsson d47f656a3a LibJS+LibWeb: Mark a few variables as IGNORE_USE_IN_ESCAPING_LAMBDA 1 年間 前
  Shannon Booth c3217754f1 LibWeb: Remove a bunch of calls to `to_byte_string` 1 年間 前
  Andreas Kling 2ef37c0b06 LibWeb: Make EventLoop, TaskQueue, and Task GC-allocated 1 年間 前
  Andreas Kling e66a4668f9 LibWeb: Use plain Vector for HTMLMediaElement::m_pending_play_promises 1 年間 前
  Timothy Flynn f61f55d397 LibWeb+LibWebView+WebContent: Support muting an entire page 1 年間 前
  Timothy Flynn 7c31343df0 LibWeb: Store the ID of all media elements on a page 1 年間 前
  Timothy Flynn 2393ee6548 LibWeb: Don't attempt to notify chromes about audio playing until ready 1 年間 前
  Timothy Flynn 40c0dd81d2 LibWeb+LibWebView+WebContent: Inform chromes when audio is played/paused 1 年間 前