Histórico de Commits

Autor SHA1 Mensagem Data
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ há 2 anos atrás
  MacDue f5052e5017 LibWeb: Don't trigger page_did_layout() on non-active documents há 2 anos atrás
  Andreas Kling 0c7ab663c1 LibWeb: Flesh out most of the "unload" algorithm for documents há 2 anos atrás
  Andreas Kling 270de12d59 LibWeb: Save document load timing when updating document readiness há 2 anos atrás
  Andreas Kling 92deba7197 LibWeb: Implement Document/BrowsingContext hookup according to spec há 2 anos atrás
  Andreas Kling 77d947b8ad LibWeb: Initialize document referrer from Fetch Request if available há 2 anos atrás
  Andreas Kling d4acdac317 LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pages há 2 anos atrás
  Andreas Kling e5f6d36616 LibWeb: Keep more of the navigation parameters in Document há 2 anos atrás
  Andreas Kling 42b8656db3 LibWeb: Flesh out "document visibility" state a bit more há 2 anos atrás
  Andreas Kling 0810e77d77 LibWeb: Set the document "completely loaded time" when appropriate há 2 anos atrás
  Andreas Kling 8ead228202 LibWeb: Implement "browsing context group" concept from the HTML spec há 2 anos atrás
  Andreas Kling e6ef366859 LibWeb: Implement basic support for Document.all há 2 anos atrás
  Andreas Kling fa2dd4cbe3 LibWeb: Make Document vend the same HTMLCollections every time há 2 anos atrás
  Andreas Kling da451467b1 LibWeb: Implement basic "scroll" events at the document level há 2 anos atrás
  Andreas Kling 07c4bf03b5 LibWeb: Add "scripts to execute in order as soon as possible" há 2 anos atrás
  Andreas Kling df7e64d103 LibWeb: Handle multiple class names in getElementsByClassName() há 2 anos atrás
  Andreas Kling 9e274d9501 LibWeb: Make Document.createElement() lowercase HTML local names há 2 anos atrás
  Luke Wilde 6a4934a030 LibWeb: Implement document.domain getter há 2 anos atrás
  Andreas Kling df49a6ae9b LibWeb: Schedule a layout update in Document::invalidate_layout() há 2 anos atrás
  Andreas Kling 524ec95bcd LibWeb: Keep CSS sheets sorted in document tree order há 2 anos atrás
  Andreas Kling 9567e211e7 LibWeb+WebContent: Add abstraction layer for event loop and timers há 2 anos atrás
  Andreas Kling 497ead37bc LibWeb: Make DOMException GC-allocated há 2 anos atrás
  Andreas Kling ffad902c07 LibWeb: Use cached_web_prototype() as much as possible há 2 anos atrás
  Andreas Kling dd9cd3050b LibWeb: Use correct Window object when dispatching Document load event há 2 anos atrás
  Andreas Kling 1029ea4b32 LibWeb: Use correct relevant settings object in Document initialization há 2 anos atrás
  Andreas Kling a835f313f7 LibWeb: Make Document::is_fully_active() more robust há 2 anos atrás
  Andreas Kling 4901f69345 LibWeb: Don't capture raw ptr in Document::completely_finish_loading() há 2 anos atrás
  Andreas Kling 16fbb91aa1 LibWeb: Make History GC-allocated há 2 anos atrás
  Andreas Kling 2bba97964b LibWeb: Make HTMLCollection and subclasses GC-allocated há 2 anos atrás
  Andreas Kling 4c887bf6c3 LibWeb: Remove Document::interpreter() há 2 anos atrás