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
/
Page
/
Page.h
Age
Commit message (
Expand
)
Author
2022-08-05
LibWeb: Remove page_did_set_document_in_top_level_browsing_context()
Andreas Kling
2022-06-27
Browser+LibWeb+WebContent: Allow Browser to load local files
Lucas CHOLLET
2022-06-20
LibWeb+LibWebView+WebContent: Get doubleclick events from LibGUI
Karol Kosek
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-31
LibWeb: Add 'is scripting enabled' concept to EnvironmentSettingsObject
Linus Groh
2022-03-10
Browser: Show currently loading host and remaining resource count
Ben Abraham
2022-01-20
Userland: Add horizontal mouse scroll support
Dmitry Petrov
2021-11-18
LibWeb: Move BrowsingContext into HTML/
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-10-31
LibWeb+WebContent: Add set_preferred_color_scheme IPC call
Sam Atkins
2021-10-03
LibWeb+Browser: Disable Same-Origin Policy by default for now
Andreas Kling
2021-09-28
LibWeb: Fire "keyup" events as well :^)
Andreas Kling
2021-09-13
LibWeb: Add the Web::URL namespace and move URLEncoder to it
Idan Horowitz
2021-09-12
LibWeb: Start tracking elapsed time when a resource is loaded
Brian Gianforcaro
2021-09-12
LibWeb+Browser: Add Debug menu action for toggling Same-Origin Policy
Andreas Kling
2021-09-11
LibWeb+WebContent: Add WebContentClient::did_request_scroll_to() call
Sam Atkins
2021-09-11
LibWeb+WebContent: Modify did_request_scroll() IPC to take x&y deltas
Sam Atkins
2021-09-08
LibWeb: Remove unused PageClient::is_multi_process()
Andreas Kling
2021-05-30
LibWeb: Rename Web::Frame to Web::BrowsingContext
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-16
Browser+LibWeb+WebContent: Parse cookies in the OOP tab
Timothy Flynn
2021-04-15
Everything: Add `-Wnon-virtual-dtor` flag
Nicholas-Baron
2021-04-14
Browser+LibWeb+WebContent: Track the source of document.cookie requests
Timothy Flynn
2021-04-11
LibWeb+WebContent: Hook document.cookie to the backend cookie storage
Timothy Flynn
2021-04-04
LibWeb+WebContent: Keep track of screen rect
Linus Groh
2021-03-02
LibWeb: Handle scrolling an OutOfProcessWebView
Angus Gibson
2021-02-22
LibWeb: Plumb wheel events from widget layer to EventHandler
Andreas Kling
2021-02-20
LibWeb: Implement Window.prompt()
Linus Groh
2021-02-10
LibWeb: Move window.confirm() to using a PageClient callback
Andreas Kling
2021-02-10
LibWeb: Remove low-hanging LibGUI fruit from LibWeb
Andreas Kling
2021-01-30
LibWeb: Don't try to create GUI::TextBox inside multi-process web views
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling