summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-06LibWeb: Honor CSS display value in is_inline() and is_inline_block()Andreas Kling
2022-10-06LibWeb: Base Layout::TreeBuilder decisions on CSS display propertyAndreas Kling
2022-10-06LibWeb: Simplify construction of :before and :after pseudo elementsAndreas Kling
2022-10-06AK: Print VERIFY() error messages in release buildsAndreas Kling
2022-10-06LibWeb: Split out helper functions in TreeBuilder::create_layout_tree()Andreas Kling
2022-10-06LibWeb: Make the initial containing block style have `display:block`Andreas Kling
2022-10-06Base: Adjust size of emoji flagsXexxa
2022-10-06Base: Adjust emojiXexxa
2022-10-06Meta: Add my GitHub sponsor profile to the repository listkleines Filmröllchen
2022-10-06Tests: Add tests for LibUnicode's normalizematcool
2022-10-06LibUnicode: Add decomposition mappings and Unicode normalizationmatcool
2022-10-06Meta: Hide WebView behind ENABLE_LAGOM_LIBWEB CMake optionTimothy Flynn
2022-10-06PixelPaint: Add actions to crop layer to selection/contentSergiy Stupar
2022-10-06LibGfx: Make should_wrap flag default as true on convolution filtersluiz
2022-10-06LibGUI: Consider spacing for Toolbar overflow calculationFrHun
2022-10-06LibGUI: Include overflow button in overflow calculation only when shownFrHun
2022-10-06Base: Update Toolbar manpageFrHun
2022-10-06LibGUI: Make Breadcrumbbar resizable below current sizeFrHun
2022-10-06FileManager: Group Toolbar overflowFrHun
2022-10-06LibGUI: Add option to move Toolbar items to overflow menu in groupsFrHun
2022-10-06HackStudio: Prevent closing the last editor groupMarco Cutecchia
2022-10-06HackStudio: Remove the 'Open in a new tab' actionMarco Cutecchia
2022-10-06HackStudio: Open files in dedicated tabsMarco Cutecchia
2022-10-06CMake: Don't mess with absolute compile_ipc() source pathsAndreas Kling
2022-10-06LibIPC: Allow overriding the use of deferred_invoke()Andreas Kling
2022-10-06WebContent: Use Web::Platform::Timer instead of Core::TimerAndreas Kling
2022-10-06WebContent: Add ConnectionFromClient::fd() accessorAndreas Kling
2022-10-06LibCore: Add fd() and notifier() accessors to Core::Stream::LocalSocketAndreas Kling
2022-10-06LibIPC: Remove platform-specific #ifdefs around FD passing in ConnectionAndreas Kling
2022-10-06Lagom: Add Build WebContentClient as part of Lagom's LibWebViewAndreas Kling
2022-10-06LibWebView: Add abstract virtual base for WebView implementationsAndreas Kling
2022-10-06LibCore: Implement LocalSocket send_fd() and receive_fd() on LinuxAndreas Kling
2022-10-06LibIPC: Allow giving Connection a separate socket for FD passingAndreas Kling
2022-10-05Base: Adjust sizing of more emoji flagsXexxa
2022-10-05LibWeb: Make Fetch::Infrastructure::{Request,Response} ref-countedLinus Groh
2022-10-05LibWeb: Add missing Request::policy_container() getter and setterLinus Groh
2022-10-05LibWeb: Make Fetch::Infrastructure::Request::set_client() take a pointerLinus Groh
2022-10-05LibWeb: Add missing link to Fetch::Infrastructure::Response memberLinus Groh
2022-10-05LibWeb: Add missing links to Fetch::Infrastructure::Request membersLinus Groh
2022-10-05LibWeb: Rename HighResolutionTime/{CoarsenTime => TimeOrigin}.cpp/hLinus Groh
2022-10-05LibWeb: Move unsafe_shared_current_time() to HighResolutionTimeLinus Groh
2022-10-05LibWeb: Implement 'coarsened shared current time'Linus Groh
2022-10-05LibWeb: Add DOMHighResTimeStamp typedefLinus Groh
2022-10-05LibWeb: Pass status code to ResourceLoader error callback when availableLinus Groh
2022-10-05LibWeb: Prepare to run callback in host_enqueue_promise_job()Linus Groh
2022-10-04AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most placesNico Weber
2022-10-04LibGfx: Remove a workaround for clang before 11Nico Weber
2022-10-04LibWeb: Implement <input type=file> behaviorAndrew Kaster
2022-10-04LibWeb: Add FileList from the FileAPI specAndrew Kaster
2022-10-04LibWeb: Implement a simple version of Element.scrollIntoView()Andreas Kling