aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qquickworkerscript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+1
* Convert more builtin functions to the new calling conventionLars Knoll2017-01-251-7/+6
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-14/+2
|\
| * Start cleaning up the QmlContextWrapperLars Knoll2016-12-041-14/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-181-6/+6
|\|
| * Turn the no-network support into a configurable featureLars Knoll2016-10-101-6/+6
* | Qml: add missing 'override'Anton Kudryavtsev2016-10-071-2/+2
|/
* V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-6/+6
* QtLite: no_network option for QtDeclarativePaolo Angelelli2016-03-041-2/+16
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Further cleanupsLars Knoll2015-09-151-1/+1
* Centralize access to qml contextLars Knoll2015-09-091-11/+10
* Pass a QmlContext to QV4::Script instead of a contextwrapperLars Knoll2015-09-091-3/+4
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* CleanupsLars Knoll2015-01-231-2/+2
* CleanupsLars Knoll2015-01-231-1/+1
* Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-3/+3
* Remove qv8engine usage in the contextwrapperLars Knoll2015-01-081-1/+1
* Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-2/+2
* Use QV4::ScopedFunctionObject typedef instead of actual typeOleg Shparber2015-01-021-1/+1
* Remove v8engine dependency from qv4serialize.*Lars Knoll2015-01-011-4/+4
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-3/+3
* Return Heap::ExecutionContext for globalContext()Lars Knoll2014-12-191-3/+4
* Encapsulate accesses to the root contextLars Knoll2014-12-111-3/+3
* Cleanup exception catching codeLars Knoll2014-11-151-6/+3
* Update license headers and add new licensesJani Heikkinen2014-08-251-18/+10
* Convert FunctionObject derived classes to new construction schemeLars Knoll2014-07-221-1/+1
* Get rid of StringRefLars Knoll2014-07-221-3/+3
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-3/+3
* Doc: correct link/compilation errors in Qt DeclarativeNico Vertriest2014-07-021-3/+3
* Fix worker scripts with cached compilation unitsSimon Hausmann2014-06-041-23/+31
* Cleanup: Remove last traces of QQmlScriptSimon Hausmann2014-03-191-1/+1
* Doc: Fix broken \qmlsignal linksSze Howe Koh2014-03-181-1/+1
* Doc: Document signals (not handlers) under \qmlsignalSze Howe Koh2014-03-181-2/+4
* Fix WorkerScript object leakLiang Jian2014-03-141-1/+5
* Rename some filesLars Knoll2014-01-311-1/+1
* fix whitespaceOswald Buddenhagen2014-01-221-6/+6
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-3/+3
* Simplify & speed up function callingLars Knoll2013-11-091-2/+2
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-4/+4
* Fix the remaining try/catch statements in C++Lars Knoll2013-10-291-14/+11
* Properly propagate parse errorsLars Knoll2013-10-291-5/+7
* Remove internal method from public APILars Knoll2013-10-191-2/+2
* Change exception handling APISimon Hausmann2013-10-021-11/+6
* Fix API for Object::define*PropertyLars Knoll2013-09-281-5/+4
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-3/+3
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-2/+2
* Fix QQmlV4Function API to be GC safeLars Knoll2013-09-261-1/+2
* Fix Persistent/WeakValue APILars Knoll2013-09-261-9/+14