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-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
2021-04-03
LibWeb: Add a FrameHostElement for frame/iframe common functionality
Andreas Kling
2021-03-22
LibWeb: Import new CSS parser
Andreas Kling
2021-03-21
LibWeb: Add legacy Image factory function
Luke
2021-03-15
LibWeb: Support named CSS properties on CSSStyleDeclaration wrapper
Andreas Kling
2021-03-13
LibWeb: Expose barebones CSSStyleDeclaration to JavaScript
Andreas Kling
2021-03-13
LibWeb: Rename StyleDeclaration => CSSStyleDeclaration to match CSSOM
Andreas Kling
2021-03-09
LibWeb: Add a whole bunch of rule classes for the new CSS parser
Andreas Kling
2021-03-09
LibWeb: Rename CSSParser => DeprecatedCSSParser
Andreas Kling
2021-03-09
LibWeb: Add specification-based CSS tokenizer
Andreas Kling
2021-03-08
LibWeb: Start exposing CSS style sheets to JavaScript :^)
Andreas Kling
2021-03-07
LibWeb: Split CSS::StyleSheet into StyleSheet and CSSStyleSheet
Andreas Kling
2021-03-07
LibWeb: Rename StyleRule => CSSStyleRule
Andreas Kling
2021-02-28
LibWeb: Add actual document loading for the CSS (at)import rule
Sviatoslav Peleshko
2021-02-28
LibWeb: Added simple parsing for (at)import rules
Sviatoslav Peleshko
2021-02-28
LibWeb: Create base class CSSRule for all CSS rules
Sviatoslav Peleshko
2021-02-20
LibWeb: Add DOM::DOMException class and bindings
Linus Groh
2021-02-10
LibWeb: Remove WidgetBox layout node
Andreas Kling
2021-02-03
LibWeb: Basic implementation of global event handlers :^)
Andreas Kling
2021-02-03
LibWeb: Move main thread JavaScript VM to its own file
Andreas Kling
2021-01-23
LibWeb: Add XHREventTarget and have XHR inherit from it
Luke
2021-01-23
LibWeb: Flesh out existing XHR methods a bit more
Luke
2021-01-23
LibWeb: Generate JS bindings for Range from IDL :^)
Andreas Kling
2021-01-23
LibWeb: Generate JS bindings for XMLHttpRequest from IDL :^)
Andreas Kling
2021-01-23
LibWeb: Move XMLHttpRequest to separate XHR directory
Andreas Kling
2021-01-22
Build: Use cmake's make_directory utility instead of env(1) and mkdir(1)
Emanuele Torre
2021-01-22
Meta: Get building on NixOS (#5005)
Jonathan Turner
2021-01-18
LibWeb: Add a very naive Layout::FlexFormattingContext :^)
Andreas Kling
[next]