提交历史

作者 SHA1 备注 提交日期
  Aliaksandr Kalenik a8077f79cc LibWeb: Separate text control input events handling from contenteditable 8 月之前
  Aliaksandr Kalenik c097f53875 LibWeb: Remove InlinePaintable 9 月之前
  Andreas Kling 175f3febb8 LibWeb: Make DOMException take error message as a String 9 月之前
  Jelle Raaijmakers a58f39c9e2 LibWeb: Implement selectionchange event according to spec 9 月之前
  Andreas Kling cc4b3cbacc Meta: Update my e-mail address everywhere 9 月之前
  Annya 75c7dbc5d2 LibWeb: Implement Range's extension method 10 月之前
  Tim Ledbetter 5800b7e884 LibWeb: Invalidate the display list when calling `set_needs_display()` 10 月之前
  Aliaksandr Kalenik 18fc23b3d6 LibWeb: Reuse display list across repaints 11 月之前
  Luke Warlow 9171c35183 LibWeb: Refactor DOM parsing APIs 1 年之前
  Andreas Kling c7d9c1c0b2 LibWeb: Update DOM cloning algorithm for declarative shadow DOM 1 年之前
  Tim Ledbetter 0b33331f36 LibWeb: Ensure a repaint occurs when the current selection is cleared 1 年之前
  Tim Ledbetter 398bf10b92 LibWeb: Use `TraversalDecision` for multi level Node traversal methods 1 年之前
  Shannon Booth bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 年之前
  Kenneth Myhra a3661fd7f2 LibWeb: Let queue_global_task() take a JS::HeapFunction 1 年之前
  Aliaksandr Kalenik 9540af6489 LibWeb: Fix nodesToRemove collecting traversal in Range::delete_contents 1 年之前
  Shannon Booth c3217754f1 LibWeb: Remove a bunch of calls to `to_byte_string` 1 年之前
  Andreas Kling 1987318cc2 LibWeb: Move selection state from layout tree to paint tree 1 年之前
  Andreas Kling c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 年之前
  Andreas Kling bbb96d65b1 LibWeb: Don't crash on live range offset update during node insertion 1 年之前
  Aliaksandr Kalenik cd7b5b18e4 LibWeb: Emit "selectionchange" event on document 1 年之前
  Aliaksandr Kalenik 02d5ed44cb LibWeb: Stub Range::get_client_rects() 1 年之前
  Aliaksandr Kalenik 7c2713c14f LibWeb: Move set_needs_display() from layout node to paintable 1 年之前
  Shannon Booth e9dfa61588 LibWeb: Use UTF-16 code unit offsets in Range::to_string 1 年之前
  Shannon Booth ee431e6911 LibWeb: Use WebIDL typedefs in Range/AbstractRange 1 年之前
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 年之前
  Shannon Booth 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 年之前
  Andreas Kling bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 年之前
  Andreas Kling 3ff81dcb65 LibWeb: Make Web::Namespace::Foo strings be FlyString 1 年之前
  Andreas Kling f052823f5f LibWeb: Use FlyString for create_element() namespace strings 1 年之前
  Shannon Booth 9303e9e76f LibWeb: Port Element::local_name and TagNames from Deprecated String 1 年之前