summaryrefslogtreecommitdiff
path: root/Source/WebCore
Commit message (Expand)AuthorAgeFilesLines
* Fixed upside down drawing of accelerated 2d canvasSamuel Rødal2014-11-041-2/+10
* Fixed self-drawing of 2D canvas with accelerated 2D canvas enabled.Samuel Rødal2014-11-043-7/+34
* Fix merge errorAllan Sandfeld Jensen2014-11-031-2/+2
* Add mappings from new Qt key values to key identifiersAllan Sandfeld Jensen2014-10-311-4/+14
* Do not send focus event to missing plugins on OS XAllan Sandfeld Jensen2014-10-301-0/+3
* Fix preloading of video when using QtMultimedia backend.Michael Brüning2014-10-302-5/+15
* Do not enumerate plugins when plugins are disabledJan Kundrát2014-10-231-3/+3
* Do not schedule navigation to invalid URLAllan Sandfeld Jensen2014-10-221-1/+1
* Fix Qt 5.3 backward compatible buildAllan Sandfeld Jensen2014-10-164-6/+29
* Blacklist libkpartspluginSune Vuorela2014-10-161-1/+2
* StylePendingImage needs to correctly manage the CSSValue pointer lifetimeDarin Adler2014-10-157-8/+48
* Fix android compile.BogDan Vatra2014-10-154-0/+11
* Crash in WebCore::BidiResolver<WebCore::InlineIterator, WebCore::BidiRun>::cr...Ryosuke Niwa2014-10-141-1/+1
* Crash in HTMLMediaElement::contextDestroyedRyosuke Niwa2014-10-141-1/+3
* Fix crash when a network-request is aborted while forwarding dataAllan Sandfeld Jensen2014-10-131-1/+4
* Do not let TexureMapper create backing stores that are too largeAllan Sandfeld Jensen2014-10-132-0/+5
* Fix uninitialized access in RenderTableAllan Sandfeld Jensen2014-10-101-0/+2
* Fix noicu build of GLX graphics surfaceAllan Sandfeld Jensen2014-10-061-1/+1
* Support DynamicGL buildsAllan Sandfeld Jensen2014-10-0213-444/+612
* Avoid crashing when QtQuick destroys our SG node and GL contextJocelyn Turcotte2014-09-243-10/+2
* Prevent display of infinite media slider track.Yohan Chuzeville2014-09-221-3/+5
* Need to check if some HTML child elements are HTMLUnknownElementAllan Sandfeld Jensen2014-09-193-7/+20
* 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
* 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 remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-282-2/+2
|\
| * 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
* | 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
* | Fix non production_build buildsAllan Sandfeld Jensen2014-08-161-0/+2
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Allan Sandfeld Jensen2014-08-169-9/+37
|\ \
| * \ Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-129-9/+37
| |\ \ | | |/
| | * 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-308-8/+36
* | | Remove dead code for support Qt 5.0 and 5.1Allan Sandfeld Jensen2014-08-165-37/+2
* | | Remove unnecessary includesAllan Sandfeld Jensen2014-08-161-2/+0
|/ /
* | Support QOpenGLWidget for accelerated compositingAllan Sandfeld Jensen2014-08-061-0/+2
* | Support -webkit-font-smoothing: antialiasedAllan Sandfeld Jensen2014-08-042-4/+21
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-296-9/+31
|\ \ | |/
| * Do not use title as the primary text of dragged or copied linksAllan Sandfeld Jensen2014-07-281-2/+7
| * Show placeholder text when focusedAllan Sandfeld Jensen2014-07-231-0/+2
| * Do not override padding in textfieldsAllan Sandfeld Jensen2014-07-233-5/+13
| * Added support for appending an escaped SegmentedString to another.Oystein2014-07-221-2/+9
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-105-7/+24
|\ \ | |/
| * 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