summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-05-23LibWeb: Teach HTMLTokenizer how to tokenize attributesAndreas Kling
2020-05-23LibJS: Add missing exception check to ArrayPrototype's for_each_item()Linus Groh
2020-05-23LibJS: Fix Array.prototype.lastIndexOf() implementationLinus Groh
2020-05-23LibJS: Treat missing arg in Array.prototype.{indexOf,lastIndexOf}() as undefinedLinus Groh
2020-05-22LibC: Add (empty) netinet/tcp.h backLinus Groh
2020-05-22LibWeb: Minor tweaks to HTMLToken declarationAndreas Kling
2020-05-22LibWeb: Begin work on a spec-compliant HTML parserAndreas Kling
2020-05-22LibWeb: Move Attribute to its own header fileAndreas Kling
2020-05-22LibC: Sync file position when dropping read ahead bufferSergey Bugaev
2020-05-22LibGUI: Add hook when a context menu is requested on a buttonFalseHonesty
2020-05-22LibJS: Make Array.prototype.{join,toString}() genericLinus Groh
2020-05-22LibJS: Make Array.prototype.pop() genericLinus Groh
2020-05-22LibJS: Make Array.prototype.push() genericLinus Groh
2020-05-22LibJS: Let Array.prototype.join() ignore additional argumentsLinus Groh
2020-05-22LibJS: Add object literal getter/setter shorthandMatthew Olsson
2020-05-22LibJS: Disallow multiple parameters in paren-less arrow functionLinus Groh
2020-05-21LibJS: Add getter/setter supportMatthew Olsson
2020-05-21LibJS: Refactor Array.prototype callback functions and make them genericLinus Groh
2020-05-21LibJS: Treat missing arg in Array.prototype.includes() as undefinedLinus Groh
2020-05-21LibLine: Hide debug output behind SUGGESTIONS_DEBUG defineLinus Groh
2020-05-21LibGUI: Add hook when a context menu is requested on a tabFalseHonesty
2020-05-21LibGUI: Fix view column auto-sizing of icon-only columnsAndreas Kling
2020-05-21LibGUI: Remove Model::row_name() since nothing used itAndreas Kling
2020-05-21LibGUI: Make all views use CenterLeft as the default text alignmentAndreas Kling
2020-05-21LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizingAndreas Kling
2020-05-21LibGUI: Replace ColumnMetadata::sortable => Model::is_column_sortable()Andreas Kling
2020-05-21LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadataAndreas Kling
2020-05-21LibGUI: Models should always specify font via Model::Role::FontAndreas Kling
2020-05-21LibJS: Add Array.prototype.everyLuke
2020-05-21LibGUI: Always paint the cursor visible when focusing a TextEditorAndreas Kling
2020-05-21LibGUI: Focus the first focusable widget added to a windowAndreas Kling
2020-05-21LibJS: Make Interpreter::call() this_value a required argumentLinus Groh
2020-05-21LibWeb: Set window object as this value in set{Interval,Timeout}()Linus Groh
2020-05-21LibWeb: Ignore non-finite args in CanvasRenderingContext2D.{scale,translate}()Linus Groh
2020-05-21LibWeb: Enforce set{Interval,Timeout}() min interval of 0Linus Groh
2020-05-21LibWeb: Allow setInterval() with no intervalLinus Groh
2020-05-21LibWeb: Let various functions throw if not enough argumentsLinus Groh
2020-05-21LibWeb: Embrace Interpreter::{argument_count(), argument(index)}Linus Groh
2020-05-21LibWeb: Update the CSS prefix to -libwebSergey Bugaev
2020-05-21LibGUI: Move AbstractTableView::keydown_event() down to TableViewAndreas Kling
2020-05-21LibGUI: Allow expand/collapse subtrees in TreeView with Alt+Left/RightAndreas Kling
2020-05-21LibWeb: Send User-Agent in HTTP requestsAndreas Kling
2020-05-21ProtocolServer: Support request headersAndreas Kling
2020-05-21LibWeb: Parse " into '"'Andreas Kling
2020-05-21LibLine: Correctly track the completion start and endAnotherTest
2020-05-21LibLine: Support applying styles to suggestionsAnotherTest
2020-05-21LibWeb: Add CanvasRenderingContext2D.canvasLinus Groh
2020-05-21LibWeb: Let HTMLCanvasElement.getContext() return null for unknown typesLinus Groh
2020-05-21LibHTTP: Handle chunk sizes that start with zeros correctlyAnotherTest
2020-05-21LibTLS: Do not call on_tls_finished until the client has read app dataAnotherTest