summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
Commit message (Expand)AuthorAgeFilesLines
* 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-14922-6071/+22690
|\
| * Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.6-st...Simon Hausmann2009-07-13902-5881/+22556
| * Removed two generated files.Simon Hausmann2009-07-132-43/+0
| * Merge commit 'origin/4.5'Oswald Buddenhagen2009-07-137-8/+60
| |\
| | * Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.5 ( ...Simon Hausmann2009-07-1318-2040/+3375
| * | Phonon videos on windows would not show with video acceleration disabledThierry Bastian2009-07-101-1/+1
| * | Phonon: Fixed a possible race conditionThierry Bastian2009-07-081-7/+13
| * | Phonon: Fixed a possible race conditionThierry Bastian2009-07-081-1/+1
| * | Phonon: take advantage of more modern compiler to initialize structThierry Bastian2009-07-064-80/+27
| * | Phonon: Some work done on binary sizeThierry Bastian2009-07-0613-105/+88
| * | src/3rdparty/phonon: Remove QT_WA and non-Unicode code paths, dropping Win9x ...miniak2009-07-011-4/+1
| * | Re-apply change bd7c123dc88908f41e6c0eccb9b03f9684e5ca27 by Thiago MacieiraThiago Macieira2009-06-293-11/+9
| * | Re-apply change 353dcfd307853da289fdd245410e2e07358624a0 by Friedemann KleintFriedemann Kleint2009-06-291-1/+16
| * | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit-4.6-snapshot-...Simon Hausmann2009-06-29232-1619/+6414
| * | Silenced a warning caused by (apparently) a gcc 4.3 bug:Thiago Macieira2009-06-263-11/+9
| * | Merge branch '4.5'Thiago Macieira2009-06-261-0/+9
| |\ \ | | |/
| | * Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.5 ( ...Simon Hausmann2009-06-253-1/+24
| * | Re-apply change 89e6d626f1e23858735659a1596408cd7a521c02 by Friedemann KleintFriedemann Kleint2009-06-241-1/+16
| * | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit-4.6-snapshot-...Simon Hausmann2009-06-241034-144651/+165637
| * | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-231-5/+4
| |\ \ | | |/
| | * Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.5 ( ...Simon Hausmann2009-06-234-6/+52
* | | 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-291139-145232/+171071
|\ \ \
| * | | Re-apply change d5270cd1254e8df4a4ad39ef19d76fffaaecf41f by Friedemann KleintFriedemann Kleint2009-06-291-1/+16
| * | | Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.6-st...Simon Hausmann2009-06-29101-862/+2060
| * | | Prospective windows build fixSimon Hausmann2009-06-261-2/+2
| * | | Re-apply change cac74b70d0a7f1ba5b70311450d86906c4436d6d by Friedemann KleintFriedemann Kleint2009-06-261-1/+16
| * | | Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.6-st...Simon Hausmann2009-06-26174-884/+4473
| * | | Re-apply change 89e6d626f1e23858735659a1596408cd7a521c02 by Friedemann KleintFriedemann Kleint2009-06-241-1/+16
| * | | Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.6-st...Simon Hausmann2009-06-2410-23/+70
| * | | Merge branch 'master-stable' of scm.dev.nokia.troll.no:qt/qt into qtwebkit-4....Simon Hausmann2009-06-243-4/+19
| |\ \ \ | | |/ /
| | * | Merge commit 'origin/4.5'Oswald Buddenhagen2009-06-231-1/+4
| | |\ \ | | | |/
| | | * Fix compilation after the last change.Thiago Macieira2009-06-231-1/+4
| | | * Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.5 ( ...Simon Hausmann2009-06-19657-2109/+2509
| | * | Phonon::VolumeSlider: Fixed the isMuteVisiblefunctionThierry Bastian2009-06-171-1/+1
| | * | QWebPage: Don't call supportsSsl()Markus Goetz2009-06-171-2/+6
| | * | Commented out code that breaks MinGW.Friedemann Kleint2009-06-171-1/+16
| | * | Fixed MinGW compilation.Friedemann Kleint2009-06-171-1/+1
| | * | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
| | |\ \ | | | |/