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-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
2020-07-03
LibWeb: Insert newlines at <br> and block boundaries in copied text :^)
Andreas Kling
2020-07-03
LibWeb: Add a "select all" action to the Web::PageView
Andreas Kling
2020-07-03
LibWeb: Implement basic text copying :^)
Andreas Kling
2020-07-01
LibWeb: Use the StackingContext tree for hit testing
Andreas Kling
2020-07-01
LibWeb: StackingContext was sorting the wrong list of children
Andreas Kling
2020-07-01
LibJS: Explicitly pass a "Function& new_target" to Function::construct
Matthew Olsson
2020-06-29
LibWeb: Clamp text fragment selection to the fragment
Andreas Kling
2020-06-29
LibWeb: Improve hit testing on the right of line boxes
Andreas Kling
2020-06-29
LibWeb: Add LayoutRange::normalized()
Andreas Kling
2020-06-29
LibWeb: Paint the text selection :^)
Andreas Kling
2020-06-28
LibWeb: Rename LineBoxFragment::render() => paint()
Andreas Kling
2020-06-28
LibWeb: Layout table-cell contents once again once final width is known
Andreas Kling
2020-06-28
LibWeb: Implement almost all missing tokenizer cases
Luke
2020-06-28
LibWeb: Give the <blockquote> element some margins in the UA style
Andreas Kling
[next]