index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
Age
Commit message (
Expand
)
Author
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Name debug macros more consistently.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-24
LibWeb: Disable resource cache for file:// URLs
Andreas Kling
2021-01-23
LibWeb: Add XHREventTarget and ProgressEvent constructors to Window
Luke
2021-01-23
LibWeb: Add XHREventTarget and have XHR inherit from it
Luke
2021-01-23
LibWeb: Flesh out existing XHR methods a bit more
Luke
2021-01-23
LibWeb: Remove Range constructor/prototype caches from WindowObject
Andreas Kling
2021-01-23
LibWeb: Generate JS bindings for Range from IDL :^)
Andreas Kling
2021-01-23
LibWeb: Make WrapperGenerator consider "unsigned" part of a type
Andreas Kling
2021-01-23
LibWeb: Generate JS bindings for XMLHttpRequest from IDL :^)
Andreas Kling
2021-01-23
LibWeb: Add very basic support for IDL constants
Andreas Kling
2021-01-23
LibWeb: Move XMLHttpRequest to separate XHR directory
Andreas Kling
2021-01-22
Build: Use cmake's make_directory utility instead of env(1) and mkdir(1)
Emanuele Torre
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Libraries: Add missing headers
Ben Wiederhake
2021-01-22
Meta: Get building on NixOS (#5005)
Jonathan Turner
2021-01-20
LibGfx: Give Bitmap a scale factor
Nico Weber
2021-01-18
LibWeb: Very basic support for CSS flex-direction
Andreas Kling
2021-01-18
LibWeb: Add Layout::Box::margin_box_height()
Andreas Kling
2021-01-18
LibWeb: Parse the CSS "flex-direction" property
Andreas Kling
2021-01-18
LibWeb: Add a very naive Layout::FlexFormattingContext :^)
Andreas Kling
2021-01-18
LibWeb: Add Layout::Box::margin_box_width()
Andreas Kling
2021-01-18
LibWeb: Parse "display: flex" and create BlockBox layout nodes for them
Andreas Kling
2021-01-18
LibWeb: Stub out the PerformanceTiming object from Navigation Timing
Andreas Kling
2021-01-18
LibWeb: Add support for XMLHttpRequest request headers
Andreas Kling
2021-01-18
LibWeb: Make the Window object "inherit" from EventTarget :^)
Andreas Kling
2021-01-18
LibWeb: Move IDL attributes and functions to the prototype
Andreas Kling
2021-01-18
LibWeb: Construct the IDL interface prototype chains automatically
Andreas Kling
2021-01-18
LibWeb: Actually instantiate all the web constructors/prototypes
Andreas Kling
2021-01-18
LibWeb: Generate constructor and prototype classes for IDL interfaces
Andreas Kling
2021-01-18
LibWeb: Move HTML::SubmitEvent functions out of line
Andreas Kling
2021-01-17
LibWeb: Add fast_is<T>() for some DOM and layout node subclasses
Andreas Kling
2021-01-17
Everywhere: Remove more <AK/SharedBuffer.h> includes
Andreas Kling
2021-01-16
LibWeb+WebContent: Use anonymous files for OOPWV backing stores
Andreas Kling
2021-01-16
WindowServer+LibGUI: Pass the system theme using Core::AnonymousBuffer
Andreas Kling
2021-01-16
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-16
Everywhere: Remove a bunch of <AK/SharedBuffer.h> includes
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling