| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | More cleanups | Lars Knoll | 2015-04-21 | 1 | -4/+4 |
| |/ |
|
| * | Fix MSVC 64 bit warnings about loss of data when converting from 'size_t' to ... | Friedemann Kleint | 2015-02-23 | 1 | -1/+1 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-12 | 1 | -7/+7 |
| * | Exposed TypedArray private APIs for Canvas3D use. | Pasi Keranen | 2015-02-11 | 1 | -1/+1 |
| * | Cleanups | Lars Knoll | 2015-01-23 | 1 | -5/+5 |
| * | Get rid of all uses of Managed::engine() | Lars Knoll | 2015-01-21 | 1 | -1/+1 |
| * | Remove all the setVTable() calls that aren't required anymore | Lars Knoll | 2015-01-21 | 1 | -1/+0 |
| * | Remove the remaining bit of code that use the vtable in the internalClass | Lars Knoll | 2015-01-21 | 1 | -1/+1 |
| * | Use QV4::ScopedFunctionObject typedef instead of actual type | Oleg Shparber | 2015-01-02 | 1 | -1/+1 |
| * | Move prototype back from the vtable into Object | Lars Knoll | 2014-12-11 | 1 | -1/+1 |
| * | Cleanup destruction of heap objects | Lars Knoll | 2014-11-21 | 1 | -8/+6 |
| * | Move Data for typedarrays into Heap namespace | Lars Knoll | 2014-11-10 | 1 | -3/+3 |
| * | Move Data of FunctionObject and related classes into Heap | Lars Knoll | 2014-11-08 | 1 | -1/+1 |
| * | Move Object::Data into the Heap namespace | Lars Knoll | 2014-11-08 | 1 | -1/+1 |
| * | Move the throw methods from ExecutionContext to ExecutionEngine | Lars Knoll | 2014-11-04 | 1 | -6/+6 |
| * | Basic support for typed arrays | Lars Knoll | 2014-10-29 | 1 | -0/+2 |
| * | Implement ArrayBuffer | Lars Knoll | 2014-10-29 | 1 | -0/+164 |