summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/JavaScriptCore/runtime
Commit message (Expand)AuthorAgeFilesLines
* Updated WebKit from /home/joce/dev/qtwebkit/ to qtwebkit-4.6-snapshot-1809200...Jocelyn Turcotte2009-09-18134-2050/+4047
* Fix crash of QtScript on Mac OS XSimon Hausmann2009-09-091-2/+6
* make JavaScriptCore compile on platforms with case-insensitive file systemKent Hansen2009-09-082-4/+4
* make JavaScriptCore compile on HPUXKent Hansen2009-09-075-2/+10
* Add a way of getting the stack base on HP-UX.Thiago Macieira2009-09-041-0/+45
* Implement support for getting the stack base on AIX.Thiago Macieira2009-09-041-0/+12
* Fix compilation with xlC 7: operator-> must return a pointer-like type.Thiago Macieira2009-09-041-1/+1
* Fix compilation with Sun CC 5.9: std::pair does not call types' constructors.Thiago Macieira2009-09-041-4/+4
* Fix compile error on Windows7(64Bit) with latest SDK.Prasanth Ullattil2009-08-241-0/+1
* compile fix with namespaced Qthjk2009-08-241-2/+3
* use PLATFORM(SOLARIS) instead of Qt-specific defineKent Hansen2009-08-202-2/+2
* build on SolarisKent Hansen2009-08-192-2/+12
* Clean up.Jedrzej Nowacki2009-08-181-11/+27
* compileOlivier Goffart2009-08-121-0/+1
* Refactor the way the JS stack are created for native functionOlivier Goffart2009-08-123-86/+3
* Move JSC::Debugger's events calls from JSC::evaluate() toJedrzej Nowacki2009-08-121-23/+0
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-122-0/+34
|\
| * Fix compile error on 64BitPrasanth Ullattil2009-08-112-0/+34
* | remove erroneous operator==(int)Kent Hansen2009-08-122-2/+0
* | Calls to JSC::Debugger's new events that where created inJedrzej Nowacki2009-08-111-2/+34
* | Calls to JSC::Debugger's new events that where created inJedrzej Nowacki2009-08-114-0/+96
* | JSGlobalObject debugger's setterJedrzej Nowacki2009-08-101-1/+11
* | New class and new JSC::JSGlobalData attribute.Jedrzej Nowacki2009-08-102-0/+14
* | don't add the jscprint function when building QtScriptKent Hansen2009-08-101-0/+2
* | give Error constructors DontEnum attributeKent Hansen2009-08-061-6/+6
* | Updates getPropertyNames() on all javascript object to use the flagBenjamin Poulain2009-08-0512-18/+17
* | RegExp.prototype.toString() when pattern is emptyKent Hansen2009-08-051-0/+4
* | compileKent Hansen2009-08-051-1/+1
* | construct a QScriptObject instead of a JSObjectKent Hansen2009-08-051-1/+4
* | New UString method. Conversion from UString to QString.Jedrzej Nowacki2009-08-051-0/+12
* | add ifdefs for qtscript-specific changesKent Hansen2009-08-053-1/+19
* | Make it possible to delete properties even though they have the DontDelete at...Kent Hansen2009-08-0417-43/+43
* | Make TimeoutChecker::didTimeOut() virtual.Tor Arne Vestbø2009-08-031-1/+1
* | Allow setting the checking interval for TimeoutCheckerTor Arne Vestbø2009-08-032-3/+6
* | Make JSC::TimeoutChecker subclassable and replacable in the global dataTor Arne Vestbø2009-08-035-2/+9
* | Complete the implementation of QScriptValueIterator with JSCoreBenjamin Poulain2009-08-034-8/+15
* | QScriptValueIterator: fix missing non-enumerable valuesTor Arne Vestbø2009-07-3115-31/+33
* | use "fileName" instead of "sourceURL" as error property nameKent Hansen2009-07-302-1/+3
* | document that qtscript neeeds some private JSC APIKent Hansen2009-07-301-1/+5
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-07-301-0/+26
|\ \ | |/
| * Port of Qt to QNXHarald Fernengel2009-07-291-0/+26
| * Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit-4.6-snapshot-...Simon Hausmann2009-07-2913-47/+83
| * Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit-4.6-snapshot-...Simon Hausmann2009-07-138-54/+77
| * Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit-4.6-snapshot-...Simon Hausmann2009-06-291-1/+1
| * Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit-4.6-snapshot-...Simon Hausmann2009-06-2433-1418/+1502
* | compileKent Hansen2009-07-281-0/+2
* | Merge branch 'qtwebkit-4.6-staging' into qtscript-jsc-backendKent Hansen2009-07-2813-47/+83
|\ \
| * | Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.6-st...Simon Hausmann2009-07-2813-47/+83
* | | Change JavaScriptCore so it throw error when passing invalid regexp flagOlivier Goffart2009-07-281-0/+21
* | | add garbage collection hook to JSGlobalData::ClientDataKent Hansen2009-07-272-0/+7