summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/api
Commit message (Expand)AuthorAgeFilesLines
* Disabled WebEngine views should not receive focus.Alexandru Croitor2016-05-262-0/+10
* Doc: Explain why QSslError values are not usedLeena Miettinen2016-05-201-0/+4
* 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: Add docs for QWebEngineFullScreenRequest classLeena Miettinen2016-04-031-0/+64
* Doc: Mark QWebEngineProfile::setRequestInterceptor as new in Qt 5.6Kai Koehne2016-03-311-0/+1
* Doc: Fix documentation about cookie storesKai Koehne2016-03-291-1/+3
* Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-03-211-3/+3
|\
| * 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
* | Fix WebAction muteAllan Sandfeld Jensen2016-02-131-1/+1
* | Fix double LoadFinished on URL errorsAllan Sandfeld Jensen2016-02-101-2/+10
|/
* Fix build against Qt 5.5Allan Sandfeld Jensen2016-02-042-0/+4
* Preserve webchannel and userscripts when restoring historyAllan Sandfeld Jensen2016-01-314-2/+27
* Fix crash on open link in new windowJoerg Bornemann2016-01-281-1/+3
* Widgets: Improve geometryChangeRequested signalSzabolcs David2016-01-192-0/+7
* Merge remote-tracking branch 'origin/5.5' into 5.6Allan Sandfeld Jensen2016-01-181-21/+35
|\
| * Update license header for qwebenginepage.cpp to LGPLv3Joerg Bornemann2016-01-141-21/+35
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-072-0/+24
|\|
| * Fix MouseMove event handling when opening a new tab with middle click.Alexandru Croitor2015-12-222-0/+24
* | Move WebEngine initialization to core libraryAllan Sandfeld Jensen2015-12-151-2/+6
* | Make the MIME-type of downloads availableAllan Sandfeld Jensen2015-12-074-0/+15
* | Rename QWebEngineCookieStoreClient to QWebEngineCookieStoreMichal Klocek2015-12-012-6/+6
* | Rename url scheme handler's destroyed signalAllan Sandfeld Jensen2015-12-011-3/+3
* | Doc: document QWebEngineHistoryItem::swap methodLeena Miettinen2015-12-011-0/+5
* | use Q_ENUM instead of Q_ENUMSJoerg Bornemann2015-11-161-1/+1
* | Make QWebEngineFullScreenRequest const correctKai Koehne2015-11-124-17/+27
* | Print JS console messages by defaultKai Koehne2015-11-061-4/+19
* | Ensure WebContents::WasShown/WasHidden are calledAllan Sandfeld Jensen2015-11-064-0/+33
* | Improve documentation for QWebEngineScriptKai Koehne2015-11-054-4/+18
* | Merge branch '5.5' into 5.6Allan Sandfeld Jensen2015-11-041-2/+1
|\|
| * Do not display context menu when pending event flag is false.Michael Bruning2015-10-291-2/+1
* | Properly mark value based classesKai Koehne2015-11-022-1/+5
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-281-1/+1
|\|
| * Set off-the-record to true as documentedAllan Sandfeld Jensen2015-10-131-1/+1
* | Fix ABI breakage due to fullscreen featureAllan Sandfeld Jensen2015-10-195-29/+164
* | Do not require to subclass/install QWebEngineCookieStoreClientKai Koehne2015-10-192-14/+0
* | Decouple scheme and url scheme handlerAllan Sandfeld Jensen2015-10-162-15/+29
* | add RequestClose web actionJoerg Bornemann2015-10-093-0/+13
* | Fix compilation with latest qtbaseKai Koehne2015-10-081-2/+2
* | Doc: add docs for QWebEngineView::renderProcessTerminated()Leena Miettinen2015-10-071-0/+8
* | Remove unnecessay delegation over CustomUrlSchemeHandlerAllan Sandfeld Jensen2015-10-062-11/+5