aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove v8 dependencies from QQmlV4HandleLars Knoll2013-05-0819-72/+43
* Replace V8 resource in QQmlLocale with managed subclassSimon Hausmann2013-05-083-26/+49
* Converted remaining regular QQmlLocale functions to QV4Simon Hausmann2013-05-081-28/+28
* Fix PersistentValue::isEmpty()Lars Knoll2013-05-081-1/+1
* Remove the remaining traces of v8::persistentLars Knoll2013-05-088-284/+108
* Remove v8::persistent usage from particlesLars Knoll2013-05-083-11/+12
* Remove v8::persistent usage from local storageLars Knoll2013-05-081-13/+11
* Remove v8::Persistent usage from qquickcanvasLars Knoll2013-05-083-35/+33
* Move the QV4::Function out of qv4functionobject_p.hLars Knoll2013-05-0814-70/+215
* Remove v8::Persistent usage from qquickloaderLars Knoll2013-05-082-10/+8
* Another v8::Persistent removedLars Knoll2013-05-081-25/+25
* Convert qqmldelegatemodel to not use v8::PersistentLars Knoll2013-05-082-34/+60
* Convert qqmladaptermodel to use QV4::persistentValueLars Knoll2013-05-081-19/+32
* Move qqmlvmemetaobject over to use QV4::PersistentValueLars Knoll2013-05-082-18/+23
* Add more convenient get/put API to QV4::ObjectLars Knoll2013-05-089-1/+19
* Convert qqmllocale to use QV4::PersistentValueLars Knoll2013-05-081-4/+3
* Convert qqmljavascriptexpression to use QV4::PersistentValueLars Knoll2013-05-082-9/+8
* Convert qqmltypeloader to use QV4::PersistentValueLars Knoll2013-05-083-10/+9
* Add flag to the engine to enable/disable RegExp JITting.Erik Verbruggen2013-05-086-3/+20
* Move QQuickworkerscript over to QV4::PersistentValueLars Knoll2013-05-081-18/+20
* Convert xmlhttprequest to use QV4::PersistentValueLars Knoll2013-05-081-87/+85
* convert qv8sequencewrapper to use QV4::PersistentValueLars Knoll2013-05-082-26/+24
* Convert qv8qobjectwrapper to use QV4::PersistentValueLars Knoll2013-05-082-67/+64
* convert qv8variantwrapper to use QV4::PersistentValueLars Knoll2013-05-082-26/+24
* Convert qv8Valuetypewrapper to use QV4::PersistentValueLars Knoll2013-05-082-14/+16
* Convert qv8typewrapper to use QV4::PersistentValueLars Knoll2013-05-082-5/+7
* Convert qv8listwrapper to use QV4::PersistentValueLars Knoll2013-05-082-5/+8
* Convert qv8include to QV4::PersistentValueLars Knoll2013-05-082-16/+16
* Convert context wrapper to QV4::PersistentValueLars Knoll2013-05-082-14/+14
* Fix possible crashLars Knoll2013-05-081-1/+1
* Fix the doubly linked list logic in QV4::PersistentValueLars Knoll2013-05-081-9/+21
* Converted the remaining locale extensions to Date and String protos to V4Simon Hausmann2013-05-073-211/+125
* Remove more v8::Persistent usagesLars Knoll2013-05-0713-68/+59
* Get rid of QV8Engine::qtDateTimeFromJsDateSimon Hausmann2013-05-074-17/+8
* Make the default constructor of PersistentValue not allocate a d pointerLars Knoll2013-05-0711-39/+41
* Inject the QML Number extensions directly into the Number proto and ctorSimon Hausmann2013-05-073-33/+8
* Ported locale extensions to the Number prototype to SimpleCallContextSimon Hausmann2013-05-073-42/+46
* Add infrastructure for changing InvocationCallback style functions to the fin...Simon Hausmann2013-05-072-0/+59
* Rename Value::deletedValue() to Value::emptyValue()Lars Knoll2013-05-0715-25/+25
* Change some v8::Persistent to QV4::PersistentValueLars Knoll2013-05-0711-51/+44
* More steps towards eliminating the v8 layerSimon Hausmann2013-05-0726-513/+550
* Replace v8::True()/False() with QV4::Value equivalentsSimon Hausmann2013-05-073-23/+2
* Replace v8::Null() with QV4::Value::nullValue()Simon Hausmann2013-05-0714-51/+43
* Replace v8::Undefined() with QV4::Value::undefinedValue()Simon Hausmann2013-05-0723-145/+137
* Fix 475 compiler warnings.Erik Verbruggen2013-05-072-2/+1
* Ported RegExp object to class generatorSimon Hausmann2013-05-064-43/+18
* Ported boolean prototype over to class generatorSimon Hausmann2013-05-064-37/+17
* Get rid of v8::LocalLars Knoll2013-05-0654-846/+800
* Convert some v8::Persistent to v4Lars Knoll2013-05-066-23/+26
* Less debug outputLars Knoll2013-05-061-2/+2