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-02-07
LibWeb: Honor font sizes specified by CSS
Andreas Kling
2021-02-06
LibWeb: Anonymous table cells should have colspan=1
Andreas Kling
2021-02-03
LibWeb: Basic implementation of global event handlers :^)
Andreas Kling
2021-02-03
LibWeb: Add enumerator macro for all the "global event handlers"
Andreas Kling
2021-02-03
LibWeb: Add a whole bunch of onfooevent names to HTML::AttributeNames
Andreas Kling
2021-02-03
LibWeb: Move main thread JavaScript VM to its own file
Andreas Kling
2021-02-01
LibIPC: Stop sending client ID to clients
Andreas Kling
2021-01-31
LibWeb: Use URL::to_string_encoded() for the crash error page URL's href
Linus Groh
2021-01-31
LibIPC: Stop exchanging client/server PIDs in greeting handshake
Andreas Kling
2021-01-31
Browser+LibWeb+WebContent: Make the "Debug" menu work in multi-process
Andreas Kling
2021-01-30
LibWeb: Don't try to create GUI::TextBox inside multi-process web views
Andreas Kling
2021-01-30
LibWeb: URL-encode/escape variables used in OOPWV's crash error page
Linus Groh
2021-01-30
LibWeb: Handle WebContent process crashes gracefully :^)
Andreas Kling
2021-01-30
LibWeb: Add Frame::ViewportClient and use it for Layout::ImageBox
Andreas Kling
2021-01-29
ImageDecoder+LibImageDecoder+LibWeb: Support animations in ImageDecoder
Andreas Kling
2021-01-29
LibWeb: Update the ICB's idea of the viewport rect after Frame resize
Andreas Kling
2021-01-29
LibWeb: Flesh out prepare_script and execute_script
Luke
2021-01-28
LibWeb: Add simple implementation of Document.createElementNS
Luke
2021-01-28
LibWeb: Add simple implementation of Node.removeChild()
Andreas Kling
2021-01-28
LibWeb: Remove accidentally committed changes from b72f067f0daac88ebe66e3f714...
Andreas Kling
2021-01-28
Kernel+Userland: Remove unused "effective priority" from threads
Andreas Kling
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
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
[next]