aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8
Commit message (Expand)AuthorAgeFilesLines
...
* convert Managed::put() API to be GC safeLars Knoll2013-09-223-12/+19
* Cleanup Object::define*Property APILars Knoll2013-09-223-89/+89
* Add a Safe<T> class and start using itLars Knoll2013-09-221-1/+3
* Start using StringRef for parameter passingLars Knoll2013-09-221-3/+3
* Cleanup ExecutionEngine::newBuiltinFunction() usagesLars Knoll2013-09-221-18/+5
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-221-2/+1
* Further work towards an exact GCLars Knoll2013-09-224-11/+16
* Convert more methods to return a Returned<>Lars Knoll2013-09-181-11/+14
* Convert some methods to use Returned<>Lars Knoll2013-09-182-13/+16
* Convert a few more methods in ExecutionEngine to use protected pointersLars Knoll2013-09-181-7/+7
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-183-119/+115
* Convert more methods to use ReturnedValueLars Knoll2013-09-181-3/+4
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-182-183/+183
* Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-181-5/+14
* Don't access out of bounds argumentsLars Knoll2013-09-181-1/+1
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-1/+1
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-1/+2
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-1/+1
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-122-23/+23
* Change signature of call/construct() to take a pointer to a CallDataLars Knoll2013-09-111-2/+2
* Move CallData onto the JS stackLars Knoll2013-09-112-6/+7
* Make it possible to handle pointers to QObject derived in QML.Stephen Kelly2013-09-101-0/+2
* Remove more usages of Object::setPrototype()Lars Knoll2013-09-021-2/+0
* Cleanup calls to Object::setPrototype()Lars Knoll2013-09-021-1/+1
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-022-3/+3
* change calling convention for JS function callsLars Knoll2013-09-022-4/+6
* Fix tst_qqmlecmascript::scope() and behavioural compatibility with v8 based qmlSimon Hausmann2013-08-081-0/+3
* Move the JS Api into it's own folderLars Knoll2013-08-0813-2309/+1
* Remove outdated notes fileLars Knoll2013-08-081-4/+0
* Optimize the JS == operatorLars Knoll2013-08-071-1/+1
* Fix tst_QJSValueIterator::iterateString() on Mac OS XSimon Hausmann2013-07-232-13/+12
* Move QV4::Exception into a separate compilation unit with header fileSimon Hausmann2013-07-123-0/+3
* Fix qqmlecmascript::sequenceConversionThreads with aggressive GCSimon Hausmann2013-07-011-4/+4
* Convert QV8Engine::illegalNames() to use the identifier hashLars Knoll2013-06-282-4/+6
* Remove some unused code and forward declarationsLars Knoll2013-06-281-1/+0
* Fix tst_QJSValue::engineDeleted with MSVCSimon Hausmann2013-06-261-0/+1
* Fix crashes with MSVC on x86Simon Hausmann2013-06-261-1/+0
* Fix compilation with namespaced QtSimon Hausmann2013-06-261-2/+2
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-242-14/+18
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-128-8/+8
| |\
| | * Fix -Wpedantic warningsAlbert Astals Cid2013-06-126-6/+6
| | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-101-1/+1
| | |\
| | | * Fallback to QMetaObject for properties not in QQmlPropertyCacheAlberto Mardegan2013-05-311-1/+1
| | * | Fix -Wpedantic warningsAlbert Astals Cid2013-06-071-1/+1
| | |/
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-282-11/+15
| |\|
| | * Doc: Fix some broken linksSze Howe Koh2013-05-201-6/+6
| | * Doc: Define Qt global object as a QML type and fix referring docsTopi Reinio2013-05-151-5/+5
| | * Document percieved memory leakAlan Alpert2013-05-011-0/+4
| * | QQmlError.object now holds the scope object that caused exceptions.Mark Visser2013-05-081-0/+1
| |/
| * Doc: Create links to Qt Quick 1Sze Howe Koh2013-04-241-2/+2