提交历史

作者 SHA1 备注 提交日期
  Linus Groh d58b671ff6 LibWeb/DOM: Rename Node::{paint => paintable}_box() 2 年之前
  Andreas Kling d8ccc2d54e LibWeb: Rename BrowsingContextContainer => NavigableContainer 2 年之前
  Kenneth Myhra 8f4d7f2854 LibWeb: Port fire_a_synthetic_pointer_event() to new FlySring 2 年之前
  Kenneth Myhra 2091a11488 LibWeb: Port EventTarget to new {Fly}String 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 年之前
  Andreas Kling a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 年之前
  Kenneth Myhra b604bbaf29 LibWeb: Make factory method of HTML::DOMStringMap fallible 2 年之前
  Kenneth Myhra c120c46acc LibWeb: Make factory methods of DOM::Event fallible 2 年之前
  Linus Groh 8556d47240 LibWeb: Move ARIA-related code into the Web::ARIA namespace 2 年之前
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
  MacDue 890b4d7980 LibWeb: Replace ARIA role static FlyStrings with an enum 2 年之前
  Timothy Flynn 834202aeb9 LibWeb: Move setting of Web object prototypes to initialize() 2 年之前
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 年之前
  Jonah e63d9d4925 LibWeb: Add Support for the ARIA Element Properties 2 年之前
  Sam Atkins 5d8e3f5122 LibWeb: Convert Layout::Node to new pixel units 2 年之前
  Sam Atkins ab49dbf137 LibWeb: Convert Paintable coordinates to new pixel units 2 年之前
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 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 年之前
  Igor Pissolati bfdb30c74a LibWeb: Implement bare-bones `HTMLElement.dir` 2 年之前
  Luke Wilde 547e006a12 LibWeb: Extract the (un)focus steps out of HTMLElement 2 年之前
  Linus Groh acfb546048 LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s 2 年之前
  Andreas Kling 2c37df6241 LibWeb: Don't include DOMStringMap.h quite so much 2 年之前
  Andrew Kaster a0d5724a58 LibWeb: Add initial implementation of Element.blur() 2 年之前
  Andrew Kaster 6a10352712 LibWeb: Remove unecessary dependence on Window from UIEvents classes 2 年之前
  Andrew Kaster f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes 2 年之前
  Linus Groh bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ 2 年之前
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 年之前
  Andreas Kling 575e3bf37d LibWeb: Check document fully active status in "element cannot navigate" 2 年之前