summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-01-10LibWeb: Remove Intrinsics::cached_web_prototypeTimothy Flynn
2023-01-10LibWeb: Convert uses of cached_web_prototype to ensure_web_prototypeTimothy Flynn
2023-01-10LibWeb: Move passing of Web object prototypes out of constructorsTimothy Flynn
2023-01-10LibWeb: Move setting of Web object prototypes to initialize()Timothy Flynn
2023-01-10LibWeb: Generate dedicated methods to create Web constructors/prototypesTimothy Flynn
2023-01-10LibWeb: Use correct arguments in WEB_PLATFORM_OBJECT invocationsTimothy Flynn
2023-01-10ImageDecoder: Remove unused LibWeb forwarding headerTimothy Flynn
2023-01-10LibJS: Update ISODaysInMonth in Calendar.cppBodilessSleeper
2023-01-10LibCompress: Move compressor construction out of `ZlibCompressor()`Tim Schumacher
2023-01-10LibCompress: Switch `DeflateCompressor` to a fallible constructorTim Schumacher
2023-01-10LibCompress: Port `DeflateCompressor` to `Core::Stream`Tim Schumacher
2023-01-10LibCompress: Port `GzipCompressor` to `Core::Stream`Tim Schumacher
2023-01-10LibCore: Add `{Big,Little}EndianOutputBitStream`Tim Schumacher
2023-01-10LibCore: Rename InputBitStream.h to BitStream.hTim Schumacher
2023-01-10LibWeb+LibGfx: Migrate (most of) the CSS gradient painting to LibGfxMacDue
2023-01-10LibWeb: Fix y position calculation for blocks with clearanceAliaksandr Kalenik
2023-01-09LibJS: Verify that objects are only initialized onceLinus Groh
2023-01-09LibJS: Make namespace object initialization lazy as wellLinus Groh
2023-01-09LibJS: Use intrinsic namespace objects in set_default_global_bindings()Linus Groh
2023-01-09AK+LibUnicode: Provide Unicode-aware String case transformationsTimothy Flynn
2023-01-09LibUnicode: Move Unicode-aware case transformations to a helper fileTimothy Flynn
2023-01-09AK+Everywhere: Rename FlyString to DeprecatedFlyStringTimothy Flynn
2023-01-09AK+Everywhere: Rename Utf16View::to_utf8 to to_deprecated_stringTimothy Flynn
2023-01-09LibPDF: Propagate errors in PDFFont::create()Julian Offenhäuser
2023-01-09LibPDF: Make glyphs from standard 14 fonts show up in Type1FontJulian Offenhäuser
2023-01-09LibPDF: Allow numbers to start with whitespaceJulian Offenhäuser
2023-01-09LibWebView: Port to Core::StreamKarol Kosek
2023-01-09LibUnicode+LibJS: Propagate OOM from Unicode normalizationTimothy Flynn
2023-01-09LibUnicode+LibJS+LibWeb: Propagate OOM from Unicode case transformationsTimothy Flynn
2023-01-09LibJS: Handle OOM errors in String.prototype.replaceAllTimothy Flynn
2023-01-09LibJS: Handle OOM errors in the GetSubstitution AOTimothy Flynn
2023-01-09LibGfx: Implement TrimmedTable mappings for CmapsJulian Offenhäuser
2023-01-09LibGfx: Implement ByteEncoding mappings for CmapsJulian Offenhäuser
2023-01-09LibGfx: Select a valid TTF cmap subtable for the Macintosh platformJulian Offenhäuser
2023-01-09Presenter: Rearchitect on top of LibWebAndreas Kling
2023-01-09LibWebView: Add OOPWV "content scales to viewport" hintAndreas Kling
2023-01-09LibGfx: Make Rect::align_within() correct for TopCenter and BottomCenterAndreas Kling
2023-01-09VideoPlayer: Port to GMLimplicitfield
2023-01-09VideoPlayer: Propagate errors from VideoPlayerWidget::initialize_menubarimplicitfield
2023-01-09LibGUI: Register "jump_to_cursor" as a GML propertyimplicitfield
2023-01-09SpaceAnalyzer: Do not reset the path to '/' after a refreshArda Cinar
2023-01-09SpaceAnalyzer: Keep the current path via filenames, not indicesArda Cinar
2023-01-09SpaceAnalyzer: Add a method to TreeNode to get a child node by nameArda Cinar
2023-01-09SpaceAnalyzer: Make sure data fields of TreeNode are encapsulatedArda Cinar
2023-01-09SpaceAnalyzer: Remove an unnecessary level of inheritanceArda Cinar
2023-01-09LibWeb: Move clear property from table-root to table-wrapperAliaksandr Kalenik
2023-01-09LibWeb: Use `table_box()` to get root box in TFCAliaksandr Kalenik
2023-01-09LibWeb: Rename used_width to used_height in TFC row structAliaksandr Kalenik
2023-01-09LibWeb: Move cells positioning in separate function in TFCAliaksandr Kalenik
2023-01-09LibWeb: Move rows positioning in separate function in TFCAliaksandr Kalenik