aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/localstorage
Commit message (Expand)AuthorAgeFilesLines
* Update plugins.qmltypesKai Koehne2014-12-051-0/+2
* 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
* Add classnames for QML import plugins.Morten Johan Sørvig2013-10-141-0/+1
* Cleanup exception handlingSimon Hausmann2013-10-031-1/+0
* Change exception handling APISimon Hausmann2013-10-021-4/+4
* Use SafeValue instead of Value in ScopedValue methodsLars Knoll2013-10-021-1/+1
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-021-4/+3
* Remove some uses of raw Object pointersLars Knoll2013-09-301-3/+5
* Remove Value::fromString()Lars Knoll2013-09-281-2/+2
* Fix Value usage in ErrorObjectsLars Knoll2013-09-281-1/+1
* Move Value::toInteger(double) and related to PrimitiveLars Knoll2013-09-281-8/+8
* 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-24/+21
* Move more API over to use ValueRefLars Knoll2013-09-261-5/+7
* Fix QQmlV4Function API to be GC safeLars Knoll2013-09-261-9/+10
* Fix Persistent/WeakValue APILars Knoll2013-09-261-4/+8
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-9/+9
* Cleanup Object::define*Property APILars Knoll2013-09-221-8/+8
* Start using StringRef for parameter passingLars Knoll2013-09-221-3/+3
* Cleanup ExecutionEngine::newBuiltinFunction() usagesLars Knoll2013-09-221-10/+4
* Further work towards an exact GCLars Knoll2013-09-221-19/+21
* Convert some methods to use Returned<>Lars Knoll2013-09-181-6/+16
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-8/+10
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-22/+22
* Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-181-4/+4
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-3/+3
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-3/+7