QV8DebugService: Simplify the service code
authorAurindam Jana <aurindam.jana@nokia.com>
Fri, 2 Dec 2011 13:52:21 +0000 (14:52 +0100)
committerQt by Nokia <qt-info@nokia.com>
Wed, 14 Dec 2011 17:48:21 +0000 (18:48 +0100)
commit4e2924fbc30905a136cc54f229f1906b11602c3e
tree85025c8f0c450ddf8f8e38fc19fc19cdf01638bc
parentd8e13b08c67439e4e6695ef72d1a9bb0317e97ff
QV8DebugService: Simplify the service code

Removed all parsing functionality. The service only acts as a delegate
to v8 debugger. Apart from that, it calls the v8 debug static APIs
when requested by client.

Change-Id: I2917c2d080e5b409a4b5f39d386279c33634cade
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
15 files changed:
src/declarative/debugger/qv8debugservice.cpp
src/declarative/debugger/qv8debugservice_p.h
src/declarative/qml/qdeclarativeengine.cpp
tests/auto/declarative/debugger/qdeclarativedebugjs/data/breakpointRelocation.qml [new file with mode: 0644]
tests/auto/declarative/debugger/qdeclarativedebugjs/data/changeBreakpoint.qml [new file with mode: 0644]
tests/auto/declarative/debugger/qdeclarativedebugjs/data/condition.qml [new file with mode: 0644]
tests/auto/declarative/debugger/qdeclarativedebugjs/data/createComponent.qml [new file with mode: 0644]
tests/auto/declarative/debugger/qdeclarativedebugjs/data/exception.qml [new file with mode: 0644]
tests/auto/declarative/debugger/qdeclarativedebugjs/data/loadjsfile.qml [new file with mode: 0644]
tests/auto/declarative/debugger/qdeclarativedebugjs/data/oncompleted.qml [new file with mode: 0644]
tests/auto/declarative/debugger/qdeclarativedebugjs/data/stepAction.qml [new file with mode: 0644]
tests/auto/declarative/debugger/qdeclarativedebugjs/data/test.qml
tests/auto/declarative/debugger/qdeclarativedebugjs/data/timer.qml
tests/auto/declarative/debugger/qdeclarativedebugjs/qdeclarativedebugjs.pro
tests/auto/declarative/debugger/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp