| Commit message (Expand) | Author | Age | Files | Lines |
| * | CRA review qml/jsruntime | Fabian Kosmale | 2025-09-16 | 1 | -0/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | Add a TU for QV4::Debugging::Debugger to de-inline dtor & includemocs | Marc Mutz | 2022-05-09 | 1 | -0/+53 |
| * | V4: Remove empty file | Ulf Hermann | 2016-07-27 | 1 | -60/+0 |
| * | Updated license headers | Jani Heikkinen | 2016-01-19 | 1 | -14/+20 |
| * | Move V4 debugger and its test into better places | Ulf Hermann | 2015-10-30 | 1 | -286/+0 |
| * | QmlDebug: Split QV4::Debugging::Debugger | hjk | 2015-10-14 | 1 | -24/+24 |
| * | Rename currentExecutionContext to currentContext | Lars Knoll | 2015-09-15 | 1 | -5/+5 |
| * | Cleanup usage of ExecutionEngine::currentContext | Lars Knoll | 2015-09-15 | 1 | -11/+10 |
| * | Store the stack of executioncontext's on the JS stack | Lars Knoll | 2015-09-15 | 1 | -1/+1 |
| * | Cleanup the ExecutionContextSaver | Lars Knoll | 2015-09-15 | 1 | -1/+1 |
| * | V4 debugger: Fix expression evaluation | Ulf Hermann | 2015-08-19 | 1 | -1/+9 |
| * | Move DataCollector into debugger plugin | Ulf Hermann | 2015-08-10 | 1 | -563/+31 |
| * | Move V4 debugger agent into the debugger plugin | Ulf Hermann | 2015-08-10 | 1 | -142/+2 |
| * | Change data collection for debugging to use QV4::Value. | Ulf Hermann | 2015-08-10 | 1 | -94/+259 |
| * | Add namespace declarations to qv4debugging.cpp | Ulf Hermann | 2015-07-29 | 1 | -0/+4 |
| * | Remove type punning from QV4::Value. | Erik Verbruggen | 2015-07-24 | 1 | -1/+1 |
| * | Clean up ExecutionContext's for QML | Lars Knoll | 2015-06-18 | 1 | -1/+1 |
| * | Move exceptionValue and globalObject from the Engine onto the JS stack | Lars Knoll | 2015-04-24 | 1 | -1/+1 |
| * | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.h | Lars Knoll | 2015-04-24 | 1 | -0/+1 |
| * | Get rid of asManaged() | Lars Knoll | 2015-04-21 | 1 | -1/+1 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-12 | 1 | -7/+7 |
| * | Get rid of most uses of ValueRef | Lars Knoll | 2015-01-23 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.4' into dev | Simon Hausmann | 2015-01-16 | 1 | -8/+10 |
| |\ |
|
| | * | Fix GC crash with conditional breakpoints and JS console | Simon Hausmann | 2014-12-19 | 1 | -4/+6 |
| | * | QML Debugging: Fix crash when stepping through try-catch block. | Erik Verbruggen | 2014-12-09 | 1 | -8/+9 |
| * | | Make sure we always have an engine when assigning to a Persistent | Lars Knoll | 2015-01-13 | 1 | -7/+6 |
| * | | Use QV4::ScopedContext typedef instead of actual type | Oleg Shparber | 2015-01-02 | 1 | -4/+4 |
| * | | Return Heap::ExecutionContext for currentContext() | Lars Knoll | 2014-12-19 | 1 | -22/+22 |
| * | | Fix GC crash with conditional breakpoints and JS console | Simon Hausmann | 2014-12-19 | 1 | -4/+6 |
| * | | Make ExecutionContextSaver GC safe | Lars Knoll | 2014-12-19 | 1 | -2/+2 |
| * | | Merge remote-tracking branch 'origin/5.4' into dev | Simon Hausmann | 2014-12-09 | 1 | -14/+22 |
| |\| |
|
| | * | Fix conditional breakpoints in QML | Simon Hausmann | 2014-12-03 | 1 | -1/+3 |
| | * | Fix expression evaluation in specific frames in the debugger | Simon Hausmann | 2014-12-03 | 1 | -13/+19 |
| * | | Changed InternalClass to store Identifier* instead of String* | Simon Hausmann | 2014-11-21 | 1 | -4/+5 |
| * | | Cleanup exception catching code | Lars Knoll | 2014-11-15 | 1 | -1/+1 |
| * | | Cleanup debugger to be safe for the new GC | Lars Knoll | 2014-11-12 | 1 | -6/+5 |
| * | | Convert ExecutionContext::parent/outer to use a heap object | Lars Knoll | 2014-11-12 | 1 | -10/+23 |
| * | | Use Heap object for CallData::function member | Lars Knoll | 2014-11-11 | 1 | -1/+1 |
| * | | Refactor ExecutionContexts | Lars Knoll | 2014-11-08 | 1 | -4/+4 |
| * | | Cleanup header file dependencies | Lars Knoll | 2014-11-04 | 1 | -0/+1 |
| |/ |
|
| * | Update license headers and add new licenses | Jani Heikkinen | 2014-08-25 | 1 | -19/+11 |
| * | Add support for conditional breakpoints and evaluate. | Erik Verbruggen | 2014-08-08 | 1 | -8/+72 |
| * | Convert Execution contexts to new constructor syntax | Lars Knoll | 2014-07-22 | 1 | -5/+5 |
| * | Get rid of all uses of ObjectRef | Lars Knoll | 2014-07-22 | 1 | -1/+1 |
| * | Convert ExecutionContext to new storage scheme | Lars Knoll | 2014-07-22 | 1 | -11/+11 |
| * | Move data of FunctionObject into an inner struct | Lars Knoll | 2014-07-22 | 1 | -1/+1 |
| * | Allow detaching V4 debuggers in agent destructor | Ulf Hermann | 2014-03-11 | 1 | -0/+3 |
| * | Fixes to breakpoint handling | Lars Knoll | 2014-03-07 | 1 | -26/+23 |
| * | Add a Line instruction to the interpreter | Lars Knoll | 2014-03-07 | 1 | -4/+4 |