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
/
Services
/
WebContent
Age
Commit message (
Expand
)
Author
2022-07-05
WebContent: Invalidate document style when changing the page's palette
Luke Wilde
2022-07-05
Browser+WebContent: Fix inspecting non-visible nodes
MacDue
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-05-28
Browser+LibWeb+WebContent: Add ability to inspect session storage
Rafał Babiarz
2022-05-26
WebContent: Depend on ImageDecoder, RequestServer and WebSocket
Karol Kosek
2022-05-15
LibWeb: Abstract the LibProtocol ResourceLoader connection
DexesTTP
2022-05-15
LibWeb: Abstract the LibProtocol WebSockets connection
DexesTTP
2022-05-15
LibWeb: Abstract the image decoding via Web::ImageDecoding::Decoder
DexesTTP
2022-05-15
LibWebView: Move OutOfProcessWebView to a new LibWebView library
DexesTTP
2022-05-07
LibJS: Convert Console to use MarkedVector<Value>
Luke Wilde
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-09
Browser+LibWeb+WebContent: Implement per-URL-pattern proxies
Ali Mohammad Pur
2022-04-06
LibWeb: Remove the InProcessWebView widget
Andreas Kling
2022-04-05
Revert "WebContent: Use ConsoleGlobalObject for the console's global object :^)"
Andreas Kling
2022-04-05
WebContent: Cancel pending paint requests when removing a backing store
Andreas Kling
2022-04-05
WebContent: Use ConsoleGlobalObject for the console's global object :^)
Sam Atkins
2022-04-03
Browser+LibWeb+WebContent: Add ability to inspect local storage
Valtteri Koskivuori
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-31
Browser+WebContent: Add a Debug menu action to disable scripting :^)
Linus Groh
2022-03-31
WebContent: Add plumbing for 'is scripting enabled' setting
Linus Groh
2022-03-25
LibWeb: Show correct element margin values in Inspector "Box Model" view
Andreas Kling
2022-03-24
Services: Use default constructors/destructors
Lenny Maiorani
2022-03-24
WebContent: Remove accidentally committed unveil() call
Andreas Kling
2022-03-24
LibWeb: Bring CSS line-height implementation closer to spec
Andreas Kling
2022-03-23
WebContent: Fill OOPWV with palette base color when there's no content
Andreas Kling
2022-03-18
LibJS: Add infallible variant of VM::push_execution_context()
Linus Groh
2022-03-15
LibWeb: Rename Element::specified_css_values() => computed_css_values()
Andreas Kling
2022-03-15
LibWeb: Rename Element::computed_style() to resolved_css_values()
Andreas Kling
2022-03-11
LibWeb: Move hit testing to the painting tree
Andreas Kling
2022-03-11
LibWeb: Move PaintingBox to its own .cpp and .h files
Andreas Kling
2022-03-11
LibWeb: Use Layout::Box::paint_box() accessor in more places
Andreas Kling
2022-03-11
LibWeb: Rename Painting::Box => Paintable
Andreas Kling
2022-03-11
LibWeb: Hang StackingContext off of the paint boxes
Andreas Kling
2022-03-11
LibWeb: Add Painting::Box and move things from Layout::Box into it
Andreas Kling
2022-03-10
WebContent: Return empty JSON object if element has no box model
Sam Atkins
2022-03-10
WebContent: Show box-model metrics for (some) pseudo-elements
Sam Atkins
2022-03-10
Browser+LibWeb+WebContent: Show style for pseudo-elements :^)
Sam Atkins
2022-03-10
Browser: Show currently loading host and remaining resource count
Ben Abraham
2022-03-08
Browser+LibWeb: Add an Element size preview widget to inspector
Vrins
2022-03-08
LibWeb: Move Window from DOM directory & namespace to HTML
Linus Groh
2022-02-27
Everywhere: Make JSON serialization fallible
Idan Horowitz
2022-02-25
Userland: Rename IPC ClientConnection => ConnectionFromClient
Itamar
2022-02-21
WebContent: Push execution context before ConsoleGlobalObject init
Linus Groh
2022-02-21
WebContent: Remove unused JS Lexer/Parser includes
Linus Groh
2022-02-16
WebContent: Exit peacefully when client dies during synchronous IPC
Andreas Kling
2022-02-10
LibWeb: Perform CSS custom property cascade once instead of per-property
Andreas Kling
2022-02-09
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
Linus Groh
2022-02-08
Browser+LibWeb: Add "Dump Local Storage" item to Browser's Debug menu
Andreas Kling
2022-02-08
LibWeb: Introduce the Environment Settings Object
Luke Wilde
[next]