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
/
InProcessWebView.cpp
Age
Commit message (
Expand
)
Author
2021-09-25
LibWeb: Rename HTMLDocumentParser => HTMLParser
Andreas Kling
2021-09-13
LibWeb: Add the Web::URL namespace and move URLEncoder to it
Idan Horowitz
2021-09-09
LibWeb: Rename BrowsingContext::document() => active_document()
Andreas Kling
2021-09-08
LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock
Andreas Kling
2021-08-01
LibWeb: Remove unused header includes
Brian Gianforcaro
2021-07-14
LibWeb: Remove now-duplicated actions from IPWV regarding text selection
Timothy Flynn
2021-07-14
LibWeb: Move select-all implementation to BrowsingContext
Timothy Flynn
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-05-30
LibWeb: Rename Web::Frame to Web::BrowsingContext
Andreas Kling
2021-05-03
LibGUI: Rename ScrollableWidget => AbstractScrollableWidget
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-14
Browser+LibWeb+WebContent: Track the source of document.cookie requests
Timothy Flynn
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-11
LibWeb+WebContent: Hook document.cookie to the backend cookie storage
Timothy Flynn
2021-03-07
LibWeb: Make tiled backgrounds scroll with content
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
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: Remove WidgetBox layout node
Andreas Kling
2021-02-10
LibWeb: Move window.confirm() to using a PageClient callback
Andreas Kling
2021-02-10
LibWeb: Remove a whole bunch of unnecessary #includes
Andreas Kling
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling