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
Age
Commit message (
Expand
)
Author
2020-06-07
LibWeb: Fix broken paint invalidation after subframe changes
Andreas Kling
2020-06-07
LibWeb: Let subframes propagate paint invalidations via host element
Andreas Kling
2020-06-07
LibWeb: Remove unused Document::on_layout_updated hook
Andreas Kling
2020-06-07
LibWeb: Open subframe links inside the subframe itself
Andreas Kling
2020-06-07
LibWeb: Add per-Frame EventHandler, handle mouse events recursively
Andreas Kling
2020-06-07
LibWeb: Move Frame.{cpp,h} into a new Frame/ directory
Andreas Kling
2020-06-06
LibWeb: Whine in debug log instead of asserting on partial layout FIXME
Andreas Kling
2020-06-06
LibJS: Add Proxy objects
Matthew Olsson
2020-06-06
LibJS: Value.in uses has_property instead of get().is_empty()
Matthew Olsson
2020-06-06
LibJS: Object.setPrototypeOf throws error on too few arguments
Matthew Olsson
2020-06-06
LibJS: Add PropertyDescriptor object
Matthew Olsson
2020-06-06
LibJS: Distinguish between omitted descriptor attributes and false ones
Matthew Olsson
2020-06-06
LibGUI: Fix TextEditor painting glitch after add_clip_rect() change
Andreas Kling
2020-06-06
LibGfx: Make Painter::add_clip_rect() use logical coordinates
Andreas Kling
2020-06-06
LibWeb: Make Frame::page_view() always go via main_frame()
Andreas Kling
2020-06-06
LibWeb: Handle EOF tokens during "text" insertion
Andreas Kling
2020-06-06
LibWeb: Delay sub-Frame construction until host Document is attached
Andreas Kling
2020-06-06
LibWeb: Add Node notifications for Document<=>Frame attach/detach
Andreas Kling
2020-06-06
LibWeb: Show error page if we can't handle a frame's main resource
Andreas Kling
2020-06-06
LibWeb: Let Resource figure out its own encoding and MIME type
Andreas Kling
2020-06-06
LibWeb: Always scroll PageView to top when a new document is set
Andreas Kling
2020-06-06
LibWeb: Turn FrameLoader into a ResourceClient
Andreas Kling
2020-06-06
LibWeb: Make Document::url() return URL by value
Andreas Kling
2020-06-06
LibWeb: Use FrameLoader to load iframes :^)
Andreas Kling
2020-06-06
LibWeb: Add a FrameLoader class and move PageView's loading logic there
Andreas Kling
2020-06-06
LibJS: Fix rest-params test to take function hoisting into account
Marcin Gasperowicz
2020-06-06
LibJS: Hoist function declarations
Marcin Gasperowicz
2020-06-06
LibWeb: Fix location.reload.length
Luke
2020-06-06
LibWeb: Fully implement all script tokenizer states
Luke
2020-06-05
LibWeb: Start adding support for the <iframe> element! :^)
Andreas Kling
2020-06-05
LibWeb: Assert that we don't reuse cached resources with wrong type
Andreas Kling
2020-06-05
LibWeb: Fix mismatching Resource subclass types
Andreas Kling
2020-06-05
LibWeb: Parse param/source/track start tags during "in body" insertion
Andreas Kling
2020-06-05
LibWeb: Simplify LayoutWidget layout
Andreas Kling
2020-06-05
LibWeb: Don't assign style to LayoutWidgets
Andreas Kling
2020-06-05
LibWeb: Make <canvas> use the generic replaced layout algorithm
Andreas Kling
2020-06-05
LibWeb: Start implementing proper layout of replaced elements
Andreas Kling
2020-06-05
LibWeb: Improve computation of a layout node's containing block
Andreas Kling
2020-06-05
LibWeb: Don't create a layout node for <noscript> when scripting enabled
Andreas Kling
2020-06-05
LibCrypto: Add a simple SignedBigInteger
AnotherTest
2020-06-05
LibWeb: Fix parsing of "<textarea></textarea>"
Andreas Kling
2020-06-05
LibWeb: Fix missing tokenizer state change in RCDATALessThanSign
Andreas Kling
2020-06-04
LibWeb: Unbreak character reference and DOCTYPE parsing post-UTF-8
Andreas Kling
2020-06-04
LibWeb: Make the new HTML parser parse input as UTF-8
Andreas Kling
2020-06-04
LibWeb: Fix incorrectly consumed characters after reference tokens
Andreas Kling
2020-06-04
LibWeb: Process style sheets in document order
Andreas Kling
2020-06-04
LibWeb: Fix <body> and <img> elements not parsing their class attribute
Andreas Kling
2020-06-04
LibGUI: Fix bad KeyEvent::m_key initializer to unbreak SDL2 port
Andreas Kling
2020-06-04
LibTLS: Simplify record padding logic and ASSERT more assumptions
AnotherTest
2020-06-04
LibCrypto: Correctly pad blocks with FinalBlockSize < size < BlockSize
AnotherTest
[next]