Historial de Commits

Autor SHA1 Mensaje Fecha
  Luke Wilde dfad2d4c13 LibWeb: Check that there's a head element before looking for favicons hace 2 años
  Luke Wilde 6b0152e150 LibWeb: Stub Document.queryCommandSupported hace 2 años
  Andreas Kling b400a34984 LibWeb: Cache the first <base href> (in tree order) in Document hace 2 años
  Linus Groh acfb546048 LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s hace 2 años
  Andreas Kling ba6a9318c3 LibWeb: Don't update style/layout in template contents owner documents hace 2 años
  Andreas Kling ba5e511dc1 LibWeb: Make layout-after-resize lazy (because why not) hace 2 años
  Andreas Kling a4de30de5a LibWeb: Update "appropriate template contents owner document" AO hace 2 años
  Andreas Kling 268b9c5d90 LibWeb: Make the layout tree GC-allocated hace 2 años
  Andreas Kling 83c5ff57d8 LibWeb: Make BrowsingContext GC-allocated hace 2 años
  Andreas Kling 6e0f80fbe0 LibWeb: Make the HTMLParser GC-allocated hace 2 años
  Andreas Kling dbee75af19 LibWeb: Tear down old layout tree when new document becomes active hace 2 años
  Andreas Kling a8bdf866d9 LibWeb: Discard old browsing context after obtaining a new one hace 2 años
  Andreas Kling 3c548adf9c LibWeb: Create and hook up a WindowProxy for each BrowsingContext hace 2 años
  Pavel 40aad77ab1 WebContent+LibWeb+LibJS: Report exceptions to the JS console hace 2 años
  Andreas Kling e77798f5fd LibWeb: Implement a large chunk of the Selection API hace 2 años
  Andreas Kling 5ab501c92f LibWeb: Scroll elements into view when they become focused hace 2 años
  Andreas Kling a2348ebcc0 LibWeb: Make Window.getSelection() forward to Document.getSelection() hace 2 años
  Linus Groh 32ad939e44 LibWeb: Rename HighResolutionTime/{CoarsenTime => TimeOrigin}.cpp/h hace 2 años
  Linus Groh 4ea6cc56be LibWeb: Move unsafe_shared_current_time() to HighResolutionTime hace 2 años
  Andreas Kling b4f9db84ca LibWeb: Add missing null check while dispatching mouseenter events hace 2 años
  Andreas Kling 9749eda09f LibWeb: Dispatch mouseenter and mouseleave events when required hace 2 años
  Andreas Kling 9c44634ca5 LibWeb: Reorganize layout algorithms around available space hace 2 años
  Andrew Kaster 56b381aac0 LibWeb: Cleanup unecessary uses and includes of HTML::Window hace 2 años
  Andrew Kaster a1286f5120 LibWeb: Ensure that replaced documents keep the Window of their sibling hace 2 años
  Andrew Kaster 6a10352712 LibWeb: Remove unecessary dependence on Window from UIEvents classes hace 2 años
  Andrew Kaster f0c5f77f99 LibWeb: Remove unecessary dependence on Window from HTML classes hace 2 años
  Andrew Kaster a2ccb00e1d LibWeb: Remove unecessary dependence on Window from CSS classes hace 2 años
  Andrew Kaster 8de7e49a56 LibWeb: Remove unecessary dependence on Window from DOM and WebIDL hace 2 años
  Andrew Kaster c61a4f35dc LibWeb: Move Web prototypes and constructors to new Intrinsics object hace 2 años
  Andreas Kling f161e20e57 LibWeb: Make FormattingContext::run() take available space as input hace 2 años