index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
HTML
/
BrowsingContext.cpp
Age
Commit message (
Expand
)
Author
2023-06-01
LibWeb: Implement step 7 of `choose_a_browsing_context`
stelar7
2023-05-27
LibWeb: Protect against null deref during Web::Page initialization
Andreas Kling
2023-05-27
LibWeb: Only forward scroll requests for the top-level browsing context
Andreas Kling
2023-05-27
LibWeb: Don't tell UI process about subframe title changes
Andreas Kling
2023-05-27
LibWeb: Don't throw away the layout tree on viewport resize
Andreas Kling
2023-05-09
LibWeb: Broadcast the viewport rect to clients immediately after layout
Andreas Kling
2023-04-24
LibWeb: Implement "create a new browsing context and document"
Aliaksandr Kalenik
2023-04-24
LibWeb: Implement the "top-level traversable" of a browsing context
Andreas Kling
2023-04-24
LibWeb: Add updated version of "determine the origin" AO from HTML spec
Andreas Kling
2023-04-24
LibWeb: Convert navigationId from DeprecatedString to String
Aliaksandr Kalenik
2023-04-20
LibWeb/HTML: Store NonnullGCPtr in browsing context set
Linus Groh
2023-04-19
LibWeb: Rename BrowsingContextContainer => NavigableContainer
Andreas Kling
2023-04-15
LibWeb: Make SessionHistoryEntry GC-allocated
Andreas Kling
2023-04-15
AK+Everywhere: Change URL::path() to serialize_path()
MacDue
2023-04-09
LibWeb: Port fire_a_page_transition_event() to new FlyString
Kenneth Myhra
2023-04-07
LibWeb: Port {Mouse,UI,Wheel,}Event to new String
Kenneth Myhra
2023-04-06
LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String
Kenneth Myhra
2023-04-06
LibWeb: Introduce CustomElementRegistry and creating custom elements
Luke Wilde
2023-04-06
LibWeb: Port AbstractBrowsingContext to String
Kenneth Myhra
2023-03-26
LibWeb: Don't force relayout whole page on programmatic scroll
Andreas Kling
2023-03-22
LibWeb+WebContent: Change the "noopener" storage type to a named enum
Timothy Flynn
2023-03-21
WebContent+Everywhere: Add an option to not activate new tabs over IPC
Timothy Flynn
2023-03-16
LibWeb: Create new tab if a new top level BC is requested
Aliaksandr Kalenik
2023-03-16
LibWeb: Inherit BrowsingContext from AbstractBrowsingContext
Aliaksandr Kalenik
2023-03-07
LibWeb: Make BC::set_system_visibility_state use the active doc's global
Luke Wilde
2023-02-28
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
Andreas Kling
2023-02-22
LibWeb: Make factory method of HTML::BrowsingContext fallible
Kenneth Myhra
2023-02-19
LibWeb: Use is_ascii_case_insensitive_match() where the spec says to
Sam Atkins
2023-02-18
LibWeb: Make factory method of HTML::Window fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory methods of DOM::Event fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory methods of DOM::Document fallible
Kenneth Myhra
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
2023-01-12
LibWeb: Implement BrowsingContext::select_all() in terms of Selection
Andreas Kling
2023-01-12
LibWeb: Implement BrowsingContext::selected_text() in terms of Selection
Andreas Kling
2023-01-05
LibWeb: Convert Layout::Node to new pixel units
Sam Atkins
2023-01-05
LibWeb+WebContent: Convert BrowsingContext to new pixel units
Sam Atkins
2022-12-10
LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events
Sam Atkins
2022-12-07
Meta+Userland: Pass Gfx::IntSize by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-19
Everywhere: Remove unnecessary mutable attributes from lambdas
MacDue
2022-11-15
LibWeb: Bring BrowsingContext::choose_a_browsing_context closer to spec
Idan Horowitz
2022-11-15
LibWeb: Add the 'opener browsing context' BrowsingContext property
Idan Horowitz
2022-11-08
LibWeb: Add a flag to track when a browsing context has been discarded
Timothy Flynn
2022-10-31
LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s
Linus Groh
2022-10-30
LibWeb: Make Fetch::Infrastructure::{Request,Response,HeaderList} GC'd
Linus Groh
2022-10-24
LibWeb: Move url_origin() to URL/URL.{cpp,h}
Linus Groh
2022-10-20
LibWeb: Make the layout tree GC-allocated
Andreas Kling
2022-10-20
LibWeb: Make BrowsingContext GC-allocated
Andreas Kling
[next]