summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-10-22LibWeb: Add namespace to ElementLuke
2020-10-22LibWeb: Use modern namespaces and fix clang-format comments in tag namesLuke
2020-10-22LibGUI: Implement searching/jumping as you type in viewsTom
2020-10-22LibGUI: Fix scroll_into_view flipping between left/top and right/bottomTom
2020-10-22LibGfx: Add colors for highlight-searching to palette and themesTom
2020-10-22LibGfx: Reduce code duplication in Painter::draw_textTom
2020-10-22AK: Make Utf8View and Utf32View more consistentTom
2020-10-22LibJS: Support all line terminators (LF, CR, LS, PS)Linus Groh
2020-10-21LibCore+WebServer+LibWeb: Make MIME type guesser take a StringViewAndreas Kling
2020-10-20LibJS: Rest parameter in setter functions is a syntax errorLinus Groh
2020-10-20LibJS: Move checks for invalid getter/setter params to parse_function_nodeLinus Groh
2020-10-20LibJS: Refactor parse_function_node() bool parameters into bit flagsLinus Groh
2020-10-20LibC: Fix a warning when building LibC with -O2Andreas Kling
2020-10-20LibWeb: Tear down layout trees properlyAndreas Kling
2020-10-20Everywhere: Redundant inline specifier on constexpr functions (#3807)Lenny Maiorani
2020-10-20LibJS: Speed up IndexedPropertyIterator by computing non-empty indicesLinus Groh
2020-10-20LibX86: clang-formatAndreas Kling
2020-10-19LibX86: malloc a bit lessNico Weber
2020-10-19LibJS: Unprefixed octal numbers are a syntax error in strict modeLinus Groh
2020-10-19LibJS: Don't parse arrow function with newline between ) and =>Linus Groh
2020-10-19LibJS: Share parameter parsing between regular and arrow functionsLinus Groh
2020-10-19LibJS: Fix dump() indentation of UpdateExpression with suffix operatorLinus Groh
2020-10-19LibJS: Multiple 'default' clauses in switch statement are a syntax errorLinus Groh
2020-10-18LibJS: Handle continue in switch statement unwindingLinus Groh
2020-10-18LibJS: Handle return value in switch statement unwindingLinus Groh
2020-10-18LibJS: Fix parsing of invalid numeric literalsStephan Unverwerth
2020-10-18LibWeb: Dispatch "load" on document and windowAndreas Kling
2020-10-18LibWeb: Dispatch "load" event on script elementsAndreas Kling
2020-10-18LibWeb: Make DOM::Window into an EventTargetAndreas Kling
2020-10-17LibJS: Use allocate_without_global_object for allocating ShapesAndreas Kling
2020-10-17LibJS: Avoid creating temporary Strings to look up tokens while lexingAndreas Kling
2020-10-17LibJS: Prebake the empty object ({}) with a prototypeAndreas Kling
2020-10-17LibCore: Use new format functions in some places.asynts
2020-10-17LibChess: Use new format functions.asynts
2020-10-17LibAudio: Use new format functions.asynts
2020-10-17LibCore: Add formatter for Object.asynts
2020-10-17LibCore: Make Object::m_all_objects_list_node privateNico Weber
2020-10-16LibJS: `constexpr` some Number object constant valuesLinus Groh
2020-10-16LibJS: Reorganize Shape members to reduce sizeof(Shape) a bitAndreas Kling
2020-10-16LibJS: Don't bother deferring GC during ensure_property_table()Andreas Kling
2020-10-15LibJS: Support move semantics for StringOrSymbolAndreas Kling
2020-10-15Everywhere: Add missing <AK/TemporaryChange.h> includesAndreas Kling
2020-10-15LibWeb: Fix EventDispatcher::dispatch()Linus Groh
2020-10-15LibC: Make difftime a functionStephen Gregoratto
2020-10-14LibGUI: Fix wrong Sequence highlight range in ShellSyntaxHighlighterAnotherTest
2020-10-14LibC: We still need to use NULL (not nullptr) in C headersAndreas Kling
2020-10-14LibJS: Don't assume value for index < size in IndexedPropertyIteratorLinus Groh
2020-10-14LibJS: Add some more items to CommonPropertyNames that I missedAndreas Kling
2020-10-13LibJS: Avoid property lookups during object initializationAndreas Kling
2020-10-13LibJS: Cache commonly used FlyStrings in the VMAndreas Kling