aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/localstorage
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the object allocation schemeSimon Hausmann2014-07-221-2/+2
* Start implement new Object creation patternLars Knoll2014-07-221-11/+14
* Remove the less often used Ref classesLars Knoll2014-07-221-2/+1
* Get rid of StringRefLars Knoll2014-07-221-6/+6
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-37/+37
* Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-221-1/+1
* Convert sqldatabase to new data layoutLars Knoll2014-07-221-53/+71
* Doc: correct link/compilation errors in Qt DeclarativeNico Vertriest2014-07-021-1/+1
* Don't add the database before verificationRob Hoelz2014-05-291-1/+1
* Make the Ref classes not template basedLars Knoll2014-02-071-1/+2
* Rename Referenced to ManagedRefLars Knoll2014-02-071-1/+1
* Split ManagedVTable into two classesLars Knoll2014-01-211-3/+3
* Rework array handling for JS objectsLars Knoll2014-01-091-1/+1
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-1/+1
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-1/+1
* Update .qmltypes files for 5.2Alan Alpert2013-11-121-1/+2
* Simplify & speed up function callingLars Knoll2013-11-091-10/+10
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-4/+14
* Make LocalStorage more verboseGatis Paeglis2013-10-221-1/+3
* Speed up exception propagationSimon Hausmann2013-10-161-19/+36