summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-24LibWeb: Rename "specified_style" to "computed_style" in Layout::NodeAndreas Kling
2022-03-24LibWeb: Add margin box helpers to Layout::FormattingStateAndreas Kling
2022-03-24LibWeb: Add Layout::Node::line_height()Andreas Kling
2022-03-24LibWeb+Base: Fix `An+B of foo` parsingSam Atkins
2022-03-24LibWeb: Implement text-shadow paintingSam Atkins
2022-03-24LibWeb: Parse and compute text-shadow propertySam Atkins
2022-03-24Base: Add a text-shadow test pageSam Atkins
2022-03-24LibWeb: Implement disallowing `inset` when parsing shadowsSam Atkins
2022-03-24LbWeb: Rename BoxShadowFoo => ShadowFooSam Atkins
2022-03-24LibWeb: Ignore application objects until we can support themTimothy Flynn
2022-03-24LibWeb: Discard an object's nested browsing contexts when falling backTimothy Flynn
2022-03-24LibWeb: Implement falling back early to an object's child representationTimothy Flynn
2022-03-24LibWeb: Conditionally update an object's children when its state changesTimothy Flynn
2022-03-24LibWeb: Correctly handle unknown MIME types in HTMLObjectElementTimothy Flynn
2022-03-24LibGfx: TrueTypeFont cleanupJelle Raaijmakers
2022-03-24LibGfx: Implement TTF kerning tablesJelle Raaijmakers
2022-03-24Profiler: Render signposts behind histogramsSimon Wanner
2022-03-24LibWeb: Emit signposts for resource loadsSimon Wanner
2022-03-24LibWeb: Add missing spec comment in focusing logicNukiloco
2022-03-24sql: Re-prompt user for input after unrecognized commandNicholas Cellino
2022-03-24readlink: Use StringView instead of const char*Kenneth Myhra
2022-03-24readlink: Port to LibMainKenneth Myhra
2022-03-24Userland+Tests: Convert File::read_link() from String to ErrorOr<String>Kenneth Myhra
2022-03-24Meta: Add Maciej (sppmacd) to the contributors list :^)Andreas Kling
2022-03-24LibWeb: Begin supporting non-image HTMLObjectElement data representationTimothy Flynn
2022-03-24LibWeb: Move automatic browsing context creation to HTMLIFrameElementTimothy Flynn
2022-03-24LibWeb: Remove inheritance of FormAssociatedElement from HTMLElementTimothy Flynn
2022-03-24LibMain: Statically link LibMainLenny Maiorani
2022-03-24CMake: Add serenity_lib_staticLenny Maiorani
2022-03-24PixelPaint: Call set_modified on windowGeekFiftyFive
2022-03-23Base: Add a quote from Ali, the mememaster extr'ordinairekleines Filmröllchen
2022-03-23LibWeb: Update HTMLObjectElement's children on fallback state changesTimothy Flynn
2022-03-23LibWeb: Move HTMLObjectElement spec link to correct methodTimothy Flynn
2022-03-23LibWeb: Evict replaced Resource objects from cacheTimothy Flynn
2022-03-23LibWeb: Restore `:is()` and `:where()` selector parsingSam Atkins
2022-03-23sql: Do not indent next line when current one is blankNicholas Cellino
2022-03-23Base: Add KASLR to Mitigations(7)Idan Horowitz
2022-03-23Base: Add UMIP to Mitigations(7)Idan Horowitz
2022-03-23Kernel: Use the whole kernel PD range when randomizing the KASLR offsetIdan Horowitz
2022-03-23LibWeb: Fill the whole viewport with the correct background colorAndreas Kling
2022-03-23WebContent: Fill OOPWV with palette base color when there's no contentAndreas Kling
2022-03-23LibWeb: Resolve numeric line-heights against element's own font sizeAndreas Kling
2022-03-23LibWeb: Parse CSS "font-variant" as part of "font"Andreas Kling
2022-03-23LibWeb: Pass font sizes in pt rather than px to Gfx::FontDatabaseAndreas Kling
2022-03-23LibWeb: Implement HTMLObjectElement's data URL according to the specTimothy Flynn
2022-03-23LibWeb: Allow HTMLObjectElement to convert a Resource to ImageResourceTimothy Flynn
2022-03-23LibWeb: Make margins in the main dimension work for flex itemsJohannes Laudenberg
2022-03-23LibGUI: Simplify AbstractZoomPanWidget codeJelle Raaijmakers
2022-03-23Applications: Round layer rect before drawing outline in PixelPaintJelle Raaijmakers
2022-03-23LibGfx: Implement `Rect::to_rounded<U>()`Jelle Raaijmakers