Commit History

Author SHA1 Message Date
  Luke Wilde 034aaf3f51 LibWeb: Introduce CustomElementRegistry and creating custom elements 2 years ago
  Kenneth Myhra 1080281e58 LibWeb: Port AbstractBrowsingContext to String 2 years ago
  Andreas Kling 32653f34f9 LibWeb: Don't force relayout whole page on programmatic scroll 2 years ago
  Timothy Flynn 1b811191cd LibWeb+WebContent: Change the "noopener" storage type to a named enum 2 years ago
  Timothy Flynn e6fc35897f WebContent+Everywhere: Add an option to not activate new tabs over IPC 2 years ago
  Aliaksandr Kalenik 7061322606 LibWeb: Create new tab if a new top level BC is requested 2 years ago
  Aliaksandr Kalenik 40ec976781 LibWeb: Inherit BrowsingContext from AbstractBrowsingContext 2 years ago
  Luke Wilde a1f7186153 LibWeb: Make BC::set_system_visibility_state use the active doc's global 2 years ago
  Andreas Kling 7e76a51cb0 LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport 2 years ago
  Kenneth Myhra 459959b297 LibWeb: Make factory method of HTML::BrowsingContext fallible 2 years ago
  Sam Atkins 2026ea557e LibWeb: Use is_ascii_case_insensitive_match() where the spec says to 2 years ago
  Kenneth Myhra 3e834636a6 LibWeb: Make factory method of HTML::Window fallible 2 years ago
  Kenneth Myhra c120c46acc LibWeb: Make factory methods of DOM::Event fallible 2 years ago
  Kenneth Myhra 0d9076c9f5 LibWeb: Make factory methods of DOM::Document fallible 2 years ago
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
  Andreas Kling 1c4328902d LibWeb: Implement BrowsingContext::select_all() in terms of Selection 2 years ago
  Andreas Kling bf69f4370e LibWeb: Implement BrowsingContext::selected_text() in terms of Selection 2 years ago
  Sam Atkins 5d8e3f5122 LibWeb: Convert Layout::Node to new pixel units 2 years ago
  Sam Atkins affc8a22ca LibWeb+WebContent: Convert BrowsingContext to new pixel units 2 years ago
  Sam Atkins 3c7bd5a317 LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events 2 years ago
  MacDue 27fae78335 Meta+Userland: Pass Gfx::IntSize by value 2 years ago
  MacDue 7be0b27dd3 Meta+Userland: Pass Gfx::IntPoint by value 2 years ago
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 years ago
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
  MacDue 8a5d2be617 Everywhere: Remove unnecessary mutable attributes from lambdas 2 years ago
  Idan Horowitz ff2f31bc81 LibWeb: Bring BrowsingContext::choose_a_browsing_context closer to spec 2 years ago
  Idan Horowitz c948873c5b LibWeb: Add the 'opener browsing context' BrowsingContext property 2 years ago
  Timothy Flynn 2d5381fd91 LibWeb: Add a flag to track when a browsing context has been discarded 2 years ago
  Linus Groh acfb546048 LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s 2 years ago
  Linus Groh b1968b8bed LibWeb: Make Fetch::Infrastructure::{Request,Response,HeaderList} GC'd 2 years ago