index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-05-28
LibWeb: Implement a bunch more script-related tokenization states
Andreas Kling
2020-05-28
LibWeb: Add HTMLToken::make_character()
Andreas Kling
2020-05-28
LibWeb: Rename Web::HtmlView => Web::PageView
Andreas Kling
2020-05-28
LibWeb: Fix HTMLDocumentParser build
Andreas Kling
2020-05-28
LibWeb: Remove a misplaced call to close_a_p_element() in "in body"
Andreas Kling
2020-05-28
LibWeb: Add a StackOfOpenElements helper for "popping until a tag name"
Andreas Kling
2020-05-28
Browser: Switch focus to the web page after pressing return in URL bar
Andreas Kling
2020-05-28
LibJS: Implement standard semantics for relational operators (#2417)
Marcin Gasperowicz
2020-05-28
LibJS: Strict mode assignment to 'eval' & 'arguments' is a syntax error
Matthew Olsson
2020-05-28
LibJS: Add strict mode
Matthew Olsson
2020-05-28
LibJS: Object index properties have descriptors; Handle sparse indices
Matthew Olsson
2020-05-28
LibJS: Fix out-of-range error in Parser::Error::source_location_hint
Matthew Olsson
2020-05-28
LibC: run clang-format on getopt.h to remove tab characters
Emanuele Torre
2020-05-28
LibWeb: replace some tab characters with spaces
Emanuele Torre
2020-05-28
IRCClient: remove some unused headers and replace tabs with spaces
Emanuele Torre
2020-05-28
Meta: Move INSTALL.md into Documentation/
Andreas Kling
2020-05-28
LibWeb: Fall back to block layout for unimplemented CSS display values
Andreas Kling
2020-05-28
LibWeb: Add default UA style for some table-related elements
Andreas Kling
2020-05-28
LibWeb: Plumb content encoding into the new HTML parser
Andreas Kling
2020-05-28
LibWeb: Parse "input" tags during the "in body" insertion mode
Andreas Kling
2020-05-28
LibWeb: Parse "td" start tags during "in cell" insertion mode
Andreas Kling
2020-05-28
LibGUI: Don't show big Buggie in app about dialogs
Andreas Kling
2020-05-28
LibWeb: Support named character references (e.g "&")
Andreas Kling
2020-05-28
Base: Add manpage for xargs
AnotherTest
2020-05-28
Userland: Add a basic xargs
AnotherTest
2020-05-28
LibC: Add a O_CLOEXEC mode element to fopen()
AnotherTest
2020-05-28
AK: Add StringView::split_view() taking a StringView
AnotherTest
2020-05-28
Kernel: Remove outdated FIXME in InterruptManagement::locate_apic_data
Andreas Kling
2020-05-28
IRCClient: Enable history on the message box
FalseHonesty
2020-05-28
Build: Use a separate byproduct name for the GRUB disk image (#2424)
etaIneLp
2020-05-28
Kernel: Stop bootloader from setting video mode with Multiboot
etaIneLp
2020-05-28
Documentation: Update INSTALL.md for new build system
etaIneLp
2020-05-28
Meta: Grub configs use correct kernel image name
etaIneLp
2020-05-28
Meta: build-image-grub.sh looks for grub configs in the right place
etaIneLp
2020-05-28
Build: Add grub-image target to CMake
etaIneLp
2020-05-28
LibWeb: Implement more table support in the new HTML parser
Andreas Kling
2020-05-28
LibWeb: Flesh out "reset the insertion mode appropriately" algorithm
Andreas Kling
2020-05-28
LibWeb: Handle various self-closing tags during "in body" insertion
Andreas Kling
2020-05-28
LibWeb: Handle inline stylesheets a bit better in the new parser
Andreas Kling
2020-05-28
LibWeb: Parse documents without DOCTYPE gracefully
Andreas Kling
2020-05-28
LibWeb: Add a "quirks mode" flag to Document
Andreas Kling
2020-05-27
LibWeb: Fire a DOMContentLoaded event when the new parser is finished
Andreas Kling
2020-05-27
LibWeb: Implement the first half of the Adoption Agency Algorithm
Andreas Kling
2020-05-27
LibWeb: Bring up basic external script execution in the new parser
Andreas Kling
2020-05-27
LibWeb+Browser: Add ability to run Browser with the new HTML parser
Andreas Kling
2020-05-27
Browser: Add console history to re-send old commands
FalseHonesty
2020-05-27
LibGUI: Add up & down arrow hooks and input history to TextBox
FalseHonesty
2020-05-27
LibTextCodec: Improve Latin-1 decoder so it decodes everything
Andreas Kling
2020-05-27
LibWeb: LayoutMode line_break_policy => LayoutMode layout_mode
Andreas Kling
2020-05-27
LibGUI: Defer line reflow during text insertion
Andreas Kling
[prev]
[next]