aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/localstorage
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-6/+6
* Move CallData onto the JS stackLars Knoll2013-09-111-12/+13
* Cleanup calls to Object::setPrototype()Lars Knoll2013-09-021-1/+0
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-5/+5
* change calling convention for JS function callsLars Knoll2013-09-021-6/+12
* Fix compilation with MSVC 2008 (and prospective Windows CE build fix)Simon Hausmann2013-08-221-3/+3
* Fix crashes in tst_qquickcanvasitem with older Ubuntu toolchainsSimon Hausmann2013-07-221-1/+0
* Move QV4::Exception into a separate compilation unit with header fileSimon Hausmann2013-07-121-0/+1
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-242-3/+4
|\
| * Doc: Fix some broken snippet pathsSze Howe Koh2013-05-061-1/+1
| * qtdeclarative: update .qmltypes, and use -notrelocatable optionFawzi Mohamed2013-04-241-2/+3
* | Remove context parameter from Manged::put.Lars Knoll2013-06-221-6/+6
* | Remove context parameter from Managed::getIndexedLars Knoll2013-06-221-4/+4
* | Fix crashes in workerscript tests (qqmlecmascript and qquickworkerscript)Simon Hausmann2013-06-051-4/+4
* | Simplify the object iterator APILars Knoll2013-06-041-10/+10
* | Convert the localstorage plugin to v4Lars Knoll2013-06-032-206/+198
* | Get rid of v8::BooleanLars Knoll2013-05-211-1/+1