index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibWeb
Age
Commit message (
Expand
)
Author
2020-08-09
LibWeb: Always add line boxes through LayoutBlock::add_line_box()
Andreas Kling
2020-08-07
LibWeb: Remove some unnecessary throwaway strings in the CSS parser
Andreas Kling
2020-08-07
LibWeb: Handle CSS "ex" lengths (relative to font x-height)
Andreas Kling
2020-08-07
LibWeb: Remove unused LayoutPosition comparison operators
Andreas Kling
2020-08-06
LibWeb: Move text selection serialization from PageView to Frame
Andreas Kling
2020-08-06
Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)
asynts
2020-08-05
Unicode: Try s/codepoint/code_point/g again
Nico Weber
2020-08-05
Revert "Unicode: s/codepoint/code_point/g"
Nico Weber
2020-08-05
LibWeb: Specialize hit testing for text cursor purposes
Andreas Kling
2020-08-04
Build: Support make's and ninja's restat optimization
Nico Weber
2020-08-04
LibWeb: Make sure that head and body always get the HTML element
Luke
2020-08-03
LibWeb: Add a very basic test for Text node APIs ("data" and "length")
Andreas Kling
2020-08-03
LibWeb: Add CharacterData and Text IDL interfaces
Andreas Kling
2020-08-03
LibWeb: Reorganize tests into DOM/ and HTML/
Andreas Kling
2020-08-03
LibWeb: Add Element.{next,previous}ElementSibling IDL attributes
Andreas Kling
2020-08-03
LibWeb: Move "element sibling" getters to NonDocumentTypeChildNode
Andreas Kling
2020-08-03
LibWeb: Send key events to the WebContent process
Andreas Kling
2020-08-03
Unicode: s/codepoint/code_point/g
Andreas Kling
2020-08-03
LibWeb: Add the Document.documentElement API
Andreas Kling
2020-08-03
LibWeb: Move contentEditable from Element to HTMLElement
Luke
2020-08-02
LibWeb: Fix some SVG crashes/hangs
Matthew Olsson
2020-08-02
ProtocolServer+LibTLS: Pipe certificate requests from LibTLS to clients
AnotherTest
2020-08-02
LibWeb: Implement the Element.contentEditable IDL attribute
Andreas Kling
2020-08-02
LibWeb: Only allow editing of elements with contenteditable="true"
Andreas Kling
2020-08-02
LibWeb: Add very basic backspace support to content editing
Andreas Kling
2020-08-02
LibWeb: Allow inserting text at the cursor by typing characters :^)
Andreas Kling
2020-08-02
LibWeb: Add a blinking text cursor :^)
Andreas Kling
2020-08-02
LibWeb: Add a basic DOM::Position class
Andreas Kling
2020-07-30
LibWeb: Complete the redirect URL before loading it
AnotherTest
2020-07-28
LibWeb: Make layout tree have non-const pointers to the DOM
Andreas Kling
2020-07-28
LibWeb: Oops, provide the correct WrapperType for UIEvent
Andreas Kling
2020-07-28
LibWeb: Add UIEvent class (base of MouseEvent, and others)
Andreas Kling
2020-07-28
LibWeb: Move the Page/Frame/EventHandler classes into Page/
Andreas Kling
2020-07-28
LibWeb: Fix bad #include in CSSParser.cpp
Andreas Kling
2020-07-28
LibWeb: Move the CSS parser into CSS/Parser/
Andreas Kling
2020-07-28
LibWeb: Move the HTML parser into HTML/Parser/
Andreas Kling
2020-07-28
LibWeb: Move HTML classes into the Web::HTML namespace
Andreas Kling
2020-07-28
LibWeb: Move MouseEvent into the UIEvents namespace
Andreas Kling
2020-07-27
AK: Change the signature of AK::encode_base64() to use Span.
asynts
2020-07-27
LibCore+LibWeb: Move guess-mimetype-based-on-filename logic to LibCore
Andreas Kling
2020-07-27
LibWeb: Add a whole bunch of HTML DOM bindings
Luke
2020-07-27
LibGfx: Templatize Point, Size, and Rect
Matthew Olsson
2020-07-26
LibWeb: Move CSS classes into the Web::CSS namespace
Andreas Kling
2020-07-26
LibWeb: Move DOM classes into the Web::DOM namespace
Andreas Kling
2020-07-26
LibWeb: Make SVGElement and SVGGeometryElement constructors protected
Andreas Kling
2020-07-26
LibWeb: Simplify type traits for SVGGraphicsElement
Andreas Kling
2020-07-26
LibWeb: Switch to using AK::is and AK::downcast
Andreas Kling
2020-07-26
LibWeb: Move HTML object model stuff into LibWeb/HTML/
Andreas Kling
2020-07-26
LibWeb: LayoutSVG should not claim to be a LayoutCanvas :^)
Andreas Kling
2020-07-26
LibWeb: Refactor SVG files into their own directory; follow spec layout
Matthew Olsson
[prev]
[next]