summaryrefslogtreecommitdiffstats
path: root/Source/WTF
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4' into 5.5v5.5.0-alpha1Allan Sandfeld Jensen2015-03-101-1/+1
|\
| * Fix build on x32 systemsDmitry Shachnev2015-03-021-1/+1
* | Fix two gcc 5.0 warningsAllan Sandfeld Jensen2015-03-061-1/+1
|/
* WTF: fix build on Windows for static ICUAshish Kulkarni2015-01-081-1/+11
* Use fixed executable allocator on x64Allan Sandfeld Jensen2014-11-071-1/+1
* Do not use unaligned access when disabledAllan Sandfeld Jensen2014-10-301-7/+11
* LLInt is not built with ARM softfp ABIAllan Sandfeld Jensen2014-10-281-1/+1
* Fix android compile.BogDan Vatra2014-10-154-4/+14
* Get rid of old harmattan workaround hurting Qt on ARMAllan Sandfeld Jensen2014-10-141-12/+2
* Do not use JIT on big endian architecturesAllan Sandfeld Jensen2014-10-131-0/+8
* Fix assertion in PerformanceTimingAllan Sandfeld Jensen2014-10-061-0/+2
* Implement ICU availability check in qtwebkitKai Koehne2014-09-291-6/+4
* Detect PowerPC little-endian architectureAllan Sandfeld Jensen2014-09-251-0/+4
* Fix building QtWebKit for QNXAllan Sandfeld Jensen2014-09-093-12/+16
* [mips] Use shorter j <address> jump in MacroAssembler::replaceWithJumpBalazs Kilvady2014-08-252-1/+37
* define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS on HPPALisandro Damián Nicanor Pérez Meyer2014-07-021-1/+1
* Account for extra uncommitted memory size also in ASSERTs.Michael Brüning2014-06-041-1/+3
* Fix stack initialization when running under .NET.Sergio Martins2014-04-271-1/+8
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Jani Heikkinen2014-04-241-3/+0
|\
| * Fix build on AndroidAllan Sandfeld Jensen2014-04-161-3/+0
* | Fix build with clang on linuxAllan Sandfeld Jensen2014-04-231-2/+1
|/
* Fix the webkit build with icu on Mac OS X 10.9.Michael Brüning2014-03-101-1/+1
* Use qmake optimize_fullAllan Sandfeld Jensen2014-03-101-4/+1
* Account for extra guard page on Windows stack when using Java plugin.Michael Bruning2014-02-281-2/+7
* Fix build on x32v5.3.0-alpha1Allan Sandfeld Jensen2014-02-251-1/+11
* Fix Qt WebKit build on architectures without JIT supportAllan Sandfeld Jensen2014-02-211-1/+1
* Fix compilation with Intel CCThiago Macieira2014-02-201-1/+1
* Fix compilation with Intel CC: C code can't have templatesThiago Macieira2014-02-202-3/+3
* Detect AArch64 architectureAllan Sandfeld Jensen2014-01-292-1/+10
* Detect MIPS64 architectureAllan Sandfeld Jensen2014-01-072-4/+12
* [Qt] Re-enable plugins on Mac.Jocelyn Turcotte2014-01-031-1/+1
* Use pkg-config to build against ICUAllan Sandfeld Jensen2014-01-031-0/+1
* Fix QtWebKit build on ARM softfpAllan Sandfeld Jensen2013-12-171-0/+5
* Fix MSVC2013 compilationYuchen Deng2013-11-161-0/+4
* Only use 64bit atomics when supportedAllan Sandfeld Jensen2013-10-285-132/+45
* Fix build for boot2qt eAndroidAllan Sandfeld Jensen2013-10-216-12/+42
* Define use_glib in features.prfAllan Sandfeld Jensen2013-10-152-5/+4
* Fix build with GStreamer on non-linux X11 platformsAllan Sandfeld Jensen2013-10-141-1/+1
* Fix build on OS X 10.6Allan Sandfeld Jensen2013-09-241-0/+5
* Fix build with MingWAllan Sandfeld Jensen2013-09-201-2/+2
* QtWebKit should not require SQLite version to 3.6.16.Allan Sandfeld Jensen2013-09-194-20/+71
* Fix build with clangAllan Sandfeld Jensen2013-09-191-0/+6
* Import Qt5x2 branch of QtWebkit for Qt 5.2Allan Sandfeld Jensen2013-09-19304-28818/+7682
* Workaround for x86 optimizer bug in MSVC 2012.michael.bruning@digia.com2013-07-101-0/+7
* Use GCC's implementation of atomicIncrement/Decrement on MacBenjamin Poulain2013-07-011-17/+0
* Use __sync_add_and_fetch instead of __gnu_cxx::__exchange_and_addCsaba Osztrogonác2013-07-011-2/+5
* Bug in atomicIncrement implementation for MIPS GCCBalazs Kilvady2013-05-232-2/+12
* Fix the atomicIncrement implementation for MIPS GCCBalazs Kilvady2013-05-235-0/+140
* MIPS DFG implementation.Balazs Kilvady2013-05-232-0/+15
* MIPS LLInt implementation.Balazs Kilvady2013-05-232-1/+12