コミット履歴

作者 SHA1 メッセージ 日付
  Andreas Kling 43616316de LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.h 2 年 前
  Timothy Flynn f78eadf00f LibWeb: Add an interface to be notified of Document state changes 2 年 前
  Aliaksandr Kalenik de2c016556 LibWeb: Implement "attempt to populate the history entry's document" 2 年 前
  Sigmund Lahn f2f14ad9bd LibWeb+WebContent: Make document background and Viewport transparent 2 年 前
  Aliaksandr Kalenik 3b00636288 LibWeb: Implement "create a new browsing context and document" 2 年 前
  Aliaksandr Kalenik 3225c39191 LibWeb: Implement Document::make_active() 2 年 前
  Aliaksandr Kalenik 9f691b7fe4 LibWeb: Convert navigationId from DeprecatedString to String 2 年 前
  Luke Wilde 1f863de9aa LibWeb: Add XMLDocument stub 2 年 前
  Timothy Flynn 7966fc4780 LibWeb+LibWebView+WebContent: Add APIs to manage an autoplay allowlist 2 年 前
  Kenneth Myhra 4d87072201 LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String 2 年 前
  Luke Wilde 034aaf3f51 LibWeb: Introduce CustomElementRegistry and creating custom elements 2 年 前
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年 前
  Linus Groh 4da68384e6 LibWeb/HTML: Make Window::m{location,navigator} lazily allocated 2 年 前
  Andreas Kling 1cf5737e9e LibWeb: Add fast_is<T>() for various types stood out in a profile 2 年 前
  Andreas Kling 8c5c78f1f1 LibWeb: Implement Document.createAttribute{,NS}() 2 年 前
  Aliaksandr Kalenik 9d03b57c96 LibWeb: Add `readiness()` getter in Document 2 年 前
  Linus Groh 606b9ff6f3 LibWeb/HTML: Port Window.getSelection() to IDL 2 年 前
  Linus Groh c42496187b LibWeb/HTML: Port Window.history to IDL 2 年 前
  Andreas Kling 689ca370d4 Everywhere: Remove NonnullRefPtr.h includes 2 年 前
  Matthew Olsson c0b2fa74ac LibWeb: Fix a few const-ness issues 2 年 前
  Andreas Kling 7e76a51cb0 LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport 2 年 前
  Kenneth Myhra 0d9076c9f5 LibWeb: Make factory methods of DOM::Document fallible 2 年 前
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年 前
  Linus Groh afc055c088 LibWeb: Convert the Location object to IDL 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 a469bbd178 LibWeb: Add Functionality to Dump to Accessibility Tree 2 年 前
  Andreas Kling 8b0ace6289 LibWeb: Add Document.createProcessingInstruction() 2 年 前
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 年 前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年 前