summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix crossbuilding QtWebKit from Windowsv5.4.0-alpha1Allan Sandfeld Jensen2014-09-063-3/+3
* [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-246-54/+1009
* | [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-166-7/+13
* | 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-065-17/+80
* | 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-1019-29/+58
|\ \ | |/
| * Crash during exception unwindingOliver Hunt2014-07-089-12/+28
| * Bad cast from CSSInitialValue to CSSValueListRyosuke Niwa2014-07-041-1/+5
| * use after free in WebCore::DocumentOrderedMap::remove / WebCore::TreeScope::r...Zalan Bujtas2014-07-043-3/+11
| * define DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS on HPPALisandro Damián Nicanor Pérez Meyer2014-07-021-1/+1
| * Actually load icc.prf for the Intel compilerThiago Macieira2014-07-023-1/+5
| * Prevent interpreting URL parameter for Qt plugins as content URLs.Michael Brüning2014-06-301-3/+8
| * Fix android build error about already defined struct.Sergio Martins2014-06-271-8/+0
* | Doc: Removing url variable from qdocconf file.Jerome Pasion2014-07-071-1/+0
* | Implement Accelerated 2D CanvasAllan Sandfeld Jensen2014-07-0321-118/+784
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-06-2615-56/+118
|\ \ | |/
| * Fix SpeculateCellOperand ASSERT failure in DFG for 32-bit builds.Julien Brianceau2014-06-261-18/+27
| * QtWebKitWidgets should not depend directly on QtQuickAllan Sandfeld Jensen2014-06-261-1/+0
| * QWebHitTestResult::element() should return the inner elementAllan Sandfeld Jensen2014-06-262-3/+8