summaryrefslogtreecommitdiffstats
path: root/Source/WebCore
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4' into 5.5v5.5.0-beta1Liang Qi2015-04-153-20/+41
|\
| * Fix crash when exiting browser with WebGL or accelerated canvas.Yohan Chuzeville2015-04-131-0/+20
| * Avoid backing store for texturemapper layers over 8192x8192Allan Sandfeld Jensen2015-03-191-1/+1
| * Fix URLs visited during private browsing showing up in WebpageIcons.db.Florian Bruhin2015-03-181-4/+4
| * Fix crash on exit in OpenGL accelerated modeAllan Sandfeld Jensen2015-03-171-15/+16
* | Merge remote-tracking branch 'origin/5.4' into 5.5v5.5.0-alpha1Allan Sandfeld Jensen2015-03-105-29/+62
|\|
| * Fix building with glib 2.43+Allan Sandfeld Jensen2015-03-021-24/+24
| * Forward show and hide events to PluginViewsMichael Bruning2015-02-264-5/+38
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-253-2/+8
|\|
| * Don't do high-quality scaling on individual video framesAllan Sandfeld Jensen2015-02-241-1/+1
| * Fix build with -no-rttiCorentin Jabot2015-02-241-0/+2
| * Fix crash on html5video.org by detecting inconsistent frame dataAllan Sandfeld Jensen2015-02-242-1/+5
* | Update copyright headersJani Heikkinen2015-02-1617-18/+17
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-1620-59/+122
|\|
| * Fix memory leak in ImageDocumentAllan Sandfeld Jensen2015-01-261-1/+1
| * Check if OpenGL context is supportedAllan Sandfeld Jensen2015-01-151-6/+9
| * Allow 3D transforms without composited layersAllan Sandfeld Jensen2015-01-122-0/+16
| * Optimize HTML5 video painting on LinuxAllan Sandfeld Jensen2015-01-092-22/+15
| * Fix build without OpenGLAllan Sandfeld Jensen2015-01-086-12/+20
| * fix build on MSVC with system libraries for zlib, libpng and libjpegAshish Kulkarni2015-01-081-3/+13
| * fix build on MSVC with --system-libpng or --system-libjpegAshish Kulkarni2015-01-082-8/+2
| * Calling WebCore::Page::setMediaVolume(0) does not mute videos as expected.Ada Chan2015-01-061-2/+1
| * [GStreamer] Video player sets system volume to 100%Xabier Rodriguez Calvar2015-01-064-2/+25
| * Support MSIE compatible pasteboard typesAllan Sandfeld Jensen2015-01-061-6/+23
* | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devFrederik Gladhorn2015-01-192-1/+5
|\ \
| * | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-172-1/+5
| |\|
| | * Remove double quotation from $preprocessorStephan Binner2014-12-121-0/+3
| | * Do not set the mainframe graphicslayer to being opaque when it isn'tAllan Sandfeld Jensen2014-12-081-1/+2
* | | Add support authenticated POST requestsAllan Sandfeld Jensen2015-01-132-8/+21
* | | Map CSS font-weights to new QFont enumsAllan Sandfeld Jensen2015-01-081-5/+33
|/ /
* / Use deepbind when loading plugins.Allan Sandfeld Jensen2014-12-031-1/+10
|/
* Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-212-7/+13
|\
| * Clear a stray ref on layers when purging GL resourcesv5.4.0-rc1Jocelyn Turcotte2014-11-141-0/+4
| * Do not force a direction before we know itAllan Sandfeld Jensen2014-11-131-7/+9
* | Avoid crashing when applying CSS to disconnected scrollbarsAllan Sandfeld Jensen2014-11-191-1/+1
* | Support DELETE requests with a bodyAllan Sandfeld Jensen2014-11-181-1/+1
* | Fix race-condition crash on leaving pages using Indexed DBAllan Sandfeld Jensen2014-11-182-1/+16
* | Don't fill with invalid fill colorAllan Sandfeld Jensen2014-11-181-0/+6
* | Avoid using a separate QOpenGLContext for 2D canvas if possibleSamuel Rødal2014-11-142-22/+30
|/
* 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