Historial de Commits

Autor SHA1 Mensaje Fecha
  Matthew Olsson 39d8c8d2a9 LibJS+LibWeb: Add missing visit calls in visit_edges implementations hace 2 años
  Sigmund Lahn f2f14ad9bd LibWeb+WebContent: Make document background and Viewport transparent hace 2 años
  Aliaksandr Kalenik 3b00636288 LibWeb: Implement "create a new browsing context and document" hace 2 años
  Aliaksandr Kalenik 3225c39191 LibWeb: Implement Document::make_active() hace 2 años
  Aliaksandr Kalenik 9f691b7fe4 LibWeb: Convert navigationId from DeprecatedString to String hace 2 años
  Linus Groh d58b671ff6 LibWeb/DOM: Rename Node::{paint => paintable}_box() hace 2 años
  Andreas Kling d8ccc2d54e LibWeb: Rename BrowsingContextContainer => NavigableContainer hace 2 años
  Timothy Flynn 7966fc4780 LibWeb+LibWebView+WebContent: Add APIs to manage an autoplay allowlist hace 2 años
  Kenneth Myhra cbefab21be LibWeb: Port fire_a_page_transition_event() to new FlyString hace 2 años
  Kenneth Myhra ad5cbdc51b LibWeb: Port {Mouse,UI,Wheel,}Event to new String hace 2 años
  Kenneth Myhra 59a21c6274 LibWeb: Port CustomEvent to new String hace 2 años
  Kenneth Myhra 4d87072201 LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String hace 2 años
  Luke Wilde 034aaf3f51 LibWeb: Introduce CustomElementRegistry and creating custom elements hace 2 años
  Kenneth Myhra 03d6cb88ff LibWeb: Port KeyboardEvent to new String hace 2 años
  Srikavin Ramkumar 149e442c24 LibWeb: Iterate codepoints instead of characters in is_valid_name hace 2 años
  Linus Groh 4da68384e6 LibWeb/HTML: Make Window::m{location,navigator} lazily allocated hace 2 años
  Andreas Kling 8c5c78f1f1 LibWeb: Implement Document.createAttribute{,NS}() hace 2 años
  Andreas Kling 2042993997 LibWeb: Convert DOM::Element::m_classes to the new AK::FlyString hace 2 años
  Linus Groh 606b9ff6f3 LibWeb/HTML: Port Window.getSelection() to IDL hace 2 años
  Linus Groh c42496187b LibWeb/HTML: Port Window.history to IDL hace 2 años
  Matthew Olsson c0b2fa74ac LibWeb: Fix a few const-ness issues hace 2 años
  Matthew Olsson 70a2ca7fc0 LibJS: Handle both const and non-const Ts in Handle<T>::create() hace 2 años
  Kenneth Myhra eed69e5093 LibWeb: Port MessageEvent to new String hace 2 años
  Kenneth Myhra d0f904dd4c LibWeb: Port MediaQueryListEvent to new String hace 2 años
  Andreas Kling 7e76a51cb0 LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport hace 2 años
  Kenneth Myhra dcbe927b48 LibWeb: Make factory method of Selection::Selection fallible hace 2 años
  Kenneth Myhra 459959b297 LibWeb: Make factory method of HTML::BrowsingContext fallible hace 2 años
  Kenneth Myhra ff92324fa5 LibWeb: Make factory method of DOM::ElementFactory fallible hace 2 años
  Kenneth Myhra 587cf355ed LibWeb: Make factory methods of UIEvents::UIEvent fallible hace 2 años
  Kenneth Myhra a401cff4e2 LibWeb: Make factory methods of UIEvents::KeyboardEvent fallible hace 2 años