コミット履歴

作者 SHA1 メッセージ 日付
  Shannon Booth c25485700a AK: Port URL scheme from DeprecatedString to String 1 年間 前
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年間 前
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年間 前
  Kenneth Myhra c445bd3a0c LibWeb: Move WebSocket constructor steps closer to spec 2 年 前
  Kenneth Myhra 57626c4f9a LibWeb: Migrate WebSockets::WebSocket to String 2 年 前
  Luke Wilde 8addcd237c LibWeb: Make WebSocket#send support typed arrays, Blob and DataView 2 年 前
  Kenneth Myhra ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String 2 年 前
  Kenneth Myhra 4d87072201 LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String 2 年 前
  Kenneth Myhra eed69e5093 LibWeb: Port MessageEvent to new String 2 年 前
  Kenneth Myhra e661f03ffa LibWeb: Port CloseEvent to new String 2 年 前
  Kenneth Myhra 2ed7f64c73 LibWeb: Make factory method of HTML::CloseEvent fallible 2 年 前
  Kenneth Myhra c120c46acc LibWeb: Make factory methods of DOM::Event fallible 2 年 前
  Kenneth Myhra 7ec444047c LibWeb: Make factory methods of HTML::MessageEvent fallible 2 年 前
  Guilherme Gonçalves 230c0b34d4 LibWeb+LibWebSocket: DOM WebSocket subprotocol support 2 年 前
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 年 前
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年 前
  Timothy Flynn 834202aeb9 LibWeb: Move setting of Web object prototypes to initialize() 2 年 前
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 年 前
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 年 前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年 前
  Andreas Kling 38c7fdaac1 LibWeb: Avoid including LibJS/Parser.h in a handful of cpp files 2 年 前
  Andrew Kaster beb3519a49 LibWeb: Remove unecessary dependence on Window from WebGL and WebSocket 2 年 前
  networkException 4230dbbb21 AK+Everywhere: Replace "protocol" with "scheme" url helpers 2 年 前
  Linus Groh bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ 2 年 前
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 年 前
  Linus Groh 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ 2 年 前
  Linus Groh 6055b0e850 LibWeb: Remove no-op impl() methods from the WEB_PLATFORM_OBJECT macro 2 年 前
  Andreas Kling 497ead37bc LibWeb: Make DOMException GC-allocated 2 年 前
  Andreas Kling ffad902c07 LibWeb: Use cached_web_prototype() as much as possible 2 年 前
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 年 前