Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 83c5ff57d8 LibWeb: Make BrowsingContext GC-allocated il y a 2 ans
  Andreas Kling 6e0f80fbe0 LibWeb: Make the HTMLParser GC-allocated il y a 2 ans
  Andreas Kling dbee75af19 LibWeb: Tear down old layout tree when new document becomes active il y a 2 ans
  Andreas Kling a8bdf866d9 LibWeb: Discard old browsing context after obtaining a new one il y a 2 ans
  Andreas Kling 3c548adf9c LibWeb: Create and hook up a WindowProxy for each BrowsingContext il y a 2 ans
  Pavel 40aad77ab1 WebContent+LibWeb+LibJS: Report exceptions to the JS console il y a 2 ans
  Andreas Kling e77798f5fd LibWeb: Implement a large chunk of the Selection API il y a 2 ans
  Andreas Kling 5ab501c92f LibWeb: Scroll elements into view when they become focused il y a 2 ans
  Andreas Kling a2348ebcc0 LibWeb: Make Window.getSelection() forward to Document.getSelection() il y a 2 ans
  Linus Groh 32ad939e44 LibWeb: Rename HighResolutionTime/{CoarsenTime => TimeOrigin}.cpp/h il y a 2 ans
  Linus Groh 4ea6cc56be LibWeb: Move unsafe_shared_current_time() to HighResolutionTime il y a 2 ans
  Andreas Kling b4f9db84ca LibWeb: Add missing null check while dispatching mouseenter events il y a 2 ans
  Andreas Kling 9749eda09f LibWeb: Dispatch mouseenter and mouseleave events when required il y a 2 ans
  Andreas Kling 9c44634ca5 LibWeb: Reorganize layout algorithms around available space il y a 2 ans
  Andrew Kaster 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window il y a 2 ans
  Andrew Kaster a1286f5120 LibWeb: Ensure that replaced documents keep the Window of their sibling il y a 2 ans
  Andrew Kaster 6a10352712 LibWeb: Remove unecessary dependence on Window from UIEvents classes il y a 2 ans
  Andrew Kaster f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes il y a 2 ans
  Andrew Kaster a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes il y a 2 ans
  Andrew Kaster 8de7e49a56 LibWeb: Remove unecessary dependence on Window from DOM and WebIDL il y a 2 ans
  Andrew Kaster c61a4f35dc LibWeb: Move Web prototypes and constructors to new Intrinsics object il y a 2 ans
  Andreas Kling f161e20e57 LibWeb: Make FormattingContext::run() take available space as input il y a 2 ans
  Linus Groh bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ il y a 2 ans
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ il y a 2 ans
  MacDue f5052e5017 LibWeb: Don't trigger page_did_layout() on non-active documents il y a 2 ans
  Andreas Kling 0c7ab663c1 LibWeb: Flesh out most of the "unload" algorithm for documents il y a 2 ans
  Andreas Kling 270de12d59 LibWeb: Save document load timing when updating document readiness il y a 2 ans
  Andreas Kling 92deba7197 LibWeb: Implement Document/BrowsingContext hookup according to spec il y a 2 ans
  Andreas Kling 77d947b8ad LibWeb: Initialize document referrer from Fetch Request if available il y a 2 ans
  Andreas Kling d4acdac317 LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pages il y a 2 ans