aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rename QQmlV8Handle to QQmlV4HandleLars Knoll2013-04-1939-114/+132
* Get rid of qv8stringwrapperLars Knoll2013-04-195-185/+23
* Move more code over to use v4.Lars Knoll2013-04-193-47/+51
* Convert SQL errors to use v4 APILars Knoll2013-04-195-23/+26
* Move DOM errors over to use v4 directlyLars Knoll2013-04-197-81/+86
* Implement most of QJSEngine against V4Lars Knoll2013-04-198-49/+153
* Implement QJSValueIteratorLars Knoll2013-04-198-24/+71
* Cleanup lots of V8 dependencies in QJS* classesLars Knoll2013-04-1846-2151/+457
* Fix VM::Value return value passing on WindowsSimon Hausmann2013-04-182-2/+19
* Better implementation of persistent valuesLars Knoll2013-04-185-33/+76
* Fixes to exception handling in the v8 APILars Knoll2013-04-171-8/+28
* Use 'template' keyword to treat 'vector' as a dependent template nameTor Arne Vestbø2013-04-171-1/+1
* iOS: Don't enable PROT_WRITE and PROT_EXEC at the same timeTor Arne Vestbø2013-04-172-2/+17
* Make fields of QQmlJS::JS::Managed public, they are used all over the placeTor Arne Vestbø2013-04-171-7/+7
* iOS: Don't generate exception tablesTor Arne Vestbø2013-04-171-2/+2
* Don't use std::vector::shrink_to_fit(), it's C++11, and not enabled on iOSTor Arne Vestbø2013-04-171-1/+1
* Fix build on iOSTor Arne Vestbø2013-04-172-1/+6
* Fix build with MSVCSimon Hausmann2013-04-1629-76/+70
* Speed up regular expression matchingSimon Hausmann2013-04-167-16/+114
* Fix a ### in Regexp.toStringLars Knoll2013-04-161-1/+2
* Fix two more corner cases in the v8 APILars Knoll2013-04-161-0/+3
* Implement v8::LowMemoryNotification and IdleNotificationLars Knoll2013-04-151-4/+2
* Fix a bug in the v8 API wrapperLars Knoll2013-04-151-1/+9
* Fix crash in v8 bindingsSimon Hausmann2013-04-151-1/+1
* Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-15103-464/+436
* Adjust to API changes after eliminating Handle<T>::operator* for safety reasonsSimon Hausmann2013-04-155-17/+17
* Fix compilation with v4vm's v8 compatibility headersSimon Hausmann2013-04-157-25/+42
* Merge branch 'master' of ssh://codereview.qt-project.org:29418/playground/v4v...Simon Hausmann2013-04-15234-0/+99085
|\
| * Fix loading of this value on 32-bitSimon Hausmann2013-04-151-0/+4
| * Tiny optimisationLars Knoll2013-04-151-2/+2
| * Add some inline property data to ObjectLars Knoll2013-04-152-4/+11
| * Smaller cleanupsLars Knoll2013-04-153-21/+12
| * Remove context argument for increment/decrement valueLars Knoll2013-04-154-8/+8
| * Fix compilation in release modeLars Knoll2013-04-151-1/+1
| * Specialized lookups for accessor propertiesLars Knoll2013-04-152-2/+140
| * Implement fast lookup for constructor calls to the global objectLars Knoll2013-04-153-0/+32
| * Remove unused methodLars Knoll2013-04-151-5/+0
| * Small fix for qmljs_delete_subscriptLars Knoll2013-04-151-5/+1
| * Remove the context pointer from unary operationsLars Knoll2013-04-155-24/+19
| * Get rid of qmljs_get_this_objectLars Knoll2013-04-154-6/+4
| * Remove the ExecutionContext parameter from some methodsLars Knoll2013-04-1516-306/+300
| * use lookups for the global scopeLars Knoll2013-04-1513-12/+180
| * Introduce specialized lookup methodsLars Knoll2013-04-144-10/+77
| * Move the lookup class into it's own fileLars Knoll2013-04-146-80/+205
| * Fix build of the rest of v4vm against WTF/JSC updateSimon Hausmann2013-04-126-12/+25
| * Apply modifications on top of WTF/JSCSimon Hausmann2013-04-124-16/+9
| * WTF/JSC update to r148273Simon Hausmann2013-04-1245-711/+2304
| * Smaller cleanup in the lookup codeLars Knoll2013-04-122-6/+6
| * Rename file to reflect class name changeLars Knoll2013-04-128-7/+7
| * Remove getValueChecked()Lars Knoll2013-04-123-19/+8