aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlxmlhttprequest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Cleanup: Get rid of __data membersSimon Hausmann2014-07-221-20/+0
* Fix Managed::as<>() methodLars Knoll2014-07-221-6/+6
* Change the object allocation schemeSimon Hausmann2014-07-221-9/+9
* Construct xhr objects the new wayLars Knoll2014-07-221-120/+101
* Get rid of StringRefLars Knoll2014-07-221-11/+11
* Fix compiler warningLars Knoll2014-07-221-0/+1
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-76/+76
* Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-221-6/+6
* Convert xmlhttprequest to new data layoutLars Knoll2014-07-221-124/+151
* Get rid of different macros for vtable specializationsLars Knoll2014-07-221-2/+2
* Avoid calling destroy() on most objectsLars Knoll2014-07-221-2/+2
* Fix unreliable behavior of array methods on qml list propertiesSimon Hausmann2014-04-091-2/+8
* Fix XHR auto tests always failingSimon Hausmann2014-04-081-1/+2
* Fix memory corruption in XHR implementationSimon Hausmann2014-04-081-0/+1
* fix whitespaceOswald Buddenhagen2014-01-221-29/+29
* Split ManagedVTable into two classesLars Knoll2014-01-211-18/+18
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-8/+8
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-6/+6
* Simplify & speed up function callingLars Knoll2013-11-091-73/+73
* Fix XHRLars Knoll2013-11-051-1/+1
* Refactor marking GC'ed objectsLars Knoll2013-11-051-2/+2
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-3/+1
* Fix the remaining try/catch statements in C++Lars Knoll2013-10-291-36/+43
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-18/+24
* Properly propagate parse errorsLars Knoll2013-10-291-1/+1
* Remove internal method from public APILars Knoll2013-10-191-1/+1
* Fix the remaining objects against self destructionLars Knoll2013-10-111-0/+4
* Change exception handling APISimon Hausmann2013-10-021-12/+3
* Cleanup API of Safe<T>Lars Knoll2013-10-021-2/+2
* Use SafeValue instead of Value in ScopedValue methodsLars Knoll2013-10-021-1/+1
* Remove most uses of Value from qml/qmlLars Knoll2013-09-301-3/+3
* Fix API for Object::define*PropertyLars Knoll2013-09-281-2/+2
* Less QV4::Value usageLars Knoll2013-09-281-67/+78
* Remove more direct QV4::Value usageLars Knoll2013-09-281-7/+9
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-15/+15
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-60/+70
* Make parts of qv8engine_p.h GC safeLars Knoll2013-09-261-18/+18
* Fix Persistent/WeakValue APILars Knoll2013-09-261-17/+18
* Prevent objects from being collected while in their constructorLars Knoll2013-09-221-2/+4
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-2/+2
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-7/+10
* Cleanup Object::define*Property APILars Knoll2013-09-221-46/+48
* Start using StringRef for parameter passingLars Knoll2013-09-221-1/+3
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-221-8/+8
* Further work towards an exact GCLars Knoll2013-09-221-42/+62
* Convert some methods to use Returned<>Lars Knoll2013-09-181-2/+25
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-1/+3
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-136/+157
* Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-181-8/+8