summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Fix compile failure with GCC 6 and 7baserock/5.6Sam Thursfield2017-07-051-0/+27
* [QML] evaluateJavaScript should preserve null values in result5.6.3Konstantin Tokarev2017-04-042-0/+41
* Plugin positioning for windows needs to honor QT_SCALE_FACTORKonstantin Tokarev2017-03-201-3/+22
* Fix QDataStreamCoder encoding and decoding of binary dataThiago Macieira2016-11-241-8/+3
* Fixed crash in FormDataIODeviceKonstantin Tokarev2016-11-181-1/+5
* remove dependencies from sync.profileOswald Buddenhagen2016-11-041-17/+0
* Added missing Q_DECL_OVERRIDEs to QML API headersKonstantin Tokarev2016-10-105-39/+39
* Added missing Q_DECL_OVERRIDEs to QtWebKitWidgets headersKonstantin Tokarev2016-10-106-75/+75
* Fixed checkbox and radiobutton indicatorsKonstantin Tokarev2016-09-306-3/+68
* Report JavaScript errors from Qt signals and slotsVitaly Slobodin2016-09-302-1/+34
* Avoid using QString when converting headers between WTF::String and QByteArrayKonstantin Tokarev2016-09-272-7/+14
* Unprefix the flexbox CSS propertiesDean Jackson2016-09-2714-131/+156
* Crash when creating CSSCalcBinaryOperationAntti Koivisto2016-09-271-6/+8
* REGRESSION (r168685): css calc() expression failsmhodovan.u-szeged@partner.samsung.com2016-09-271-2/+2
* ASSERTION FAILED: leftCategory != CalcOther && rightCategory != CalcOther in ...Martin Hodovan2016-09-274-13/+58
* Crash on shape-outside when using calc()hmuller@adobe.com2016-09-279-354/+741
* CSS Unit vmax and vmin in border-width not handledGurpreet Kaur2016-09-273-4/+16
* CSS Unit vw in border-width maps to 0pxGurpreet Kaur2016-09-273-1/+11
* Adjust the size of native popupsVitaliy Slobodin2016-09-191-0/+3
* Merge remote-tracking branch 'origin/5.6.2' into 5.6Liang Qi2016-09-171-1/+1
|\
| * Fixed documentation of QWebSettings::JavascriptCanOpenWindowsKonstantin Tokarev2016-09-061-1/+1
* | Fix generator scripts to work with python3Frederik Gladhorn2016-09-151-3/+3
|/
* 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
* 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
* 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-151-4/+4
* Do not warn about invalid imagesAllan Sandfeld Jensen2016-06-131-1/+1
* Fixed drawing of zoomed border-image with repeat mode.Konstantin Tokarev2016-05-241-1/+4
* Added missing break statement.Konstantin Tokarev2016-05-201-0/+1
* Fix tst_QObjectBridge::connectAndDisconnect() failArunprasad Rajkumar2016-05-191-4/+4
* QT_CONFIG simplification re debug_and_release and build_allOswald Buddenhagen2016-05-171-1/+1
* 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-051-3/+3
* Allow using system SQLite without pkg-configKonstantin Tokarev2016-04-011-1/+1
* 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
* 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
* Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-171-4/+3
|\