aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlxmlhttprequest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation with ICC on WindowsThiago Macieira2015-09-021-4/+0
* Fix default value for XMLHttpRequest.response propertySimon Hausmann2015-05-031-1/+1
* QML Engine: ArrayBuffer XHR response type supportValery Kotov2015-03-091-0/+76
* NamedNodeMap: Remove logically dead codeHolger Hans Peter Freyther2015-02-181-6/+2
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* CleanupsLars Knoll2015-01-231-51/+51
* Get rid of most uses of ValueRefLars Knoll2015-01-231-16/+16
* Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-7/+7
* Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-10/+0
* Don't require an ExecutionEngine member in String anymoreLars Knoll2015-01-161-2/+2
* Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-8/+8
* Remove most v8engine references in xhrLars Knoll2015-01-081-81/+45
* Remove qv8engine usage in the contextwrapperLars Knoll2015-01-081-1/+1
* Get rid of QV8Engine::toStringLars Knoll2015-01-081-24/+11
* 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