aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlxmlhttprequest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-12/+12
* Use QV4::ScopedFunctionObject typedef instead of actual typeOleg Shparber2015-01-021-1/+1
* support XMLHttpRequest sync modeTasuku Suzuki2014-12-261-11/+30
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-19/+19
* Add default parameter value for ScopedCallData()Oleg Shparber2014-12-121-1/+1
* Better encapsulate access to the global objectLars Knoll2014-12-111-1/+1
* Encapsulate accesses to the root contextLars Knoll2014-12-111-1/+1
* Cleanup destruction of heap objectsLars Knoll2014-11-211-16/+4
* Remove the executioncontext in a few more places where it's not neededLars Knoll2014-11-211-3/+2
* Cleanup exception catching codeLars Knoll2014-11-151-2/+1
* Use heap objects in the remaining managed objectsLars Knoll2014-11-121-19/+20
* Move XHR object data to Heap namespaceLars Knoll2014-11-111-112/+142
* Move Data of FunctionObject and related classes into HeapLars Knoll2014-11-081-2/+2
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-11/+11
* Begin moving the data out of Managed objectsLars Knoll2014-11-081-1/+1
* Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-4/+4
* Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-16/+16
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-10-311-17/+11
|\
| * Get rid of !this and similar constructsLars Knoll2014-10-311-17/+11
* | QML Engine: Support for "OPTIONS" method for XMLHTTPRequest was added.Valery Kotov2014-09-151-6/+15
|/
* 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