summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-29LibWeb: Remove extraneous semi-colonTimothy Flynn
2021-10-29Minesweeper: Set time label to a fixed widthMusab Kılıç
2021-10-29CI: Notify Discord on all new PRs, even draftsthislooksfun
2021-10-29wc: Count last line even if it doesn't end in newlineRodrigo Tobar
2021-10-29LibJS: Convert ShadowRealmPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert GeneratorObjectPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert ProxyConstructor functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert the ProxyCreate AO to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert FinalizationRegistryPrototype funcs to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert WeakSetPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert WeakMapPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert MapIteratorPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert MapPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert MapConstructor functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert MathObject functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert ReflectObject functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert StringIteratorPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert ArrayBufferPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert ArrayBufferConstructor functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert DataViewPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert the SetViewValue AO to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert the GetViewValue AO to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert NumberPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert NumberConstructor functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert BooleanPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert FunctionPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert the CreateDynamicFunction AO to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert ErrorPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert WeakRefPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert ArrayIteratorPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert ConsoleObject functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert JSONObject functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert SetIteratorPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert SetPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert SetConstructor functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert SymbolPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert SymbolConstructor functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert BigIntPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert BigIntConstructor functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibRegex: Don't ignore empty alternatives in append_alternation()Ali Mohammad Pur
2021-10-29CI: Rewrite the lintcommits workflow using an inline scriptthislooksfun
2021-10-28LibWeb: Add Element.webkitMatchesSelectorLuke Wilde
2021-10-28LibWeb: Don't try to layout list-item markers in BFCAndreas Kling
2021-10-28LibWeb: Add Layout::Box::border_box_as_relative_rect()Andreas Kling
2021-10-28LibWeb: Small fix to height computation for block-with-inline-childrenAndreas Kling
2021-10-28LibWeb: Use border edges when computing overflow for the ICBAndreas Kling
2021-10-28LibWeb: Null-check document before doing layout in PageHost::paint()Andreas Kling
2021-10-28LibWeb: Remove unused CSS::Length::relative_length_to_px(Layout::Node)Andreas Kling
2021-10-28LibWeb: Always update layout (if needed) before paintingAndreas Kling
2021-10-28LibWeb: Don't force line box fragments height to be at least line-heightAndreas Kling