summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix uninitialized access in RenderTableAllan Sandfeld Jensen2014-10-101-0/+2
* | Fix assertion in PerformanceTimingAllan Sandfeld Jensen2014-10-061-0/+2
* | Fix valgrind warning about uninitialized accessAllan Sandfeld Jensen2014-10-061-3/+3
* | Fix noicu build of GLX graphics surfaceAllan Sandfeld Jensen2014-10-061-1/+1
* | Fix rare build regression in WebKit2Allan Sandfeld Jensen2014-10-061-0/+2
* | Support DynamicGL buildsAllan Sandfeld Jensen2014-10-0214-445/+617
* | (un)shiftCountWithAnyIndexingType will start over in the middle of copying if...Mark Hahnenberg2014-09-301-23/+37
* | DFG 32Bit: Crash loading "Classic" site @ translate.google.comMichael Saboff2014-09-301-0/+4
* | Implement ICU availability check in qtwebkitKai Koehne2014-09-294-8/+69
* | <https://webkit.org/b/120079> Flattening a dictionary can cause CopiedSpace c...Mark Hahnenberg2014-09-254-18/+32
* | Detect PowerPC little-endian architectureAllan Sandfeld Jensen2014-09-251-0/+4
* | REGRESSION: `if (false === (true && undefined)) console.log("wrong!");` logs ...Geoffrey Garen2014-09-252-2/+15
* | REGRESSION: Crash when opening Facebook.comOliver Hunt2014-09-252-4/+4
* | Incorrect behavior on emscripten-compiled cube2hashFilip Pizlo2014-09-241-4/+8
* | Avoid crashing when QtQuick destroys our SG node and GL contextJocelyn Turcotte2014-09-244-10/+4
* | 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
* | Aligned argument signatures of setupArgumentsWithExecState are missing on MIPS.commit-queue@webkit.org2014-09-191-0/+10
* | ARM EABI hardfp buildfix after r155675ossy@webkit.org2014-09-181-2/+3
* | Fixed crash in V8 benchmark suite in ARM,softp,EABI environment.commit-queue@webkit.org2014-09-182-13/+51
* | Use compiling_thirdparty_code instead of disabling specific warningsAllan Sandfeld Jensen2014-09-182-9/+2
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-171-0/+2
|\ \
| * \ Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-161-0/+2
| |\ \ | | |/
| | * QWidgetPluginImpl: fix build with QT_NO_STYLE_STYLESHEETOlivier Blin2014-09-091-0/+2
| | * Bump versionFrederik Gladhorn2014-08-291-1/+1
* | | Remove code dealing with separate-debug-info on its ownAllan Sandfeld Jensen2014-09-171-6/+1
* | | 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
* | Fix building QtWebKit for QNXAllan Sandfeld Jensen2014-09-094-13/+17
* | Fix crossbuilding QtWebKit from Windowsv5.4.0-alpha1Allan Sandfeld Jensen2014-09-063-3/+3
* | [mips] Fix unaligned access in Low Level Interpreter (LLINT).Julien Brianceau2014-09-051-1/+6
* | [mips] Handle properly halfword load in JavaScriptCore.Julien Brianceau2014-09-031-1/+47
* | 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 "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-08-286-7/+10
|\ \
| * \ Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-286-7/+10
| |\ \ | | |/
| | * 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
| | * Fix regression in QQuickWebView's transparent backgoundAllan Sandfeld Jensen2014-08-131-0/+1
| | * Fix crash in DeviceOrientationController when !HAVE(QTSENSORS)Julien Brianceau2014-08-131-2/+4
| | * Fix case in documentation of qobjectbridge bindingsAllan Sandfeld Jensen2014-08-122-3/+3
* | | Correct GC length unit and prevent division by 0 in showObjectStatistics.Julien Brianceau2014-08-281-13/+14
|/ /
* | Take advantage of 3 parameters or32() callsJulien Brianceau2014-08-281-12/+6
* | 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
* | [mips] Use shorter j <address> jump in MacroAssembler::replaceWithJumpBalazs Kilvady2014-08-255-46/+57
* | Update license headers and add new license filesAntti Kokko2014-08-246-54/+1009
* | [mips] Take advantage of integer divide instruction for ArithDiv and ArithMod.Julien Brianceau2014-08-235-1/+75