aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger/qv8debugservice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-294/+0
* Debugger: Consistenly use 'state' instead of 'status'Kai Koehne2012-02-101-3/+3
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* DeclarativeDebug: Add version info to service pluginsAurindam Jana2011-12-161-10/+2
* QV8DebugService: add version commandAurindam Jana2011-12-151-31/+32
* QV8DebugService: Add breakaftercompileAurindam Jana2011-12-141-6/+19
* QV8DebugService: Simplify the service codeAurindam Jana2011-12-141-363/+95
* Debugger: Fix compilation error with msvcKai Koehne2011-11-281-2/+1
* DeclarativeDebugServices: Cleanup CodeAurindam Jana2011-11-251-19/+5
* V8DebugService: Optimize Code.Aurindam Jana2011-11-251-263/+263
* Debugger: Don't register v8 callback until client is attachedKai Koehne2011-11-231-46/+146
* Debugger: Make registration of services explicitKai Koehne2011-11-231-1/+1
* Debugger: Move server into it's own threadKai Koehne2011-11-221-61/+74
* QV8DebugService: Return JSON messages for internal requests.Aurindam Jana2011-11-071-0/+56
* QV8DebugService: Cancel DebugBreak Requests before disconnectAurindam Jana2011-11-041-0/+3
* Force V8 debugger load on startup instead of on demand.Glenn Watson2011-11-011-0/+7
* QV8DebugService: QML Signal HandlingAurindam Jana2011-10-241-8/+38
* Clean up declarative includesKent Hansen2011-10-171-3/+3
* V8Debugger: Code beautificationKai Koehne2011-10-051-33/+34
* JSDebugging: Enable break on events.Aurindam Jana2011-09-171-12/+96
* JSDebugging: Send messages for events BeforeCompile to Client.Aurindam Jana2011-09-081-2/+5
* Debug Service: Synchronize with v8 debug client.Aurindam Jana2011-08-241-15/+60
* v8 debugging: delay setting of breakpoints till afterCompileAurindam Jana2011-08-191-7/+27
* Enable v8 debuggingAurindam Jana2011-08-171-0/+209