Commit történet

Szerző SHA1 Üzenet Dátum
  Aliaksandr Kalenik 5570e6b648 LibWeb: Rename CommandList to DisplayList 1 éve
  Aliaksandr Kalenik c7133faf26 LibWeb: Rename Navigable::paint() to record_painting_commands() 1 éve
  Aliaksandr Kalenik 5285e22f2a LibWeb+WebContent: Move scrollbar painting into WebContent 1 éve
  Andrew Kaster 46e00a8f5e LibWeb: Parse TokenizedFeatures from window.open 1 éve
  Andreas Kling 3945e1a82a LibJS: Make JS::Cell a Weakable 1 éve
  Andreas Kling 0ebfc0a4c4 LibWeb: Move event handling & cursor from BrowsingContext to Navigable 1 éve
  Andreas Kling 9cd4a65071 LibWeb: Move TraversableNavigable::m_page up to Navigable 1 éve
  Aliaksandr Kalenik 55154b6c68 LibWeb: Use SafeFunction for completion steps in "populate SHE" 1 éve
  Aliaksandr Kalenik 376427380e LibWeb: Make NavigationParams be GC-allocated 1 éve
  Aliaksandr Kalenik d3cfe35fbd LibWeb: Do not destroy document until whole subtree completed unloading 1 éve
  Aliaksandr Kalenik 39f74d3437 LibWeb: Bring HistoryHandlingBehavior up to date with the specification 1 éve
  Shannon Booth e800605ad3 AK+LibURL: Move AK::URL into a new URL library 1 éve
  Shannon Booth 9ce8189f21 Everywhere: Use unqualified AK::URL 1 éve
  Aliaksandr Kalenik c3f5dbb101 LibWeb: Paint page only if something that requires repaint happened 1 éve
  Aliaksandr Kalenik fc40d35012 LibWeb: Move paint properties invalidation flag into Document 1 éve
  Aliaksandr Kalenik bf14de4118 LibWeb: Remove direct calls of page_did_request_scroll_to() 1 éve
  Aliaksandr Kalenik 1af466babf LibWeb: Fix invalidation of CSS properties that do not affect layout 1 éve
  Andrew Kaster 567bb0f6a2 LibWeb: Implement user navigation involvement helper for MouseEvents 1 éve
  Andrew Kaster 6c1944ee61 LibWeb: Flesh out apply the history step to setup the navigation API 1 éve
  Aliaksandr Kalenik cc447c9c80 LibWeb+WebContent: Move paint recording init into Navigable 1 éve
  Sam Atkins 6c5450f9ce LibWeb: Report if anything is delaying load event, not the count 1 éve
  Andreas Kling bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 éve
  Aliaksandr Kalenik 44f7d7406c LibWeb: Use struct to pass Navigable::navigate() params 1 éve
  Andrew Kaster dc0f7c4c54 LibWeb: Align NavigationParams and the creation AOs to the spec 1 éve
  Andrew Kaster f296382e1a LibWeb: Implement inform the navigation api about aborting navigation 1 éve
  Andrew Kaster 25ffe6becb LibWeb: Correct spelling of UserNavigationTiming enum 1 éve
  Andreas Kling 93e4a0de16 LibWeb: Move has_a_rendering_opportunity() to Navigable 1 éve
  Aliaksandr Kalenik 3634749d98 LibWeb: Update `Window::open_impl()` to use navigables 1 éve
  Aliaksandr Kalenik dd7bba66ed LibWeb: Change viewport ownership from `BrowsingContext` to `Navigable` 1 éve
  Aliaksandr Kalenik ee50d9b2b5 LibWeb: Update Page to use navigables 1 éve