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
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2021-09-24
LibWeb: Rename "Computed" CSSStyleDeclaration => "Resolved"
Andreas Kling
2021-09-19
LibWeb: Move background painting from Box to its own file
Sam Atkins
2021-09-19
LibWeb: Move box-shadow painting out of Box to its own file
Sam Atkins
2021-09-19
LibWeb: Implement basic support for MessageChannel and MessagePort
Andreas Kling
2021-09-19
LibWeb: Add event handler attributes to XMLHttpRequestEventTarget
Andreas Kling
2021-09-18
LibWeb: Remove the unused LayoutTreeModel
Andreas Kling
2021-09-18
LibWeb: Add a bare-bones SVG <g> element
Andreas Kling
2021-09-18
LibWeb: Add SVGFormattingContext to handle SVG box trees
Andreas Kling
2021-09-17
LibWeb: Add the IdleDeadline interface from the RequestIdleCallback spec
Andreas Kling
2021-09-15
Meta: Use Lagom:: namespaced names for code generators
Andrew Kaster
2021-09-15
LibWeb: Add SVG::ViewBox to represent SVG view boxes
Andreas Kling
2021-09-15
LibWeb: Add an SVG::AttributeNames namespace
Andreas Kling
2021-09-14
LibWeb: Add a bare implementation of the URL built-in
Idan Horowitz
2021-09-13
LibWeb: Add the URLSearchParams built-in
Idan Horowitz
2021-09-13
LibWeb: Add the Web::URL namespace and move URLEncoder to it
Idan Horowitz
2021-09-12
LibWeb: Add ComputedCSSSstyleDeclaration and support 2 properties :^)
Andreas Kling
2021-09-12
LibWeb: Start implementing the MediaQueryList interface
Linus Groh
2021-09-12
LibWeb: Add the History object and stub pushState and replaceState
Luke Wilde
2021-09-09
LibWeb: Start working on spec-aligned HTML scripting semantics
Andreas Kling
2021-09-09
LibWeb: Add a bare-bones HTML event loop with a task queue
Andreas Kling
2021-09-08
LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock
Andreas Kling
2021-09-05
LibWeb+LibWasm: Implement the WebAssembly.Table object
Ali Mohammad Pur
2021-09-02
LibWeb: Replace unused DOMTreeModel with DOMTreeJSONModel
Sam Atkins
2021-09-02
LibWeb: Add initial support for AbortController and AbortSignal
Luke Wilde
2021-08-30
CMake: Add custom target to build only the generated sources
Brian Gianforcaro
2021-08-28
LibWeb: Use foreach to generate wrapper targets and tidy up CMakeLists
Andrew Kaster
2021-08-02
LibWeb: Switch to new CSS Parser :^)
Sam Atkins
2021-07-05
LibWeb: Add DOMParser
Luke
2021-07-02
LibWeb: Add the WebAssembly.Module constructor
Ali Mohammad Pur
2021-07-02
LibWeb: Add the WebAssembly.Instance constructor
Ali Mohammad Pur
2021-07-02
LibWeb: Split the WebAssemblyInstance object logic into multiple files
Ali Mohammad Pur
2021-06-29
LibWeb+Browser: Support DOM Inspector for OutOfProcessWebView
Adam Hodgen
2021-06-22
LibWeb: Implement the WebAssembly Memory object and Memory imports
Ali Mohammad Pur
2021-05-31
LibWeb: Rename "FrameHostElement" to "BrowsingContextContainer"
Luke
2021-05-30
LibWeb: Rename Web::Frame to Web::BrowsingContext
Andreas Kling
2021-05-26
LibWasm+LibWeb: Partially resolve memory exports
Ali Mohammad Pur
2021-05-26
LibWeb: Implement a very basic WebAssembly JS API
Ali Mohammad Pur
2021-05-20
LibWeb: Add a super basic HTML syntax highlighter
Ali Mohammad Pur
2021-05-20
LibWeb: Sort CMakeLists SOURCES entries
Ali Mohammad Pur
2021-05-18
LibWeb: Implement encoding sniffing algorithm
Max Wipfli
2021-04-25
Services: Rename ProtocolServer to RequestServer
DexesTTP
2021-04-25
LibWeb: Add WebSocket bindings
DexesTTP
2021-04-22
LibWeb: Implement a slow but functional HTMLCollection :^)
Andreas Kling
2021-04-20
LibWeb: Add basic support for HTMLInputElement.form
Andreas Kling
2021-04-15
LibWeb: Helper for creating load requests with a Cookie header
Timothy Flynn
2021-04-14
Browser+LibWeb: Move cookie parser into LibWeb
Timothy Flynn
2021-04-06
LibWeb: Add ProcessingInstruction node
Luke
2021-04-04
LibWeb: Add "Label" to be the layout node for HTMLLabelElement
Timothy Flynn
2021-04-04
LibWeb: Implement the Screen interface
Linus Groh
2021-04-03
LibWeb: Add support for HTML input type=radio
Timothy Flynn
[next]