summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update ChromiumJüri Valdmann2018-09-051-0/+0
* Avoid reattach of page before deleting itAllan Sandfeld Jensen2018-09-053-9/+10
* Remove more dead code from the libsrtp testThiago Macieira2018-09-051-11/+0
* Fallback to Latin-1 if ASCII and UTF-8 doesn't workAllan Sandfeld Jensen2018-09-051-1/+2
* Fix QWebEngineUrlScheme::operator== constnessJüri Valdmann2018-09-042-4/+4
* Update plugins.qmltypesKai Koehne2018-08-302-13/+17
* Doc: Bump import to "QtWebEngine 1.8"Leena Miettinen2018-08-301-2/+2
* Doc: Add missing . to property descriptionKai Koehne2018-08-291-1/+1
* Return http status code for successfully loaded pagesErwin Kandler2018-08-292-3/+7
* Fix build without webchannelKai Koehne2018-08-281-0/+2
* WebEventFactory: Use QKeyEvent::key() if QKeyEvent::text() is emptyJüri Valdmann2018-08-271-13/+52
* WebEventFactory: Fallback for WebKeyboardEvent::dom_codeJüri Valdmann2018-08-271-1/+7
* WebEventFactory: Fix WebKeyboardEvent::dom_code on macOSJüri Valdmann2018-08-271-5/+8
* WebEventFactory: Fix WebKeyboardEvent::native_key_code on Windows and LinuxJüri Valdmann2018-08-271-1/+25
* WebEventFactory: Use runtime platform detectionJüri Valdmann2018-08-271-6/+40
* WebEventFactory: Consistently unswap Control and Meta on macOSJüri Valdmann2018-08-271-30/+44
* Add more error output to qwebengine_convert_dictJüri Valdmann2018-08-271-12/+28
* Do not force default profile on WebEngineViewMichal Klocek2018-08-254-25/+58
* Replace RenderWidgetHostViewQt::m_host by RenderWidgetHostViewBase::host()Tamas Zakor2018-08-242-40/+38
* WebContentsAdapter: Fix build against Qt 5.9Jüri Valdmann2018-08-231-6/+7
* Clean-up of forward declarations and includes in core headersTamas Zakor2018-08-234-13/+0
* DelegatedFrameNode: Use QSGTexture::filtering()Jüri Valdmann2018-08-231-17/+9
* Merge remote-tracking branch 'origin/5.11' into 5.12Michael Brüning2018-08-2123-45/+137
|\
| * Update ChromiumMichael Brüning2018-08-161-0/+0
| * Fix --enable-webgl-software-rendering with drivers that don't support OpenGLKai Koehne2018-08-161-1/+3
| * Update ChromiumMichal Klocek2018-08-151-0/+0
| * MediaCaptureDevicesDispatcher: Disable getDefaultScreenId on X11Jüri Valdmann2018-08-081-1/+10
| * Update ChromiumAllan Sandfeld Jensen2018-08-031-0/+0
| * Clarify how key / mouse QEvents are propagated to a popup RWHVQD objectAlexandru Croitor2018-07-311-0/+6
| * Fix bougs documentation for QWebEngineUrlRequestJob::replyMichal Klocek2018-07-301-2/+3
| * Close popups when parent window is movedAlexandru Croitor2018-07-275-10/+30
| * Use net::TransportSecurityPersister to persist HSTS stateJüri Valdmann2018-07-252-1/+20
| * Update ChromiumKai Koehne2018-07-231-0/+0
| * Fix minimum GCC version in documentationJüri Valdmann2018-07-231-1/+1
| * Add threading and security note for print()Michal Klocek2018-07-201-0/+5
| * QWebEngineUrlRequestJob: QUrl("null") for unique initiator originsJüri Valdmann2018-07-202-4/+19
| * Fix segfault in devtools openInNewTab handlingJüri Valdmann2018-07-161-1/+10
| * Fix enum mismatch in WebContentsAdapter::enterDragJüri Valdmann2018-07-131-18/+18
| * Forward mouse and keyboard modifiers from QDropEventJüri Valdmann2018-07-134-6/+8
| * Enforce Visual Studio check in windows.priKai Koehne2018-07-061-2/+2
| * Doc: Mark \snippet entries with .pro filesVenugopal Shivashankar2018-07-033-0/+6
| * Compile with -no-feature-tableteventAndy Shaw2018-06-294-0/+16
* | Unfriend NetworkDeleagte from ProfileIODataMichal Klocek2018-08-107-10/+31
* | MediaCaptureDevicesDispatcher: Minor cleanupJüri Valdmann2018-08-102-54/+24
* | MediaCaptureDevicesDispatcher: Remove unused m_desktopCaptureSessionsJüri Valdmann2018-08-102-34/+0
* | MediaCaptureDevicesDispatcher: Remove unused variable 'ui'Jüri Valdmann2018-08-101-13/+11
* | Fix bogus QT_CONFIG usage for printingMichal Klocek2018-08-093-9/+3
* | Make WebChannel an optional featureMichal Klocek2018-08-098-7/+66
* | Add printRequest()Michal Klocek2018-08-0913-102/+244
* | Add printToPdfPoppler testMichal Klocek2018-08-091-0/+12