提交歷史

作者 SHA1 備註 提交日期
  Andreas Kling c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 年之前
  Andreas Kling 43ef3dc0ab LibWeb: Cache attribute names in lowercase to speed up selector matching 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 eca9874e56 LibWeb: Port Element::attribute_changed from DeprecatedString to String 1 年之前
  Shannon Booth 6a2a7cad61 LibWeb/LibJS: Avoid GC visit of raw pointers where possible 1 年之前
  Shannon Booth 7e9a40dbad LibWeb: Port attribute change steps from DeprecatedFlyString 1 年之前
  Ali Mohammad Pur aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString 1 年之前
  Shannon Booth e4f8c59210 LibWeb: Port AttributeNames to FlyString 1 年之前
  Shannon Booth 3bd04d2c58 LibWeb: Port Attr interface from DeprecatedString to String 1 年之前
  Timothy Flynn 5ec76331e8 LibWeb: Invoke our internal attribute change handler from Attr 1 年之前
  Timothy Flynn 2c096486a4 LibWeb: Extract changing an attribute to its own method 1 年之前
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年之前
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
  Andreas Kling 80d6330a26 LibWeb: Don't create mutation record node lists if nobody is interested 2 年之前
  Luke Wilde dc5f213fa0 LibWeb: Handle null values when making args for attributeChangedCallback 2 年之前
  Luke Wilde 034aaf3f51 LibWeb: Introduce CustomElementRegistry and creating custom elements 2 年之前
  Andreas Kling fb6d6a985f LibWeb: Implement Element.setAttributeNode{,NS}() 2 年之前
  Matthew Olsson c0b2fa74ac LibWeb: Fix a few const-ness issues 2 年之前
  Kenneth Myhra 2411dadc35 LibWeb: Make factory method of DOM::StaticNodeList fallible 2 年之前
  Kenneth Myhra 50c5f0d7da LibWeb: Make factory method of DOM::Attr 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 年之前
  Timothy Flynn 834202aeb9 LibWeb: Move setting of Web object prototypes to initialize() 2 年之前
  Timothy Flynn f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 年之前
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 年之前
  Andreas Kling a004d3043f LibWeb: Implement Node.cloneNode for Attr nodes 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  Andrew Kaster 8de7e49a56 LibWeb: Remove unecessary dependence on Window from DOM and WebIDL 2 年之前
  Andreas Kling 530675993b LibWeb: Rename Attribute to Attr 2 年之前