summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-04-29LibJS: Throw error in Object::to_string() if string conversion failsLinus Groh
2020-04-29LibJS: Implement correct object property orderingmattco98
2020-04-29LibJS: Add String.prototype.sliceKesse Jones
2020-04-29LibGUI: Transfer "color has alpha channel" stateAndreas Kling
2020-04-29LibGUI: Allow disabling the alpha channel in ColorInput widgetsAndreas Kling
2020-04-29LibGfx: Add Color::to_string_without_alpha()Andreas Kling
2020-04-29LibGUI: Allow editing ColorInput widgets as textAndreas Kling
2020-04-29LibGUI: Remove copy-pasted auto-repeat logic from ColorInputAndreas Kling
2020-04-29LibJS: Pass JS::Function around by reference moreAndreas Kling
2020-04-29LibWeb: Make EventListener::function() return a referenceAndreas Kling
2020-04-29LibJS: Don't use Optional<Value> for bound |this| valuesAndreas Kling
2020-04-29LibJS: Make Value::as_string() return a PrimitiveString referenceAndreas Kling
2020-04-29LibJS: Make StringObject::primitive_string() return a referenceAndreas Kling
2020-04-29LibGUI: Simplify submenu constructionAndreas Kling
2020-04-29LibJS: Return undefined in Array.prototype.{pop,shift} for empty valuesLinus Groh
2020-04-29Kernel: Fix integer overflow in framebuffer resolution handlingAndreas Kling
2020-04-29LibJS: Set Array length attributes to "Configurable | Writable"mattco98
2020-04-29LibJS: Don't handle arrays separately in Value::to_number()Linus Groh
2020-04-29LibJS: Skip undefined and null in join_array_with_separator()Linus Groh
2020-04-29LibLine: Actually fix build :^)Andreas Kling
2020-04-28LibLine: Properly mark the result of read() as ignoredAnotherTest
2020-04-28LibLine: Drop stray input before doing vt_dsrAnotherTest
2020-04-28LibLine: Handle initialize() internallyAnotherTest
2020-04-28LibLine: Ignore interrupts unless actively editingAnotherTest
2020-04-28LibJS: Handle exception in for loop test executionLinus Groh
2020-04-28LibMarkdown: Drop MD prefixes and move into "Markdown" namespace :^)Andreas Kling
2020-04-28LibJS: Add spreading in object literalsmattco98
2020-04-28LibJS: Call Array.prototype.findIndex() callback for empty elementsLinus Groh
2020-04-28LibJS: Call Array.prototype.find() callback for empty elementsLinus Groh
2020-04-28LibJS: Let Array.prototype.map() resize new array before loopLinus Groh
2020-04-28LibJS: Handle Object.prototype.hasOwnProperty() with no arg correctlyLinus Groh
2020-04-28LibJS: Support spreading of strings and string objectsLinus Groh
2020-04-28LibGUI: Paint CheckBox background same as widget's if it's not enabledAndres Vieira
2020-04-28LibGUI: Paint TextEditor background same as widget's if it's not enabledAndres Vieira
2020-04-28LibJS: Support o.f++ :^)Andreas Kling
2020-04-28LibJS: Make AssignmentExpression assign through a ReferenceAndreas Kling
2020-04-28LibJS: Allow "delete someGlobalVariable"Andreas Kling
2020-04-28LibJS: Add Reference class to represent a base.property referenceAndreas Kling
2020-04-28LibJS: Make Number.isInteger() test pass on SerenityLinus Groh
2020-04-28LibJS: Add Array.prototype.someKesse Jones
2020-04-28LibJS: Add bounds check to Array.prototype.{find,findIndex}Linus Groh
2020-04-28LibCore: Trim decompressed Gzip output to sizeAnotherTest
2020-04-28LibJS: Implement correct attributes for (almost) all propertiesmattco98
2020-04-27LibJS: Add spreading in array literalsmattco98
2020-04-27LibJS: Add Array.prototype.findIndexKesse Jones
2020-04-26LibWeb: Support loading data: URLs transparently via ResourceLoaderAndreas Kling
2020-04-26AK: Add a simple and inefficient Base64 decoderAndreas Kling
2020-04-26LibWeb: Run clang-format on ResourceLoader.cppAndreas Kling
2020-04-26LibPthread: Hookup abstime argument to pthread_cond_timedwaitBrian Gianforcaro
2020-04-26LibJS: Implement Number.isInteger()Linus Groh