Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
před 3 roky |
Andreas Kling
|
ba606d9057
LibWeb: Move PaintingBox to its own .cpp and .h files
|
před 3 roky |
Andreas Kling
|
9461e44afa
LibWeb: Use Layout::Box::paint_box() accessor in more places
|
před 3 roky |
Andreas Kling
|
f6497b64ac
LibWeb: Rename Painting::Box => Paintable
|
před 3 roky |
Andreas Kling
|
a4d51b3dc2
LibWeb: Add Painting::Box and move things from Layout::Box into it
|
před 3 roky |
Andreas Kling
|
0608de8c12
LibWeb: Rename Layout::Box::size() to content_size()
|
před 3 roky |
Dmitry Petrov
|
1662213737
Userland: Add horizontal mouse scroll support
|
před 3 roky |
Elyse
|
8d1fb299b1
LibGUI+LibWeb: Use 'decrease_slider_by_steps()' method
|
před 3 roky |
Elyse
|
cee4e02134
LibGUI+LibWeb: Use 'increase_slider_by_steps()' method
|
před 3 roky |
Elyse
|
086615535f
Everywhere: Use 'decrease_slider_by()' method from AbstractSlider
|
před 3 roky |
Elyse
|
d53e1fa1fa
Everywhere: Use 'increase_slider_by()' method from AbstractSlider
|
před 3 roky |
Andreas Kling
|
7c57961c61
LibWeb: Move BrowsingContext into HTML/
|
před 3 roky |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
před 3 roky |
Andreas Kling
|
09cba7c780
LibGfx: Use ErrorOr<T> for Bitmap infrastructure used by ShareableBitmap
|
před 3 roky |
Sam Atkins
|
53edaa3b26
LibWeb+WebContent: Add set_preferred_color_scheme IPC call
|
před 3 roky |
Andreas Kling
|
f67648f872
LibWeb: Rename HTMLDocumentParser => HTMLParser
|
před 3 roky |
Idan Horowitz
|
4629f2e4ad
LibWeb: Add the Web::URL namespace and move URLEncoder to it
|
před 3 roky |
Andreas Kling
|
84fcf879f9
LibWeb: Rename BrowsingContext::document() => active_document()
|
před 3 roky |
Andreas Kling
|
e91edcaa28
LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock
|
před 3 roky |
Brian Gianforcaro
|
217179a39f
LibWeb: Remove unused header includes
|
před 3 roky |
Timothy Flynn
|
22ab512f39
LibWeb: Remove now-duplicated actions from IPWV regarding text selection
|
před 4 roky |
Timothy Flynn
|
fea7e84b26
LibWeb: Move select-all implementation to BrowsingContext
|
před 4 roky |
Andreas Kling
|
ee3a73ddbb
AK: Rename downcast<T> => verify_cast<T>
|
před 4 roky |
Andreas Kling
|
4190fd2199
LibWeb: Rename Web::Frame to Web::BrowsingContext
|
před 4 roky |
Andreas Kling
|
d47f15ab8b
LibGUI: Rename ScrollableWidget => AbstractScrollableWidget
|
před 4 roky |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
před 4 roky |
Timothy Flynn
|
2381b19719
Browser+LibWeb+WebContent: Parse cookies in the OOP tab
|
před 4 roky |
Timothy Flynn
|
c00760c5f9
Browser+LibWeb+WebContent: Track the source of document.cookie requests
|
před 4 roky |
Andreas Kling
|
a2baab38fd
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
|
před 4 roky |
Timothy Flynn
|
1ef48d50ff
LibWeb+WebContent: Hook document.cookie to the backend cookie storage
|
před 4 roky |