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-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
2020-07-26
LibWeb: Abstract common operations of graphical SVG elements
Matthew Olsson
2020-07-26
LibGfx: Add FloatPoint methods
Matthew Olsson
2020-07-26
LibWeb: Add elliptical curve support to svg path elements
Matthew Olsson
2020-07-26
LibWeb: Begin SVG element support
Matthew Olsson
2020-07-25
test-web: Add ability to change page mid-test
Luke
2020-07-24
LibWeb: Use [Reflect] for Element.id and Element.className :^)
Andreas Kling
2020-07-24
LibWeb: Allow specifying a custom attribute name for [Reflect]
Andreas Kling
2020-07-24
LibWeb: Add HTMLElement.lang (and make HTMLElement.title reflecting)
Andreas Kling
2020-07-24
LibWeb: Add HTMLImageElement.src and HTMLImageElement.alt
Andreas Kling
2020-07-24
LibWeb: Add code generation for reflecting IDL attributes
Andreas Kling
2020-07-23
LibWeb: Rename Element::tag_name() => local_name()
Andreas Kling
2020-07-23
LibWeb: Add a helper for creating a fake (start tag) HTML token
Andreas Kling
2020-07-23
LibJS: Simplify Cell::initialize()
Andreas Kling
2020-07-23
LibWeb: Add tests for atob() and btoa()
Nico Weber
2020-07-23
LibWeb+test-web: Create test-web program, add doctype test
Luke
2020-07-22
LibWeb: Make btoa() and atob() correctly handle values between 128 and 255
Nico Weber
2020-07-22
AK: Make encode_base64 take a ByteBuffer and return a String
Nico Weber
2020-07-22
LibJS: Add FIXMEs to a few functions that need UTF-16 handling
Nico Weber
2020-07-22
LibWeb: Replaced elements had backwards application of intrinsic ratio
Andreas Kling
2020-07-22
LibWeb: Set the intrinsic width/height of <img> instead of hacking it
Andreas Kling
2020-07-22
LibWeb: Parse "width" and "height" presentation attributes on <img>
Andreas Kling
2020-07-22
LibWeb: Add a dedicated function for parsing HTML length values
Andreas Kling
2020-07-22
LibWeb: Assert we're parsing a fragment on fragment cases
Luke
2020-07-21
LibWeb: Use "namespace Web::Foo {" since C++20 allows it :^)
Andreas Kling
2020-07-21
LibWeb: Implement quirks mode detection
Luke
2020-07-16
LibWeb: Require parent window argument for MessageBox
Tom
2020-07-11
LibWeb: Check if layout node is still present after dispatch_event
Kevin Meyer
2020-07-11
LibWeb: Remove some unnecessary casts
Kevin Meyer
2020-07-11
LibWeb: Fix EVENT_DEBUG dump compilation
Kevin Meyer
2020-07-08
LibWeb: Don't call did_layout in non-main frame documents
Kevin Meyer
2020-07-08
LibWeb: Add type for FrameLoader::load
Kevin Meyer
2020-07-07
LibWeb: Turn floated display:inline elements into block-level elements
Andreas Kling
2020-07-07
LibWeb: Make context menus work in WebContentView
Andreas Kling
2020-07-07
LibWeb: Fix PageView::url() null-check
Kevin Meyer
2020-07-06
LibWeb: Make WebContentView show the hover hand over links :^)
Andreas Kling
2020-07-06
LibWeb: Don't show unnecessary scrollbars in WebContentView
Andreas Kling
2020-07-06
LibWeb: Make the WebContentView::on_load_start hook actually work :^)
Andreas Kling
2020-07-06
Browser+LibWeb: Pave the way for using WebContentView in Browser
Andreas Kling
2020-07-06
LibWeb: Add a shared WebViewHooks base class for both web view widgets
Andreas Kling
2020-07-06
LibWeb: Move WebContentView from Demos/WebView into LibWeb
Andreas Kling
2020-07-06
LibWeb: Make the link context menu hook include the destination URL
Andreas Kling
2020-07-06
LibWeb: Make the link click hooks include the destination URL
Andreas Kling
2020-07-06
LibWeb: Move "Stop parsing!" behind PARSER_DEBUG
Nico Weber
2020-07-05
LibWeb: Use LayoutTableRowGroup for display:table-{header,footer}-group
Andreas Kling
2020-07-05
LibWeb: Always fire the link hover hooks when moving between links
Andreas Kling
2020-07-05
LibWeb: Tweak PageView::on_link_hover hook
Andreas Kling
2020-07-05
LibWeb: Move fragment link handling to Frame
Andreas Kling
2020-07-04
LibGUI: Turn GUI::Application::the() into a pointer
Andreas Kling
[next]