summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-10-08LibWeb: Add CSS 'Supports' classSam Atkins
2021-10-08LibWeb: Implement 2-argument version of CSS.supports()Sam Atkins
2021-10-08LibWeb: Add CSS.escape() JS functionSam Atkins
2021-10-08LibWeb: Add DOMRectReadOnly and make DOMRect inherit from itAndreas Kling
2021-10-08LibJS: Prune WeakContainers before freeing HeapBlocksAndreas Kling
2021-10-08LibJS: Partially revert 12b283fAli Mohammad Pur
2021-10-08LibJS: Elide some declarative environments in ECMAScript function callsAndreas Kling
2021-10-08LibJS: Propagate "contains direct call to eval()" flag from parserAndreas Kling
2021-10-08LibJS: Make accessing the current function's arguments cheaperAli Mohammad Pur
2021-10-08LibJS: Treat the Catch binding identifier as a var bindingAli Mohammad Pur
2021-10-08LibJS: Remove redundant const_castAli Mohammad Pur
2021-10-08LibJS: Add ScopeNode accessors for declaration countsAndreas Kling
2021-10-08LibJS: Add missing initializer for ParserState::m_current_scope_pusherAndreas Kling
2021-10-08LibJS: Pre-size a HashTable in function_declaration_instantiation()Andreas Kling
2021-10-08LibJS: Avoid a FlyString copy in ECMAScriptFunctionObjectAndreas Kling
2021-10-08LibWeb: Make sure that root of style updates is marked cleanAndreas Kling
2021-10-08LibWeb: Update style (if needed) before updating layoutAndreas Kling
2021-10-08LibJS: Make BlockAllocator cache reuse blocks in random orderAndreas Kling
2021-10-08LibJS: Increase GC heap BlockAllocator cache sizeAndreas Kling
2021-10-08LibJS: Add fast_is<T>() for FunctionDeclarationAndreas Kling
2021-10-07LibJS: Take advantage of Value::Type::Int32 in a bunch of functionsAndreas Kling
2021-10-07LibJS: Use round_number_to_increment(double) in round_time()Linus Groh
2021-10-07LibJS: Add non-BigInt overload of round_number_to_increment()Linus Groh
2021-10-07LibGUI: Support drag-to-reorder in TabWidgetPeter Elliott
2021-10-07LibJS: Add fast_is<T>() for FunctionExpression and ClassExpressionAndreas Kling
2021-10-07LibJS: Fast non-local variable access :^)Andreas Kling
2021-10-07LibJS: Taint variable environment chain after non-strict direct eval()Andreas Kling
2021-10-06LibWebSocket: Add missing headers to Message.hBen Wiederhake
2021-10-06LibWeb: Add missing headersBen Wiederhake
2021-10-06LibWeb: Clean up static function in headerBen Wiederhake
2021-10-06LibWeb: Resolve cyclic dependency: Length and CalculatedStyleValueBen Wiederhake
2021-10-06LibWeb: Resolve cyclic dependency between StyleSheet and ImportRuleBen Wiederhake
2021-10-06LibWasm: Add missing forward declaration to Printer/Printer.hBen Wiederhake
2021-10-06LibVT: Add missing headersBen Wiederhake
2021-10-06LibThreading: Add missing headers to Mutex.hBen Wiederhake
2021-10-06LibTLS: Add missing headers to CipherSuite.hBen Wiederhake
2021-10-06LibSyntax: Add missing headers to HighlighterClient.hBen Wiederhake
2021-10-06LibSQL: Resolve cyclic dependencyBen Wiederhake
2021-10-06LibJS: Add missing headersBen Wiederhake
2021-10-06LibGUI: Add missing headersBen Wiederhake
2021-10-06LibCrypto: Add missing header to EMSA_PSS.hBen Wiederhake
2021-10-06LibCompress: Add missing header to DeflateTables.hBen Wiederhake
2021-10-06LibC: Fix redeclaration in x86_64/regs.hBen Wiederhake
2021-10-06LibC: Make sure ARCH macro is available before useBen Wiederhake
2021-10-07LibJS: Make Reference aware of DeclarativeEnvironment indicesAndreas Kling
2021-10-07LibJS: Add direct (indexed) binding accessors to DeclarativeEnvironmentAndreas Kling
2021-10-07LibJS: Make Environment::has_binding() optionally return binding indexAndreas Kling
2021-10-07LibJS: Make DeclarativeEnvironment store bindings in a VectorAndreas Kling
2021-10-06LibWeb: Move line boxes from Layout::Box to BlockContainerAndreas Kling
2021-10-06LibWeb: Mark Layout::ListItemMarkerBox as never having childrenAndreas Kling