aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* Correctly set this object when calling scope/context functions5.6Erik Verbruggen2018-05-251-0/+5
* QML: clear the property cache on QObjectWrapper destuctionErik Verbruggen2017-04-261-0/+4
* Fix memory leak in V4Gunnar Sletta2017-02-031-1/+1
* QV4String: properly detect overflow when trying to convert to an array indexGiuseppe D'Angelo2016-11-041-3/+9
* Fix QML Compiler crashSimon Hausmann2016-10-251-4/+1
* V4: Fix usage of QV4::Value tags/typesErik Verbruggen2016-10-133-13/+37
* Fix V4 on big-endianAllan Sandfeld Jensen2016-10-101-8/+5
* Fix corruption when adding or changing properties of JS objectsArnaud Vrac2016-10-101-4/+8
* Fix developer-build with gcc 6Allan Sandfeld Jensen2016-10-104-19/+37
* QML: Clear weak references on Object destruction for C++-owned QObjectsErik Verbruggen2016-10-051-0/+4
* qv4jsonobject: Make use of QVariant::toString in stringificationRobin Burchell2016-09-301-0/+5
* Fix crash with window-less QQuickItemsSimon Hausmann2016-09-302-3/+9
* Fix crash on Array.prototype.join.call(0)Robin Burchell2016-09-291-5/+8
* V4: Free up 2 address bits in 64bit modeErik Verbruggen2016-09-283-119/+155
* QV4Object: fix GCC 6.1 tautologial compare warningMarc Mutz2016-08-171-1/+3
* Fix throwing an exception inside a finally block with a return in catchSimon Hausmann2016-08-161-3/+3
* Fix char conversions in QMLChristian Strømme2016-08-091-4/+9
* Fix QQmlEngine crash on big endian 64 bit architectures (s390x)Maximiliano Curia2016-07-201-2/+2
* Fix logic bug when deleting properties of JS objectsLars Knoll2016-07-141-4/+4
* V4: Always set the tag when boxing a pointer in QV4::Value.Erik Verbruggen2016-06-165-72/+62
* Make some QNX only code Dinkum specificJames McDonnell2016-06-141-1/+1
* V4: Mirror jsAlloc behavior at stack allocation.Erik Verbruggen2016-05-272-5/+5
* Fix crash with SignalTransitionSimon Hausmann2016-05-251-1/+1
* Fix crashes when incubating objects asynchronously with initial propertiesSimon Hausmann2016-05-182-2/+2
* Remove workaround for the pointer size in bootstrapped tool buildsThiago Macieira2016-05-111-5/+1
* V4: Limit call depth by count, not by checking the native stack.Erik Verbruggen2016-05-112-106/+36
* Fix crash when trying to call a property of the scope or context objectSimon Hausmann2016-05-011-3/+2
* Also match QJSValue conversion types in MatchScore.Michael Bruning2016-04-201-0/+2
* Fix memory corruption when calling Array.unshift()Simon Hausmann2016-04-141-1/+7
* V4: fix bootstrapped builds on Ubuntu 32bit.Erik Verbruggen2016-03-031-2/+5
* Remove unused static const non-constexpr variableThiago Macieira2016-02-221-2/+0
* Fix crash in Installer Framework when used with Qt 5.6Simon Hausmann2016-02-021-0/+2
* Pass Qt.include() URLs through the URL interceptor if presentKevin Krammer2016-01-231-0/+2
* Make sure we destroy all QV4::QObjectWrapper objectsJian Liang2016-01-222-5/+24
* Remove prohibited uses of underscore + capital letterThiago Macieira2016-01-084-28/+28
* Fix a couple of container detachmentsSérgio Martins2016-01-051-1/+1
* Fix crash in a non-debug build with assertions enabledThiago Macieira2015-12-291-12/+4
* Revert "Fix QtSharedPointer::ExternalRefCountData object leaks"J-P Nurmi2015-12-233-13/+0
* Fix QtSharedPointer::ExternalRefCountData object leaksJian Liang2015-12-183-0/+13
* Fix crash related to BoundFunctionsFrank Meerkoetter2015-11-231-1/+2
* Use the correct macro to detect 64-bit value encodingThiago Macieira2015-10-292-5/+5
* Fix qmlcompiler build on win32.Erik Verbruggen2015-10-291-2/+2
* QML: Fix typeof context property.Erik Verbruggen2015-10-273-0/+32
* QML: Sanitize reading environment variables.Friedemann Kleint2015-10-221-1/+1
* JS: Math.random(): fix range to not include 1.0.Erik Verbruggen2015-10-201-2/+7
* Properly resolve the context to create mutable bindings onLars Knoll2015-10-201-4/+13
* Fix a crash when copying array dataLars Knoll2015-10-201-1/+1
* Only set V4 debugger when service is enabledUlf Hermann2015-10-151-1/+0
* QmlDebug: Split QV4::Debugging::Debuggerhjk2015-10-144-31/+44
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-132-3/+4