summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
...
* | General adaptations for Chromium 69Allan Sandfeld Jensen2018-09-2247-235/+385
* | Handle Chromium resize throttling using surface idsAllan Sandfeld Jensen2018-09-222-7/+36
* | Adapt to forced scroll-wheel latchingAllan Sandfeld Jensen2018-09-224-13/+28
* | Adaptations for Chromium 68Allan Sandfeld Jensen2018-09-2233-140/+140
* | Merge remote-tracking branch 'origin/5.11' into 5.12Allan Sandfeld Jensen2018-09-173-1/+5
|\|
| * Set arm_arch as wellAllan Sandfeld Jensen2018-09-131-0/+1
| * Merge remote-tracking branch 'origin/5.11.2' into 5.11Qt Forward Merge Bot2018-09-091-1/+1
| |\
| | * Fix no-opengl builds on windowsv5.11.2Allan Sandfeld Jensen2018-09-041-1/+1
| * | Disable LTCG for Qt WebEngineCoreAllan Sandfeld Jensen2018-09-061-0/+3
| |/
* | Fix issues with qml bindings accessing non-existing adapterMichal Klocek2018-09-122-3/+3
* | Improve QWebEngineUrlScheme APIJüri Valdmann2018-09-123-34/+37
* | Extract Compositor from RenderWidgetHostViewQtv5.12.0-alpha1Jüri Valdmann2018-09-115-93/+303
* | 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
* | Return http status code for successfully loaded pagesErwin Kandler2018-08-291-1/+5
* | 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
* | 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-2114-33/+105
|\|
| * Fix --enable-webgl-software-rendering with drivers that don't support OpenGLKai Koehne2018-08-161-1/+3
| * MediaCaptureDevicesDispatcher: Disable getDefaultScreenId on X11Jüri Valdmann2018-08-081-1/+10
| * Fix bougs documentation for QWebEngineUrlRequestJob::replyMichal Klocek2018-07-301-2/+3
| * Close popups when parent window is movedAlexandru Croitor2018-07-273-1/+16
| * Use net::TransportSecurityPersister to persist HSTS stateJüri Valdmann2018-07-252-1/+20
| * 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-132-4/+6
| * Enforce Visual Studio check in windows.priKai Koehne2018-07-061-2/+2
| * Doc: Mark \snippet entries with .pro filesVenugopal Shivashankar2018-07-031-0/+2
| * 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-096-7/+36
* | Add printRequest()Michal Klocek2018-08-096-102/+204
* | Add printToPdfPoppler testMichal Klocek2018-08-091-0/+12
* | Revert "Add HTTP request headers to custom URL schemes"Michal Klocek2018-08-097-46/+8
* | Add HTTP request headers to custom URL schemesAllan Sandfeld Jensen2018-08-037-8/+46
* | Fix running webengine without default profileMichal Klocek2018-08-035-2/+14