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
Age
Commit message (
Expand
)
Author
2021-05-05
LibWeb: Remove double comma in FrameLoader debug logging
Idan Horowitz
2021-05-04
LibWeb: Implement EventTarget.dispatchEvent
Luke
2021-05-04
LibWeb: Add Document.{images,embeds,plugins,links,forms,scripts}
Luke
2021-05-04
LibWeb: Use HTML-uppercased qualified name for the Element node name
Luke
2021-05-04
LibWeb: Add createDocument and createDocumentType for DOMImplementation
Luke
2021-05-04
LibWeb: Add support for extended attributes on IDL parameters
Luke
2021-05-04
LibWeb: Expose HTMLInputElement.name
Luke
2021-05-04
LibWeb: Compute intrinsic height of absolute replaced elements
Timothy Flynn
2021-05-03
Userland: Use snake case names in .ipc files
Gunnar Beutner
2021-05-03
Userland: Update IPC calls to use proxies
Gunnar Beutner
2021-05-03
Userland: Change IPC funcs to use plain arguments instead of a struct
Gunnar Beutner
2021-05-03
LibGUI: Rename ScrollableWidget => AbstractScrollableWidget
Andreas Kling
2021-05-03
LibWeb: Use node_to_insert instead of node in Node::insert_before
Luke
2021-05-02
LibWeb: Expose Node.ownerDocument
Luke
2021-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
2021-05-02
Userland: Make IPC handlers return void if they don't have any outputs
Gunnar Beutner
2021-05-02
Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlers
Gunnar Beutner
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-05-01
LibWeb: Use new way of generating list-style-type: *-alpha
Tobias Christiansen
2021-04-30
LibWeb: Position absolute boxes relative to the containing block
Egor Ananyin
2021-04-30
LibWeb: Use min-height in calculating block box height
Egor Ananyin
2021-04-30
LibWeb: Fix floating box position calculation
Egor Ananyin
2021-04-30
LibWeb: Add selector support to the new CSSParser
stelar7
2021-04-29
LibWeb: Add list-style-type: upper-latin and upper-alpha support
Tobias Christiansen
2021-04-29
LibWeb: Add list-style-type: lower-alpha and lower-latin support
Tobias Christiansen
2021-04-29
LibWeb: Conversion from number to bijective-base with alphabet.
Tobias Christiansen
2021-04-29
LibWeb: Add list-style-type: decimal-leading-zero support
Tobias Christiansen
2021-04-29
LibWeb: Move Layout::TextNode whitespace collapse to separate function
Andreas Kling
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-27
Userland: Move non-standard math constants from math.h
Jean-Baptiste Boric
2021-04-27
LibWeb: Remove unnecessary temporary Vector in text layout
Andreas Kling
2021-04-27
LibWeb: Minor cleanup tweak in TextNode::split_into_lines_by_rules()
Andreas Kling
2021-04-27
LibWeb: Refactor Layout::TextNode splitting into a chunk iterator
Andreas Kling
2021-04-25
LibWeb: Use full source URL as script filename
Linus Groh
2021-04-25
Services: Rename ProtocolServer to RequestServer
DexesTTP
2021-04-25
LibWeb: Add WebSocket bindings
DexesTTP
2021-04-25
LibWeb: Add exception support in IDL constructors
DexesTTP
2021-04-25
LibWeb: Utilize SourceLocation for HTMLDocumentParser logging
Brian Gianforcaro
2021-04-25
LibWeb: Utilize SourceLocation for HTMLTokenizer logging
Brian Gianforcaro
2021-04-25
LibWeb: Utilize SourceLocation for CSS/Tokenizer logging
Brian Gianforcaro
2021-04-25
LibWeb: Utilize SourceLocation for CSS/Parser logging
Brian Gianforcaro
2021-04-25
LibWeb: Use SourceLocation for DeprecatedCSSParser logging.
Brian Gianforcaro
2021-04-24
LibJS+LibWeb: Move exception logging and remove should_log_exceptions
Linus Groh
2021-04-24
LibJS: Add VM::on_call_stack_emptied callback
Linus Groh
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-23
LibWeb: Don't assume name is string in HTMLCollectionWrapper::get()
Andreas Kling
2021-04-23
Userland: Use mattco@serenityos.org for my copyright headers
Matthew Olsson
2021-04-22
LibWeb+HackStudio: Use lukew@serenityos.org for my copyright headers
Luke
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
2021-04-22
LibWeb: Implement document.anchors
Andreas Kling
[next]