summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a documentation oversightPierre Rossi2014-03-171-2/+2
* Fix doc warningsJocelyn Turcotte2014-03-179-51/+20
* Fix link and image draggingAllan Sandfeld Jensen2014-03-121-11/+47
* Fix dragging of selectionsAllan Sandfeld Jensen2014-03-121-19/+27
* Fix build with force_static_libs_as_sharedAllan Sandfeld Jensen2014-03-111-1/+1
* Fix crash with rendering sliders that have anonymous nodes.Michael Brüning2014-03-101-1/+1
* Fix the webkit build with icu on Mac OS X 10.9.Michael Brüning2014-03-101-1/+1
* Fix missing image in QWebView class documentation.Michael Brüning2014-03-102-1/+1
* Fix documentation of the selector APIAllan Sandfeld Jensen2014-03-103-5/+22
* Use qmake optimize_fullAllan Sandfeld Jensen2014-03-102-8/+2
* Fix crash in BitmapImage::destroyDecodedData()Laszlo Vidacs2014-03-101-1/+5
* Assertion failure in Range::processContentsBetweenOffsetsRyosuke Niwa2014-03-101-2/+4
* REGRESSION (r139343): WebKit crashes when canceling a load insideAndy Estes2014-03-102-2/+11
* Compile fix for Win64 with jit disabled.achristensen@apple.com2014-03-071-1/+1
* JSObject::putDirectIndexBeyondVectorLengthWithArrayStorage does a check on th...Mark Hahnenberg2014-03-071-2/+2
* Setting a large numeric property on an object causes it to allocate a huge ba...Mark Hahnenberg2014-03-072-5/+16
* Implement Qt port for for leveldbAllan Sandfeld Jensen2014-03-067-12/+633
* Set correct virtual keycode for the apostrophe keyAllan Sandfeld Jensen2014-03-061-0/+1
* Fix rendering of WebKit2 QML WebView with ANGLE.Michael Bruning2014-03-061-2/+2
* Do no allow arbitrarily large buffer during loadingAllan Sandfeld Jensen2014-03-042-7/+22
* Avoid deleting QtWebComboBox it's own nested QEventLoopAllan Sandfeld Jensen2014-03-043-2/+28
* Enable changing the cursor for the QQuickWebView.Michael Brüning2014-03-031-2/+1
* Use moveDoubleToInts in SpecializedThunkJIT::returnDouble for non-X86 JSVALUE...Julien Brianceau2014-03-031-0/+5
* Account for extra guard page on Windows stack when using Java plugin.Michael Bruning2014-02-281-2/+7
* Treat qrc protocol the same as file protocol in loadingAllan Sandfeld Jensen2014-02-283-2/+6
* Fix build on x32v5.3.0-alpha1Allan Sandfeld Jensen2014-02-252-2/+12
* Fix Qt WebKit build on architectures without JIT supportAllan Sandfeld Jensen2014-02-212-1/+5
* 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
* Don't use thin archives when building static webkit.Sergio Martins2014-02-151-1/+1
* Enable HTML5 Indexed Database APIAllan Sandfeld Jensen2014-02-143-4/+6
* Fix ASSERT on QtWebEngine TP blog postAllan Sandfeld Jensen2014-02-141-9/+6
* Fix linker errors when Qt is built statically.Sergio Martins2014-02-131-1/+4
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-1219-70/+207
|\
| * [mips] Wrong register usage in LLInt.old/5.2Balazs Kilvady2014-02-102-52/+115
| * Fix build with QT_NO_GRAPHICSVIEWSergio Martins2014-02-092-0/+6
| * Update device pixel ratio on screen changeAllan Sandfeld Jensen2014-02-075-6/+40
| * Fix memory leaks in platform/image-encoders/JPEGImageEncoder.cppLiangjun Zeng2014-02-071-1/+4
| * 8 bytes memory leaks in WebProcessMainQt.cpp when proxy is initializedMinju Kim2014-02-071-2/+2
| * TextureMapperGL must take hiDPI transform into accountAllan Sandfeld Jensen2014-02-061-1/+10
| * Fix transform of accelerated layers on hiDPI paintersAllan Sandfeld Jensen2014-02-011-3/+5
| * Fix assert in m_stack.isEmpty() in GraphicsContext::~GraphicsContext()Allan Sandfeld Jensen2014-01-312-1/+10
| * Fix assert in BitmapTextureImageBuffer::applyFilters()Allan Sandfeld Jensen2014-01-311-2/+3
| * Fix RenderGeometryMap.cpp ASSERT on Google PlusAllan Sandfeld Jensen2014-01-311-1/+1
| * Don't pollute .prl & .pc files with private dependenciesJocelyn Turcotte2014-01-312-2/+3
| * Apply device pixel ratio to transparency layersAllan Sandfeld Jensen2014-01-311-2/+4
| * Forward devicePixelRatio to WebCore PageAllan Sandfeld Jensen2014-01-313-0/+7
| * Do not notifyFinished on resources never loadedAllan Sandfeld Jensen2014-01-301-1/+1
* | Make building QtTestBrowser simplerAllan Sandfeld Jensen2014-02-051-1/+1
* | Disable CSS custom filtersAllan Sandfeld Jensen2014-02-051-3/+0