aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlxmlhttprequest.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-14/+14
* Use ReturnedValue for Managed::construct()Lars Knoll2013-09-181-2/+2
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-1/+1
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-1/+2
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-2/+2
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-8/+8
* Change signature of call/construct() to take a pointer to a CallDataLars Knoll2013-09-111-2/+2
* Move CallData onto the JS stackLars Knoll2013-09-111-3/+4
* Remove more usages of Object::setPrototype()Lars Knoll2013-09-021-2/+0
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-14/+14
* change calling convention for JS function callsLars Knoll2013-09-021-4/+7
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into m...Simon Hausmann2013-07-261-0/+5
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-231-0/+5
| |\
| | * Use GET method for redirect in QDeclarativeXMLHttpRequest.Friedemann Kleint2013-07-221-0/+5
* | | Get rid of the first half of QQmlGuard usageLars Knoll2013-07-051-1/+1
* | | Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-1/+4
|\| |
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-121-1/+1
| |\|