summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-04-04LibJS: Add Function() and Function.prototypeLinus Groh
2020-04-04LibJS: Add length property to ScriptFunctionLinus Groh
2020-04-04LibJS: Set length property in Object::put_native_function()Linus Groh
2020-04-04LibWeb: Don't call an absent error callback in load_sync()Andreas Kling
2020-04-04LibGUI: Add MenuBar::add_menu(name)Andreas Kling
2020-04-04LibJS: Add js_string(Interpreter&, String)Andreas Kling
2020-04-04LibCore: Fix UDPServer up to properly receive dataAnotherTest
2020-04-04LibGUI: Make GUI::TabWidget::add_tab<T>() return a T&Andreas Kling
2020-04-04LibGUI: Fix CppLexer assertion on incomplete #include statementsAndreas Kling
2020-04-04LibJS: Correctly forward declare "Argument" as a structAndreas Kling
2020-04-04LibGUI: Move ColorPicker's helper classes fully into ColorPicker.cppAndreas Kling
2020-04-04LibGUI: Add color palette and custom color selection in the ColorPickerHüseyin ASLITÜRK
2020-04-03LibWeb: Implement <script src> support for synchronous scriptsAndreas Kling
2020-04-03LibWeb: Add ResourceLoader::load_sync()Andreas Kling
2020-04-03LibCore: Don't replay last handled event when leaving nested event loopAndreas Kling
2020-04-03LibWeb: Protect DOM node while preparing to send mouse eventsAndreas Kling
2020-04-03Revert "Kernel & Userland: Allow to mount image files formatted with Ext2FS"Andreas Kling
2020-04-03LibGUI: Clear any hovered index when the cursor leaves an AbstractViewAndreas Kling
2020-04-03LibWeb: Add NavigatorObject to MakefileLinus Groh
2020-04-03LibWeb: Handle invalid URL in HtmlView::load()Linus Groh
2020-04-03LibJS: Add short circuit logical evaluationStephan Unverwerth
2020-04-03LibWeb: Add "navigator" object and expose navigator.userAgentAndreas Kling
2020-04-03LibJS: Fix logical expressionsLinus Groh
2020-04-03LibJS: Parse binary bitwise operatorsLinus Groh
2020-04-03LibJS: Implement ConditionalExpression (ternary "?:" operator)Andreas Kling
2020-04-03LibJS: Implement Error.prototype.toString()Linus Groh
2020-04-03LibJS: Remove UndefinedLiteral, add undefined to global objectLinus Groh
2020-04-02LibJS: Implement InfinityLinus Groh
2020-04-02LibJS: Object::put() shouldn't create own properties on prototype chainAndreas Kling
2020-04-02LibJS: Implement unary plus / minusLinus Groh
2020-04-02LibJS: Start implementing object shapesAndreas Kling
2020-04-02LibJS: Make JS::Cell non-copyable and non-movableAndreas Kling
2020-04-02Kernel & Userland: Allow to mount image files formatted with Ext2FSLiav A
2020-04-02LibJS: Fix bad cast in Interpreter::run()Andreas Kling
2020-04-02LibJS: Evaluate CallExpression arguments before pushing a CallFrameJack Karamanian
2020-04-02LibLine: Restore previous state only if initializedAnotherTest
2020-04-01LibJS: Add argument(i) and argument_count() to InterpreterAndreas Kling
2020-04-01LibJS: Make Value::as_object() return Object&Andreas Kling
2020-04-01LibJS: Add NaN to global objectLinus Groh
2020-04-01LibJS: Add Interpreter::create<GlobalObjectType>()Andreas Kling
2020-04-01LibJS: Add GlobalObject to the forwarding headerAndreas Kling
2020-04-01LibJS: Implement Error function/constructorLinus Groh
2020-04-01LibJS: Implement constructor/non-constructor function callsLinus Groh
2020-04-01LibWeb: Remove debug spam in WindowObjectAndreas Kling
2020-04-01LibWeb+LibJS: Move DOM Window object to dedicated classesAndreas Kling
2020-04-01LibJS: Reorganize computing of |this| for CallExpressionsAndreas Kling
2020-04-01Browser: Add error pageLinus Groh
2020-04-01LibLine: Fix Shell crashing (due to write() EFAULT) on <tab><tab>Andreas Kling
2020-03-31js: Implement print function for Date objectsLinus Groh
2020-03-31LibJS: Use "%d" to stringify numeric values that are whole integersAndreas Kling