summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-13LibIPC: Only start responsiveness timer after sending client a messageAndreas Kling
2020-06-13LibWeb: Fix broken tokenization of hexadecimal character referencesAndreas Kling
2020-06-13LibWeb: Implement <center> as -libweb-centerAndreas Kling
2020-06-13LibWeb: Turn <table bgcolor> into CSS background-colorAndreas Kling
2020-06-13LibWeb: Tweak UA style to reset text-align on table elementsAndreas Kling
2020-06-13LibJS: Add JSON.parseMatthew Olsson
2020-06-13AK: JsonParser improvementsMatthew Olsson
2020-06-13LibJS: Add JSON.stringifyMatthew Olsson
2020-06-13Kernel: KeyboardDevice, remove char mapping logicHüseyin ASLITÜRK
2020-06-13Kernel: Process, replace internal data type to CharacterMapDataHüseyin ASLITÜRK
2020-06-13LibKeyboard: Move character map from Kernel to LibKeyboardHüseyin ASLITÜRK
2020-06-13Application: KeyboardMapper, make button to like a real keyHüseyin ASLITÜRK
2020-06-13Base: Add numpad keys to keymap filesHüseyin ASLITÜRK
2020-06-13LibWeb: Sort matched style rules by specificity, document orderAndreas Kling
2020-06-13LibWeb: Fix broken Specificity::operator==Andreas Kling
2020-06-13LibWeb: Include selector pseudo-class in style sheet dumpsAndreas Kling
2020-06-13LibWeb: Simplify Node::is_link()Andreas Kling
2020-06-13LibWeb: Parse and match the :visited pseudo-class (always fails)Andreas Kling
2020-06-13LibWeb: More work on table layoutAndreas Kling
2020-06-13LibWeb: Allow url("foo") and url('foo') in CSS background-image valuesAndreas Kling
2020-06-13LibWeb: Add "colspan" to HTML::AttributeNamesAndreas Kling
2020-06-13LibWeb: Add LayoutTableCell::colspan()Andreas Kling
2020-06-12LibWeb: First cut of extremely naive table row layoutAndreas Kling
2020-06-12LibWeb: Turn <table width> into the CSS width propertyAndreas Kling
2020-06-12LibWeb: Turn <td bgcolor> into background-colorAndreas Kling
2020-06-12LibWeb: Add "bgcolor" to HTML::AttributeNamesAndreas Kling
2020-06-12LibWeb+Browser: Add a barebones LayoutTreeModel to the inspector windowAndreas Kling
2020-06-12Browser: Be a little bit smarter about interpretering command line URLsAndreas Kling
2020-06-12LibCore: Add Core::File::real_path_for()Andreas Kling
2020-06-12AK: Make string-to-number conversion helpers return OptionalAndreas Kling
2020-06-12AudioServer: removed AS prefix from class and file namessppmacd
2020-06-12LibWeb: Handle negative values when collapsing vertical marginsAndreas Kling
2020-06-12LibWeb: Implement very basic margin collapsingAndreas Kling
2020-06-12LibIPC: Use create_single_shot to construct timerKevin Meyer
2020-06-12AK: Remove useless castsSergey Bugaev
2020-06-12AK: Ensure RefCounted types are never copied or movedSergey Bugaev
2020-06-12AK: Assert refcount doesn't overflowSergey Bugaev
2020-06-12AK: Switch RefCounted to atomic refcountingSergey Bugaev
2020-06-12AK: Use unsigned int for refcountSergey Bugaev
2020-06-12AK: Ensure we never use OwnPtr<> with RefCounted typesSergey Bugaev
2020-06-12MenuApplets: Fix using OwnPtr<> with RefCounted typesSergey Bugaev
2020-06-12Calendar: Fix using OwnPtr<> with RefCounted typesSergey Bugaev
2020-06-12AK: ALWAYS_INLINE most Atomic<T> methodsSergey Bugaev
2020-06-12AK: Fix missing ptrdiff_t in non-Serenity buildsSergey Bugaev
2020-06-12LibWeb: Remove absolutely positioned elements from the normal flowAndreas Kling
2020-06-12LibWeb: Remove absolute positioning logic from LayoutReplacedAndreas Kling
2020-06-12LibWeb: Add basic support for position:fixedAndreas Kling
2020-06-12LibWeb: Whine about unrecognized CSS properties in debug logAndreas Kling
2020-06-12LibWeb: Rename BoxModelMetrics::full_margin() => margin_box()Andreas Kling
2020-06-12LibWeb: Some improvements to absolute positioningAndreas Kling