summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit
Commit message (Expand)AuthorAgeFilesLines
* Fix oversize-buffer support for aligning.Thiago Macieira2009-09-041-3/+8
* Create exceptionCatch eventsJedrzej Nowacki2009-09-013-0/+18
* Fix column number in QScriptEngineAgentJedrzej Nowacki2009-09-011-4/+0
* make JIT construct objects of type QScriptObject, not JSC::JSObjectKent Hansen2009-08-261-0/+8
* Fix column number in QScriptEngineAgent with JIT enabledJedrzej Nowacki2009-08-261-0/+1
* Removed library added by mistake in 91e1f75992a5fa720ad748d8487a44b5a242ca2dFriedemann Kleint2009-08-251-28/+0
* Fix valgrind warning (use of uninitialized) in JavaScriptCoreOlivier Goffart2009-08-251-0/+2
* Fix compile error on Windows7(64Bit) with latest SDK.Prasanth Ullattil2009-08-241-0/+1
* compile fix with namespaced Qthjk2009-08-246-2/+12
* Doc - Organizing diagrams for designer's manualKavindra Devi Palaraja2009-08-241-0/+28
* Fix compilation with WINSCW: no varargs macrosThiago Macieira2009-08-221-9/+9
* Merge commit 'qt/master'Jason Barron2009-08-212-11/+27
|\
| * qdoc: Redesigned the Class and Function Documentation page.Martin Smith2009-08-211-1/+1
| * JSC::Debugger fix. Events exceptionThrow and functionExit modificationJedrzej Nowacki2009-08-211-10/+26
* | Merge commit 'qt/master'Jason Barron2009-08-21159-381/+1092
|\ \ | |/
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-201-1/+1
| |\
| * | Remove useless variable from Lexer.Jedrzej Nowacki2009-08-201-3/+2
| * | Fix JavaScriptCore::Lexer column countJedrzej Nowacki2009-08-202-2/+9
| * | set the current frame when getting callbacks in JSC DebuggerKent Hansen2009-08-201-0/+3
| * | add missing includeKent Hansen2009-08-201-0/+1
| * | Fix JavaScriptCore build on systems without anonymous mmappingNorbert Leser2009-08-202-3/+3
| * | add platforms AIX and HPUXKent Hansen2009-08-201-1/+35
| * | use PLATFORM(SOLARIS) instead of Qt-specific defineKent Hansen2009-08-202-2/+2
| * | build on SolarisKent Hansen2009-08-192-2/+12
| * | Add support for aligned buffers without alignment macrosThiago Macieira2009-08-191-1/+13
| * | Clean upJedrzej Nowacki2009-08-181-1/+1
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-1811-55/+93
| |\ \
| * | | Clean up.Jedrzej Nowacki2009-08-184-14/+30
| * | | use ExecutableAllocatorWin.cpp on all Windows platformsKent Hansen2009-08-181-1/+1
| * | | Build on Windows CEKent Hansen2009-08-171-1/+4
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-172-3/+4
| |\ \ \
| * | | | disable variadic macros on MSVC7Kent Hansen2009-08-171-4/+8
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-141-158/+220
| |\ \ \ \
| * | | | | Added missing copyright headersSimon Hausmann2009-08-142-0/+36
| * | | | | Fix compilationSimon Hausmann2009-08-141-0/+2
| * | | | | Fix compilation on WindowsSimon Hausmann2009-08-141-1/+1
| * | | | | compileOlivier Goffart2009-08-121-0/+1
| * | | | | Refactor the way the JS stack are created for native functionOlivier Goffart2009-08-124-100/+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-126-3/+146
| |\ \ \ \ \
| * | | | | | 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-115-4/+129
| * | | | | | JSGlobalObject debugger's setterJedrzej Nowacki2009-08-101-1/+11
| * | | | | | Move some debug hooksJedrzej Nowacki2009-08-101-1/+13
| * | | | | | New class and new JSC::JSGlobalData attribute.Jedrzej Nowacki2009-08-107-1/+193
| * | | | | | Debugger API develop. New events corresponding to QtScript old-backendJedrzej Nowacki2009-08-101-0/+47
| * | | | | | Debugger modification. Debugger receive column number from op_debugJedrzej Nowacki2009-08-106-12/+17
| * | | | | | don't add the jscprint function when building QtScriptKent Hansen2009-08-101-0/+2
| * | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-101-1/+1
| |\ \ \ \ \ \