summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Apply fix from Paul Sherwood to cut memory usage needed for the qtwebkit buildbaserock/morphRichard Dale2013-07-211-0/+1
* Merge v5.1.0 releaseRichard Dale2013-07-0432-906/+675
|\
| * [Qt][Mac] Disable QTKit video on OS X.v5.1.0-rc2v5.1.0Michael Brüning2013-06-132-55/+11
| * Glyphs may fail to render when using SVG fontv5.1.0-rc1graouts@apple.com2013-06-111-0/+2
| * [Qt] Fix a crash under ~PingLoader when the QNAM on the page has been destroyed.Jocelyn Turcotte2013-06-063-14/+32
| * [Qt] Fix a crash under ~PingLoader when the QNAM on the page has been destroyed.Jocelyn Turcotte2013-06-062-1/+18
| * [Qt] Re-enable plugins on Mac.Jocelyn Turcotte2013-06-068-12/+11
| * [Qt][Mac] Allow drawing plugins with QWindow by always using an intermediate ...Jocelyn Turcotte2013-06-063-188/+51
| * [Qt][Mac] Remove Carbon and QuickDraw support for plugins.Jocelyn Turcotte2013-06-063-515/+154
| * Crash when loading link to audio fileAllan Sandfeld Jensen2013-06-061-1/+1
| * Make PNGImageDecoder::rowAvailable auto-vectorizableAllan Sandfeld Jensen2013-06-064-28/+62
| * [Qt] Fix a crash in QtPixmapRuntime.Jocelyn Turcotte2013-06-061-2/+4
| * [Qt][Win] Input events aren't mapped properly with windowless plugins.Jocelyn Turcotte2013-06-044-24/+62
| * Font’s fast code path doesn’t handle partial runs correctly when kerning ...Allan Sandfeld Jensen2013-05-295-80/+81
| * Add all plugins.qmltypes files and update qmldir filesLiang Qi2013-05-292-0/+200
* | Add qtwebkit.morph to build the chunkRichard Dale2013-05-301-0/+15
|/
* sync.profile: Point dependencies to an empty stringSergio Ahumada2013-05-261-4/+5
* LLInt conditional branch compilation fault on MIPS.Balazs Kilvady2013-05-232-14/+20
* Bug in atomicIncrement implementation for MIPS GCCBalazs Kilvady2013-05-232-2/+12
* Fix the atomicIncrement implementation for MIPS GCCBalazs Kilvady2013-05-235-0/+140
* offlineasm BaseIndex handling is broken on ARM due to MIPS changesBalazs Kilvady2013-05-233-4/+46
* MIPS DFG implementation.Balazs Kilvady2013-05-2313-73/+888
* MIPS LLInt implementation.Balazs Kilvady2013-05-2313-19/+1059
* Crash when calling QWebFrame::evaluateJavaScriptAllan Sandfeld Jensen2013-05-212-15/+23
* Crash when calling QWebFrame::evaluateJavaScriptAllan Sandfeld Jensen2013-05-211-1/+8
* Fix testing if program exists in PATHJonathan Liu2013-05-201-1/+1
* [Qt] RGB -> BGR is wrong on big endianAllan Sandfeld Jensen2013-05-163-46/+50
* QQuickWindowPrivate::setRenderWithoutShowing has been removed from Qt 5v5.1.0-beta1abecsi@webkit.org2013-05-071-1/+0
* [Qt] REGRESSION(r146630): 8 text related test asserts on debug buildsAllan Sandfeld Jensen2013-05-061-2/+2
* Build failures when building with python 3.3Tor Arne Vestbø2013-05-032-2/+25
* Assert in JSC::Heap::unprotect when closing facebook.com web siteAllan Sandfeld Jensen2013-04-301-0/+1
* [Qt] Animated opacity does not trigger accelerated compositingAllan Sandfeld Jensen2013-04-303-2/+4
* Late-loading stylesheets can cause composited layers to be blankSimon Fraser2013-04-306-23/+49
* Fix the USE(3D_GRAPHICS) build with the standard OpenGL on WindowsJocelyn Turcotte2013-04-303-4/+9
* [Qt] WebKit fails to compile if EGL headers are not in default INCLUDEPATHFloris Bos2013-04-222-1/+16
* [Qt][Mac] Remove obsolete workaround for debug buildsAndras Becsi2013-04-221-3/+0
* [Qt] Only use thin archives on LinuxAndras Becsi2013-04-191-1/+2
* [Qt] Enable thin archives before parsing the project filesAndras Becsi2013-04-192-1/+2
* [Qt] Use GNU ar's thin archive format for intermediate static libsAndras Becsi2013-04-196-9/+22
* [Qt][Mac] QtWebKitWidgets has wrong install_name.Zeno Albisser2013-04-191-0/+28
* Implement JIT for MinGW-w64 64-bitJonathan Liu2013-04-191-1/+70
* [Qt][WK1] Reflect recursion limit and loop checks also for list conversions.Michael Brüning2013-04-182-7/+25
* Add more assertions to the property storage use in arraysOliver Hunt2013-04-162-5/+20
* Improve Windows cmd.exe detectionJonathan Liu2013-04-161-5/+1
* [Qt] HTML5 video - sound volume bar out of widgetAllan Sandfeld Jensen2013-04-151-130/+31
* [Qt] New fast/text/word-space-with-kerning-3.html fails on Qt.Allan Sandfeld Jensen2013-04-152-12/+15
* [Qt] Enable LINK_PREFETCHAllan Sandfeld Jensen2013-04-151-1/+1
* [Qt] Avoid "QFont::setPixelSize: Pixel size <= 0 (0)"Jocelyn Turcotte2013-04-121-1/+2
* Apply our MSVC 2012 optimizer bug workaround to all minor releasesJocelyn Turcotte2013-04-121-3/+3
* [Qt] Add API in QWebSettings for setting the CSS media typeJose Lejin PJ2013-04-124-0/+90