summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "[Qt] memory leak in WebCore::FontCache::getLastResortFallbackFont"v5.1.1Allan Sandfeld Jensen2013-08-141-1/+1
* [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] 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
| * [Qt][Mac] Remove Carbon and QuickDraw support for plugins.Jocelyn Turcotte2013-06-063-515/+154
| * Crash when loading link to audio fileAllan Sandfeld Jensen2013-06-061-1/+1
| * Make PNGImageDecoder::rowAvailable auto-vectorizableAllan Sandfeld Jensen2013-06-064-28/+62
| * [Qt] Fix a crash in QtPixmapRuntime.Jocelyn Turcotte2013-06-061-2/+4
| * [Qt][Win] Input events aren't mapped properly with windowless plugins.Jocelyn Turcotte2013-06-044-24/+62
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-05-317-80/+281
|\ \ | |/
| * Font’s fast code path doesn’t handle partial runs correctly when kerning ...Allan Sandfeld Jensen2013-05-295-80/+81
| * Add all plugins.qmltypes files and update qmldir filesLiang Qi2013-05-292-0/+200
* | Remove Nokia references.Leonard Lee2013-05-302-5/+1
* | Bump MODULE_VERSION to 5.1.1Sergio Ahumada2013-05-301-1/+1
|/
* sync.profile: Point dependencies to an empty stringSergio Ahumada2013-05-261-4/+5
* LLInt conditional branch compilation fault on MIPS.Balazs Kilvady2013-05-232-14/+20
* Bug in atomicIncrement implementation for MIPS GCCBalazs Kilvady2013-05-232-2/+12
* Fix the atomicIncrement implementation for MIPS GCCBalazs Kilvady2013-05-235-0/+140
* offlineasm BaseIndex handling is broken on ARM due to MIPS changesBalazs Kilvady2013-05-233-4/+46
* MIPS DFG implementation.Balazs Kilvady2013-05-2313-73/+888
* MIPS LLInt implementation.Balazs Kilvady2013-05-2313-19/+1059
* Crash when calling QWebFrame::evaluateJavaScriptAllan Sandfeld Jensen2013-05-212-15/+23
* Crash when calling QWebFrame::evaluateJavaScriptAllan Sandfeld Jensen2013-05-211-1/+8
* Fix testing if program exists in PATHJonathan Liu2013-05-201-1/+1
* [Qt] RGB -> BGR is wrong on big endianAllan Sandfeld Jensen2013-05-163-46/+50
* QQuickWindowPrivate::setRenderWithoutShowing has been removed from Qt 5v5.1.0-beta1abecsi@webkit.org2013-05-071-1/+0
* [Qt] REGRESSION(r146630): 8 text related test asserts on debug buildsAllan Sandfeld Jensen2013-05-061-2/+2
* Build failures when building with python 3.3Tor Arne Vestbø2013-05-032-2/+25
* Assert in JSC::Heap::unprotect when closing facebook.com web siteAllan Sandfeld Jensen2013-04-301-0/+1
* [Qt] Animated opacity does not trigger accelerated compositingAllan Sandfeld Jensen2013-04-303-2/+4
* Late-loading stylesheets can cause composited layers to be blankSimon Fraser2013-04-306-23/+49
* Fix the USE(3D_GRAPHICS) build with the standard OpenGL on WindowsJocelyn Turcotte2013-04-303-4/+9