aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/localstorage
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-021-0/+5
|\|
| * localstorage: disable warning about tautological comparisonShawn Rutledge2016-07-071-0/+5
* | V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-3/+3
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-4/+14
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-4/+14
| |\
| | * Fix bug in SQL database integration with null valuesSimon Hausmann2016-06-031-4/+14
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-1/+1
| |\|
| | * Instantiate static Qml plugins declaring QQmlExtensionInterface onlySebastian Lösch2016-04-111-1/+1
* | | Mark overrides of QQmlExtensionPluginFrank Meerkoetter2016-04-191-1/+1
|/ /
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | Utilize the resources when building statically.Andy Shaw2015-12-021-2/+9
|/
* Update plugins.qmltypesKai Koehne2015-10-231-1/+2
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-7/+6
* Cleanup usage of ExecutionEngine::currentContextLars Knoll2015-09-151-3/+1
* Move exceptionValue and globalObject from the Engine onto the JS stackLars Knoll2015-04-241-3/+3
* Get rid of asFunctionObject()Lars Knoll2015-04-211-2/+2
* More cleanupsLars Knoll2015-04-211-1/+1
* Further cleanupsLars Knoll2015-04-161-7/+6
* Reduce dependenciesLars Knoll2015-03-201-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* CleanupsLars Knoll2015-01-231-18/+18
* CleanupsLars Knoll2015-01-231-1/+1
* Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-2/+2
* Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-1/+0
* Cleanup variant conversion codeLars Knoll2015-01-091-4/+4
* Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-4/+4
* Remove v8engine dependency in localstorageLars Knoll2015-01-081-24/+16
* Move extension mechanism over to use the v4 engineLars Knoll2015-01-081-8/+7
* Get rid of QV8Engine::toStringLars Knoll2015-01-081-1/+1
* Remove v8engine pointer from QQmlV4FunctionLars Knoll2015-01-081-4/+4
* Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-7/+7
* Use QV4::ScopedFunctionObject typedef instead of actual typeOleg Shparber2015-01-021-1/+1
* Use QV4::ScopedString typedef instead of actual typeOleg Shparber2015-01-021-3/+3
* Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-021-2/+1
* Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-021-3/+3
* Return Heap::ExecutionContext for currentContext()Lars Knoll2014-12-191-2/+2
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-091-0/+2
|\
| * Update plugins.qmltypesKai Koehne2014-12-051-0/+2
* | Cleanup destruction of heap objectsLars Knoll2014-11-211-3/+1
* | Changed MemoryManager::alloc<T> to return Heap::T* instead of T*Simon Hausmann2014-11-151-1/+1
* | Ported the WebSQL module to the new V4 heap layoutSimon Hausmann2014-11-141-29/+42
* | Move Object::Data into the Heap namespaceLars Knoll2014-11-081-1/+1
* | Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-4/+4
* | Cleanup header file dependenciesLars Knoll2014-11-041-0/+1
* | Changed Value to store Managed::Data pointers directlySimon Hausmann2014-11-041-1/+1
|/
* Get rid of !this and similar constructsLars Knoll2014-10-311-1/+2
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Cleanup: Get rid of __data membersSimon Hausmann2014-07-221-13/+0
* Fix Managed::as<>() methodLars Knoll2014-07-221-1/+1