summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets
Commit message (Expand)AuthorAgeFilesLines
* Fix leakage of FilePickerControl objects in QWebEnginePageJoerg Bornemann2016-10-261-0/+2
* Doc: Clarify that font size is in pixelsKai Koehne2016-10-241-2/+2
* Fix IME window placement relative to QWebEngineViewAlexandru Croitor2016-10-142-1/+8
* Use canonical include paths for public headersKai Koehne2016-09-221-3/+3
* Improve QWebEngineSettings::JavascriptCanOpenWindows docsFlorian Bruhin2016-09-061-1/+2
* Fix crash when trying to navigate in new window but is blockedAllan Sandfeld Jensen2016-08-231-3/+8
* Prevent a crash after having downloaded a fileAndy Shaw2016-07-261-1/+0
* Doc: Move WebKit comparison to porting guideKai Koehne2016-07-211-0/+7
* Propagate the view's screen coordinates on global position changeJoerg Bornemann2016-07-122-0/+9
* Allow QWebEnginePage::createWindow to return thisJoerg Bornemann2016-07-082-7/+23
* Switch WebContentsAdapter to using shared pointersAllan Sandfeld Jensen2016-07-014-18/+18
* Let script collection hold a reference to the adapterAllan Sandfeld Jensen2016-07-013-16/+12
* Fix invalid pointer in script collection after opening popupAllan Sandfeld Jensen2016-06-301-0/+3
* Override short-cuts to common editor commandsAllan Sandfeld Jensen2016-06-223-0/+45
* Fix access to deleted memory on QWebEnginePage destructionJoerg Bornemann2016-06-162-0/+7
* Doc: Add canceling authentication to porting instructionsLeena Miettinen2016-06-161-1/+9
* Add missing Q_DECL_OVERRIDE specifiers.Joerg Bornemann2016-06-131-1/+1
* Doc: Describe disabling QWebEngineSettings::AutoLoadImagesLeena Miettinen2016-06-101-1/+2
* Doc: Fix typo in the porting guideLeena Miettinen2016-05-271-2/+2
* Disabled WebEngine views should not receive focus.Alexandru Croitor2016-05-262-0/+10
* Stop disabled QWebEngineView widget from processing input events.Alexandru Croitor2016-05-261-0/+28
* Let setContent / setHtml fail when content is too big to load.Michael Bruning2016-05-201-0/+8
* Doc: Add a topic listing supported featuresLeena Miettinen2016-05-201-1/+1
* Doc: Explain why QSslError values are not usedLeena Miettinen2016-05-201-0/+4
* Doc: HTTP GET method is always used to load URLsLeena Miettinen2016-05-192-3/+6
* Silence zero-as-null-pointer=constant warningsAllan Sandfeld Jensen2016-05-195-12/+12
* Fix memory leak of standardContextMenuMichal Klocek2016-05-041-0/+1
* Never call QtWebEngine::initialize from DllMainCorentin Jabot2016-04-281-6/+11
* Avoid default casesAllan Sandfeld Jensen2016-04-281-9/+10
* Add missing icon and text for ReloadAndBypassCacheAllan Sandfeld Jensen2016-04-271-0/+4
* Fix crash when instantiating a QCoreApplicationJoerg Bornemann2016-04-211-1/+5
* Remove direct access BrowserContextAdapter's customUrlSchemeHandlersAllan Sandfeld Jensen2016-04-201-2/+1
* Switch BrowserContextAdapter to QSharedPointerAllan Sandfeld Jensen2016-04-194-8/+9
* Doc: WebEngine does not support Chromium extensionsLeena Miettinen2016-04-051-0/+2
* Doc: Link Pepper plugin platform information to respective settingsKai Koehne2016-04-031-1/+2
* Doc: Add docs for QWebEngineFullScreenRequest classLeena Miettinen2016-04-031-0/+64
* OSX: Fix QSurfaceFormat check to allow < 3.2 OpenGL profiles.Alexandru Croitor2016-03-311-4/+9
* Doc: Mark QWebEngineProfile::setRequestInterceptor as new in Qt 5.6Kai Koehne2016-03-311-0/+1
* Doc: Mention which settings properties are new in Qt 5.6Kai Koehne2016-03-311-2/+2
* Doc: Fix documentation about cookie storesKai Koehne2016-03-291-1/+3
* Doc: Improve docs for the zoomFactor propertyLeena Miettinen2016-03-232-3/+7
* Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-03-214-27/+51
|\
| * Doc: Add information about framesLeena Miettinen2016-02-243-24/+48
| * Include the module prefix for the header filesv5.6.0-rc1Andy Shaw2016-02-151-3/+3
* | Doc: Mark renderProcessTerminated signal as new in 5.6Kai Koehne2016-03-112-0/+3
* | Doc: Improve web engine profile class descriptionsLeena Miettinen2016-02-291-6/+28
* | Doc: State equivalent of setHtml more preciselyJoerg Bornemann2016-02-161-1/+2
* | Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-151-3/+5
|\|
| * Fix rendering with default OpenGL surface on LinuxJoerg Bornemann2016-02-121-3/+5
* | Fix WebAction muteAllan Sandfeld Jensen2016-02-131-1/+1