summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Changes for 5.6.25.6.2Konstantin Tokarev2016-09-091-0/+40
* Fixed documentation of QWebSettings::JavascriptCanOpenWindowsKonstantin Tokarev2016-09-061-1/+1
* Prospective build fix for WindowsSimon Hausmann2016-08-222-6/+10
* Doc: Change instances of 'OS X' to 'macOS'Topi Reinio2016-08-151-1/+1
* Dashed and dotted borders having radius have overlong dash lengthsKonstantin Tokarev2016-08-081-0/+1
* Fix build with the Intel compilerThiago Macieira2016-07-291-1/+1
* Define NOMINMAX on Windows buildsThiago Macieira2016-07-221-0/+4
* Update the detection of MSVC versions to be forward-compatibleThiago Macieira2016-07-082-2/+2
* Compile Fix for OpenBSD in C++11 modeRalf Nolden2016-07-021-1/+1
* Allow making production builds with build-webkit.Konstantin Tokarev2016-06-271-1/+1
* Use QWidget::grab() instead of deprecated QPixmap::grabWidget().Konstantin Tokarev2016-06-271-1/+1
* Added missing PLATFORM(MAC) checks.Konstantin Tokarev2016-06-161-2/+2
* Only Mac port needs ObjC API for JSC.Konstantin Tokarev2016-06-151-0/+9
* Don't use deprecated version suffixes of QStyleOption* classes.Konstantin Tokarev2016-06-153-6/+6
* Do not warn about invalid imagesAllan Sandfeld Jensen2016-06-131-1/+1
* Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-06-101-0/+49
|\
| * Changes for 5.6.15.6.1Konstantin Tokarev2016-05-301-0/+49
* | Fixed drawing of zoomed border-image with repeat mode.Konstantin Tokarev2016-05-241-1/+4
* | fix ios device&simulator builds againOswald Buddenhagen2016-05-231-1/+3
* | Disable touch_slider if touch_events is disabled.Konstantin Tokarev2016-05-202-3/+4
* | Moved use_leveldb configuration from detectFeatures to sanitizeFeatures.Konstantin Tokarev2016-05-201-0/+3
* | Added missing break statement.Konstantin Tokarev2016-05-201-0/+1
* | Fix tst_QObjectBridge::connectAndDisconnect() failArunprasad Rajkumar2016-05-191-4/+4
* | Bump versionOswald Buddenhagen2016-05-191-1/+1
* | QT_CONFIG simplification re debug_and_release and build_allOswald Buddenhagen2016-05-172-3/+2
* | Fix the build with non-standard qtlibinfix buildsThiago Macieira2016-05-111-1/+2
|/
* decruft project fileOswald Buddenhagen2016-05-101-3/+0
* make use of COPIESOswald Buddenhagen2016-05-102-16/+6
* Only load QImageIO plugins from white-listed formatsAllan Sandfeld Jensen2016-05-031-0/+25
* Fix mixed use of booleans in JPEGImageDecoder.cppMaurice van der Pot2016-04-201-5/+5
* Fixed compilation of JPEGImageDecoder with libjpeg v9.Konstantin Tokarev2016-04-201-0/+3
* Allow building QtWebKit on Windows with non-ICU Qt build.Konstantin Tokarev2016-04-053-6/+4
* Allow using system SQLite without pkg-configKonstantin Tokarev2016-04-014-2/+41
* Many assertion failures and crashes on SVG path animation cases when JS garba...Javier Fernandez2016-03-213-3/+21
* Fixed crashes on SVG path animation use cases.Said Abou-Hallawa2016-03-191-0/+6
* Merge "Merge remote-tracking branch 'origin/5.6.0' into 5.6" into refs/stagin...Frederik Gladhorn2016-03-181-1/+10
|\
| * Merge remote-tracking branch 'origin/5.6.0' into 5.6Frederik Gladhorn2016-03-171-1/+10
| |\
| | * Updated changelog for 5.6.0.5.6.0Konstantin Tokarev2016-02-271-1/+10
* | | Breaking several cyclic references between SVG animated properties.Javier Fernandez2016-03-1815-94/+145
|/ /
* | Make more ctors explicitMarc Mutz2016-03-042-2/+2
* | Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-046-12/+12
* | isLinkVisited: Don't build complete URL unless we use QWebHistoryInterface.Konstantin Tokarev2016-02-261-4/+4
* | Fix linking with libpthreadAllan Sandfeld Jensen2016-02-261-0/+1
* | Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-172-5/+7
|\ \ | |/
| * Fixed unfinished phrase in documentation of evaluateJavaScript.Konstantin Tokarev2016-02-041-4/+3
| * Skip building on androidAllan Sandfeld Jensen2016-02-031-1/+4
* | Bump versionOswald Buddenhagen2016-02-081-1/+1
* | Assertion failure end < m_runCount in WebCore::BidiRunList<WebCore::BidiRun>:...Ryosuke Niwa2016-02-041-1/+1
|/
* Properly clear m_logicallyLastRun to remove use-after-free possibilityBem Jones-Bey2016-02-011-3/+1
* Handle WebKitErrorDomain error like other errorsJoni Poikelin2016-01-291-1/+1