summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Correct range used for Emoji checks.old/5.1Michael Brüning2013-09-171-1/+16
* JSC ARM traditional failing on Octane NavierStokes testGabor Rapcsanyi2013-09-131-2/+2
* [Qt] Use correct library paths for prefix builds on Mac.Michael Brüning2013-09-042-2/+2
* [Qt] Images scaled poorly on composited canvasAllan Sandfeld Jensen2013-09-031-1/+8
* [Qt] Tiled-backing store not clipped to frame or visible rectAllan Sandfeld Jensen2013-09-031-6/+7
* [Texmap][GTK] The poster-circle doesn't appear.ChangSeok Oh2013-09-031-0/+3
* [Qt] Restore URL Scheme Delegates after QtWebProcess crashMilian Wolff2013-09-022-0/+13
* [Qt] Option key combinations do not work in Input Elements.Zeno Albisser2013-08-281-1/+1
* Failure building with python3Laszlo Papp2013-08-273-12/+12
* Font's fast code path doesn't handle partial runs correctly when kerning or l...Allan Sandfeld Jensen2013-08-273-9/+12
* Assertion while scrolling news.google.comAllan Sandfeld Jensen2013-08-271-1/+4
* adjust to new MODULE_* variable semanticsOswald Buddenhagen2013-08-212-6/+2
* [Qt] memory leak in WebCore::FontCache::getLastResortFallbackFontAllan Sandfeld Jensen2013-08-191-1/+2
* [Qt] QtWebKit (using the Arora browser) displays the border radii (radius) of...Allan Sandfeld Jensen2013-08-195-28/+11
* ANGLE doesn't build with bison 3.0Allan Sandfeld Jensen2013-08-161-0/+1
* [Qt] Kerning in fast font path breaks letter-spacingAllan Sandfeld Jensen2013-08-161-1/+1
* Merge remote-tracking branch 'origin/release' into stableSergio Ahumada2013-08-151-1/+1
|\
| * Revert "[Qt] memory leak in WebCore::FontCache::getLastResortFallbackFont"v5.1.1Allan Sandfeld Jensen2013-08-141-1/+1
* | [Qt][WK2] Composited and transformed links asserts in tap highlightAllan Sandfeld Jensen2013-08-131-3/+7
* | Resource leak related to gstreamer and videosAllan Sandfeld Jensen2013-08-121-0/+5
* | Merge remote-tracking branch 'origin/release' into stableSergio Ahumada2013-08-093-2/+9
|\ \ | |/
| * [WK1] NPStream::headers not initializedAllan Sandfeld Jensen2013-08-091-0/+1
| * Potential use-after-free with an event fired at a HTMLMediaElement which is c...Eric Carlson2013-08-072-2/+8
* | [Qt] REGRESSION(r) Two pixel result fail after r153522Allan Sandfeld Jensen2013-08-091-32/+45
* | [Qt] Images are down-scaled badlyAllan Sandfeld Jensen2013-08-091-0/+34
* | If ImageLoader's loadEventSender or errorEventSender fires after document is ...Yongjun Zhang2013-08-081-6/+8
* | [Qt] Fix minor memory leak in slot executionSimon Hausmann2013-08-061-1/+1
* | [Qt][WK1] navigator.plugins shows too few entries.Michael Brüning2013-07-311-2/+0
* | Extend disabling of whole-program-optimizations to MSVC 2012 https://bugs.web...hausmann@webkit.org2013-07-302-1/+14
* | make use of qtHaveModule()Oswald Buddenhagen2013-07-295-19/+11
* | Bump MODULE_VERSION to 5.1.2Sergio Ahumada2013-07-241-1/+1
|/
* [Qt] memory leak in WebCore::FontCache::getLastResortFallbackFontFabienne Semeria2013-07-181-1/+1
* Workaround for x86 optimizer bug in MSVC 2012.michael.bruning@digia.com2013-07-101-0/+7
* QStyle: Set State_Enabled by default when painting style widgets. https://bug...commit-queue@webkit.org2013-07-102-1/+16
* [Qt] Handle Return key without key textAllan Sandfeld Jensen2013-07-032-0/+15
* Use GCC's implementation of atomicIncrement/Decrement on MacBenjamin Poulain2013-07-011-17/+0
* Use __sync_add_and_fetch instead of __gnu_cxx::__exchange_and_addCsaba Osztrogonác2013-07-011-2/+5
* JSObject::getOwnNonIndexPropertyNames calculates numCacheableSlots incorrectl...Mark Hahnenberg2013-07-012-2/+17
* JSObject::getOwnNonIndexPropertyNames calculates numCacheableSlots incorrectlyMark Hahnenberg2013-07-011-3/+5
* get_by_pname can become confused when iterating over objects with static prop...Mark Hahnenberg2013-07-013-1/+10
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-202-55/+11
|\
| * [Qt][Mac] Disable QTKit video on OS X.v5.1.0-rc2v5.1.0Michael Brüning2013-06-132-55/+11
* | [Qt] Map rewind and fast forward keys to match GoogleTVAllan Sandfeld Jensen2013-06-191-0/+6
* | [Qt] Set windows key-code for multimedia keysAllan Sandfeld Jensen2013-06-191-7/+16
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-1224-771/+383
|\ \ | |/
| * Glyphs may fail to render when using SVG fontv5.1.0-rc1graouts@apple.com2013-06-111-0/+2
| * [Qt] Fix a crash under ~PingLoader when the QNAM on the page has been destroyed.Jocelyn Turcotte2013-06-063-14/+32
| * [Qt] Fix a crash under ~PingLoader when the QNAM on the page has been destroyed.Jocelyn Turcotte2013-06-062-1/+18
| * [Qt] Re-enable plugins on Mac.Jocelyn Turcotte2013-06-068-12/+11
| * [Qt][Mac] Allow drawing plugins with QWindow by always using an intermediate ...Jocelyn Turcotte2013-06-063-188/+51