summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Aligned argument signatures of setupArgumentsWithExecState are missing on MIPS.commit-queue@webkit.org2014-09-191-0/+10
* ARM EABI hardfp buildfix after r155675ossy@webkit.org2014-09-181-2/+3
* Fixed crash in V8 benchmark suite in ARM,softp,EABI environment.commit-queue@webkit.org2014-09-182-13/+51
* Use compiling_thirdparty_code instead of disabling specific warningsAllan Sandfeld Jensen2014-09-182-9/+2
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-171-0/+2
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-161-0/+2
| |\
| | * QWidgetPluginImpl: fix build with QT_NO_STYLE_STYLESHEETOlivier Blin2014-09-091-0/+2
* | | Fix the Adobe Reader plugin loading of local pdf filesJocelyn Turcotte2014-09-174-2/+14
* | | [Win] Call set window twice for the Acrobat reader plugin.Michael BrĂ¼ning2014-09-173-1/+10
* | | Do not let platform font-engine handle zero-width spacesAllan Sandfeld Jensen2014-09-161-1/+1
|/ /
* | Fix repainting of subpixel positioned composited layersAllan Sandfeld Jensen2014-09-161-10/+7
* | Fix building QtWebKit for QNXAllan Sandfeld Jensen2014-09-094-13/+17
* | [mips] Fix unaligned access in Low Level Interpreter (LLINT).Julien Brianceau2014-09-051-1/+6
* | [mips] Handle properly halfword load in JavaScriptCore.Julien Brianceau2014-09-031-1/+47
* | Improve layout and rendering speed of complex font pathAllan Sandfeld Jensen2014-09-033-2/+67
* | Use Qt's qt_gl_read_framebuffer method instead of reimplementing itAllan Sandfeld Jensen2014-08-291-31/+6
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-08-286-7/+10
|\ \
| * \ Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-286-7/+10
| |\ \ | | |/
| | * Fix key identifier for comma key ("Separator")v5.3.25.3.2Olivier Blin2014-08-201-1/+1
| | * Fix fallback conversion of recognized objectsAllan Sandfeld Jensen2014-08-151-1/+1
| | * Fix regression in QQuickWebView's transparent backgoundAllan Sandfeld Jensen2014-08-131-0/+1
| | * Fix crash in DeviceOrientationController when !HAVE(QTSENSORS)Julien Brianceau2014-08-131-2/+4
| | * Fix case in documentation of qobjectbridge bindingsAllan Sandfeld Jensen2014-08-122-3/+3
* | | Correct GC length unit and prevent division by 0 in showObjectStatistics.Julien Brianceau2014-08-281-13/+14
|/ /
* | Take advantage of 3 parameters or32() callsJulien Brianceau2014-08-281-12/+6
* | Do not use graphics surface when painting WebGL in WebKitWidgetsAllan Sandfeld Jensen2014-08-261-19/+2
* | Use new QOpenGLFramebufferObject::toImage without flippingAllan Sandfeld Jensen2014-08-261-27/+1
* | [mips] Use shorter j <address> jump in MacroAssembler::replaceWithJumpBalazs Kilvady2014-08-255-46/+57
* | Update license headers and add new license filesAntti Kokko2014-08-243-54/+30
* | [mips] Take advantage of integer divide instruction for ArithDiv and ArithMod.Julien Brianceau2014-08-235-1/+75
* | Fix non production_build buildsAllan Sandfeld Jensen2014-08-164-3/+5
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Allan Sandfeld Jensen2014-08-1610-9/+38
|\ \
| * \ Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-1210-9/+38
| |\ \ | | |/
| | * Do not add QStyle padding on top of default paddingAllan Sandfeld Jensen2014-07-311-1/+1
| | * [WK2] Update text upon item selection for menu listsPierre Rossi2014-07-309-8/+37
* | | Integrate QWebChannel with QtWebKit.Milian Wolff2014-08-1615-79/+579
* | | Remove dead code for support Qt 5.0 and 5.1Allan Sandfeld Jensen2014-08-167-45/+2
* | | Remove unnecessary includesAllan Sandfeld Jensen2014-08-161-2/+0
|/ /
* | Support QOpenGLWidget for accelerated compositingAllan Sandfeld Jensen2014-08-062-6/+32
* | Support -webkit-font-smoothing: antialiasedAllan Sandfeld Jensen2014-08-042-4/+21
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-299-13/+40
|\ \ | |/
| * Do not use title as the primary text of dragged or copied linksAllan Sandfeld Jensen2014-07-282-4/+9
| * Show placeholder text when focusedAllan Sandfeld Jensen2014-07-231-0/+2
| * Do not override padding in textfieldsAllan Sandfeld Jensen2014-07-233-5/+13
| * Avoid crash when hidePopup is called multiple timesAllan Sandfeld Jensen2014-07-221-1/+5
| * Added support for appending an escaped SegmentedString to another.Oystein2014-07-221-2/+9
| * QWebPage crashes on drag without QWidget viewDavid Fries2014-07-121-1/+2
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-1016-28/+53
|\ \ | |/
| * Crash during exception unwindingOliver Hunt2014-07-089-12/+28
| * Bad cast from CSSInitialValue to CSSValueListRyosuke Niwa2014-07-041-1/+5