index
:
delta/qt4-tools.git
4.5
4.6
4.6-digia
4.7
4.7-digia
4.8
4.8-bb10
4.8.0-symbian
4.8.1-symbian
baserock/morph
history/qtquick2
history/qtquick2-v8
code.qt.io: qt/qt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
script
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix compiler warnings on Windows
Kent Hansen
2009-08-27
1
-2
/
+2
*
disable a few compiler warnings for qtscript/JavaScriptCore on Windows
Kent Hansen
2009-08-27
1
-0
/
+3
*
fix whacky behavior of QScriptValue::toString() for QVariant
Kent Hansen
2009-08-27
1
-1
/
+1
*
warn if QScriptValue::setScriptClass() is called on incompatible object
Kent Hansen
2009-08-26
1
-1
/
+6
*
don't crash when attempting to access properties of a JS Object that belonged...
Kent Hansen
2009-08-26
2
-24
/
+29
*
fix performance issue with QScriptValue::propertyFlags()
Kent Hansen
2009-08-26
2
-28
/
+39
*
implement proxying of JSObject::putWithAttributes() on Global Object
Kent Hansen
2009-08-26
2
-0
/
+13
*
Another memoryleak in QScriptEngine
Olivier Goffart
2009-08-25
1
-5
/
+5
*
Memory leak in QScriptEngineAgent.
Olivier Goffart
2009-08-25
2
-3
/
+1
*
Fix memory leak in QScriptEngine::newQObject
Olivier Goffart
2009-08-25
2
-8
/
+8
*
fix performance issue with QScriptValue::setProperty()
Kent Hansen
2009-08-24
2
-75
/
+83
*
pass engine and identifier to QScriptStringPrivate constructor
Kent Hansen
2009-08-24
2
-7
/
+7
*
add an internal QScriptValue ctor to initialize from d-pointer
Kent Hansen
2009-08-24
3
-3
/
+11
*
make some internal qtscript functions inline
Kent Hansen
2009-08-24
4
-133
/
+132
*
compile fix with namespaced Qt
hjk
2009-08-24
10
-22
/
+28
*
pass engine pointer to QScriptValuePrivate
Kent Hansen
2009-08-24
3
-34
/
+19
*
handle memory management of QScriptValuePrivate in engine if possible
Kent Hansen
2009-08-24
4
-17
/
+61
*
fix memory leak
Kent Hansen
2009-08-24
1
-1
/
+0
*
avoid calling QScriptValue::isFunction() inside call() and construct()
Kent Hansen
2009-08-24
1
-16
/
+26
*
use QVarLengthArray instead of QVector for holding JS arguments
Kent Hansen
2009-08-24
2
-6
/
+4
*
Fix QScriptContext::argumentObjects for function called with QScriptValue::call
Olivier Goffart
2009-08-24
1
-2
/
+7
*
QScriptValue: No need to create the activation object for call or construct
Olivier Goffart
2009-08-24
1
-4
/
+0
*
Trivial: Remove uneeded #include
Harald Fernengel
2009-08-24
1
-1
/
+0
*
Fix obsolete license headers.
Jason McDonald
2009-08-22
17
-17
/
+17
*
Merge commit 'qt/master'
Jason Barron
2009-08-21
1
-0
/
+9
|
\
|
*
get rid of qmake warnings when parsing script.pro (JavaScriptCore.pri)
Kent Hansen
2009-08-21
1
-0
/
+9
*
|
compile again after merge
Harald Fernengel
2009-08-21
8
-88
/
+14
*
|
Merge commit 'qt/master'
Jason Barron
2009-08-21
138
-34071
/
+12810
|
\
\
|
|
/
|
*
implement registered script values as a doubly linked list
Kent Hansen
2009-08-20
4
-13
/
+33
|
*
use a list to keep track of registered script values
Kent Hansen
2009-08-20
4
-116
/
+41
|
*
store the engine's d-pointer in QScriptValuePrivate
Kent Hansen
2009-08-20
3
-150
/
+115
|
*
remove redundant variable
Kent Hansen
2009-08-20
2
-10
/
+3
|
*
remove unused variable
Kent Hansen
2009-08-20
1
-1
/
+0
|
*
add recursion guard for GC marking
Kent Hansen
2009-08-20
3
-4
/
+10
|
*
provide line number information for innermost call frame
Kent Hansen
2009-08-20
4
-0
/
+11
|
*
set the current frame when getting callbacks in JSC Debugger
Kent Hansen
2009-08-20
2
-30
/
+39
|
*
make QScriptEngine::objectById() work
Kent Hansen
2009-08-20
1
-7
/
+2
|
*
Fix "fixme" in QtFunction::mark()
Jedrzej Nowacki
2009-08-20
1
-3
/
+1
|
*
Do not pass JSValue per const reference
Olivier Goffart
2009-08-19
2
-4
/
+4
|
*
Cleanups
Olivier Goffart
2009-08-19
3
-24
/
+5
|
*
invalidate wrapped JSC::JSValue when script engine is deleted
Kent Hansen
2009-08-19
1
-2
/
+5
|
*
Fix QScriptValue::objectId().
Jedrzej Nowacki
2009-08-19
4
-8
/
+12
|
*
make QScriptEngine::isEvaluating() work for top-level evaluation
Kent Hansen
2009-08-19
2
-2
/
+21
|
*
Q_DISABLE_COPY were added to QScriptValuePrivate.
Jedrzej Nowacki
2009-08-19
1
-0
/
+1
|
*
Clean up
Jedrzej Nowacki
2009-08-19
1
-1
/
+0
|
*
Internal API clean up.
Jedrzej Nowacki
2009-08-19
3
-16
/
+0
|
*
Clean up.
Jedrzej Nowacki
2009-08-19
3
-49
/
+57
|
*
Fix potential building problem.
Jedrzej Nowacki
2009-08-19
1
-7
/
+2
|
*
Fix the QScriptContext::argumentsObject and QScriptContext::argument for js f...
Olivier Goffart
2009-08-18
1
-7
/
+14
|
*
Fix the line numbers on the backtrace
Olivier Goffart
2009-08-18
1
-1
/
+1
[next]