summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/JavaScriptCore/runtime
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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-152-1/+7
* | | Merge branch 'qtwebkit-4.6-staging' into qtscript-jsc-backendKent Hansen2009-07-148-54/+77
|\ \ \ | |/ /
| * | Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.6-st...Simon Hausmann2009-07-138-54/+77
* | | add some world-class hacks to JSC to make QtScript workKent Hansen2009-07-131-0/+5
* | | create a new frame when calling native constructorsKent Hansen2009-07-092-5/+33
* | | 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-091-7/+7
* | | try to get arguments object to work for host call framesKent Hansen2009-07-081-11/+20
* | | make JSC::CallFrame::callee() an InternalFunctionKent Hansen2009-07-081-3/+3
* | | Attributes and deletion of String object propertiesKent Hansen2009-07-034-0/+29
* | | Merge branch 'qtwebkit-4.6-staging' into qtscript-jsc-backendKent Hansen2009-06-2933-1418/+1502
|\ \ \ | |/ /
| * | Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.6-st...Simon Hausmann2009-06-297-7/+7
| * | Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.6-st...Simon Hausmann2009-06-267-8/+8
| * | Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.6-st...Simon Hausmann2009-06-241-2/+2
| * | Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.6-st...Simon Hausmann2009-06-2432-1416/+1500
| |/
* | Import JSC-based Qt Script from Kent's tree.Simon Hausmann2009-06-161-1/+1
|/
* Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit-4.6-snapshot-...Simon Hausmann2009-06-15127-3239/+5933
* Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.5 ( ...Simon Hausmann2009-04-241-3/+5
* Long live Qt 4.5!Lars Knoll2009-03-23161-0/+26959