aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-0645-0/+495
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-022-2/+11
|\
| * Fix compilation with ICC on WindowsThiago Macieira2015-09-022-2/+11
* | CleanupsLars Knoll2015-09-251-32/+22
* | Reduce memory consumption of signal handlersLars Knoll2015-09-254-8/+23
* | Smaller cleanupsLars Knoll2015-09-252-12/+14
* | V4: Fix SparseArray::deleteNodeRon Hashimoto2015-09-251-7/+4
* | Fall back to the correct methodLars Knoll2015-09-251-1/+1
* | Cosmetic improvements to marking of objects during GCLars Knoll2015-09-251-4/+5
* | Speed up creation of Array literalsLars Knoll2015-09-253-9/+22
* | Add method to convert identifiers back into QV4::String objectsLars Knoll2015-09-253-1/+20
* | Speed up QQmlEngine constructorLars Knoll2015-09-252-7/+14
* | Fix read of uninitialized value (undefined behavior)Thiago Macieira2015-09-241-2/+2
* | Fixes to Error objectsLars Knoll2015-09-225-138/+121
* | Move remaining objects to new constructor syntaxLars Knoll2015-09-2211-67/+35
* | Convert FunctionObjects to new allocation syntaxLars Knoll2015-09-2211-67/+58
* | Simplify new construction schemeLars Knoll2015-09-229-27/+56
* | move error objects over to new construction schemeLars Knoll2015-09-224-94/+119
* | Convert variant object and ObjectProtoLars Knoll2015-09-224-14/+12
* | Use the new construction scheme for RegExpObjectsLars Knoll2015-09-225-56/+46
* | Move more objects over to the new allocation schemeLars Knoll2015-09-2211-85/+66
* | Inline property data into the objectLars Knoll2015-09-224-26/+62
* | Add DataView unsigned integer getter/setters with correct casingsNobuaki Sukegawa2015-09-211-6/+14