提交歷史

作者 SHA1 備註 提交日期
  Aliaksandr Kalenik a8077f79cc LibWeb: Separate text control input events handling from contenteditable 8 月之前
  John Diamond 18ade57ae9 LibWeb: Use correct boundary point comparison in Selection.extend 9 月之前
  Gingeh f41cbfa2a9 LibWeb: Set both start and end in Selection::extend 9 月之前
  Gingeh 93927d8243 LibWeb: Set direction to forwards in addRange 9 月之前
  Gingeh a7953f5e09 LibWeb: Implement Selection::direction 9 月之前
  Andreas Kling 175f3febb8 LibWeb: Make DOMException take error message as a String 9 月之前
  John Diamond fadb14d31d LibWeb: Compare anchor/focus offsets in selection.isCollapsed 9 月之前
  Andreas Kling cc4b3cbacc Meta: Update my e-mail address everywhere 9 月之前
  HolonProduction 94230acf28 LibWeb: Update `Selection.collapse` algorithm 10 月之前
  Andreas Kling 416c478876 LibWeb: Don't try to set selection with anchor/focus in different roots 1 年之前
  Tim Ledbetter 34741d09c6 LibWeb: Update `Range::set_base_and_extent()` to the latest spec text 1 年之前
  Shannon Booth bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 1 年之前
  Andreas Kling c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 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 年之前
  Shannon Booth 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String 1 年之前
  Shannon Booth 7b79324548 LibWeb: Port Range interface from DeprecatedString to String 1 年之前
  Shannon Booth 9f047819a5 LibWeb: Port Selection interface 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 dcbe927b48 LibWeb: Make factory method of Selection::Selection fallible 2 年之前
  Kenneth Myhra 0791195843 LibWeb: Make factory methods of DOM::Range fallible 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 年之前
  Andreas Kling b79bc25a1f LibWeb: Use DOM Selection instead of ad-hoc layout tree selection 2 年之前
  Andreas Kling 3cabd17f9b LibWeb: Add convenient Selection::range() accessor 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 年之前
  Rafał Babiarz 227d860d6b LibWeb: Implement Selection.collapse_to_end 2 年之前
  Rafał Babiarz bb5da1b4e2 LibWeb: Implement Selection.collapse_to_start 2 年之前