summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2021-02-07LibWeb: Honor font sizes specified by CSSAndreas Kling
2021-02-06LibWeb: Anonymous table cells should have colspan=1Andreas Kling
2021-02-03LibWeb: Basic implementation of global event handlers :^)Andreas Kling
2021-02-03LibWeb: Add enumerator macro for all the "global event handlers"Andreas Kling
2021-02-03LibWeb: Add a whole bunch of onfooevent names to HTML::AttributeNamesAndreas Kling
2021-02-03LibWeb: Move main thread JavaScript VM to its own fileAndreas Kling
2021-02-01LibIPC: Stop sending client ID to clientsAndreas Kling
2021-01-31LibWeb: Use URL::to_string_encoded() for the crash error page URL's hrefLinus Groh
2021-01-31LibIPC: Stop exchanging client/server PIDs in greeting handshakeAndreas Kling
2021-01-31Browser+LibWeb+WebContent: Make the "Debug" menu work in multi-processAndreas Kling
2021-01-30LibWeb: Don't try to create GUI::TextBox inside multi-process web viewsAndreas Kling
2021-01-30LibWeb: URL-encode/escape variables used in OOPWV's crash error pageLinus Groh
2021-01-30LibWeb: Handle WebContent process crashes gracefully :^)Andreas Kling
2021-01-30LibWeb: Add Frame::ViewportClient and use it for Layout::ImageBoxAndreas Kling
2021-01-29ImageDecoder+LibImageDecoder+LibWeb: Support animations in ImageDecoderAndreas Kling
2021-01-29LibWeb: Update the ICB's idea of the viewport rect after Frame resizeAndreas Kling
2021-01-29LibWeb: Flesh out prepare_script and execute_scriptLuke
2021-01-28LibWeb: Add simple implementation of Document.createElementNSLuke
2021-01-28LibWeb: Add simple implementation of Node.removeChild()Andreas Kling
2021-01-28LibWeb: Remove accidentally committed changes from b72f067f0daac88ebe66e3f714...Andreas Kling
2021-01-28Kernel+Userland: Remove unused "effective priority" from threadsAndreas Kling
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Debug macros instead of constexpr.asynts
2021-01-25Everywhere: Name debug macros more consistently.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-25Everywhere: Use CMake to generate AK/Debug.h.asynts
2021-01-24LibWeb: Disable resource cache for file:// URLsAndreas Kling
2021-01-23LibWeb: Add XHREventTarget and ProgressEvent constructors to WindowLuke
2021-01-23LibWeb: Add XHREventTarget and have XHR inherit from itLuke
2021-01-23LibWeb: Flesh out existing XHR methods a bit moreLuke
2021-01-23LibWeb: Remove Range constructor/prototype caches from WindowObjectAndreas Kling
2021-01-23LibWeb: Generate JS bindings for Range from IDL :^)Andreas Kling
2021-01-23LibWeb: Make WrapperGenerator consider "unsigned" part of a typeAndreas Kling
2021-01-23LibWeb: Generate JS bindings for XMLHttpRequest from IDL :^)Andreas Kling
2021-01-23LibWeb: Add very basic support for IDL constantsAndreas Kling
2021-01-23LibWeb: Move XMLHttpRequest to separate XHR directoryAndreas Kling
2021-01-22Build: Use cmake's make_directory utility instead of env(1) and mkdir(1)Emanuele Torre
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Libraries: Add missing headersBen Wiederhake
2021-01-22Meta: Get building on NixOS (#5005)Jonathan Turner
2021-01-20LibGfx: Give Bitmap a scale factorNico Weber
2021-01-18LibWeb: Very basic support for CSS flex-directionAndreas Kling
2021-01-18LibWeb: Add Layout::Box::margin_box_height()Andreas Kling
2021-01-18LibWeb: Parse the CSS "flex-direction" propertyAndreas Kling
2021-01-18LibWeb: Add a very naive Layout::FlexFormattingContext :^)Andreas Kling
2021-01-18LibWeb: Add Layout::Box::margin_box_width()Andreas Kling
2021-01-18LibWeb: Parse "display: flex" and create BlockBox layout nodes for themAndreas Kling
2021-01-18LibWeb: Stub out the PerformanceTiming object from Navigation TimingAndreas Kling