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-05-24
LibWeb: Improve support for white-space CSS property (#2348)
Jack Byrne
2020-05-24
LibWeb: HtmlTokenizer.cpp: fix ON_WHITESPACE macro
Emanuele Torre
2020-05-24
LibWeb: Add hook to HtmlView when a new document is set
FalseHonesty
2020-05-24
LibWeb: Implement enough HTML parsing to handle a small simple DOM :^)
Andreas Kling
2020-05-24
LibWeb: Start building the tree building part of the new HTML parser
Andreas Kling
2020-05-24
LibWeb: Add HTMLFormElement to forwarding header
Andreas Kling
2020-05-24
LibWeb: Add "name" to DocumentType nodes
Andreas Kling
2020-05-23
LibWeb: Make hit-testing work with display: inline-block;
Andreas Kling
2020-05-23
LibWeb: Colorize tag names in layout tree dumps + show element IDs
Andreas Kling
2020-05-23
LibWeb: Implement a bit more of DOCTYPE tokenization
Andreas Kling
2020-05-23
LibWeb: Emit character/comment tokens lazily to accumulate more data
Andreas Kling
2020-05-23
LibWeb: Make BEGIN_STATE and END_STATE include some {{{ and }}}
Andreas Kling
2020-05-23
LibWeb: Fix HtmlView not scrolling to a url's anchor on page load
FalseHonesty
2020-05-23
LibWeb: Add missing END_STATE for TagName
Andreas Kling
2020-05-23
LibWeb: Teach HTMLTokenizer how to tokenize comments
Andreas Kling
2020-05-23
LibWeb: Teach HTMLTokenizer how to tokenize attributes
Andreas Kling
2020-05-22
LibWeb: Minor tweaks to HTMLToken declaration
Andreas Kling
2020-05-22
LibWeb: Begin work on a spec-compliant HTML parser
Andreas Kling
2020-05-22
LibWeb: Move Attribute to its own header file
Andreas Kling
2020-05-21
LibWeb: Set window object as this value in set{Interval,Timeout}()
Linus Groh
2020-05-21
LibWeb: Ignore non-finite args in CanvasRenderingContext2D.{scale,translate}()
Linus Groh
2020-05-21
LibWeb: Enforce set{Interval,Timeout}() min interval of 0
Linus Groh
2020-05-21
LibWeb: Allow setInterval() with no interval
Linus Groh
2020-05-21
LibWeb: Let various functions throw if not enough arguments
Linus Groh
2020-05-21
LibWeb: Embrace Interpreter::{argument_count(), argument(index)}
Linus Groh
2020-05-21
LibWeb: Update the CSS prefix to -libweb
Sergey Bugaev
2020-05-21
LibWeb: Send User-Agent in HTTP requests
Andreas Kling
2020-05-21
LibWeb: Parse " into '"'
Andreas Kling
2020-05-21
LibWeb: Add CanvasRenderingContext2D.canvas
Linus Groh
2020-05-21
LibWeb: Let HTMLCanvasElement.getContext() return null for unknown types
Linus Groh
2020-05-21
LibWeb: HTML Parser, handle html escaped characters
Hüseyin ASLITÜRK
2020-05-20
LibWeb: Make window.location.reload() enumerable only
Linus Groh
2020-05-20
LibWeb: Make window.location properties non-configurable
Linus Groh
2020-05-20
LibWeb: Add leading "?" to window.location.search if not empty
Linus Groh
2020-05-20
LibWeb: Add leading "#" to window.location.hash if not empty
Linus Groh
2020-05-19
LibWeb: Fix duplicated public access modifier in StyleDeclaration
Linus Groh
2020-05-18
LibWeb: Allow reloading the current page with location.reload()
Andreas Kling
2020-05-18
LibWeb: Add location.protocol and location.host
Andreas Kling
2020-05-18
LibWeb: Allow navigating to a new URL by setting window.location.href
Andreas Kling
2020-05-18
LibWeb: Add a simple window.location object with some getters :^)
Andreas Kling
2020-05-18
LibJS: Pass Interpreter& to Value::to_number() et al.
Linus Groh
2020-05-18
LibJS: Change Value::to_object(Heap& -> Interpreter&)
Linus Groh
2020-05-17
LibGemini: Implement rendering text/gemini documents to HTML
AnotherTest
2020-05-17
LibWeb: Recognise and pass gemini URLs to ProtocolServer
Conrad Pankoff
2020-05-16
LibWeb: Log URL when loading <script> with src attribute
Linus Groh
2020-05-16
AK: Fix URL's operator<<() and use it
Linus Groh
2020-05-15
LibJS: Add side-effect-free version of Value::to_string()
Andreas Kling
2020-05-15
LibJS: Let parser keep track of errors
Linus Groh
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-14
LibWeb: Support the :root pseudo class
Linus Groh
[next]