summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/JavaScriptCore
Commit message (Expand)AuthorAgeFilesLines
* 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-0421-52/+52
* 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-037-8/+15
* Complete the implementation of QScriptValueIterator with JSCoreBenjamin Poulain2009-08-034-8/+15
* QScriptValueIterator: fix missing non-enumerable valuesTor Arne Vestbø2009-07-3120-39/+42
* use "fileName" instead of "sourceURL" as error property nameKent Hansen2009-07-303-3/+5
* 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-303-3/+47
|\
| * compile on QNXHarald Fernengel2009-07-291-1/+2
| * Port of Qt to QNXHarald Fernengel2009-07-293-2/+45
| * Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit-4.6-snapshot-...Simon Hausmann2009-07-2994-983/+5446
| * Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit-4.6-snapshot-...Simon Hausmann2009-07-1346-963/+2300
| * Removed two generated files.Simon Hausmann2009-07-132-43/+0
| * Merge commit 'origin/4.5'Oswald Buddenhagen2009-07-132-0/+43
| |\
| | * Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.5 ( ...Simon Hausmann2009-07-132-344/+767
| | * Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.5 ( ...Simon Hausmann2009-06-193-0/+42
| * | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit-4.6-snapshot-...Simon Hausmann2009-06-2918-56/+230
| * | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit-4.6-snapshot-...Simon Hausmann2009-06-24101-40947/+46732
* | | Merge branch 'qtscript-jsc-backend' of git@scm.dev.nokia.troll.no:qt/qt-webki...Kent Hansen2009-07-281-0/+4
|\ \ \
| * | | Fix tst_QScriptEngine::automaticSemicolonInsertionOlivier Goffart2009-07-281-0/+4
* | | | compileKent Hansen2009-07-281-0/+2
* | | | Merge branch 'qtwebkit-4.6-staging' into qtscript-jsc-backendKent Hansen2009-07-2894-983/+5446
|\ \ \ \ | |/ / / |/| | |
| * | | Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.6-st...Simon Hausmann2009-07-285-74/+86
| * | | Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.6-st...Simon Hausmann2009-07-2894-956/+5407
* | | | Fix tst_QScriptEngine::uncaughtExceptionOlivier Goffart2009-07-281-0/+8
* | | | 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
* | | | JSC: toString report correct error messageOlivier Goffart2009-07-221-0/+4
* | | | fix QScriptValue::isErrorOlivier Goffart2009-07-222-1/+14
* | | | Error line number property is called "lineNumber" in QtScriptKent Hansen2009-07-153-4/+10
* | | | compileKent Hansen2009-07-151-2/+2
* | | | Merge branch 'qtwebkit-4.6-staging' into qtscript-jsc-backendKent Hansen2009-07-1446-959/+2300
|\ \ \ \ | |/ / /
| * | | Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.6-st...Simon Hausmann2009-07-1346-963/+2300
* | | | add some world-class hacks to JSC to make QtScript workKent Hansen2009-07-132-2/+19
* | | | create a new frame when calling native constructorsKent Hansen2009-07-092-5/+33
* | | | create a default-constructed object when calling native constructorsKent Hansen2009-07-091-0/+11
* | | | make arguments object work for native functionsKent Hansen2009-07-091-0/+2
* | | | implement attributes for arguments.{callee,length}Kent Hansen2009-07-092-0/+11
* | | | create a new frame when executing native getter/setter functionsKent Hansen2009-07-092-4/+38
* | | | store frame's callee as a normal JSObjectKent Hansen2009-07-094-22/+21
* | | | try to get arguments object to work for host call framesKent Hansen2009-07-081-11/+20
* | | | make JSC::CallFrame::callee() an InternalFunctionKent Hansen2009-07-084-16/+16
* | | | Attributes and deletion of String object propertiesKent Hansen2009-07-034-0/+29
* | | | Merge branch 'qtwebkit-4.6-staging' into qtscript-jsc-backendKent Hansen2009-06-29107-40916/+46875
|\ \ \ \ | |/ / /