summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit
Commit message (Expand)AuthorAgeFilesLines
* Updated WebKit from /home/joce/dev/qtwebkit/ to qtwebkit-4.6-snapshot-3009200...Jocelyn Turcotte2009-10-01920-2312/+5816
* Make it possible to debug JSC in the Symbian emulator.Janne Koskinen2009-09-301-1/+1
* Re-apply change e20c832098d98076a0f988ce01b53586e370d272 by Simon HausmannSimon Hausmann2009-09-291-5/+0
* Re-apply change e433f472a765d738238a6b380060ce15c4910148 by Jedrzej NowackiJedrzej Nowacki2009-09-291-3/+7
* Updated WebKit from /home/joce/dev/qtwebkit/ to qtwebkit-4.6-snapshot-2909200...Jocelyn Turcotte2009-09-29152-1116/+3595
* Minor fixes in webkit's documentationPierre Rossi2009-09-291-4/+4
* Fix Freemantle build of JSC/WebKit.Simon Hausmann2009-09-281-5/+0
* Fix QWebHistory autotest crashesJedrzej Nowacki2009-09-281-3/+7
* compile fix with namespaced qthjk2009-09-281-1/+3
* JavaScriptCore compile fix for Windows CE on ARMJoerg Bornemann2009-09-281-1/+2
* Remove QGVLauncher from the WebKit import.Simon Hausmann2009-09-242-330/+0
* Updated WebKit from /home/joce/dev/qtwebkit3/ to qtwebkit-4.6-snapshot-240920...Jocelyn Turcotte2009-09-24486-6489/+9572
* fix QApp::translate() callsOswald Buddenhagen2009-09-221-5/+5
* Make the test fail in a nicer way if it failsPaul Olav Tvete2009-09-221-7/+7
* qdoc: Added \brief texts to all the since 4.6 functions.Martin Smith2009-09-211-2/+7
* Windows CE specific time functions removed from QtWebKitJoerg Bornemann2009-09-186-698/+2
* QtWebKit Windows CE compile fixJoerg Bornemann2009-09-182-0/+8
* QtWebKit Windows CE compile fixesJoerg Bornemann2009-09-185-6/+8
* Removed JavaScriptCore.pro file that shouldn't be there.Simon Hausmann2009-09-181-69/+0
* Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.6-st...Simon Hausmann2009-09-187-12/+90
* Updated WebKit from /home/joce/dev/qtwebkit/ to qtwebkit-4.6-snapshot-1809200...Jocelyn Turcotte2009-09-182246-29270/+114278
* Fixed a typo found during translationJure Repinc2009-09-141-1/+1
* Doc: Note that Netscape plugins are only available on desktop platforms.David Boddie2009-09-091-3/+6
* Fix crash of QtScript on Mac OS XSimon Hausmann2009-09-091-2/+6
* Fix crash in QtScript with exceptions.Simon Hausmann2009-09-091-1/+2
* fix major memory leak in JavaScriptCore RegisterFile on Windows CEJoerg Bornemann2009-09-081-0/+3
* make JavaScriptCore compile on platforms with case-insensitive file systemKent Hansen2009-09-083-5/+5
* Fix QScriptEngineAgent::functionExit (JIT enabled)Jedrzej Nowacki2009-09-072-1/+4
* Fix QScriptEngineAgent::exceptionCatch (JIT enabled)Jedrzej Nowacki2009-09-072-1/+4
* make JavaScriptCore compile on HPUXKent Hansen2009-09-077-3/+12
* Few expected fails were fixed in QScriptEngineAgentJedrzej Nowacki2009-09-073-0/+15
* Implement symbol hiding for JSC's JIT functions.Thiago Macieira2009-09-041-0/+23
* define MAP_ANON as MAP_ANONYMOUS on HPUXKent Hansen2009-09-041-0/+3
* Add a way of getting the stack base on HP-UX.Thiago Macieira2009-09-041-0/+45
* Add PLATFORM(HPUX) and COMPILER(ACC) defines, for HP-UX support.Thiago Macieira2009-09-041-0/+24
* Fix compilation on AIX: struct tm has no timezone information.Simon Hausmann2009-09-041-1/+1
* 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
* Work around an apparent xlC 7 bug: partial specialisation on HashMap.Thiago Macieira2009-09-041-49/+54
* Fix compilation with xlC 7: apparently problem with nested templates.Thiago Macieira2009-09-041-20/+20
* Fix compilation with Sun CC 5.9: std::pair does not call types' constructors.Thiago Macieira2009-09-041-4/+4
* Fix compilation with Sun CC 5.9: the default constructor for HashTableIterato...Thiago Macieira2009-09-043-5/+23
* Fix linking with Sun CC 5.9: function pointers for extern "C" are treated dif...Thiago Macieira2009-09-042-1/+5
* Fix compilation with Sun CC 5.9: ambiguity in ?:Thiago Macieira2009-09-0416-20/+20
* Remove comma at end of enum. Some compilers are more picky than others.Thiago Macieira2009-09-0419-20/+21
* Fix compilation with Sun CC 5.9: moving elements in a vector requires source ...Thiago Macieira2009-09-041-6/+6
* Fix compilation error on Solaris: mmap/munmap take/return a char*, not void*.Thiago Macieira2009-09-042-3/+3
* Fix linking with SunCC 5.9: de-inline the operator new and delete in ParserAr...Thiago Macieira2009-09-042-17/+18
* Fix oversize-buffer support for aligning.Thiago Macieira2009-09-041-3/+8
* Create exceptionCatch eventsJedrzej Nowacki2009-09-013-0/+18